/* CSS Document */

/*---------------------  RESET  ---------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, dl, dt, dd, input {
	margin:0;
	padding:0; }

ul, ol, li {
	list-style: none; }

a img,:link img,:visited img {
	border:none; }
	
a {
	color: #273C63;
	}
a:hover {
	color: #273C63;
	text-decoration: none;
	}
html, body {
	margin: 0;
	padding: 0;
}

/*---------------------  PNG HACK ---------------------*/
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/master/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


/*---------------------- GENERAL--------------------*/

body {
	background: url(/images/master/back_gradient.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
p {
	margin-bottom: 10px;
	line-height: 19px;
	color: #666666;
}

h1 {
	color: #273c63;
	font-size: 24px;
	font-weight: bold;
	line-height:34px;
}
h3 {
	color: #829251;
	font-size: 16px;
	font-weight: bold;
	line-height:24px;
}
sup {
	font-size: 9px;
}

#page_wrap {
	width: 791px;
	margin-right: auto;
	margin-left: auto;
}
#nav_wrap {
	height: 75px;
	float: left;
	width: 761px;	 
}
#nav_wrap img {
	float: left;
}
.index_image {
	height: 286px;
	float: left;
	width: 498px;
	background: url(/images/index/main_image.jpg) no-repeat;
}
.index_image h2 {
	display: none;
}
.dr_finder_big {
	background: url(/images/index/callout_physician.jpg) no-repeat;
	float: right;
	height: 286px;
	width: 263px;
}
.dr_label_big   {
	margin-top: 110px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
#jumpMenu {
	margin-top: 4px;
}
#band_wrap {
	background: #263c63 url(/images/master/band_background.jpg) repeat-x;
	height: 174px;
	clear: both;
	color:#fff;
}

.band_wrap_third			 				{ width:249px; height:150px; float:left; margin:0; padding:0; }
	.band_wrap_third p		 				{ color:#ffffff; line-height:1.25em; }
	.band_wrap_third h3		 				{ color:#FCE096; }
	.band_wrap_third ul	 					{ margin-left:15px; }
	.band_wrap_third ul li	 				{ line-height:1.5em; list-style:disc; }
	.band_wrap_third a,.band_wrap_third a:visited	{ color:#ffffff; text-decoration:underline; }
	.band_wrap_third a:hover						{ color:#FCCC4E; text-decoration:underline; }
		.band_wrap_third_wrapper 			{ margin:20px 25px 0 25px; }
			.band_wrap_third_wrapper_top	{ width:199px; height:109px; }
		.band_box_button					{ width:199px; height:31px; float:right; }
			.band_box_button img			{ float:right; }

/*
#band_wrap img {
	float:right;
}
*/

.column_left {
	float: left;
	width: 498px;
	background: #FFFFFF;
}
.column_right {
	width: 263px;
	float: left;
	clear: right;
}
.column_one {
	padding: 25px;
	clear: both;
}
#content_wrap {
	height: 767px;
	width: 761px;
	padding-right: 15px;
	padding-left: 15px;
	background: #FFFFFF url(/images/master/back_top.gif) no-repeat;
}

.interior_main_image {
	height: 175px;
	float: left;
	width: 498px;
	background: #FFFFFF;
}
.column_right .callout {
	padding: 55px 30px 0px;
	background: url(/images/master/right_callout.jpg) repeat-x;
	color: #2A394C;
	font-size: 12px;
	line-height: 17px;
}
.column_right .small_band {
	background: url(/images/master/small_band_back.jpg) no-repeat;
	height: 174px;
	width: 263px;
	clear: both;
}
.interior_main_image h2 {
	position: absolute;
	font-size: 11px;
	color: #f1af18;
	margin-top: 158px;
	margin-left: 25px;
	font-weight: normal;
}
.white {
	color: #FFFFFF;
}
.body_copy {
	padding: 25px;
	clear: left;
}
input {
	border: 1px solid #273C63;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}
textarea {
	padding: 5px;
	border: 1px solid #273C63;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.required {
	font-style: italic;
	color: #999999;
	font-size: 11px;
}

.button{
    display:block;
    float:left;
    margin:0 7px 0 0;
	background: #fad163 url(/images/master/button_back.gif) repeat-x;
	border: 1px solid #f1af18;

	font-family: Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
	color: #273c63;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.button [type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html [type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.img_right {
	padding: 20px;
	float: right;
	font-size: 10px;
	font-style: italic;
	width: 223px;
}
.img_left {
	padding: 3px;
	border: 1px solid #E8E8E8;
	float: left;
	margin-left: 0px;
	font-size: 10px;
	font-style: italic;
	margin-right: 10px;
}
.pod {
	padding: 15px 15px 0px;
	margin-bottom: 15px;
	clear: both;
	}
.pod dt {
	font-size: 16px;
	color: #2A394C;
	line-height: 34px;
	background: url(/images/master/arrow_icon.gif) no-repeat;
	text-indent: 40px;
	font-weight: bold;
	}
.pod .message {
	font-size: 16px;
	color: #2A394C;
	line-height: 34px;
	background: url(/images/master/message_icon.gif) no-repeat;
	text-indent: 40px;
	font-weight: bold;
	}
.pod dd {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 17px;
	}
.pod .lead_in {
	padding-top:6px;
	padding-bottom:6px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 17px;
	}
.pod a {
	text-decoration: none;
	display: block;
	padding: 4px;
	background: url(/images/master/bullet_arrow.png) no-repeat 0px 5px;
	text-indent: 12px;
	}
.pod a:hover {
	background: #fff8d8;
	}
.clear {
	clear: both;
	}
.surgeons {
	display: block;
	float: left;
	width: 204px;
	height: 95px;
	padding: 8px;
	line-height: 17px;
	font-size: 12px;
}
.state {
	clear: both;
	height: 14px;
	padding: 8px;
	font-size: 14px;
	color: #273c63;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
.top{
	float: right;
	font-size: 9px;
	line-height:16px;
	font-weight: normal;
}
.yeBox{
	background:#fdf2d6;
	padding:8px;
	border:#fbe099 solid 1px;
	font-style:italic;
	line-height:19px;
	margin-bottom:5px;
	float:left;
	margin-right: 5px;
	display:block;
	width:100%;
}
.yeBox2{
	background:#fdf2d6;
	padding:8px;
	border:#fbe099 solid 1px;
	font-style:italic;
	line-height:19px;
	margin-bottom:5px;
	float:left;
	margin-right: 5px;
}
.bullets {
	padding: 0px 0px 6px;
	list-style-type: disc;
	margin-left: 30px;
	line-height:19px;
}
.eleven {
	font-size: 11px;
	line-height: 15px;
}

.blue {
	font-size: 14px;
	color: #273c63;
}
.bullet{
	list-style-type: disc;
	margin-left: 30px;
	line-height: 19px;
}
.adminTable{
	clear:both;
	margin-top:20px;
}
.adminTable td {
	border-bottom: solid 1px #CCCCCC;
	padding:5px;
}
.clear {
	clear:both;}
/*---------------------  NAVIGATION  ---------------------*/
#navigation {
	float: right;
	background: url(/images/master/navigation.gif);
}
#navigation h2 {
	font-size: 12px;
	text-indent: -5000px;
}
#navigation li {
	float: left;
}

#navigation a.main_nav {
	display: block;
	height: 75px;
}
#link1 {
	width: 116px;
	left: 0px;
}
#link1 a:hover {
	background: url(/images/master/navigation.gif) no-repeat 0px -75px;
}
#link2 {
	width: 146px;
}
#link2 a:hover {
	background: url(/images/master/navigation.gif) no-repeat -116px -75px;
}
#link3 {
	width: 72px;
}
#link3 a:hover {
	background: url(/images/master/navigation.gif) no-repeat -262px -75px;
}
#link4 {
	width: 86px;
}
#link4 a:hover {
	background: url(/images/master/navigation.gif) no-repeat -334px -75px;
}
#link5 {
	width: 98px;
}
#link5 a:hover {
	background: url(/images/master/navigation.gif) no-repeat -420px -75px;
}

