@charset "utf-8";

body {
	background-color: #474747;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#page_container {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header_container {
	width: 946px;
	float: left;
	clear: left;
	height: auto;
	background-image: url(../images/page_side_shad.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#header {
	float: left;
	width: 892px;
	margin-right: 27px;
	margin-left: 27px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
}
.logo {
	float: left;
	height: 83px;
	width: 305px;
}
.flag {
	float: right;
	height: 83px;
	width: 80px;
}
.header_tagline {
	float: right;
	height: 38px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #838383;
	padding-top: 45px;
	text-align: right;
	margin-right: 8px;
}

#header_menu_container {
	float: left;
	width: 892px;
	margin-right: 27px;
	margin-left: 27px;
	background-image: url(../images/header_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 33px;
}
.solidblocktopnav {
	margin: 0;
	padding: 0;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 100%;
	color:#FFFFFF;
	font-size:11px;
}

.solidblocktopnav ul {
	margin:0;
	padding: 0;
	list-style-type:none;
	background:none;
}
.solidblocktopnav li {
	margin:0;
	padding:0;
	float:left;
	display: inline;
	color:#FFFFFF;
	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:#FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding-right: 12px;
	padding-left: 12px;
	height: 33px;
	line-height: 32px;
	width: auto;
}
.solidblocktopnav li a:hover {
	color:#FFFFFF;
	background-image: url(../images/header_menu_bg_hl.jpg);
}
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: #05023B;
	background-position: 0px 0px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
}
strong {
	color: #040032;
}

.anylinkcss a:hover {
	color:#FFFFFF;
	background-color: #017901;
	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;
}
#banner {
	height: 246px;
	float: left;
	width: 892px;
	background-image: url(../images/banner_shad2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 12px;
	padding-right: 27px;
	padding-left: 27px;
	clear: left;
}
#banner_content {
	float: left;
	width: 870px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	background-image: url(../images/home_banner1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding: 0px;
	color: #018402;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #040032;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}






a {
	font-family: Arial, Helvetica, sans-serif;
	color: #018402;
	text-decoration: none;
	font-weight: bold;
}
#page_content_container {
	width: 946px;
	background-image: url(../images/page_side_shad.jpg);
	background-repeat: repeat-y;
	background-position: top;
	float: left;
	clear: left;
	height: auto;
}
#page_content {
	float: left;
	width: 870px;
	margin-right: 27px;
	margin-left: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 11px;
}
#drill_container {
	float: left;
	width: 870px;
	margin-bottom: 20px;
}
#drillbox {
	float: left;
	width: 204px;
	border: 3px solid #050050;
}
#drillbox2 {
	float: left;
	width: 190px;
	margin-right: 24px;
	padding-bottom: 10px;
}
#drillbox3 {
	float: left;
	width: 190px;
	margin-right: 24px;
	padding-bottom: 10px;
}


.drill_title_box {
	background-image: url(../images/drill_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	height: 24px;
	padding-top: 2px;
}
.drill2_row {
	float: left;
	width: 644px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #018402;
}
.drill3_row {
	float: left;
	width: 644px;
	margin-bottom: 20px;
}


.drill_image {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #050050;
}
.drill2_image {

}

.drill_text {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.drill2_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.drill_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 10px;
	height: auto;
}
#page_left {
	float: left;
	width: 210px;
}
#left_nav {
	float: left;
	width: 210px;
	clear: left;
	margin-bottom: 10px;
	height: auto;
}

#page_right {
	float: right;
	width: 644px;
}
.pagebanner {
	width: 644px;
	float: left;
	padding-bottom: 10px;
}
.page_map {
	width: 642px;
	float: left;
	border: 1px solid #050050;
	margin-bottom: 10px;
}


#leftnav_box {
	float: left;
	width: 204px;
	border: 3px solid #050050;
	margin-bottom: 10px;
}
.page_text img.floatLeft {
	float: left;
	margin-right: 10px;
}
.page_text img.floatRight {
	float: right;
	margin-left: 10px;
}



