/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#88b8d6 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#333333;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#022a79; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
.style1 {font-size: 10px}
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:2px 10px 7px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
img.img-left-map { 
	float:left; 
	margin:0px 5px 2px 0px;
	}
	
	img.img-center {margin:10px auto 10px 100px;}
	
ul .index-col-list {margin-left:0px;}

td.tabletitle {
	text-align: center;
	font-weight: bold;
}
	
	
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#cbc193 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#333333;
	width:196px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
select { width:201px; padding:0; } /* same width as form - !important */
	
body#index input, body#index textarea { width:242px; }
body#index select { width:247px; }



textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#column-right #wp_commentform, #column-right .wp_commentlist {margin-left:20px;}



/* ------------------------ submit button form elements ------------------------ */

body#index input.submit, input.submit, input.submit-contact-main, input#blog-search { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input#wp_submit {
	width:110px;
	height:20px;
	cursor:pointer;
	padding:0;
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/*input.submit-image, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}
*/
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap-inside.jpg") repeat-y;
	width:892px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:892px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-wrap-inside.jpg") bottom no-repeat;
	width:892px;
	padding-bottom: 200px;
	}
body#index #wrap-img {
	background:url("../images/bottom-wrap-index.jpg") bottom no-repeat;
	padding-bottom: 70px;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:178px;
	}
	
body.practice-pages #masthead {
	position:relative;
	background:url("../images/masthead-practice.jpg");
	height:178px;
	}
body.cosmetic-pages #masthead {
	position:relative;
	background:url("../images/masthead-cosmetic.jpg");
	height:178px;
	}
body.ent-pages #masthead {
	position:relative;
	background:url("../images/masthead-ent.jpg");
	height:178px;
	}
	
	/* index page link within #masthead */		
	#masthead a.homelink {
	position:absolute;
	left:344px;
	width:200px;
	top:29px;
	height:144px;
		}
		
	#masthead a.click-to-call  {
		position: absolute;
		top: 97px;
		left: 728px;
		width: 148px;
		height: 60px;
		}
	#masthead a.click-to-call:hover {
			background:url("../images/ctc-over.jpg") 0px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
			}
		
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	background: url("../images/left-bg-inside.jpg") top no-repeat;
	width:241px;
	float:left;
	padding-left: 16px;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #search label {
		margin:0px 15px 10px 20px;
		}
		
	#column-left #menu ul {margin-left:17px;}
	#column-left #menu ul li {background:none; margin-left:0px; padding-left:0px;}
	#column-left #menu ul li ul {margin-left:0px; padding-left:0px;}
	#column-left #menu #searchform {margin-left:20px; padding-left:0px; }
	
	li.rss img {margin: 0 2px -2px 0px; }
	li.rss  {padding-left:0px; margin-top:3px;}
	
	
body#index #column-left {
	background: transparent;
	width:289px;
	float:left;
	padding: 0px;
	padding-left: 16px;
	}
	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		margin:0px 10px 10px 35px;
		}

	#column-left form { padding-left:20px; } /* set form margin here */
	body#index #column-left form { padding-left:35px; } /* set form margin here */
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	

/* ------------------------ column-right framework ------------------------ */
#column-right {
	background: url("../images/right-bg-inside.jpg") top no-repeat;
	width:619px;
	float:left;
	padding-right: 16px;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, .meta, .feedback {
		margin:0px 20px 10px 20px;
		}
		
		#column-right ul.nobotmargin {margin:0px 20px 0px 20px;}
	
body#index #column-right {
	background: transparent;
	width:571px;
	float:left;
	/*margin-right: 16px;*/
	padding: 0px;
	}
	body#index #column-right p, body#index #column-right h1, body#index #column-right h2, body#index #column-right h3, body#index #column-right ul, body#index #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
table#allergytable {
	margin: 15px 0 10px 20px;
}

table#coststable {
	text-align: center;
	margin: 15px 0 10px 5px;
}

#column-right ol {
	margin: 10px 0 15px 40px;
}

