/*--------------------- 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:#1D3D64 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px "Verdana", Arial, Helvetica, sans-serif; 
	color:#30618E;
	}
	body#index #bg-body {	
		background:url("../images/bg.jpg") top center no-repeat;
		padding-top: 0;
		}
	#bg-body {	
		background:url("../images/bg-inside.jpg") top center no-repeat;
		text-align:center; 
		padding-top: 37px;
		}

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

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

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

a:link,a:visited	{ color:#122F4B; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#30618E; text-decoration:underline; outline:none; }

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

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
a.back-to-top {
	text-align:right;
	display:block;
	background:url("../images/back-to-top.jpg") right no-repeat;
	width: 100px;
	height: 25px;
	}
a.learn-more {
	position: absolute;
	bottom: 32px;
	left: 390px;
	width: 75px;
	height: 20px;
	text-align:right;
	
	}
a.learn-more1 {
	position: absolute;
	bottom: 44px;
	left: 196px;
	width: 75px;
	height: 20px;
	text-align:right;
	
	}
a.learn-more span, a.learn-more1 span {display: none;}

img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
/* ------------------------ 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:#1D3D64 !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#FFE8A5;
	width:137px; /* 5 pixles smaller than form width !important */
	height:21px;
	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:57px; 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 */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:18px;
	border:none;
	cursor:pointer;
	}

#CareCreditButton{
        display: block;
	padding: 5px 0 35px 145px;
}
img{
    border: none
}


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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:726px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
body#index #column-left {
	background: url("../images/col-left-wrap.jpg") repeat-y;
	margin-top: 37px;
	}
 #column-left {
	width:220px;
	float:left;
	background: url("../images/contact-wrap-inside.jpg") repeat-y;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 38px 10px 33px;
		}

	#column-left form { padding-left:35px; } /* set form margin here */


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:506px;
	float:left;
	background: url("../images/col-right-wrap.jpg");
	}
#col-right-bottom {
	background:url("../images/col-right-bottom.jpg") ;
	height: 36px;
	}
	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 40px 10px 70px;
		}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 45px 10px 45px;
		}
	#column-right form { margin-left:40px; }

	/* single column list */
	#column-right ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:13px;
		}

	/* definition list */
	#column-right dl dt {
		font-weight:bold;
		color:#30618D;
		}
	#column-right dl dd {
		margin-bottom:5px;
		}

/* ------------------------ header framework ------------------------ */
#header-flash {
	height:453px;
	padding-left:4px;
	background:url("../images/header-flash.jpg");
	}
	/* --------------- no flash text styles ----------------------*/
	#index #column-right #header-flash p, #index #column-right #header-flash noscript {
		margin:0 0 0 41px;
		width:190px;
		color: #FFFFFF;
		}
	#index #column-right #header-flash p {
		padding-top:180px;
		}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:82px; background:url("../images/header-graphic.jpg");} /* sets height for all non-flash headers */


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:108px; } /* sets height for all subheads */
	body#index #subhead {
		background:url("../images/subhead-index.jpg");
		height: 56px;
		padding-top: 0px;
		}
		#subhead-wrap {
			background: url("../images/subhead-index-wrap.jpg") repeat-y;
			}
		#subhead-bottom {
			background: url("../images/subhead-index-bottom.jpg") bottom no-repeat;
			padding-bottom: 50px;
			position: relative;
			}
	body#surgeons #subhead { background:url("../images/subhead-surgeons.jpg") top no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#lasik-pg #subhead { background:url("../images/subhead-lasik.jpg") top no-repeat; }
	body#tech #subhead { background:url("../images/subhead-tech.jpg") top no-repeat; }
	body#faq #subhead { background:url("../images/subhead-faq.jpg") top no-repeat; }
	body#customvue #subhead { background:url("../images/subhead-customvue.jpg") top no-repeat; }
	body#cataracts #subhead { background:url("../images/subhead-cataracts.jpg") top no-repeat; }
	body#multifocal #subhead { background:url("../images/subhead-multifocal.jpg") top no-repeat; }
	body#education #subhead { background:url("../images/subhead-education.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead {
  	background:url("../images/subhead-thankyou.jpg") top no-repeat;
    height:492px;
  }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#title-lasik {
	height:67px;
	background:url("../images/title-lasik.jpg") ;
	}
#lasik {
	background: url("../images/lasik-wrap.jpg") repeat-y;
	}
	body#index #column-right #lasik p {margin: 0 230px 10px 70px;}
#lasik-bottom {
	background: url("../images/lasik-bottom.jpg") bottom no-repeat;
	padding-bottom: 60px;
	position:relative;
	}
	
#title-seminars {
	padding:23px 0 0 0px;
	background:url("../images/title-seminars.jpg") top no-repeat;
	float:left;
	width: 506px;
	}
