/*--------------------- 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:#538AB6 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#05394E;
	}

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

h1	{ font-size:1.2em; color:#05394E; }
h2	{ font-size:1.1em; color:#05394E; }
h3	{ font-size:1.0em; color:#6AA4D3; }
h6	{ font-size:1.3em; color:#FF3300; }

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

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

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

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.footer-address {
	color:#fff;
	}
	
p.read-more {
		text-align:right;
		display:block;
		}
		
	p.read-more a {
		background:url("../images/btn-read-more-cyan.jpg") no-repeat;
		padding-left:25px;
		padding-bottom:5px;
		}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}
	body#pediatric .img-right { margin-left:10px; }
	
img.img-dr {
	float:right;
	margin:0 50px 5px 10px;
	}
	
img.lifestyle {
	margin:20px 0 20px 65px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
div#graph_float { 
	width:120px;
	float:right;
	margin:0 50px 5px 10px;
	text-align:left;
	color:#fff;
	padding:0;
	background:#538ab6;
	}
	div#graph_float img {display:block;}
	div#graph_float p { width:120px; margin:0 auto; font-size:.9em; text-align:center; }
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

body#index form {
	width:175px;
	margin:0 0 15px 0;
	}

form {
	width:220px;
	margin:0 0 15px 0;
	}

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

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

body#index input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #0C2935;
	color:#0C2935;
	width:170px; /* 5 pixels 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:11px;
	}

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #0C2935;
	color:#0C2935;
	width:215px; /* 5 pixels 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:11px;
	}
	
body#index select { width:175px; padding:0; } /* same width as form - !important */
select { width:220px; padding:0; } /* same width as form - !important */

body#index textarea { height:90px; overflow:auto; width:170px; }
textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 

body#gift {margin-top:10px;}
body#gift input.submit { width:50px; }
body#gift form { text-align:center; margin:10px auto; }
body#gift fieldset { text-align:left; }
/* ----- 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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


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

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

input.submit-contact-main { margin:85px 0 5px 243px; }


/* framework
 * ------------------------------------------------------------------------- */

body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:874px;
	margin:0 auto;
	text-align:left;
	}
	
	body#index #wrap-bottom {
		background:url("../images/bottom-wrap.jpg") bottom no-repeat;
		width:874px;
		padding-bottom:104px;
		}

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:874px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-bottom {
		background:url("../images/bottom-wrap-sub.jpg") bottom no-repeat;
		width:874px;
		padding-bottom:104px;
		}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:128px;
	}
	/* index page link within #masthead */		
	#masthead .link-home {	
		position:absolute;
		left:21px;
		width:66px;
		top:21px;
		height:47px; 
		}
	#masthead .link-contact {	
		position:absolute;
		left:87px;
		width:111px;
		top:21px;
		height:47px; 
		}
	#masthead .link-patient {
	position:absolute;
	left:621px;
	width:103px;
	top:23px;
	height:35px;
		}		
	#masthead .link-logo {	
		position:absolute;
		left:276px;
		width:346px;
		top:68px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#index #column-left {
	width:221px;
	float:left;
	}
	
	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:0 8px 18px 35px;
		}
	body#index #column-left form { margin-left:35px; }

#column-left {
	width:283px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 19px 18px 40px;
		}
	#column-left form { margin-left:40px; }
	
	/* single column list */
	#column-left ul { padding-left:7px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom:18px;
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	#financing-btn { margin: 5px; }
			
/* ----- column-center ----- */

#column-center {
	width:420px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3,body#index #column-center h6, #column-center ul, #column-center dl {
		margin:0 21px 18px 21px;
		}
	#column-center form { margin-left:0px; }
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			}
			
	#column-center ul li ul { margin:0 0 0 5px; }
			
/* ----- column-right ----- */

body#index #column-right {
	width:233px;
	height:486px;
	float:left;
	}

	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:0 42px 18px 16px;
		}
	 
#column-right {
	width:591px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4,#column-right h6, #column-right ul, #column-right dl {
		margin:0 46px 18px 22px;
		}
	#column-right form { margin-left:10px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:18px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	/*background:url("../images/bottom-wrap.jpg");*/
	height:1px;
	clear:both;
	width:100%;
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:308px; background:url("../images/header-graphic.jpg"); position:relative; }
	
	#header-graphic a { position:absolute; width:346px; height:16px; left:276px; top:0; }
		#header-graphic span { display:none; } 
		#header-graphic .promo a { position:absolute; width:346px; height:89px; left:500px; top:124px; }
		#header-graphic .promo span { display:none; } 

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:104px; margin-bottom:-25px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:401px; margin-bottom:-242px; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#blade-free #subhead { background:url("../images/subhead-blade-free.jpg"); }
	body#cataracts #subhead { background:url("../images/subhead-cataracts.jpg"); }
	body#glaucoma #subhead { background:url("../images/subhead-glaucoma.jpg"); }
	body#pediatric #subhead { background:url("../images/subhead-pediatric.jpg"); }
	body#correction #subhead { background:url("../images/subhead-correction.jpg"); }
	body#restor-rezoom #subhead { background:url("../images/subhead-restor.jpg"); }
	body#technology #subhead { background:url("../images/subhead-technology.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.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"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-welcome {
	height:150px;
	background:url("../images/subhead-welcome.jpg") ;
	margin-top:-5px;
	}

