/* CSS Structure Document */

body {
	margin: 0px auto;
	padding: 0px;
}

#content_body {
	width: 732px; /* width: 548px; */
	vertical-align: top; 
	margin: 0px auto;
}

* html #content_body_left_col {
	display: inline; /* Required to eliminate double margin bug in IE6 */
}

#content_body_left_col {
	width: 513px;
	float: left;
	margin: 10px auto;
	margin-left: 11px; /* in addition to the 17px due to the logo image curvature */
	margin-right: 28px;
	text-align: left;
}

#content_body_left_col.no-right-column, .no-right-column {
	width: 700px;
}

#content_body_right_col {
	width: 148px;
	float: right;
	margin: 10px auto;
	margin-right: 28px;
	text-align: center;
}

form {
	display: inline;
}

.form_search {
	width: 86px;
	height: 16px;
	border: 1px solid #B25F2B;
	color: #7A7E7E;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.hdr_bgcolor {
	background-color: #F9F3EF;
}

#leftcol_home {
	height: 100%;
	width: 233px;
	vertical-align: top;
	text-align: center;
	background-image: url(images/structure/leftcol_hmpg_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#leftcolnav a.leftcolnav:link, #leftcolnav a.leftcolnav:visited {
	margin: auto;
	display: block;
	color: #B25F2B;
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	line-height: 140%;
	padding: 0px 2px 1px 3px;
}

#leftcolnav a.leftcolnav:hover, .leftcolnav_MO {
	margin: auto;
	display: block;
	color: #B25F2B;
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	vertical-align: middle;
	line-height: 140%;
	padding: 0px 2px 1px 3px;
}

.footer_bgcolor_top {
	background-color: #F9F3EF;
	border-top: 2px dotted #8D8B8C;
}

.footer_bgcolor_btm {
	background-color: #677F7F;
}

.footernav_separator {
	margin: 0px 2px;
	color: #A9A7A6;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.footernav_text, a.footernav_text:link, a.footernav_text:visited {
	color: #C38560;
	background-color: #F9F3EF;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 2px; 
}

a.footernav_text:hover {
	color: #C38560;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	padding: 1px 2px;
}

.footer_txt, a.footer_txt:link, a.footer_txt:visited {
	color: #FFFFFF;
	background-color: #677F7F;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.footer_txt:hover {
	color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.footer_shadow {
	background-image: url(images/structure/footer_btm_shadow.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#hdr_date_cell {
	width: 231px;
	height: 30px;
	text-align: center;
	background-image: url(images/structure/hdr_date_background.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color: #F7ECE6;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
}

#hdr_stripe_left {
	background-image: url(images/structure/hdr_stripe_background.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#hdr_stripe_center {
	background-image: url(images/structure/hdr_stripe_background_center.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#hdr_stripe_top_right {
	background-image: url(images/structure/hdr_banner_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#hdr_stripe_right {
	background-image: url(images/structure/hdr_stripe_background.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.hdr_top_nav_pad {
	margin: 0px 2px 0px 4px;
}

.hdr_top_nav_text, a.hdr_top_nav_text:link, a.hdr_top_nav_text:visited {
	/* background-color: #F9F3EF; */
	color: #B25F2B;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 3px;
}

a.hdr_top_nav_text:hover, .hdr_top_nav_text_MO {
	color: #B25F2B;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 3px;
}


/* MAIN NAVIGATION */

#mainnav-table {
	width: 732px;
	height: 30px;
	border: 0px solid #000;
}

#mainnav_top_border {
	background-image: url(images/structure/hdr_menu_top_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 3px;
}

ul#mainnav-ul-wrapper {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul#mainnav-ul-wrapper li {
	position: relative;
	float: left;
	/* width: 130px; */
	height: 27px;
	text-align: center;
	background-color: #B25F2B;
}

.mainnav-background {
	background-color: #B25F2B;
}

.mainnav-btn {
	display: block;
	color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 27px;
}

.mainnav-mo {
	background: url(images/main-nav-bg-mo.gif) repeat-x 0 0px;
	cursor: pointer;
	color: #B25F2B;
	font-family: verdana, arial;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
/*
a.mainnav-btn {
	color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 27px;
}

a.mainnav-btn:hover {
	color: #B25F2B;
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
*/

a.mainnav-btn:hover {
	color: #B25F2B;
}

.mainnavsub-btn {
	display: block;
	color: #B25F2B;
	font: bold 12px Verdana;
	text-align: left;
	line-height: 40px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #B25F2B;
	padding-left: 20px;
	background: url(images/arrow_off.gif) no-repeat 115px center;
	z-index: 9890;
}

.mainnavsub-btn-mo {
	color: #FFFFFF;
	font: bold 12px Verdana;
	line-height: 40px;
	background: #DCAB8D url(images/arrow_on.gif) no-repeat 115px center;
}

.mainnavsub-landing {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #B25F2B;
	padding: 10px 20px 18px 0px;
	z-index: 9980;
}

.mainnavsub-landing a {
	display: block;
	color: #FFFFFF;
	font-family: Arial, verdana;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding-left: 26px;
	line-height: 1.4em;
}

.mainnavsub-landing a:hover {
	background: url(images/mainnav-bullet.gif) no-repeat 10px center;
}

#mainnav-btn-serv {
	width: 140px;
}

#mainnav-btn-tech {
	width: 160px;
}

#mainnav-btn-info {
	width: 164px;
}

#mainnav-btn-abou {
	width: 130px;
}

#mainnav-btn-faqs {
	width: 120px;
}

#mainnavsub-btn-serv {
	position: absolute;
	top: 27px;
	left: -1px;
	z-index: 9990;
	width: 146px;
	background-color: #F7EBE4;
}

#mainnavsub-btn-serv-mri {
	position: absolute;
	display: none;
	left: 144px;
	top: -1px;
	width: 564px;
	height: 400px;
	background-color: #DCAB8D;
}

#mainnavsub-btn-serv-ct {
	position: absolute;
	display: none;
	left: 144px;
	top: -1px;
	width: 300px;
	height: 200px;
	background-color: #DCAB8D;

}

#mainnavsub-btn-serv-ultrasound {
	position: absolute;
	display: none;
	left: 144px;
	top: -1px;
	width: 200px;
	height: 100px;
	background-color: #DCAB8D;

}