/*--------------------- 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;}
p.h1,p.h2,p.h3,p.h4,p.h5,p.h6 {font-size:100%;}
q:before,q:after {content:'';}

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

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

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


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

p.h1	{ font-size:1.2em; color:#41607C; font-weight:bold;}
p.h2	{ font-size:1.1em; color:#74A8D0; font-weight:bold;}
p.h3	{ font-size:1.0em; color:#565656; font-weight:bold;}

a:link,a:visited	{ color:#4E7E9C; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#74A8D0; text-decoration:none; outline:none; }

#column-right p a { color: #FFFFFF; }
#column-right p a:hover { color: #74A8D0; }


/* ------------------------ classes ------------------------ */
.clear {clear: both;}

p span{font-weight:bold;}

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-read-more.gif") right no-repeat;
	}
p.read-more {
	background: url("../images/bullet-read-more.gif") right no-repeat;
	padding-right:15px;
	text-align:right;
	display:block;
	}
#patient-satisfaction p.read-more a, #column-left p.read-more a, #column-left p.back-to-top a, #doctors-blurb a { color: #4E7E9C; font-style:normal;}
#column-right p.read-more a { color: #FFFFFF; }
#column-right p.read-more a:hover { color: #74A8D0; }

img.img-left { 
	float:left; 
	margin:0px 10px 10px 0px;
	}
	
body#contact img.img-left { 
	float:left; 
	margin:0px 10px 10px 0px;
	}

img.img-center { 
	
	margin:0px 0px 0px 35px;
	}
	
	
#doctors-patient-satisfy img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}
img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
body#contact p.direction {
	background: url("../images/subhead-location.jpg") left no-repeat; 
	height: 55px; 
	margin: 0px 0 0px 0px;
	padding:10px;
	}
	
#hours {
	background: url("../images/subhead-hours.jpg") left no-repeat; 
	height: 55px; 
	margin: 20px 0px 0px 0px;
	padding:10px;
	}

body#thankyou #column-right { height:500px }

/* ------------------------ 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #0076BF;
	color:#565656;
	width:145px; /* 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:150px; padding:0; } /* same width as form - !important */

textarea { height:70px; 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; }

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

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

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

/* ------------------------ contact survey form ------------------------ */
#contact-survey { margin:20px 0 10px 0; width:220px;}

#contact-survey label { 
	 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	}

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

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

textarea { height:90px; overflow:auto; }
#contact-survey label textarea { position:relative; height:50px; overflow:auto; }

#contact-survey label input.yn { width:12px; border:none;

		}

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

input.submit, input.submit-contact-survey { 
	
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

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


div.submit {position:relative; margin:0 0 25px 0; height:25px;}
	


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:850px;
	margin:0 auto;
	text-align:left;
	}

#wrap-white {
	background:url("../images/bg-wrap-white.jpg") repeat-y;
	width:850px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:150px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:308px;
		width:236px;
		top:27px;
		height:113px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:573px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 29px 10px 50px;
		}
	body#doctor #column-left h3 {margin:20px 29px 3px 50px;}
	#column-left form { margin-left:50px; padding-bottom:10px;} /* set form margin here */

	
	
body#contact #column-left {
	padding-top:15px;
	padding-left:120px;
	width:300px;
	float:left;
	}	
	


	
/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-read-more.gif") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom: 3px;
			}
#column-left ul li { 
			background:transparent url("../images/bullet-read-more.gif") 0px 5px 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-left ul.bill li { 
			background:transparent url("../images/bullet_billing.gif") 0px 5px 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 img.bill {
	position:absolute;
	width:360px;
	height:263px;
	background:url("../images/img-billing.jpg") no-repeat;
	top:475px;
	left:640px
	}


/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 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; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 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;
			}
			
			
			


