@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page_container {
	clear: both;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header_wrap {
	background-image: url(../images/fade_red_bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/fade_red_bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: none;
	width: 848px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	float: right;
	width: 600px;
	height: 62px;
	padding-top: 52px;
	text-align: right;
	color: #807F84;
	background-image: url(../images/header_o_faded.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tagline strong {
	color: #C11C2D;
}
.menu_wrap {
	background-image: url(../images/menu_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 848px;
	padding-right: 88px;
	padding-left: 88px;
}
.menu {
	width: 600px;
	height: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.solidblocktopnav {
	margin: 0;
	padding: 0;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 100%;
	color:#ed1c24;
	font-size:11px;
}
.menubg {

}

.solidblocktopnav ul {
	margin:0;
	padding: 0;
	list-style-type:none;
	background:none;
}
.solidblocktopnav li {margin:0; padding:0; float:left; display: inline; color:#ed1c24; list-style-type:none; background:none;}
.solidblocktopnav li a, .solidblocktopnav li a:link, .solidblocktopnav li a:active, .solidblocktopnav li a:visited {
	margin: 0px;
	float: left;
	color:#807F84;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding-right: 12px;
	padding-left: 12px;
	height: 26px;
	line-height: 24px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.solidblocktopnav li a:hover {
	color:#FFFFFF;
	background-color: #BF1E2E;
}
li {
	list-style-image: url(../images/bullet.jpg);
}


.anylinkcss {
	position:absolute;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	z-index: 100;
	width: 165px;
	top: -500px;
}
.anylinkcss a, .anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
	width: 100%;
	color:#FFFFFF;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	text-align: left;
	background-color: #B8B8B8;
	background-position: 0px 0px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
}
.anylinkcss a:hover {
	color:#FFFFFF;
	background-color: #C11C2D;
	background-position: 0px 0px;
}

/* /\ ------- dropdown css menu ------- /\ */


.topnav {
	font-family: arial, sans-serif;
	
	position:relative;
	font-size:11px;
	z-index:100;
	background-image: url(/pages/images/cframe/navbarbutt_bg.jpg);
}

.topnav ul li a, .topnav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:auto;
	height:46px;
	text-align:center;
	color:#ed1c24;
	line-height:30px;
	font-size:11px;
	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.topnav ul {
	padding:0;
	margin:0;
	list-style: none;
	height: 46px;
}
.topnav ul li {
	height: 46px;
	float:left;
	position:relative;
}
.topnav ul li ul {
	display: none;
	width: 100px;
	height: 46px;
	margin-top: 8px;
}
.topnav ul li:hover a {
	color:#ed1c24;
	background-image: url(/pages/images/cframe/navbarbutt_bg_hover.jpg);
	height: 46px;
}
.topnav ul li:hover ul {
	display:block;
	position:absolute;
	top:21px;
	left:0;
	height: 46px;
}
.topnav ul li:hover ul li a.hide {
	color:#ed1c24;
	height: 30px;
	background-color: #FFFFFF;
	width: 100px;
}
.topnav ul li:hover ul li:hover a.hide {
	color:#ed1c24;
	height: 30px;
	background-color: #FFFFFF;
	width: 100px;
	clear: left;
}
.topnav ul li:hover ul li ul {
	display: none;
	width: 100px;
	height: 30px;
	float: left;

}
.topnav ul li:hover ul li a {
	display:block;
	background:#FFFFFF;
	color:#ed1c24;
	opacity: 0.9;
	filter: alpha(Opacity=90);
	height: 30px;
	float: left;
	clear: left;
	width: 102px;
	text-align: left;
}
.topnav ul li:hover ul li a:hover {
	color:#ed1c24;
	background-color: #FFFFFF;
	height: 30px;
}
.topnav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
	height: 30px;
}
.topnav ul li:hover ul li:hover ul.left {
	left:-105px;
	height: 30px;
}
.telno {
	font-family: Arial, Helvetica, sans-serif;
	color: #807F84;
	font-size: 18px;
	font-weight: bold;
	float: right;
	text-align: right;
	font-style: normal;
	line-height: 25px;
	clear: none;
	height: 28px;
	padding-top: 3px;
}
.telno strong {
	color: #BF1E2E;
}


#content_wrap {
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 1024px;
}
.content {
	width: 848px;
}
#home_banner_wrap {
	width: 1024px;
	padding-top: 10px;
	height: auto;
	float: left;
}
.banner_main {
	float: left;
	width: 610px;
	padding-left: 88px;
}
.banner_side {
	float: right;
	width: 236px;
	padding-left: 1px;
	padding-right: 88px;
}
#pagecontent_wrap {
	width: 1024px;
	padding-top: 20px;
	float: left;
}
#left_column {
	width: 678px;
	float: left;
	padding-right: 20px;
}
.page_banner {
	padding-left: 88px;
	padding-bottom: 5px;
}

.pagehead {
	background-image: url(../images/fade_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 88px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #807F84;
}
.pagehead strong {
	color: #BD1F2E;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #807F84;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 88px;
	background-image: url(../images/fade_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-top: 5px;
}
.pagetext strong {
	color: #BD1F2E;
}
.pagetext a, .pagetext a:link, .pagetext a:active, .pagetext a:visited {
	color: #BD1F2E;
	font-weight: bold;
	text-decoration: none;
}

.pagetext a:hover {
	color: #BD1F2E;
	text-decoration: underline;
}
.drilldown_container {
	font-family: Arial, Helvetica, sans-serif;
	color: #807F84;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 88px;
	background-image: url(../images/fade_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 20px;
	height: auto;
	float: left;
}
#drilldown1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807F84;
	font-weight: normal;
	width: 176px;
	float: left;
	display: block;
}
#drilldown2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807F84;
	font-weight: normal;
	width: 176px;
	float: left;
	display: block;
	margin-left: 31px;
}
#drilldown3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807F84;
	font-weight: normal;
	width: 176px;
	float: left;
	display: block;
	margin-left: 31px;
}
.drill_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807F84;
	padding-top: 10px;
	padding-bottom: 5px;
}
.drill_text a, .drill_text a:link, .drill_text a:active, .drill_text a:visited {
	color: #BD1F2E;
	font-weight: bold;
	text-decoration: none;
}

.drill_text a:hover {
	color: #BD1F2E;
	text-decoration: underline;
}

#right_column {
	width: 233px;
	float: right;
	padding-left: 3px;
	clear: none;
	padding-right: 88px;
}
#right_ad_1 {
	width: 228px;
	float: left;
	height: 82px;
	border: 2px solid #807F84;
	background-image: url(../images/ad_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 160px;
	margin-bottom: 20px;
}
.right_ad_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	transparent: 80%;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/ad_bg.png);
	background-repeat: repeat;
}
.right_ad_content a, .right_ad_content a:link, .right_ad_content a:active, .right_ad_content a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.right_ad_content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebutt {
	width: 228px;
	float: left;
	height: auto;
	border: 2px solid #807F84;
	background-color: #FFFFFF;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807F84;
	margin-bottom: 15px;
}

