body {
text-align: center;
background-color: #ededed;
}

img  {border:none;}

h2 {
color: #333;
clear: both;
line-height: 1px;
margin-top: 0px;
}

h3 {
color: #333;
}

#caForm label.error{
       font-size: .8em;
       color: #CE1717;
}

.hbox {
position: relative;
top: 10px;
width: 540px;
background-color: #e2e2e2;
padding-left: 10px;
padding-top: 20px;
clear: both;
height: 20px;
}

.subtitle {
color: #333;
font-size: 12px;
}

.caption {
color: #333;
font-size: 10px;

}

.videoTitle {
font-size: 11px;
width: 100px;
font-weight: bold;
}

.about {
font-size: 12px;
color: #274188;
}


#container {
text-align: left;
margin: 0px auto;
font-family: arial, helvetica, sans-serif;
background: url('images/bg.png');
background-repeat: repeat-y;
width: 947px;
position: relative;
_left:16px;
_top: -10px;
height: 1250px;

}

#container_h {
text-align: left;
margin: 0px auto;
font-family: arial, helvetica, sans-serif;
background: url('images/bg.png');
background-repeat: repeat-y;
width: 947px;
position: relative;
_left:16px;
_top: -10px;
}


#pad {
margin-left: 16px;
}

#pad_help {
width: 800px;
margin-left: 20px;

}

#top {
background-image: url('images/bg_top.png');
background-repeat: no-repeat;
margin: 0px auto;
height: 10px;
width: 947px;

}

#header {
background-image: url('images/header.jpg');
background-repeat: no-repeat;
width: 912px;
height: 87px;
}

#content {
margin-top: 30px;
color: #333;
height: 450px;
font-size: 12px;
}

#videos {
margin-top: 15px;
width: 977px;
}

.video {
width: 220px;
float: left;
margin-right: 5px;
margin-left: 5px;
}



#right {
float: right;
width: 330px;
margin-top: -15px;
margin-right: 20px;
}

#right_help {
float: right;
width: 360px;
margin-top: 20px;
margin-right: 20px;
font-size: 12px;

}

#cases {
width:530px;
margin-top: 10px;
background-color: #e1e1e1;
min-height: 500px;
font-size: 12px;
padding: 10px;
color: #3d3d3d;
clear:left;
position: relative;
top: 0px;
z-index: 2;

}

#caseNav {
margin-left: 10px;
margin-top: 20px;
height: 25px;
width:670px;
position: relative;
z-index: 9998;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 14px;
	z-index: 9999;
}

#nav a {
	display: block;
	width: 10em;
	text-decoration: none;
	color: #333;
}

#nav a:hover {
	color: red;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	font-size: 12px;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #333;
}

#nav li ul li {
padding: 5px;
border-top: 1px solid #333;
width:9.2em;
}

#nav li ul li:hover {
	color: red;

}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #666;
}


#footer {
background-image: url('images/footer.jpg');
width: 920px;
height: 90px;
background-repeat: no-repeat;
z-index:100;
clear: both;
position: relative;
top: -50px;
}
#bottom {
background-image: url('images/bg_bottom.png');
width: 947px;
height: 24px;
margin: 0px auto;
position: relative;
top: -10px;
left:-1px;

}
