/*=====================================================*/
/*============== { Include other styles }==============*/
/*=====================================================*/
@import 'inc.common.css'; /* set basic sitewide HTML element stylings (H1, H2, p, etc.) */
@import 'inc.colors.css'; /* set all colors (except border colors, which are set here, within their respective DIVs)*/
@import 'inc.forms.css'; /* set form styles and layouts*/

/*=====================================================*/
/*================ { MAIN CONTAINERS } ================*/
/*=====================================================*/
#page_container {
width:945px; /*sets width of entire site. Must be set to same width as Footer, below*/
margin: auto;
margin-bottom:0px;
padding:0px 0px 0px 0px;
background-repeat:repeat-y;
background-image:url(images/shadow-background.jpg);
}

#header { 
margin:0px 25px 0px 20px;
padding:0px 30px 0px 30px;
}
#header_copy{
text-align: right;
margin:0px;
padding:7px 0px 0px 0px;
height:33px;
}
body.home #header_copy{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
line-height:22px;
text-align: left;
padding:20px 0px 20px 0px;
height:auto;
}
#header_copy .intro_copy {
font-size:18px;
color:#444444;
}
#content_container {
margin:0px 25px 0px 20px;
padding:0px 0px 0px 0px;
background-image:url(images/content_background.gif);
background-position:right;
background-repeat:repeat-y;
}
#main_content {
margin:0px 25px 0px 270px;
padding: 20px 30px 25px 20px;
border:1px solid #D6D5CB; 
}
body.home #main_content-h {
margin:0px 0px 0px 245px;
padding: 0px 30px 0px 20px;
border:none;
}
body.home #main_content-h ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
body.home #main_content-h li{
margin:0px 0px 0px 20px;
list-style-type:none;
list-style-image: url(images/sidebar-triangle.gif);
padding-bottom: 5px;
}
#sidebar_content {
padding: 0px 30px 0px 30px;
margin: 0px 0px 0px 0px;
width:210px;
float:left;
}
body.home #sidebar_content {
border-right: 1px solid #D6D5CB;
width:185px;
}
#section_nav {
font-size:12px;

}
#section_nav ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#section_nav li{
margin:0px 0px 0px 0px;
list-style-type:none;
}
#section_nav a, #secton_nav a:visited, #secton_nav a:active{
background-image:url(images/sidebar_arrow.gif);
background-repeat:no-repeat;
background-position: right;
padding:15px 0px 15px 0px;
margin:0px;
border-bottom:1px solid #D6D5CB;
display:block;
}
#image_banner {
margin:0px 0px 15px 0px;
}
body.home #image_banner {
margin:0px 0px 30px 0px;
}
#bottom {
margin-top:40px;
height:10px;
line-height:1px;
}

/*=====================================================*/
/*==================== { FOOTER } =====================*/
/*=====================================================*/

#footer{
background-image:url(images/shadow-bottom.jpg);
background-repeat:no-repeat;
width:945px; /*Must be set to same width as page container*/
font-size: 10px;
line-height: 15px;
clear:both;
margin:auto;
margin-bottom:20px;
padding:20px 0px 0px 0px;
text-align:center;
}

/*=====================================================*/
/*=================== { NAVIGATION } ===================*/
/*=====================================================*/
#navbox{ 
margin:0px 0px 0px 0px;
padding:10px 0px 15px 0px;
border-bottom:1px solid #D6D5CB;
 }
 
#logolink { height: 60px; float: none; }
#logolink dl { margin: 0; padding: 0; 
}
/* IE5 Mac Hack \*/ 
#logolink { padding-left: 0px; } 
/*/ 
#logo-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#logolink dt { float: left; }
#logolink dt a {
	display: block;
	height: 0px !important;
	height /**/:60px; /* IE 5/Win hack */ 
	padding: 60px 0px 0px 0px;
	overflow: hidden;
	width: 218px;
	background-image:url(images/esh_logo.gif);
	background-repeat: no-repeat;
}
#logolink dt a:hover {
	background-position: 0 -60px;
}

#main-nav { height: 30px; float: right; margin-top:5px; }
#main-nav dl { margin: 0; padding: 0; 
}
/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 0px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#main-nav dt { float: left; margin-left:10px; }
#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0px 0 0px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:hover {
	background-position: 0 -30px;
}
/* NOTE: in order to hide the line on the right of the image in the last button in the nav, reduce width ofthat last nav link by 1 pixel*/
#main-nav dt#About_ESH,
#main-nav dt#About_ESH a { width: 68px; background-image: url(images/nav/about-nav.png);  background-repeat: no-repeat; }

