/*********************************************************************************************** 

	1.  GENERAL 
				1.1 Links 
				
	2. GENERAL ELEMEMENTS 
	
	3. LAYOUT 
				3.1  Blue Bar with links 
				3.2  Page content containers 
				3.3  Homepage columns
				3.4  Interior page columns 
				3.5  Column containers 
				Footer 
				
***********************************************************************************************/ 

/* 1. GENERAL 
----------------------------------------------------------------------------------------------- 
===============================================================================================*/ 

/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd,q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

body {
	margin:0;
	padding:0;
	color:#303030;
	font-family: Georgia, sans-serif; 
	font-size: 10px; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	background:#eeeed7 top left repeat-x url(../images/bckgrnd-bar.png);
}

/* Because IE cannot handle the transparent PNG drop shadow, the background image is disabled */
/**html body {
	background-image: url(../images/bckgrnd-bar.gif);
}*/

/* 1.1 Links 
-----------------------------------------------------------------------------------------------*/ 
a {
	color: #9f2e07; text-decoration: none; border-bottom: 1px dotted #888888; padding-bottom: .05em; 
}

a:hover {
	border-bottom: 1px solid #9f2e07; 
}


/* 2. GENERAL ELEMENTS 
----------------------------------------------------------------------------------------------- 
===============================================================================================*/ 

.clear {
	clear:both;
	font-size:1px;
	height:0px;
}



/* 3. LAYOUT 
----------------------------------------------------------------------------------------------- 
===============================================================================================*/

/* 3.1 Blue Bar with links 
-----------------------------------------------------------------------------------------------*/ 
#bar {
	width:100%;
	position:relative;
	height:114px;
}

#bar_contents {
	position:relative;
	width:960px; height:114px;
	margin:0 auto;
	color:#fff; 
	font-size: 1.1em; 	
	position:relative; 		
	background:25px 27px no-repeat url(../images/subENT-logo.gif);

}


#bar_contents a {
	color:#ffcf06;
	text-decoration:none; border: 0;
}

#bar_contents a:hover {
	text-decoration:underline; border: 0;
}



#bar_contents h1.subent-logo a {
	text-indent:-10000px;
	font-size:1px;
	height:100px;
	width:293px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}



#bar_contents #navigation {
	width: 640px; height: 114px;
	float: right;
	position:absolute; 
	top:0px;
	right:0px;

	}

#navigation #headlinks {
	padding:0;
	list-style:none;
	font-size:1.1em; 	display:inline;
	position: absolute;
	bottom:0;
}

#headlinks a {
	color: #c7cbd4; text-decoration: none; border: 0;
}

#headlinks a:hover {
	color: #b1e025; text-decoration: none; border: 0;
}

#about, #expertise, #visit, #surgery, #faqs, #about-active, #expertise-active, #visit-active, #surgery-active, #faqs-active{
	padding: 10px 15px 13px 14px;
	width: auto; text-align: center;
	float: left;
	bottom: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: .05em;
	line-height: 1.1em;
}

#about, #expertise, #visit, #surgery, #about-active, #expertise-active, #visit-active, #surgery-active {
	border-right: 1px solid #637294;
}

 #about-active a, #expertise-active a, #visit-active a, #surgery-active a, #faqs-active a  { color: #b1e025; }

.small-nav {
	font-size: /*.6em;*/ .55em;
	text-transform: uppercase;
	letter-spacing: .05em;

}
#headlinks ul li {
	display:inline;
	margin:0 ; 	padding: 0 1em 0 .9em;

}

#headlinks ul li.border {
	border-right: 1px solid #637294;
}


/* 3.2 Page content containers
-----------------------------------------------------------------------------------------------*/ 
#content {
	margin:0 auto;
	width:1000px;
	position:relative;
	background:transparent top left repeat-y url(../images/bkgd_content.png);
}

/**html #content {
	background-image: url(../images/bkgd_content.gif);
}*/

#feature {
	position:relative;
	margin:0 20px;
}


#main-image {
	height: 393px;
	/*background: top left no-repeat url(../images/homepage-large-image.jpg)*/;
	position:relative;
	margin:0 20px;
	width:960px;
}





#main-image .left-col {
	width: 270px;
	height: 323px;
	background-color: #c4e06f;
	padding: 30px 25px 40px;
	margin: 0;
	float: left;
	position: absolute;
}


*html #main-image .left-col {
	overflow: hidden;
}


/* START SLIDESHOW AREA STYLES */

.slideshow {
	height: 393px;
	width:640px;
	position:relative;
	margin:0 0 0 320px;
	float: right;
}

*.slideshow {
	position:absolute;
}

/*.slideshow img {
	position: relative;
	float: left;
}*/


/* END SLIDESHOW AREA STYLES */




#main-image .left-col h3 {
	font-size: 1.95em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 1.0em;
}


