@charset "utf-8";
@import "topNavs.css"; 
@import "subNavs.css"; 
/*@import "sideNavs.css";
@import "/SpryAssets/SpryMenuBarHorizontal.css";*/

/* CSS Document */

body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #d3d5da url(../images/bg_top.jpg) repeat-x top;
	text-align: justify;
	}
	
p { 
	margin-bottom: 13px; 
	margin-top: 3px;	
	}
	
a { 
	color: #003d7d;
	}
	
a:hover, a:hover:visited {
	color: #069;
	}
	
a:visited {
	color: #777;
	}

h1 {
	color: #b4985a;
	font-size: 26px;
	font-weight: bold;
	line-height:normal;
	margin-bottom: -2px;
	margin-top: 3px;
	padding-bottom: 0;
	text-align: left;
	}
	
h2 { 
	color: #b4985a;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 15px;
	padding-bottom: 0;
	line-height:24px;
	text-align: left;
	}
	
h3 {
	color: #b4985a;
	font-size: 16px;
	font-weight: bold;
	line-height:normal;
	padding-bottom: 0;
	margin-top: 3px;
	margin-bottom: -2px;
	text-align: left;
	}
	
h4, h5, h6 {
	color: #960;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
	}
	
ul {
	margin-top: 4px;
	list-style: disc url(../images/bullet.gif) outside;
	}
	 
	 
#outer {
	width: 852px;
	margin: 0 auto; 
	padding: 0;
	height: auto;
	}
	
#container {
	width: 850px;
	height: auto;
	margin: 0 auto;	
	background-color: #fff;
	border-right: 1px solid #7a7a7c;
	border-left: 1px solid #7a7a7c;
	}
	
#content {
	width: 720px;
	padding: 15px 58px 0 58px;
	border: 1px solid #fff;
	}
	
#contentNarrow {
	margin-bottom: 25px;
	padding-top: 0;
	width: auto;
	}
	
#banner {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align:center;
	}

	
#pageTop {
	background: url(../images/page_top.gif) no-repeat top;
	width: 852px;
	height: 33px;
	margin: 25px auto 0 auto;
	color: #3a4a7c;
	}
	
#footer {
	background: url(../images/footer.gif) no-repeat top;
	width: 852px;
	height: 75px;
	margin: 0 auto;
	color: #000;
	text-align:center;
	}
		
	#footer a, #footer a:visited {
		color: #3a4a7c;
		font-size: 11px;	
		text-decoration: none;
		padding-left: 2px;
		padding-right: 2px;
		color: #003d7d;
		}
			
	#footer a:hover { 
		text-decoration: underline;
		}
		
	#footer p {
		padding: 45px 30px 0 30px;
		color: #003d7d;
		font-size: 11px;
		}
		
		
#cutoutPic {
	float:right;
	margin-right: 28px;
	margin-top: -363px;
	padding: 0;
	height: 330px;
	width:auto;
	}
	
#cutoutPicDrugPerform {
	float:right;
	margin-right: 28px;
	margin-top: -300px;
	padding: 0;
	height: 268px;
	overflow: hidden;
	width:auto;
	}
	
#cutoutPicProviders {
	float:right;
	margin-right: 28px;
	margin-top: -228px;
	padding: 0;
	height: 195px;
	width:auto;
	}
	
.sideBar {
		width: 211px;
		background: url(../images/sidebar_btm.jpg) no-repeat bottom;
		margin-left: 43px;
		margin-bottom: 10px;
		display: block;
		float:right;
		}
		
		.sideBarUL {
			margin-top: 20px;
			padding-right: 15px;
			color: #003366;
			}
			
		.sideBarUL li {
			line-height: normal;
			margin-bottom: 10px;
			}
	
		.sideBar p {
			margin: 0 15px 15px 15px;
			color: #000;
			}
		
.pageTitle {
	color: #b4985a;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: -6px;
	padding-top: 0;
	padding-bottom: 0;
	line-height:normal;
	}


.sixteenPt {
	font-size: 16px;
	}
	
.blueTxtLg {
	color: #003d7d;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	}
	
.blueTxtMed {
	color: #003d7d;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	}
	
.blueTxtBold {
	color: #003d7d;
	font-weight: bold;
	}
	
.goldText {
	color: #A78B4B;
	font-weight: normal;
	}
	
.goldTxtBold {
	color: #A78B4B;
	font-weight: bold;
	}
	
.goldTxtCenter {
	/*color: #b4985a;*/
	color: #003d7d;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	}
	
.redTxt {
	color: #ff0000;
	}
	
.blueBorderL {
	border-left: 1px solid #a4bee2;
	height: auto;
	}
	
.blueBorderR {
	border-right: 1px solid #a4bee2;
	height: auto;
	}
	
.dividerDots {
	border-bottom: 3px dotted #6C7380;
	height: 10px;
	margin-bottom: 30px;
	}
	
.floatL {
	float: left;
	}
	
.floatR { 
	float:right;
	}
	
.clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	}

		