#seminars {
	background: url("../images/seminars-wrap.jpg") repeat-y;
	float: left;
	}
	body#index #column-right #seminars dl {
		width: 185px;
		margin: 34px 0px 10px 70px;
		float: left;
		display:inline;
		}
	body#index #column-right #seminars p { margin-top: 34px; }

	body#index #column-right #seminars dl { margin: 0px 10px 10px 20px;}
#seminars-bottom {
	background: url("../images/seminars-bottom.jpg") bottom no-repeat;
	padding-bottom: 30px;
	float:left;
	width: 506px;
	}
	
/* ------------------------ title framework with varying heights ------------------------- */


body#index #title-contact {
	padding-top:52px;
	background:url("../images/title-contact.jpg") top no-repeat;
	}
	#title-contact p { margin-left: 40px; }
#contact-bottom {
	background: url("../images/contact-bottom-inside.jpg");
	height: 28px;
	}
#title-contact {
	padding-top:52px;
	background:url("../images/title-contact-inside.jpg") top no-repeat;
	}
	
	
#title-testimonials {
	padding-top:210px;
	background:url("../images/title-testimonials.jpg") top no-repeat ;
	}
	#title-testimonials p {color: #1D3D64; }
div.col-left-bottom {
	background: url("../images/col-left-bottom.jpg") no-repeat;
	height: 30px;
	}
#title-location {
	background: url("../images/title-location.jpg") top no-repeat;
	height: 35px;
	margin-bottom: 10px;
	}
#location {
	background: url("../images/location-wrap.jpg") repeat-y;
	}
	#location p{text-align: center; margin: 0 35px 10px 28px;}
#location-bottom {
	background: url("../images/location-bottom.jpg") bottom no-repeat;
	padding-bottom: 120px;
	}
	
body#contact #title-location,body#thankyou #title-location {
	background: url("../images/title-location-contact.jpg") top no-repeat;
	height: 45px;
	margin-bottom: 10px;
	}
body#contact #location,body#thankyou #location {
	background: url("../images/location-wrap-contact.jpg") repeat-y;
	}
body#contact #location-bottom,body#thankyou #location-bottom {
	background: url("../images/location-bottom-contact.jpg") bottom no-repeat;
	padding-bottom: 120px;
	}
/* ------------------------ 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:726px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFE8A5;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; }
#footer a:hover, #footer a:active { color:#FFE8A5; }

#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 #FFFFFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#column-left #nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:220px;	/* Width of buttons, not entite image (or half of entire image) */
	height:416px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}	

#column-left #nav li span { display: none; }

#column-left #nav li { float:left; list-style:none; position:relative; padding: 0px; }

#column-left #nav li, #column-left #nav a { 
	height:22px;	/* Each button must have the same height, define it here */
	display:block;
	}
	
#column-left #nav li#nav-00, #column-left #nav #nav-00 a{ 
	height:105px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#column-left #nav-00 { margin-top:15px; width:220px; height:105px; }

/* margin-top if there is a spacing between each nav button */
#column-left #nav-01,#column-left #nav-02, #column-left #nav-03, #column-left #nav-04, #column-left #nav-05, #column-left #nav-06, #column-left #nav-07, #column-left #nav-08, #column-left #nav-09, #column-left #nav-10, #column-left #nav-11 { margin-top:0; width:220px; }

#column-left #nav-00 a:hover { background:url("../images/nav.jpg") 0px  -15px no-repeat; height:105px;}
#column-left #nav-01 a:hover { background:url("../images/nav.jpg") -220px  -120px no-repeat; }
#column-left #nav-02 a:hover { background:url("../images/nav.jpg") -220px  -142px no-repeat; }
#column-left #nav-03 a:hover { background:url("../images/nav.jpg") -220px  -164px no-repeat; }
#column-left #nav-04 a:hover { background:url("../images/nav.jpg") -220px  -186px no-repeat; }
#column-left #nav-05 a:hover { background:url("../images/nav.jpg") -220px  -208px no-repeat; }
#column-left #nav-06 a:hover { background:url("../images/nav.jpg") -220px  -230px no-repeat; }
#column-left #nav-07 a:hover { background:url("../images/nav.jpg") -220px  -252px no-repeat; }
#column-left #nav-08 a:hover { background:url("../images/nav.jpg") -220px  -274px no-repeat; }
#column-left #nav-09 a:hover { background:url("../images/nav.jpg") -220px  -296px no-repeat; }
#column-left #nav-10 a:hover { background:url("../images/nav.jpg") -220px  -318px no-repeat; }
#column-left #nav-11 a:hover { background:url("../images/nav.jpg") -220px  -340px no-repeat; }