#main-image .left-col p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: .75em;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
}



#main-image .left-col ul li {
	list-style-position: outside;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: .8em;
	list-style-image: url(../images/homepage-white-arrow.gif); 
	list-style-type: disc;
	margin-left: 1em;
}

#main-image .left-col a {
	text-decoration: none;
	border-bottom: none;
	color:#000000;
}

#main-image .left-col a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000000; 
}



#content-interior {
	margin:0 auto;
	width:1000px;
	position:relative;
	background: top left repeat-y url(../images/bkgd_interior.gif);
}


#top-shadow {
	margin:0 auto;
	width:1000px; height: 25px;
	position:relative;
	background: top left no-repeat url(../images/bkgd_interior-top.gif);
}

/*  3.3 Homepage Columns 
-----------------------------------------------------------------------------------------------*/ 

#columns {
	height:auto;
}

#columns-home {
	height:auto;
	position:relative;
	margin:0 20px;
	width:960px;
}

*html #columns-home {
	height: /*400px*/ 270px;
}

#col1 {
	width:320px; height:auto;
	float:left;
		padding-bottom: 20px;

}




#col2, #col4 {
	padding-bottom: 20px;
	width:213px; 
	height:auto;
	float:left;
}

#col3 {
	padding-bottom: 20px;
	width:214px; 
	height:auto;
	float:left;
}


#columns-home h2, #columns h2 {
	font-family: Georgia, sans-serif; 
	font-size: 1.3em; 
	letter-spacing: .05em; 
	line-height: 1.3em;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 25px 20px 5px 55px;
}

#columns-home #col1 h2, #columns #col1 h2  {
	background:25px 20px no-repeat url(../images/clipboard-icon.gif);
}

#columns-home #col2 h2, #columns #col2 h2 {
	background:25px 20px no-repeat url(../images/binoc-icon.gif);
}

#columns-home #col3 h2, #columns #col3 h2 {
	background:25px 20px no-repeat url(../images/calendar-icon.gif);
}

#columns-home #col4 h2, #columns #col4 h2 {
	background:25px 20px no-repeat url(../images/globe-icon.gif);
	padding-left: 53px;
}

#columns-home ul, #columns-home p, #columns ul, #columns p {
	font-family: inherit;
	font-size: 1.2em; line-height: 1.5em;
	text-transform: none;
}

#columns-home #col2 ul, #columns-home p, #columns #col2 ul, #columns p {
	padding: 0 25px;
}

#columns-home ul li, #columns ul li {
	list-style-type: none;
	margin-bottom: .75em;
}

#columns-home #col1 .left, #columns-home #col1 .right, #columns #col1 .left, #columns #col1 .right  {
	float:left;
	width: 130px; padding: 0; margin: 0;;
}

#columns-home #col1 .left, #columns #col1 .left  {
	padding: 0 0 0 25px;
}

#columns-home #col1 .right, #columns #col1 .right  {
	padding: 0 0 0 10px; 
	margin-left: 10px;
}

#col4 .mo-space {
	margin-top: 10px;}





/* 3.4 Interior Page Columns 
-----------------------------------------------------------------------------------------------*/ 

#page-header {
	width:960px;
	margin-bottom: 10px;

}

#page-header h1 {
	font-size: 2.2em;
	text-transform: uppercase;
	letter-spacing: .15em;
	word-spacing: .05em;
		padding: 40px 230px 20px 240px;
}

#col1 {
	width:320px; height:auto;
	float:left;
		padding-bottom: 20px;

}


#columns #local-nav  {
	float:left;
	width: 200px; 
	margin-top: 5px;
	border-right: 1px solid #e5e4dd;
}


#columns #local-nav a {
	border: none;
}


#columns #local-nav ul {
	font-family: inherit;
	padding: 0px 15px 25px 25px;

}


#columns #local-nav ul li {
	list-style-type: none;
	margin-bottom: 1em;
	font-size: .9em; 
	line-height: 1.4em;
	letter-spacing: .05em;
	text-transform: uppercase;
}

#columns #local-nav #sub-nav ul {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px 0px 15px 25px;

}

#columns #local-nav #sub-nav ul li {
	
	list-style-type:disc;
	color: black;
	text-transform: none;
	letter-spacing: normal;
	

}

#columns #local-nav ul#sub-nav  {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 7px 0px 5px 25px;

}

#columns #local-nav ul#sub-nav  li {
	
	list-style-type:disc;
	color: black;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 7px;
	padding-bottom: 0;
	

}

#columns #local-nav li.current, .current {
	font-weight: bold;
	color: black;
}

#columns #page-content {
	float:left;
	width: 445px; 
	padding: 0 60px 0 40px;
	margin: 0 0 40px 0;
}

#page-content p {
	font-family: inherit;
	font-size: 1.4em; line-height: 1.8em;
	margin: 0 ;
	padding:0 0 1.8em 0;
}