.leftnav_butt a, .leftnav_butt a:link, .leftnav_butt a:active, .leftnav_butt a:visited {
	background-image: url(../images/leftnav_butt_bg.jpg);
	background-position: left center;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 20px;
	height: 26px;
	padding-top: 3px;
	width: 174px;
	float: left;
}
.leftnav_butt a:hover {
	background-image: url(../images/leftnav_butt_bg.jpg);
	background-position: -214px center;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 20px;
	height: 26px;
	padding-top: 3px;
	width: 174px;
	float: left;
}

#cta_box {
	float: left;
	width: 204px;
	border: 3px solid #050050;
	margin-bottom: 20px;
	margin-top: 10px;
}
.cta_box_content {
	background-image: url(../images/cta_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	float: left;
	width: 186px;
}
.cta_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.cta_tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #018402;
	font-weight: bold;
	float: left;
	width: 188px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018402;
}
.cta_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	width: 188px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.news_head {
	background-image: url(../images/news_title_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	height: 24px;
	padding-top: 2px;
}
.news_content {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #050050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #04003F;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

.news_text  strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #018402;
}


#news_box {
	float: left;
	width: 204px;
	border: 3px solid #050050;
	margin-bottom: 20px;
}
.news_row {
	float: left;
	width: 644px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #018402;
	padding-bottom: 10px;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #018402;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #050050;
}
.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #050050;
	padding-top: 5px;
}

#footer_container {
	width: 946px;
	background-image: url(../images/page_side_shad.jpg);
	background-repeat: repeat-y;
	background-position: top;
	float: left;
	clear: left;
	height: auto;
}
#footer {
	float: left;
	width: 892px;
	margin-right: 27px;
	margin-left: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #04012b;
}
#address_bar {
	float: left;
	width: 850px;
	background-color: #018402;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 5px;
	padding-left: 21px;
}
#address_bar strong {
	background-color: #018402;
	font-weight: bold;
	color: #FFFFFF;
}

.address_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: 260px;
}
.numbers_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: 320px;
	padding-left: 24px;
}

.email_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	width: 200px;
}
.email_box a, .email_box a:link, .email_box a:active, .email_box a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
.email_box a:hover {
	color: #FFFFFF;
}
.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 850px;
	margin-right: 21px;
	margin-left: 21px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6e6e6e;
	padding-bottom: 8px;
}
.footer_links a, .footer_links a:link, .footer_links a:active, .footer_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-right: 16px;
}
.footer_links a:hover {
	text-decoration: underline;
}
#seo_accreditations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 850px;
	margin-right: 21px;
	margin-left: 21px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.seo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6E6E6E;
	margin-right: 16px;
	padding-right: 5px;
	font-weight: normal;
}
.seo a, seo a:link, seo a:active, seo a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #018402;
	text-decoration: none;
	font-weight: normal;
}
.accreditations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	width: 400px;
}
.accreditations_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	width: 400px;
	font-weight: bold;
	padding-bottom: 6px;
}
.accreditations_images {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	width: 400px;
	font-weight: bold;
}
.copyright_icd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 850px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6e6e6e;
	margin-right: 21px;
	margin-left: 21px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: 400px;
}
.icdlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	width: 400px;
	text-align: right;
}
.icdlogo {
	width: auto;
	float: right;
	padding-left: 10px;
}
.page_text {
	float: left;
	width: 644px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #040032;
}
.icdlink a, icdlink a:link, icdlink a:active, icdlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
.icdlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #018402;
	text-align: right;
}
.news_item_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #050050;
	padding-top: 5px;
}
.acc_row {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 100%;
	height: 140px;
}
.acc_image  {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
	width: 190px;
}
.acc_text_box {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding: 0px;
	width: 430px;
}
.acc_text_box strong {
	font-weight: bold;
	color: #020025;
}