/*------------------Dropdown MENUS--------------------*/

#navigation li ul {
	position: absolute;
	width: 150px;
	left: -5000px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff url(/images/master/nav_hover.gif);
	margin-top: -6px;
}
#Layer1 {
	float: right;
}

#navigation li ul li {
	width: 150px;
	font-size: 11px;
}

#navigation li ul li a {
	display: block;
	padding: 5px 10px;
	width: 130px;
	border-top: 1px solid #ccc;
	text-decoration: none;
}

#navigation li ul li a:hover {
	background: url(/images/master/nav_over.gif);
	text-decoration: none;
	font-weight: bold;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto; 
}


/*---------------------Video Callout-----------*/
.video {
	background: url(/images/master/video_background.gif) repeat-x;
	padding: 10px;
	margin: 14px;
	width: 215px;
	float:right;
}
.video_watch a{
	display: block;
	padding: 3px 10px 3px 5px;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	margin-top: 5px;
	font-weight: normal;
	font-size: 11px;
	float: left;
	color: #273C63;
	text-decoration: none;
}
.video_watch a:hover{
	background: #fff8d8;
	color: #273C63;
}
.video dd {
	font-weight: bold;
	color: #273C63;
	font-size: 12px;
	display: block;
	clear: both;
	padding-top: 8px;
}
.video dt {
	font-size: 20px;
	color: #273C63;
	font-weight: bold;
	background: url(/images/master/video_icon.gif) no-repeat;
	height: 25px;
	text-indent: 30px;
	padding: 10px;
}
.video img {
	float: left;
	clear: both;
	margin-right: 8px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #CACACA;
}
.view_all {
	font-size: 11px;
	font-weight: normal;
}

/*--------------------Video page---------------*/
.videoPage {
}
.videoPage dd {
	font-weight: bold;
	color: #273C63;
	font-size: 12px;
	display: block;
	clear: both;
	padding-top: 8px;
}
.videoPage img {
	float: left;
	clear: both;
	margin-right: 8px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #CACACA;
}

/*---------------------Testimonials-----------*/
.testimonial {
	padding:10px 20px;
	border-bottom:solid 1px #CCC;
}

.testimonial p {
/*	font-style:italic; */
}

/*---------------------FAQ's-----------*/
.to_top {
	display:block;
	float:right;
	margin-top:-20px;
}

.testimonial p {
/*	font-style:italic; */
}

/*---------------------Footer-----------*/
.footer_nav {
	clear: both;
	background: #E5E6E5;
	height: 30px;
	border-top: 1px solid #D4D4D4;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999999;
	font-size: 12px;
}
.copyright {
	color: #666666;
	padding: 10px;
	font-size: 11px;
}