#page-content ol {
	margin: 0 0 3.6em 40px;
}


#page-content ol li{
	font-family: inherit;
	font-size: 1.4em; line-height: 1.8em;
	padding:0 0 .7em 0;
}

#page-content img.staff {
	float: right;
	padding: 0 0 20px 20px;
}

#page-content .content-image-220 {
	float: right;
	margin: 0 0 10px 20px; 
	width: 220px;
	text-align: center;
}


#page-content .content-image-445 {
	float: right;
	margin: 0 0 10px 20px; 
	width: 445px;
	text-align: center;
}


#page-content .content-image-220 img, #page-content .content-image-445 img {
	margin-bottom: 5px;
}

#page-content .content-image-220 p.caption, #page-content .content-image-445 p.caption {
	font-size:1.1em;
	line-height: 1.5em; 
	margin: 0;
	padding: 0;
	font-style: italic;
	
}


#page-content ul {
	font-family: inherit;
	font-size: 1.2em; line-height: 1.6em;
	margin: 0 0 2.4em 0;
	padding:0 0 1.2em 0;
	border-bottom: 1px solid #e5e4dd;

}

#page-content ul li {
	margin: 0 0 .8em 0; 
	padding: 0;
}


#page-content h6{
	font-family: inherit;
	font-size: 1.1em; line-height: 1.8em;
	margin: 10px 0 10px 0;
	padding:15px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 1px solid #e5e4dd;
}

#page-content ul.related-links {
	list-style-position: outside;
	list-style-type: disc;
	font-family: inherit;
	/*font-size: 1.4em; line-height: 1.8em;*/
	font-size: 1.2em; line-height: 1.6em;
	margin: 0;
	padding: 0;
	border:none;

}

#page-content ul.related-links li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 .7em 14px; 
	padding: 0;
}


#page-content ul.related-links li ul {
	list-style-position: outside;
	list-style-type: disc;
	font-family: inherit;
	margin: 0 0 5px 10px;
	padding: 0;
	border-bottom:none;

}

#page-content ul.related-links li ul li  {
	list-style-position: outside;
	list-style-type: circle;
	font-size: .8em;
	margin: 0 0 0 30px; 
	padding: 0;
}

#page-content h2 {
	font-family: inherit;
	font-size: 1.2em; 
	line-height: 1.7em;
	padding:.8em 0 0 0;
	margin: .75em 0 .2em 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	word-spacing: .1em;
	/*font-weight: bold;*/
	border-top: 1px solid #e5e4dd;
}

#page-content h2 a {
	border: none;
}

#page-content h2 a {
	padding-bottom:.15em;
}

#page-content caption {
	font-size:1.2em;
	line-height: 1.5em; 
	margin: 5px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#page-content td p {
	font-size:1.1em;
	line-height: 1.5em; 
	margin: 5px 0 20px 0;
	padding: 0;
}


#sidebar {
	padding-bottom: 20px; 
	margin-top: -15px;
	width:213px; 
	height:auto;
	float:left;
}


.sidebar-office, .sidebar-appt {
	margin-bottom: 30px;
}

.sidebar-office h4 {
	background:25px 20px no-repeat url(../images/globe-icon-interior.gif);
	padding-left: 53px;
}

.sidebar-appt h4 {
	background:25px 20px no-repeat url(../images/calendar-icon-interior.gif);
}


#sidebar h4 {
	font-family: Georgia, sans-serif; 
	font-size: 1.3em; 
	letter-spacing: .05em; 
	line-height: 1.3em;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 25px 20px 5px 55px;
}



#sidebar .mo-space {
	margin-top: 10px;}















/* 3.5 Footer
-----------------------------------------------------------------------------------------------*/ 
#footer {
	background-color:#294978;
	font-size:1.1em;
	color:#b5cde2;
	padding:12px 25px 13px; 	
	display: block;
	height:auto;
	width:910px;
}

*html #footer {
	margin-left: 25px;
}

#footer .left {
	width:400px; 
	float: left; 
	display:block;
}

#footer .right {
	width:300px; 
	float: right; 
	display:block;
	text-align: right;
}

#footer-home {
	background-color:#294978;
	font-size:1.1em;
	color:#b5cde2;
	padding:12px 25px 13px; 	
	display: block;
	height:auto;
	width:910px;
}

*html #footer-home {
	margin-left: 0px;
}

#footer-home .left {
	width:400px; 
	float: left; 
	display:block;
}

#footer-home .right {
	width:300px; 
	float: right; 
	display:block;
	text-align: right;
}

/* drop shadow at page bottom */
#shadow_foot {
	margin:0 auto 10px;
	width:1000px;
	height:22px;
	font-size:1px;
	background-image: url(../images/shadow_footer.gif);
}


 
 

