/*===== Global =============================================*/
body { background: #000; font-family: Arial, Sans-Serif; }
.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }
.hide { display: none; }
h1 { font: bold 28px Arial, Sans-Serif; color: #999;}
h2 { font: bold 20px Arial, Sans-Serif; }
h3 { font: bold 13px Arial, Sans-Serif; margin-bottom: 10px; }
h4 { font: bold 12px Arial, Sans-Serif; color: #780d1f; margin-bottom: 5px; }
p { font: 12px/18px Arial, Sans-Serif; color: #303030; }
a { font-size: 12px; color: #780d1f; }
iframe { margin-bottom: 10px; }

/*===== Structure =============================================*/
.inner { width: 960px; margin: auto; }
.main_col { width: 705px; overflow: hidden; margin-bottom: 20px; }
.main_content { width: 480px; min-height: 300px;  }
.main_col_side { width: 220px; }
.side_col { width: 230px; padding-left: 20px; }
.column { width: 270px; float: left; }
.middle { margin: 0 75px; }
div.bd_h { width: 460px; }

/*===== Header =============================================*/
div#hd { position: relative; z-index: 2; background: #780d1f; height: 48px; padding: 14px 0 13px; margin: 30px 0 315px; }
div#hd h1 { float: left; }
div#hd div.info { text-align: right; }
div#hd h2 { margin-top: 5px; color: #fff; font-size: 18px; line-height: 21px; }
div#hd h2 span { color: #fff; }
div#hd h3 { color: #dba9b2; font-size: 14px; line-height: 21px; }
 
/*===== Marquee =============================================*/
div#marquee { position: absolute; left: 0; top: 0; width: 100%; z-index: 1; }

/*===== Main Nav =============================================*/
div#main_nav { height: 40px; background: #fff url(/images/backgrounds/bg-mainnav.png) repeat-x left top; padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; }
ul#nav { overflow: hidden; }
ul#nav li { float: left; display: inline; }
ul#nav li a { display: block; font-size: 13px; font-weight: bold; color: #fff; text-decoration: none; padding: 14px 23px 13px; }
ul#nav li.last a { padding: 14px 26px 13px 27px; }
ul#nav li a:hover { background-color: #780d1f; }
ul#nav li.here a { background: #780d1f url(/images/backgrounds/bg-mainnav-current.jpg) no-repeat center bottom; }

/*===== Body Content =============================================*/
div.main_col h1 { margin-bottom: 15px; }
div#bd { background-color: #fff; padding: 25px 0; overflow: hidden; min-height: 200px; }
div#bd div.column { margin-bottom: 20px; }
div.main_col { font-size: 12px; min-height: 300px;}
div.main_col h2 { color: #780d1f; margin-bottom: 10px; }
div.main_col h3 { margin-bottom: 5px; color: #303030; }
div.main_col p { margin-bottom: 10px; }
div.main_content img { margin-bottom: 10px; }
div.main_col ul { margin-bottom: 10px; }
div.main_col ul li { padding: 0 0 0 15px; background: url(/images/backgrounds/bg-content-listing.jpg) no-repeat left 3px; color: #3d3d3d; margin: 0 0 10px 0; line-height: 16px; }

div.main_col ul.surgery-left { width:240px; display:block; float:left; margin: 0; }
div.main_col ul.surgery-right { width:240px; display:block; float:right; margin: 0; }

div.main_col ul.surgery-left ul { margin: 0; padding: 0; }

/* Doctor Listing */
ul.doctor_listing { overflow: hidden;}
ul.doctor_listing li { float: left; display: inline; padding: 0 !important; background: none !important; width: 160px; margin: 0 10px 10px 0 !important; padding: 0 !important; }
ul.doctor_listing li a { color: #fff; text-decoration: none; }
ul.doctor_listing li img { width: 160px; margin-bottom: none !important; }
ul.doctor_listing li p { font-size: 11px; padding: 5px 10px; font-weight: bold; background-color: #780d1f; color: #fff; margin: -5px 0 0 0; }
ul.doctor_listing li a:link, ul.doctor_listing li a:visited { font-size: 11px; }
div.doctor_header { padding: 10px; background-color: #780d1f; margin: -12px 0 10px 0; }
div.doctor_header p { margin-bottom: 0; color: #fff; font-weight: bold; }

/* Sub-Nav */
ul#nav-sub { width: 190px; float: left; }
ul#nav-sub li { margin-bottom: 10px; background: none; padding-left: 0; }
ul#nav-sub li#subLead { font-weight: bold; font-size: 13px; color: #303030; margin-top: 34px; }
ul#nav-sub li a { font-size: 12px; font-weight: normal; color: #780d1f; text-decoration: none; }
ul#nav-sub li a:hover,
ul#nav-sub li.here a { color: #780d1f; text-decoration: underline; }

/* Virtual Tour */
a.virtual-tour { float:left; padding-right:10px; }
#space-container { width:480px; position:relative; }
#space { z-index:2; }
#prev2 { position:absolute; left:0px; margin-left:10px; top:150px; z-index:5; width:40px; height:0px; display:block; overflow:hidden; padding-top:38px; background:url(/images/arrows.png) no-repeat 0 0; }
#prev2:hover { position:absolute; left:0px; margin-left:10px; top:150px; z-index:5; width:40px; height:0px; display:block; overflow:hidden; padding-top:38px; background:url(/images/arrows.png) no-repeat 0 -38px; }
#next2 { position:absolute; right:0px; margin-right:10px; top:150px; z-index:5; width:40px; height:0px; display:block; overflow:hidden; padding-top:38px; background:url(/images/arrows.png) no-repeat -40px 0px; }
#next2:hover { position:absolute; right:0px; margin-right:10px; top:150px; z-index:5; width:40px; height:0px; display:block; overflow:hidden; padding-top:38px; background:url(/images/arrows.png) no-repeat -40px -38px; }

/* Global Side Nav */
div.side_col ul { border: 1px solid #ccc;}
div.side_col ul li { border-bottom: 1px solid #ccc; }
div.side_col ul li.last { border-bottom: none; }
div.side_col ul li a { font-size: 12px; font-weight: bold; color: #303030; text-decoration: none; display: block; padding: 10px; }

/* Body Buckets */
div#bd_buckets { overflow: hidden; border-top: 1px dotted #999; padding-top: 15px; }
div#bd_buckets ul { overflow: hidden; }
div#bd_buckets ul li { float: left; display: inline; margin: 0 15px 20px 0; }
div.featured_doctor { overflow: hidden; margin-bottom: 20px; }
div.featured_doctor img { float: left; margin-right: 15px; }
div.featued_doctor div.featured_bio { float: right; width: 320px; }
div.featued_doctor div.featured_bio p { margin-bottom: 5px;}

/*===== Footer =============================================*/
div#ft { border-top: 5px solid #780d1f; color: #fff; padding-top: 30px; }
div#ft .column { margin-bottom: 20px; }
div#ft a { color: #fff; font-size: 10px; }
div#ft p { font-size: 10px; color: #fff; }
div#ft ul li { font-size: 10px; margin-bottom: 10px; }
div#ft ul li a { white-space: nowrap; }
div#ft p.legal { margin-bottom: 10px; color: #666; }
div#ft p.legal a { color: #666; }