/* ------------------------ column ------------------------ */
#column {
	width:850px;
	float:left;
	}

	#column p, #column h1, #column h2, #column h3, #column ul, #column dl {
		margin:0px 50px 10px 50px;
		}
	body#doctor #column h3 {margin:20px 29px 3px 50px;}
	#column form { margin-left:50px; padding-bottom:10px;} /* set form margin here */

	/* single column list */
	#column ul { padding-left:15px; }
		#column ul li { 
			background:transparent url("../images/bullet-read-more.gif") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom: 3px;
			}
#column ul li { 
			background:transparent url("../images/bullet-read-more.gif") 0px 5px 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 ul.bill li { 
			background:transparent url("../images/bullet_billing.gif") 0px 5px 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 ul.multi { padding-left:5px; } 
		#column ul.multi li { 
			background:transparent url("../images/bullet.jpg") 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; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column dl { padding-left:5px; }
		#column dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column dl dd {
			background:transparent url("../images/bullet.jpg") 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;
			}

#column-bottom {
	width:850px;
	float:left;
	}

	#column-bottom p, #column h1, #column h2, #column h3, #column ul, #column dl {
		margin:0px 50px 10px 50px;
		}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:277px;
	float:left;
	color: #FFFFFF;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 45px 10px 27px;
		}

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

	/* single column list */
	#column-right ul { padding-left:15px; margin-bottom: 20px; }
		#column-right ul li { 
			background:transparent url("../images/sub-bullet.jpg") 0px 4px 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: 3px;
			}
#column-right ul li a { color: #FFFFFF; }
#column-right ul li a:hover { color: #74A8D0; }

body#contact #column-right {
	width:310px;
	float:left;
	color: #000;
	padding-top:15px;
	padding-right:0px;
	}
	
body#contact #column-right ul.bill li { 
			background:transparent url("../images/bullet_billing.gif") 0px 5px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:203px;  background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */
/*
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/

/* ------------------------ subhead framework ------------------------ */
#column-left #subhead { height:60px; margin: 0px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#doctor #subhead { background:url("../images/subhead-doctor.jpg"); }
	body#specialties #subhead { background:url("../images/subhead-specialties.jpg"); }
	body#surgery #subhead { background:url("../images/subhead-surgery.jpg"); }

#column #subhead { height:60px; margin: 0px;} /* sets height for all subheads */
	body#billing #subhead { background:url("../images/subhead-billing.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#facility #subhead { background:url("../images/subhead-facility.jpg"); }
	body#post-op #subhead { background:url("../images/subhead-post-op.jpg"); }
	body#before #subhead { background:url("../images/subhead-before.jpg"); }
	body#survey #subhead { background:url("../images/subhead-survey.jpg"); }
	body#day-of #subhead { background:url("../images/subhead-day-of.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	

/* ------------------------ subhead framework with varying heights ------------------------ */

body#thankyou #column{height:300px;}


#title-doctors-patient-satisfy {
	
	height:65px;
	background:url("../images/title-doctors-patient-satisfy.jpg") ;
	position:relative;
	z-index: 2;
	clear:both;
	
	}

#doctors-blurb {
				width: 548px; 
				 float: left; 
				margin-left: 25px; 
				background-color:#CFCFCF;
				display:inline;
				padding-bottom:10px;
				}
#doctors-blurb p {margin: 0 11px 5px 20px;}


div.line	{ 
				height:5px; 
				clear:both;
				overflow:hidden;
				width:548px; 
				height:3px;
				background-color:#FFFFFF;
				margin:0 0 0 25px;
			}


#doctors-patient-satisfy {
	background:url("../images/doctors-patient-satisfy-bg.jpg") repeat-y;
	}
	#doctors-left {width: 268px; float: left; margin-left: 25px; display:inline;}
	#doctors-left p {margin: 0 11px 5px 13px;}
	#doctors-right {width: 280px; float: left; display:inline;}
	#doctors-right p {margin: 0 20px 5px 16px;}
	
	#patient-satisfaction {width: 252px; float: left; display:inline; margin:-100px 0 0 0;}
	#patient-satisfaction p {margin: 0 20px 10px 24px; width: 208px; font-style:italic;}

