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

	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, em, font, img, ins, kbd,q, s, samp, small, strike, strong, 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, serif; 
	font-size: 10px; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
}


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

/*a:hover {
	border-bottom: 1px solid; 
}*/


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 75%; font-family: Arial, sans-serif; font-weight: bold; color:#666666;
   }

#content a[href^="/"]:after {
   content: " (http://subent.com" attr(href) ") ";
   }



/* 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:auto; height:114px;
	margin:0;
	color:#fff; 
	font-size: 1.1em; 	
	position:relative; 		
	background:no-repeat url(../images/subENT-logo-bw.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;
	position:absolute;
	top:0;
	left:0;*/
	display:none;
	
}



#bar_contents #navigation {
	display: none;

	}

/*

#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 17px 13px 15px;
	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 { color: #b1e025; !important}

.small-nav {
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: .09em;

}
#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;
	width:auto;
	position:relative;
	/*background:transparent top left repeat-y url(../images/bkgd_content.png);*/
}

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



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

}



#main-image .left-col {
	/*width: 270px;
	height: 323px;
	background-color: #c4e06f;
	opacity: 0.85;*/
	padding: 30px 0px 40px;
	margin: 0;
	float: left;
}

#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;
	width:auto;
	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);*/
	display: none;
}

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

#columns {
	height:auto;
}

#col1, #col2, #col3, #col4 {
	padding-bottom: 15px;
	width:100%; 
	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 0;
}
/*
#columns #col1 h2 {
	background:25px 20px no-repeat url(../images/clipboard-icon.gif);
}

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

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

#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;
}

#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: 100%; padding: 0; margin: 0;;
}


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





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

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

}

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


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

#columns #local-nav ul {
	display: none;
	/*font-family: inherit;
	font-size: 1.2em; line-height: 1.5em;
	text-transform: none;
	padding: 25px 25px 25px 25px;*/

}


#columns #local-nav ul li {
	display: none;
	/*list-style-type: none;
	margin-bottom: 1em;*/
}


#columns #page-content {
	float:left;
	width: auto; 
	/*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 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 {
	padding-bottom:.15em;
}



#sidebar {
	padding-bottom: 20px; 
	width:auto; 
	height:auto;
/*	float:left;*/
}


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



#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 0px;
}



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











#flash_holder {
	/*height: 393px;
	background: top left no-repeat url(../images/flash-holder.jpg);*/
	display: none;
}












/* 3.5 Footer
-----------------------------------------------------------------------------------------------*/ 
#footer {
	font-size:1.1em;
	color:#000000;
	padding:12px 0px 15px; 	

}


/* drop shadow at page bottom */
#shadow_foot {
	display:none;}


 