#column-right ol li {
	list-style: decimal;
	margin: 2px 0 2px 20px;
}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:65px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	
	body#ent #subhead { background:url("../images/subhead-ent.jpg"); }
	body#ears #subhead { background:url("../images/subhead-ears.jpg"); }
	body#balance #subhead { background:url("../images/subhead-balance.jpg"); }
	body#nose #subhead { background:url("../images/subhead-nose.jpg"); }
	body#allergies #subhead { background:url("../images/subhead-allergies.jpg"); }
	body#sinus #subhead { background:url("../images/subhead-sinus.jpg"); }
	body#snoring #subhead { background:url("../images/subhead-snoring.jpg"); }
	body#throat #subhead { background:url("../images/subhead-throat.jpg"); }
	body#child-ears #subhead { background:url("../images/subhead-child-ears.jpg"); }
	body#child-nose-throat #subhead { background:url("../images/subhead-child-nose-throat.jpg"); }
	body#audiology #subhead { background:url("../images/subhead-audiology.jpg"); }
	body#head-neck #subhead { background:url("../images/subhead-head-neck.jpg"); }
	body#hn-cancer #subhead { background:url("../images/subhead-hn-cancer.jpg"); }
	body#cancer #subhead { background:url("../images/subhead-cancer.jpg"); }
	
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#reconstructive #subhead { background:url("../images/subhead-reconstructive.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#rhino #subhead { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#blepharo #subhead { background:url("../images/subhead-blepharo.jpg"); }
	body#otoplasty #subhead { background:url("../images/subhead-otoplasty.jpg"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#resurfacing #subhead { background:url("../images/subhead-resurfacing.jpg"); }
	body#laser-hair #subhead { background:url("../images/subhead-laser-hair.jpg"); }
	body#skin-care #subhead { background:url("../images/subhead-skin-care.jpg"); }
	body#skin-cancer #subhead { background:url("../images/subhead-skincancer.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#index-3 {
	background: url("../images/index-3-wrap.jpg") repeat-y;
	float: left;
	width: 892px;
}
	#index-3 p, #index-3 ul {
		width: 242px;
		margin-bottom: 10px;
	}
	#index-3 ul { padding-left: 10px; }
	#index-3 ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		padding-left:10px;  /* pushes text to the right to display bg img */
		margin-bottom: 2px;
		}

#index-3-bottom {
	background: url("../images/index-3-bottom.jpg") bottom no-repeat;
	float: left;
	padding-bottom: 100px;
}

	#title-patients {
		padding-top:243px;
		background:url("../images/title-patients.jpg") top no-repeat ;
		float: left;
		display: inline;
		width: 305px;
		}
	#title-ent {
		padding-top:243px;
		background:url("../images/title-ent.jpg") top no-repeat ;
		float: left;
		width: 282px;
		}
	#title-facial {
		padding-top:243px;
		background:url("../images/title-facial.jpg") top no-repeat ;
		float: left;
		display: inline;
		width: 305px;
		}
	#title-patients p, #title-patients h1, #title-patients h2 {margin-left: 52px;}
	#title-ent p, #title-ent ul, #title-ent h2, #title-ent h3 {margin-left: 20px;}
	#title-facial p, #title-facial ul, #title-facial h2, #title-facial h3 {margin-left: 12px;}
		
/* ------------------------ Titles for homepage ------------------------- */
body#index #title-email {
	height:90px;
	background:url("../images/title-email-index.jpg") ;
	width:289px;
	}

body#index #title-locations {
	height:90px;
	background:url("../images/title-locations-index.jpg") ;
	width:571px;
	}
	body#index #column-right p.map-info {
		width: 250px;
		float: left;
		display: inline;
		margin-left: 15px;
	}
	#column-left p.map-info {
		clear: both;
		padding-top: 15px;
	}
/* ------------------------------------- Titles for inside pages ---------------------------------------- */
body.practice-pages #title-contact {
	height:65px;
	background:url("../images/title-contact-practice.jpg") ;
	}
body.cosmetic-pages #title-contact {
	height:65px;
	background:url("../images/title-contact-cosmetic.jpg") ;
	}
