/*

ie6 style sheet for ABC Site 
Author: Mark Schuber, Business Consultant, Perficient Inc.

*/

/* tertiaryNav Start */

div#tertiaryNav {
	width: 197px;
	float: left;
	margin-left: 2px;
}


div#tertiaryNav ul li a:link,div#tertiaryNav ul li a:visited {
	width: 100%;
	}


/* tertiaryNav End */


div#mainContent {
	width: 666px;
	float: right;
	margin-right: 20px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

/* subNav Start */

div#subNav {
	width: 946px;
	background: #cddcf1 url(../images/subNavBG.png) no-repeat top left;
	height: 2.2em;
	margin:1px 0 0 12px;
	border-bottom: #a8c2e5 1px solid;
	
}

div#subNav ul {
	float: left;
}

div#subNav ul li {
	float: left;
}

div#subNav ul li a  {
	float: left;
	color: #003366;
	display: block;
	font-size: 12px;
	line-height: 24px;
	padding: 0 11px 0 12px;
	background: url(../images/subNavDivider.png) no-repeat left center;
}

div#subNav ul li a:hover,div#subNav ul li.selected a {
	color: #663399;
}

div#subNav ul li.first a {
	background: none;
	padding: 0 11px 0 0;
	margin-left: 23px;
}

/* subNav End */

body#home div#leftContent,body#drug div#leftContent {
	margin-left: 20px;
}

div#contentHeader h2 {
	color: #3366cc;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	clear: both;
	font-family: Arial Black,Arial,sans-serif;
/*ab4576:Added padding-bottom attribute to avoid truncation of title*/
padding-bottom: 12px;
padding-top:0;
}

div#contentHeader ul {
	/*margin: -45px 0 0 343px;*/
	/*position: absolute;*/
	float: right;
	margin-top: -100px;
}