/* ------------------------ title framework with varying heights ------------------------- */
body#index #title-locations {
	height:32px;
	background:url("../images/title-locations.jpg") no-repeat;
	}
	
#lasik-gift {
	height: 125px;
	background:url("../images/lasik-gift.jpg") 50px 0px no-repeat;
	margin-bottom:10px;
	}
		#lasik-gift a { display:block; height:125px; }

#title-locations {
	height:33px;
	background:url("../images/title-locations.jpg") no-repeat;
	}
	
/* ------------------------------------- Gift Pop Up ------------------------------------ */

body#gift { color:#fff; }



/* ------------------------------------- Buttons ---------------------------------------- */
body#index #phone {
	height:131px;
	background:url("../images/ctc.jpg") no-repeat;
	position:relative;	
		}
		
			
#phone {
	height:98px;
	background:url("../images/ctc-sub.jpg") no-repeat;
	position:relative;	
		}
		

/* ------------------------------- Blade-Free Section on Homepage ---------------------------------- */

#mod-blade-free {
	background:url("../images/bg-blade-free.jpg");
	width:420px;
	color:#fff;
	}
	
	#mod-blade-free a, #mod-blade-free h1, #mod-blade-free h2 { color:#fff; }
	
	#mod-blade-free p.read-more {
		text-align:right;
		display:block;
		}
		
		#mod-blade-free p.read-more a {
			background:url("../images/btn-read-more-blue.jpg") no-repeat;
			padding-left:25px;
			padding-bottom:5px;
			}
			

/* ------------------------------- Choose Eye Associates ---------------------------------- */

#banner-choose {
	background:url("../images/banner-choose.jpg");
	height:395px;
	position:relative;
	}
	
	/*#banner-choose a {
		position:absolute;
		width:179px;
		height:67px;
		left:15px;
		top:313px;
		}*/
		
		#banner-choose span {
			display:none;
			}
	
body#index #column-right ul#list-choose { margin:0; padding:0;position:relative;top:-192px; }
	body#index #column-right ul#list-choose li { 
		background:none;
		padding:0;
		margin:0;
		}

				
		#column-right ul#list-choose li span { display:none; }
		
		body#index #column-right ul#list-choose li a { display:block; width:212px; }
		
		body#index #column-right ul#list-choose li#list-choose-01 {
			background:url("../images/list-01.jpg");
			height:52px;
			}
			body#index #column-right ul#list-choose li#list-choose-01 a { height:52px; }
		
		body#index #column-right ul#list-choose li#list-choose-02 {
			background:url("../images/list-02.jpg");
			height:56px;
			}
			body#index #column-right ul#list-choose li#list-choose-02 a { height:56px; }

		body#index #column-right ul#list-choose li#list-choose-03 {
			background:url("../images/list-03.jpg");
			height:55px;
			}
			body#index #column-right ul#list-choose li#list-choose-03 a { height:55px; }

		body#index #column-right ul#list-choose li#list-choose-04 {
			background:url("../images/list-04.jpg");
			height:70px;
			}
			body#index #column-right ul#list-choose li#list-choose-04 a { height:70px; }

		body#index #column-right ul#list-choose li#list-choose-05 {
			background:url("../images/list-05.jpg");
			height:50px;
			}
			body#index #column-right ul#list-choose li#list-choose-05 a { height:75px; }
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:874px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	margin:0 25px 18px 25px;
	}
	
#footer a { color:#fff; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #05394E;
	font-size:11px;
	}

	#footer li.first { border: none; }

/* ----- Nav Procedures ----- */

body#index #column-left ul#nav-procedures { margin:0; padding:0; }

		body#index #column-left ul#nav-procedures li { 
			background:none;
			padding-left:0;
			margin-bottom:0;  
			}
			
#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:221px;		/* Width of buttons, not entite image (or half of entire image) */
	height:492px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-procedures li span { display: none; }

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

#nav-procedures li, #nav-procedures a { 
	height:70px;			/* Each button must have the same height, define it here */
	display:block;
	}
	
#nav-procedures a { width:163px; margin-left:39px; }

/* margin-top to set where the nav-procedures should begin */
#nav-procedures-01 { margin-top:47px; width:163px; }