body.ent-pages #title-contact {
	height:65px;
	background:url("../images/title-contact-ent.jpg") ;
	}
body.practice-pages #title-locations {
	height:48px;
	background:url("../images/title-locations-practice.jpg") ;
	}
body.cosmetic-pages #title-locations {
	height:48px;
	background:url("../images/title-locations-cosmetic.jpg") ;
	}
body.ent-pages #title-locations {
	height:48px;
	background:url("../images/title-locations-ent.jpg") ;
	}
	
body#contact #title-locations, body#thankyou #title-locations {
	margin-top: 17px;
	}
	
/* ------------------------ Procedure Buttons ------------------------ */
#procedure-btns { 
	background:url("../images/procedure-btns-index.jpg") no-repeat; 
	width:860px; 
	height:79px; 
	margin:0 16px 0 16px;
	padding:0; 
	}

#procedure-btns span { display: none; }

#procedure-btns li, #procedure-btns a { height:79px; display:block; } /* change height here also */

#procedure-btns li { float:left; list-style:none; _display:inline; position:relative; }

#procedure-btns-01 { width: 164px; margin-left: 20px; }
#procedure-btns-02 { width: 163px;}
#procedure-btns-03 { width: 164px;}
#procedure-btns-04 { width: 165px;}
#procedure-btns-05 { width: 162px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#procedure-btns-01 a:hover { background:url("../images/procedure-btns-index.jpg")  -20px -79px no-repeat; }
#procedure-btns-02 a:hover { background:url("../images/procedure-btns-index.jpg") -184px -79px no-repeat; }
#procedure-btns-03 a:hover { background:url("../images/procedure-btns-index.jpg") -347px -79px no-repeat; }
#procedure-btns-04 a:hover { background:url("../images/procedure-btns-index.jpg") -511px -79px no-repeat; }
#procedure-btns-05 a:hover { background:url("../images/procedure-btns-index.jpg") -676px -79px no-repeat; }

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:892px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#333333;
	margin-bottom:10px;
	}
#footer a:link, #footer a:visited { color:#333333; }
#footer a:hover, #footer a:active { color:#000; text-decoration: none;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #333333;
		}
	#footer li.first { border: none; }
#footer ul li a:link, #footer ul li a:visited { color:#333333; text-decoration: none;}
#footer ul li a:hover, #footer ul li a:active { color:#333333; text-decoration: underline;}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:892px; 
	height:40px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:40px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 50px; margin-left: 32px;}
#nav-02 { width: 69px;}
#nav-03 { width: 79px;}
#nav-04 { width: 74px;}
#nav-05 { width: 90px;}
#nav-06 { width: 81px;}
#nav-07 { width: 82px;}
#nav-08 { width: 78px;}
#nav-09 { width: 42px;}
#nav-10 { width: 87px;}
#nav-11 { width: 40px;}
#nav-12 { width: 56px;}

/*-------------- (-79px) X position of button / (-40px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -32px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -82px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -151px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -230px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -304px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -394px -40px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -475px -40px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -557px -40px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -635px -40px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -677px -40px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -764px -40px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -804px -40px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#2b759a ;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin: -2px 0 0 -1px;
	}
#nav li#nav-02 ul { background-color:#e7c8a9 ; }
#nav li#nav-03 ul { background-color:#a1b3db ; }
#nav li#nav-06 ul, #nav li#nav-07 ul { background-color:#9acc97  ; }
	
#nav li#nav-03 ul li ul {
	padding-right:1px; 
	background-color:#2b759a ;
	}
	
	#nav li#nav-03 ul li ul li {
	position:relative;
	}
	
	
#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #030b1e;
	border-top:none;
	position:relative;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#030b1e;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul { left: auto; }


 
/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-05 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#e6ebc3;
	color:#030b1e;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:105px; }		
#nav-03 ul, #nav-03 li { width:160px; }
#nav-05 ul, #nav-05 li { width:155px; }
#nav-07 ul, #nav-07 li { width:275px; }

#nav li ul ul {
	margin: -20px 0 0 160px;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
	
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {
	left: auto;
	}