#doctors-left a:link,a:visited	{ color:#4E7E9C; text-decoration:underline; outline:none; }
#doctors-left a:hover,a:active	{ color:#74A8D0; text-decoration:none; outline:none; }


#doctor p.italic {font-style:italic;}
#testimonials p.italic {font-style:italic; width:745px;}	


#title-billing-insurance {
	height:86px;
	background:url("../images/title-billing-insurance.jpg") ;
	}

#doctors-patient-satisfy {
	
	background:url("../images/doctors-patient-satisfy-bg.jpg") repeat-y;
	float: left;
	width: inherit;
	}

#title-doctor-directory {
	height: 52px;
	background: url("../images/title-doctor-directory.jpg") top no-repeat;
	}
	
#title-blank {
	height: 52px;
	background: url("../images/title-blank.jpg") top no-repeat;
	}
	
#subtitle-ortho {
	height: 42px;
	background: url("../images/subtitle-ortho.jpg") top no-repeat;
	}
#subtitle-plastic-surgery {
	height: 42px;
	background: url("../images/subtitle-plastic-surgery.jpg") top no-repeat;
	}
#subtitle-general {
	height: 42px;
	background: url("../images/subtitle-general.jpg") top no-repeat;
	}
#subtitle-pain {
	height: 42px;
	background: url("../images/subtitle-pain.jpg") top no-repeat;
	}
#subtitle-eye {
	height: 42px;
	background: url("../images/subtitle-eye.jpg") top no-repeat;
	}
#subtitle-other {
	height: 42px;
	background: url("../images/subtitle-other.jpg") top 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:30px;
	clear:both; /* important - do not remove */
	}
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	width:100%; /* fix for Safar */
	height:26px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:850px;
	margin:0 auto;
	text-align:center;
	background: url("../images/footer-bg.jpg") repeat-y;
	padding-top: 20px;
	}
#footer-bottom {
	background: url("../images/footer-bottom.jpg") bottom no-repeat;
	height: 20px;
	}
#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; }
#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 #000;
		}
	#footer li.first { border: none; }

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

#nav span { display: none; }

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

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

#nav-01 { width: 67px; margin-left: 25px;}
#nav-02 { width: 82px;}
#nav-03 { width: 127px;}
#nav-04 { width: 132px;}
#nav-05 { width: 149px;}
#nav-06 { width: 147px;}
#nav-07 { width: 97px;}


/*-------------- (-79px) X position of button / (-34px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -25px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -92px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -174px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -301px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -433px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -582px -34px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -729px -34px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -25px -34px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -92px -34px no-repeat; }
body#facility #nav-02 { background:url("../images/nav.jpg") -92px -34px no-repeat; }
body#billing #nav-03 { background:url("../images/nav.jpg") -174px -34px no-repeat; }
body#doctor #nav-04 { background:url("../images/nav.jpg") -301px -34px no-repeat; }
body#surgery #nav-05 { background:url("../images/nav.jpg") -433px -34px no-repeat; }
body#post-op #nav-05 { background:url("../images/nav.jpg") -433px -34px no-repeat; }
body#before #nav-05 { background:url("../images/nav.jpg") -433px -34px no-repeat; }
body#day-of #nav-05 { background:url("../images/nav.jpg") -433px -34px no-repeat; }

body#testimonials #nav-06 { background:url("../images/nav.jpg") -582px -34px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -729px -34px 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:#FFFFFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #565656;
	border-top:none;
	}	

#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:#4E7E9C;
	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-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#565656;
	color:#FFFFFF;
	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:82px; }		
#nav-05 ul, #nav-05 li { width:170px; }
#nav-06 ul, #nav-06 li { width:170px; }


