@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #F3F3F3;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;	
}
#container { 
	width: 950px;  
	background: url(images/main-bg.jpg) top center repeat-y;	
	margin: 0 auto; 
	text-align: left; 	
} 

#wrapper{
	width: 914px;
	margin: 0 auto;
	background: url(images/sidebar-bg.jpg) top left repeat-y;	
}
/**************************** Header ****************************/

#header { 
	background: url(../dvt-expert-FINAL/images/header-bg.jpg) top center no-repeat;	
	height: 100px;
	margin: 0 auto;
	padding: 0;
	width: 914px;	
} 

/**************************** End Header ****************************/


/**************************** Navigation ****************************/

#main-nav {
	width: 914px;
	height: 35px;
	background: repeat-x url(images/main-nav-bg.jpg) center left;
	margin: 0 auto;
}
#main-nav ul{
	list-style: none;	
} 
#main-nav li{
	background: url(images/main-nav-divider.jpg) top right no-repeat;
	float: left;
} 
#main-nav li a{
	font: 11px  Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 152px;
	line-height: 35px;
	text-align: center;	 
} 
#main-nav li a:hover{
	background: url(images/main-nav-hover.jpg) top left no-repeat;
	font: 11px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 152px;
	line-height: 35px;
	text-align: center;	 
}

#main-nav li span a{
	background: url(images/main-nav-hover.jpg) top left no-repeat;	
}

#main-nav .last{ 
	background: none;
}
#main-nav .last a:hover{
	background: url(images/main-nav-hover-last.jpg) top left no-repeat;
	font: 11px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 152px;
	line-height: 35px;
	text-align: center;	 
}

#main-nav .last span a{
	background: url(images/main-nav-hover-last.jpg) top left no-repeat;
}

#main-nav .dropmenu{
	position:absolute;
	top: 0;
	border: 1px solid #3399CC;
	border-width: 0 1px;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height:21px;
	z-index:100;
	background-color: #FFFFFF;
	width: 152px;
	visibility: hidden;
}
#main-nav .dropmenu a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #3399CC; 
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
}
* html #main-nav .dropmenu a{ 
	width: 100%;
}
#main-nav .dropmenu a:hover{ 
	background-color: #EEEEEE;
	color: #3399CC;
}

/**************************** End Navigation ****************************/


/**************************** Banner ****************************/

#banner {
	width: 914px; 
	height: 133px;
	background: no-repeat url(images/banner-bg.jpg) top left;
	margin: 0 18px 0 18px;
	padding: 0;  
} 

/**************************** End Banner ****************************/

/**************************** Sidebar ****************************/

#sidebar {
	float: left; 	
	width: 250px;
	padding: 10px 0 0 0;
}

#sidebar h1
{
	font: bold 15px Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	background: url(images/section-title-bg.jpg) top left repeat-x;
	height: 32px;
	line-height: 32px;	
	padding-left: 10px;
}

#sidebar p
{	
	line-height: 20px;
}

#sidebar .contact
{	
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
}

#sidebar .news
{	
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
	background: url(images/line-divider.jpg) bottom left repeat-x;
}

#sidebar .news-last
{	
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
}

#sidebar .news-title a
{	
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}

#sidebar .read-article a
{	
	font: 11px Arial, Helvetica, sans-serif;
	color: #F49902;
	text-decoration: underline;
}
#sidebar .icon
{
	padding-right: 6px;
}

#sidebar ul{
	list-style: none;	
	color: #666666;
	padding: 10px;
}

#sidebar li a{
	font: 11px  Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	width: 206px;
	line-height: 30px;
	text-align: left;	 
	background: url(images/sub-nav-bg.jpg) center left no-repeat;	
	padding-left: 20px;
} 

#sidebar li a:hover{
	font: 11px Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	width: 206px;
	line-height: 30px;
	text-align: left;
	background: #E1E1E1;	 
	background: url(images/sub-nav-hover-bg.jpg) center left no-repeat;	
}

#sidebar li span a {
	background: url(images/sub-nav-hover-bg.jpg) center left no-repeat;	
}

/**************************** End Sidebar ****************************/


/**************************** Main-Content ****************************/

#main-content { 
	margin: 0 0 0 250px;
	padding: 0 10px 0 10px;	
	background: repeat-x url(images/content-top-bg.jpg) top left;
} 

#main-content h1
{
	font: bold 18px Arial, Helvetica, sans-serif;	
	color: #3399CC;
}

#main-content p
{
	line-height: 18px;
}

#main-content .content-pic
{
	padding: 0 15px 5px 15px;
}

#main-content hr
{
	border-style: none;
	border-bottom: dashed 1px #000;
	border-color: #CCCCCC;
	height: 1px;
}

#main-content h2
{
	font: bold 16px Arial, Helvetica, sans-serif;	
	color: #3399CC;
}

#main-content h3
{
	font: bold 14px Arial, Helvetica, sans-serif;	
	color: #666666;
	padding-bottom: 10px;
}

#main-content ul {
	list-style: none;		
	padding-left: 12px;
}

#main-content li {
	line-height: 20px;		
	padding-left: 16px;
	background: no-repeat url(images/bullet.jpg) top left;
}

#main-content .sub-li{
	line-height: 20px;	
	margin-left: 20px;	
	background: no-repeat url(images/arrow.jpg) top left;
}

#main-content .problem {
	float: left; 
	width: 365px; 		
	margin-right: 20px;
}

#main-content .symptoms {
	width: 245px; 
	float: left;
}

#main-content .how-title
{
	line-height: 40px;
}

#main-content #study-desc {
	width: 360px; 	
	float:left;
}


/**************************** End Main-Content ****************************/


/**************************** Footer ****************************/

#footer { 
	width: 914px;
	height: 90px;
	margin: 0 auto; 
	background: repeat-x url(images/footer-bg.jpg) top left;
} 
#footer p {
	margin: 0; 
	text-align: center;
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

/**************************** End Footer ****************************/


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table.imagefix img {
	display: block;
}