.cta {
	width: 228px;
	float: left;
	height: auto;
	border: 2px solid #807F84;
	background-color: #FFFFFF;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807F84;
}
.cta_title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: normal;
	color: #BD1F2E;
	padding-bottom: 4px;
	display: block;
	background-image: url(../images/cta_div.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cta_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	color: #BD1F2E;
	padding-bottom: 4px;
	display: block;
	background-image: url(../images/cta_div.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cta_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: normal;
	color: #807F84;
	padding-bottom: 6px;
	display: block;
	padding-right: 10px;
}

.cta_text a, .cta_text a:link, .cta_text a:active, .cta_text a:visited {
	color: #BD1F2E;
	text-decoration: none;
	font-weight: bold;
}

.cta_text a:hover {
	color: #BD1F2E;
	text-decoration: underline;
}
#footer_wrap {
	background-position: top;
	float: left;
	width: 1024px;
	margin-top: 20px;
	height: auto;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/fade_red_bar.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 936px;
	height: 17px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 88px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 848px;
	color: #FFFFFF;
}
.footer_text a, .footer_text a:link, .footer_text a:active, .footer_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 14px;
}

.footer_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 424px;
	color: #999999;
	padding-top: 10px;
	padding-left: 88px;
	padding-bottom: 6px;
}
.icd_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	width: 424px;
	color: #999999;
	padding-top: 10px;
	text-align: right;
	padding-right: 88px;
	padding-bottom: 6px;
}

.icd_link a, .icd_link a:link, .icd_link a:active, .icd_link a:visited {
	color: #999999;
	text-decoration: none;
}

.icd_link a:hover {
	color: #BD1F2E;
	text-decoration: underline;
}
strong {
	color: #BD1F2E;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #807F84;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.pagehead2 {
	background-image: url(../images/fade_bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 88px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #807F84;
}


/* lightbox */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #fff; }