#main-nav dt#Surgical_Services,
#main-nav dt#Surgical_Services a { width: 98px; background-image: url(images/nav/surgical-nav.png);  background-repeat: no-repeat;}

#main-nav dt#Support_Services,
#main-nav dt#Support_Services a { width: 98px; background-image: url(images/nav/support-nav.png); background-repeat: no-repeat;}

#main-nav dt#Advantages,
#main-nav dt#Advantages a { width: 72px; background-image: url(images/nav/advantages-nav.png);  background-repeat: no-repeat;}

#main-nav dt#Physicians,
#main-nav dt#Physicians a { width: 80px; background-image: url(images/nav/medical-nav.png); background-repeat: no-repeat;}

#main-nav dt#Contact_Us,
#main-nav dt#Contact_Us a { width: 60px; background-image: url(images/nav/contact-nav.png); background-repeat: no-repeat;}

body.About_ESH dt#About_ESH,
body.About_ESH dt#About_ESH a,
body.Surgical_Services dt#Surgical_Services,
body.Surgical_Services dt#Surgical_Services a,
body.Support_Services dt#Support_Services,
body.Support_Services dt#Support_Services a,
body.Advantages dt#Advantages,
body.Advantages dt#Advantages a,
body.Physicians dt#Physicians,
body.Physicians dt#Physicians a,
body.Contact_Us dt#Contact_Us,
body.Contact_Us dt#Contact_Us a {
	background-position: 0px -60px;
}
#homebutton { height: 13px;width:35px; float:left;}
#homebutton dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#homebutton { padding-left: 0px; } 
/*/ 
#logo-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#homebutton dt { float: left; }
#homebutton dt a {
	display: block;
	height: 0px !important;
	height /**/:13px; /* IE 5/Win hack */ 
	padding: 13px 0px 0px 0px;
	overflow: hidden;
	width: 35px;
	background-image:url(images/nav/home-nav.gif);
	background-repeat: no-repeat;
}
#homebutton dt a:hover {
	background-position: 0 -13px;
}

#anchornav {
padding:0px 0px 0px 20px;
width:160px;
border:1px solid #D6D5CB;
font-size:12px;
line-height:13px;
float:right;
margin:0px 0px 10px 10px;
}
#anchornav ul{
margin:5px 0px 5px 5px;
padding:0px 0px 0px 0px;
}
#anchornav li{
margin:0px 0px 0px 0px;
list-style-type:none;
list-style-image: url(images/sidebar-triangle.gif);
padding: 8px 0px 8px 0px;
border-bottom:1px solid #D6D5CB;
}
#anchornav .bottom{border-bottom:none; }

/*=====================================================*/
/*================== { MISC STUFF } ===================*/
/*=====================================================*/
/*Accordian Content Styling*/
.accordian {width: 340px; margin:5px 0px 2px 0px; padding-right:15px; }
.accordian-content { padding:12px 15px 0px 5px; background-color:#F6F8E9;}
.accordian-content .clear {height:5px; overflow:hidden; clear:left; margin-top:10px;}
.accordian-content .info { margin:0px 0px 0px 0px; text-align:left; width:165px; float:left;}

.banner {font-size:10px; line-height:10px; text-align:right; padding-bottom:15px; margin-top:20px;}
body.home .banner {font-size:10px; line-height:10px; text-align:right; padding-bottom:15px;margin-top:0px;}
.section { padding-top:20px; margin-top:20px;}
.advantages_graph { border:1px solid #D6D5CB; padding:7px 5px 5px 5px; margin:10px 0px 10px 0px; width:520px;}

.box { border:1px solid #D6D5CB; padding:10px; margin:10px 0px 10px 0px;  }

body.home .box { border:1px solid #D6D5CB; padding:20px; margin-top:20px;  }
.benchmarking { margin:0px 10px 15px 10px; width:200px;}

.top {border-top:none; padding-top:0px; margin-top:0px;}
.right{float:right; }
img.right { margin:0px 0px 10px 15px; }

.left { float:left; }
img.left { margin:0px 15px 10px 0px; }
.border{ padding:5px; border:1px solid #D6D5CB; background-color:#FFFFFF;}
.underline {border-bottom: 1px solid #D6D5CB; }
.sidebarnav_topline {border-bottom: 1px solid #D6D5CB;height:1px; margin:0px; padding:0px; overflow:hidden; }
.clear {clear:both;}
.admin { font-size:14px; }
.flushleft {margin:0px 0px 15px 10px;}
.news {margin-bottom:20px;}
.quote { width:280px; padding:10px; font-size:17px; line-height:28px; font-weight:bold; text-align:center;}
.quote_name { font-size:12px; line-height:15px; color:#000000; }
iframe {border: 1px solid #D6D5CB; }