/* margin-top if there is a spacing between each nav-procedures button */
#nav-procedures-02, #nav-procedures-03, #nav-procedures-04, #nav-procedures-05, #nav-procedures-06 { margin-top:0; width:163px; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -260px  -47px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -260px -117px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -260px -187px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -260px -257px no-repeat; }
#nav-procedures-05 a:hover { background:url("../images/nav-procedures.jpg") -260px -327px no-repeat; }
#nav-procedures-06 a:hover { background:url("../images/nav-procedures.jpg") -260px -397px no-repeat; }


/* ----- Nav FAQs ----- */

body#index #column-right ul#nav-faqs { margin:0; padding:0; }

		body#index #column-right ul#nav-faqs li { 
			background:none;
			padding-left:0;  
			}
			
#nav-faqs {
	background:url("../images/nav-faqs.jpg") top left no-repeat;					
	width:233px;		/* Width of buttons, not entite image (or half of entire image) */
	height:616px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-faqs li span { display: none; }

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

#nav-faqs li, #nav-faqs a { 
	height:90px;			/* Each button must have the same height, define it here */
	display:block;
	}
	
#nav-faqs a { width:187px; margin-left:12px; }

/* margin-top to set where the nav-faqs should begin */
#nav-faqs-01 { margin-top:62px; width:163px; }

/* margin-top if there is a spacing between each nav-faqs button */
#nav-faqs-02, #nav-faqs-03, #nav-faqs-04, #nav-faqs-05, #nav-faqs-06 { margin-top:0; width:187px; }

#nav-faqs-01 a:hover { background:url("../images/nav-faqs.jpg") -245px  -62px no-repeat; }
#nav-faqs-02 a:hover { background:url("../images/nav-faqs.jpg") -245px -152px no-repeat; }
#nav-faqs-03 a:hover { background:url("../images/nav-faqs.jpg") -245px -242px no-repeat; }
#nav-faqs-04 a:hover { background:url("../images/nav-faqs.jpg") -245px -332px no-repeat; }
#nav-faqs-05 a:hover { background:url("../images/nav-faqs.jpg") -245px -422px no-repeat; }
#nav-faqs-06 a:hover { background:url("../images/nav-faqs.jpg") -245px -512px no-repeat; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:874px; 
	height:39px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 85px; margin-left: 21px;}
#nav-02 { width: 104px; margin-left: 2px;}
#nav-03 { width: 62px; margin-left: 2px;}
#nav-04 { width: 66px; margin-left: 2px;}
#nav-05 { width: 62px; margin-left: 2px;}
#nav-06 { width: 102px; margin-left: 2px;}
#nav-07 { width: 127px; margin-left: 2px;}
#nav-08 { width: 78px; margin-left: 2px;}
#nav-09 { width: 44px; margin-left: 2px;}
#nav-10 { width: 84px; margin-left: 2px;}


/*-------------- (-79px) X position of button / (-39px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -21px -39px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -108px -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -214px -39px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -278px -39px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -346px -39px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -410px -39px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -514px -39px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -643px -39px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -723px -39px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -769px -39px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#about #nav-01 { background:url("../images/nav.jpg")  -21px -39px no-repeat; }
body#blade-free #nav-02 { background:url("../images/nav.jpg") -108px -39px no-repeat; }
body#cataracts #nav-03 { background:url("../images/nav.jpg") -214px -39px no-repeat; }
body#glaucoma #nav-04 { background:url("../images/nav.jpg") -278px -39px no-repeat; }
body#pediatric #nav-05 { background:url("../images/nav.jpg") -346px -39px no-repeat; }
body#correction #nav-06 { background:url("../images/nav.jpg") -410px -39px no-repeat; }
body#restor-rezoom #nav-07 { background:url("../images/nav.jpg") -514px -39px no-repeat; }
body#technology #nav-08 { background:url("../images/nav.jpg") -643px -39px no-repeat; }
body#faqs #nav-09 { background:url("../images/nav.jpg") -723px -39px no-repeat; }
body#testimonials #nav-10 { background:url("../images/nav.jpg") -769px -39px no-repeat; }

#seminar_callout { background:url("../images/bg_seminar_callout.png"); width:200px; height:189px; margin:0 0 0 5px; color:#FFFFFF; position:relative; top:112px; width:200px;}
a#seminar_btn, #seminar_btn span, span.seminar_btn_span {width:166px;height:36px;display:block; position:relative; overflow:hidden; top:252px; left:22px; cursor:pointer; }
a#seminar_btn span, span.seminar_btn_span { position:absolute; left:0; top:0; background:url(../images/seminar_learn_btn.png) no-repeat 0 0; }


a#seminar_email, #seminar_email span, span.seminar_email_span {width:50px;height:21px;display:block; position:relative; overflow:hidden; top:163px; left:22px; cursor:pointer; }
a#seminar_email span, span.seminar_email_span { position:absolute; left:0; top:0;}





