/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#FAF1E6 url("../images/bg-body.jpg") top repeat-x;
	text-align:left; 
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333399;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:0px; }

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

h1,h2,h3 { margin-bottom:8px; }

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

h1 span,h2 span,h3 span	{ display:none; margin:0; padding:0; }

a:link,a:visited	{ color:#333399; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }

b {font-weight:bold; font-size:13px;}

.seminar 
{ color:#FFE888}

.seminar-bold
{ color:#FFE888; font-size:14px;}

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

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

p.back-to-top a, p.back-to-top a:link, p.back-to-top a:active, p.back-to-top a:visited {
	text-align:right;
	background:url("../images/back-to-top.gif") right no-repeat;
	padding-right:15px;
	color:#fff;
	text-decoration:none;
	}
	
p.back-to-top a:hover { color:#004678;}	
	
p.back-to-top  {
	text-align:right;
	}

	
img.img-left { 
	float:left; 
	margin:0px 6px 2px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:4px 0 0px 5px; 
	}
img.more-btn { margin-top:15px;}
img.inset-toric {margin-left: 30px;}
img.inset-rezoom {margin-left: 20px;}
p.caption-text {font-size: .95em; color: #004678; line-height: 14px; text-align: center;
}

/* ----- global form elements ----- */ 

form {
	width:141px;
	padding:10px 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #90E0FC;
	color:#003C74;
	width:136px; /* 5 pixles smaller than form width !important */
	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:155px; /* same width as form !important */
	padding:0;
	}

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


input.submit-contact-main { margin:95px 0 0 198px; background:url("../images/btn-submit.jpg") no-repeat; width:76px; height:18px; border:none; cursor:pointer; }

input.submit-image { 
	background:url("../images/btn-submit.jpg") no-repeat;
	width:76px;
	height:18px;
	border:none;
	cursor:pointer;
	}

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


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 20px; }
	
#contact-main label { 
	width:180px; 
	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:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }



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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:784px;
	margin: auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead-03.jpg");
	height:69px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:38px;
		width:410px;
		top:19px;
		height:45px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	background:url("../images/col-left-02.jpg") no-repeat;
	width:239px;
	float:left;
	padding:84px 0 0 0; 
	}

#column-left p {
	padding:0 12px 10px 42px;}
	
	.names { color:#004678; font-weight:bold; }
	.hr { padding:11px 0 14px 0;}

#column-left-holiday {
	background:url("../images/column-left-holiday.jpg") no-repeat;
	width:239px;
	float:left;
	padding:354px 0 0 0;
	}

#column-left-holiday p {
	padding:0 12px 10px 42px;}
	
	.names { color:#004678; font-weight:bold; }
	.hr { padding:11px 0 14px 0;}

/* ----- column-middle ----- */

#column-middle {
	background:url("../images/col-middle03.jpg") no-repeat;
	width:306px;
	float:left;
	padding:100px 0 0 0;
	}
	
#column-middle p { padding:0 20px 10px 20px;}
#column-middle span h1 {display:none;}
#column-middle h2 {
	color:#FFE888; 
	font-weight:bold; 
	font-size:1.1em; 
	padding:0 20px 0 20px;
	}
	
	.lasik-img {
		background:url("../images/lasik.jpg") no-repeat; 
		width: 306px; 
		height:60px;
		}
	
	#lasiklove {
		border:solid 1px #FF0000;
		width:280px;
		margin:0 0 15px 10px;
		padding-top:10px;
		background:#FFCCFF;
	}
	#lasikloveinside {
		border:solid 1px #FF0000;
		width:450px;
		margin:0 0 15px 35px;
		padding-top:15px;
		background:#FFCCFF;
	}
	#lasiklove a:link, #lasiklove a:visited {
		color:#FF0066;
	}
	#lasiklove a:hover, #lasiklove a:active {
		color:#FF0066;
		text-decoration:none;
	}
	#column-middle p#lasiktext {
		font-size:24px;
		font-weight:bold;
		color:#FF0066;
		margin:0 0 0 0;
		line-height:28px;
		font-family:"Copperplate Gothic Light", sans-serif;
	}
	#column-right-sub #lasikloveinside p#lasiktext {
		font-size:22px;
		font-weight:bold;
		color:#FF0066;
		margin:0 0 15px 0;
		padding:0 0 0 15px;
		font-family:"Copperplate Gothic Light", sans-serif;
	}
	#column-right-sub #lasikloveinside p {
		padding:0 10px 0 15px;
		color:#FF0066;
	}

/* ----- column-right ----- */

#column-right {
	background:url("../images/col-right02.jpg") no-repeat;
	width:239px;
	float:right;
	padding:215px 0 0 0;
	position:relative;
	}
	
	
	#column-right a.mp {
	top:37px;
	left:27px;
	width:183px;
	height:159px;
	position:absolute;
	}
	

#column-right p {padding:0 30px 10px 16px}
#quick-contact { padding:0 0 0 37px;}
#column-left-sub #quick-contact { padding:0 0 0 45px;}
	
	#column-right p.address { font-weight:bold; padding:0 0 0 20px;}
	#column-right .address #name { color:#FFE888; }
	#column-right p.address-white { font-weight:bold; padding:0 0 0 20px; color:#fff;}

	.seminars-img { background:url("../images/seminars.jpg") no-repeat; height:72px;}
	.financing-img { background:url("../images/financing.jpg") no-repeat; height:62px;}
	.financing-left { background:url("../images/financing-left.jpg") no-repeat; height:62px; margin-left:30px; }
	.forms-left { background:url("../images/patient-forms2.png") no-repeat; height:62px; margin-left:30px; }
	.testimonial-img { background:url("../images/testimonials.jpg") no-repeat; height:63px;}
/* ----- column-left-sub ----- */

#column-left-sub {
	background:url("../images/col-left-sub.jpg") no-repeat;
	width:239px;
	float:left;
	padding:91px 0 0 0; 
	}
	
#column-left-question {
	background:url("../images/col-left-sub-questions.jpg") no-repeat;
	width:239px;
	float:left;
	padding:91px 0 0 0; 
	}	
		
#column-left-sub p, #column-left-sub ul, #column-left-sub dl {
	padding:0 12px 10px 42px;}
	
#column-left-question p {
	padding:0 12px 10px 42px;}	
	
	.names { color:#004678; font-weight:bold; }
	.hr { padding:11px 0 14px 0;}
	.testimonials-img { background:url("../images/testimonials-sub.jpg") no-repeat; height:78px;}
	.black {color:#000000;}
body#contact #column-left-sub {background:url("../images/col-left-sub-contact.jpg") no-repeat;}

#column-left-sub p.address { font-weight:bold; padding:0 0 0 42px; margin-top:10px;}
#column-left-sub p.address-white { font-weight:bold; padding:0 0 0 42px; color:#fff;}

/* ----- column-right-sub ----- */

#column-right-sub {
	background:url("../images/col-right-sub.jpg") no-repeat;
	width:545px;
	float:left;
	}

#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub h4, #column-right-sub .date, #column-right-sub .meta, #column-right-sub .feedback { padding:0 61px 0 35px; margin-bottom:10px;}
#column-right-sub .post .body p, #column-right-sub #comments p { padding:0 10px 0 0;}
#column-right-sub p.small-text {font-size: .95em; color: #FFFFFF; font-weight: bold;}
#column-right-sub ul {padding: 0 61px 10px 55px; list-style-type:disc;}
#column-right-sub ul li {
	margin-bottom: 10px;
	padding-left:5px;}

#column-right-sub ol {padding: 0 61px 10px 55px; list-style-type:decimal;}
#column-right-sub ol li {
	margin-bottom: 10px;
	padding-left:5px;}

#column-right-sub h2 { color:#FFE888; font-weight:bold; font-size:1.4em; }
	#column-right-sub h2 a { color:#FFE888;}
body#sitemap #column-right-sub h2 a:link, body#sitemap #column-right-sub h2 a:visited { color:#FFE888; font-weight:bold; font-size:1.1em; }
body#sitemap #column-right-sub h2 a:hover, body#sitemap #column-right-sub h2 a:active { color:#FFFFFF; font-weight:bold; font-size:1.1em; }
body#sitemap #column-right-sub h2 {font-size: 1.2em;}
#column-right-sub h3 { color:#fff; font-weight:bold; font-size:1em; }
#docs { padding:10px 0 10px 71px;}
#column-right-sub #docs li { list-style-type:disc; font-weight:bold; margin-bottom: 3px;}
#column-right-sub #docs li a:hover { list-style-type:disc; font-weight:bold; color:#FFE888;}
.cornea { margin:0 0px 0 25px;}
.block { height:700px;}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:88px;
	clear:both;	
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#flash-wrap {
	height:348px;
	background:url("../images/header-flash.jpg") top center; 
	width: 784px;
	padding:0;
	text-align:left;
	}


#header-flash {
	height:348px;
	width: 760px;
	margin-left:6px;
	
	text-align:left;
	}
#header-flash p {padding: 50px 0 7px 30px;}
#header-flash ins {margin-left: 30px;}
#header-graphic {
	height:258px; /* sets height for all non-flash headers */
	background:url("../images/header-team.jpg") no-repeat;
	}
#flash {width:760px; padding:0 12px; height:348px;}

body#cataracts #header-graphic {background:url("../images/header-2.jpg") no-repeat;}
body#restor-pg #header-graphic {background:url("../images/header-1.jpg") no-repeat;}

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

#subhead {
	height:91px; /* sets height for all subheads */
	padding:0px;
	margin:0px;
	}
	body#team #subhead {background:url("../images/subhead-team.jpg") no-repeat;}
	body#lasik #subhead {background:url("../images/subhead-lasik.jpg") no-repeat;}
	body#customcornea #subhead {background:url("../images/subhead-customcornea.jpg") no-repeat;}
	body#restor-pg #subhead {background:url("../images/subhead-restor.jpg") no-repeat;}
	body#cataracts #subhead {background:url("../images/subhead-cataracts.jpg") no-repeat;}
	body#procedures #subhead {background:url("../images/subhead-procedures.jpg") no-repeat;}
	body#glaucoma #subhead {background:url("../images/subhead-glaucoma.jpg") no-repeat;}
	body#financing #subhead {background:url("../images/subhead-financing.jpg") no-repeat;}
	body#faqs #subhead {background:url("../images/subhead-faqs.jpg") no-repeat;}
	body#contact #subhead {background:url("../images/subhead-contact.jpg") no-repeat;}
	body#sitemap #subhead {background:url("../images/subhead-sitemap.jpg") no-repeat;}
	body#blog #subhead {background:url("../images/subhead-blog.jpg") no-repeat;}
	body#thankyou #subhead {background:url("../images/subhead-thankyou.jpg") no-repeat;}
	body#wavelight #subhead {background:url("../images/subhead-wavelight.jpg") no-repeat;}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	margin-top:-15px;
	}

#footer p {
	color:#004678;
	font-size:.9em;
	margin-top:10px;
	}

#footer a:link, #footer a:visited {
	color:#004678;
	}

#footer a:hover, #footer a:active {
	color:#4F70A3;
	}

#footer ul {width:784px; margin:0 auto;}

#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 #004678;
	font-size:.9em;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav - INDEX
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

#nav li, #nav a { height:30px; display:block; }

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

#nav-01 { width: 58px; margin-left: 17px;}
#nav-02 { width: 75px; margin-left: 3px;}
#nav-03 { width: 97px; margin-left: 3px;}
#nav-04 { width: 100px; margin-left: 3px;}
#nav-05 { width: 85px; margin-left: 3px;}
#nav-06 { width: 147px; margin-left: 3px;}
#nav-07 { width: 84px; margin-left: 3px;}
#nav-08 { width: 83px; margin-left: 3px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above -------------*/
#nav-01 a:hover {background:url("../images/nav.jpg") -17px -30px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -78px -30px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -156px -30px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -256px -30px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -359px -30px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -447px -30px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -597px -30px no-repeat;}
#nav-08 a:hover {background:url("../images/nav.jpg") -684px -30px 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:#F2BA7D;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 99999;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #EB9D50;
	border-top:none;
	border-right:none;
	border-left: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:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}

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

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#F2BA7D;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:180px; }		
#nav-06 ul, #nav-06 li { width:147px; }
#nav-07 ul, #nav-07 li { width:84px; }

/* Horozontal Sprite Nav - SUB PAGES
 * ------------------------------------------------------------------------- */

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

#nav-sub span { display: none; }

#nav-sub li, #nav-sub a { height:30px; display:block; }

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

#nav-sub-01 { width: 58px; margin-left: 17px;}
#nav-sub-02 { width: 76px; margin-left: 3px;}
#nav-sub-03 { width: 97px; margin-left: 3px;}
#nav-sub-04 { width: 99px; margin-left: 3px;}
#nav-sub-05 { width: 84px; margin-left: 3px;}
#nav-sub-06 { width: 148px; margin-left: 3px;}
#nav-sub-07 { width: 83px; margin-left: 3px;}
#nav-sub-08 { width: 84px; margin-left: 3px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above -------------*/
#nav-sub-01 a:hover {background:url("../images/nav-sub.jpg")  -17px -30px no-repeat;}
#nav-sub-02 a:hover {background:url("../images/nav-sub.jpg") -78px -30px no-repeat;}
#nav-sub-03 a:hover {background:url("../images/nav-sub.jpg") -157px -30px no-repeat;}
#nav-sub-04 a:hover {background:url("../images/nav-sub.jpg") -257px -30px no-repeat;}
#nav-sub-05 a:hover {background:url("../images/nav-sub.jpg") -359px -30px no-repeat;}
#nav-sub-06 a:hover {background:url("../images/nav-sub.jpg") -446px -30px no-repeat;}
#nav-sub-07 a:hover {background:url("../images/nav-sub.jpg") -597px -30px no-repeat;}
#nav-sub-08 a:hover {background:url("../images/nav-sub.jpg") -683px -30px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-sub li ul {
	position:absolute;
	left:-9999px;
	background-color:#F2BA7D;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

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

#nav-sub 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-sub li ul li a span {
	display:block;
	padding-left:5px;
	}

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

#nav-sub li:hover ul, #nav-sub li.sfHover ul { left: auto; } /* sfhover2*/

/* Hover styles for drop down items */
#nav-sub-03 ul a:hover, #nav-sub-06 ul a:hover, #nav-sub-07 ul a:hover { 
	background-image:none;
	background-color:#F2BA7D;
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-sub-03 ul, #nav-sub-03 li { width:180px; }		
#nav-sub-06 ul, #nav-sub-06 li { width:148px; }
#nav-sub-07 ul, #nav-sub-07 li { width:83px; }

.ptt {
margin: 0 0 0 5px;
}

#column-left-sub .ptt { 
	margin:0
	}

#xmasbanner{
margin:0px 0px 10px 30px;
}

div.care-credit {
	padding: 15px 0 0 20px;	
}
#column-left-sub .care-credit {
	padding: 15px 0 0 45px;	
}
#column-left .care-credit {
	padding: 15px 0 0 50px;	
}
.not-candidate {
	padding: 15px 0 0 45px;
	}
#column-left .not-candidate {
	padding: 15px 0 0 42px;
	}

div.chase
{
	background: url(../images/chase.png) no-repeat;
	width:173px;
	height:29px;
	margin:20px 0 0 20px;
	position:relative;
}

div.chase a
{
	display:block;
	top:0;
	left:0;
	width:173px;
	height:26px;
	position:absolute;
}



body#financing div.chase
{
	margin:0px 0 20px 45px;
}

#column-right #patient-forms {
	background: url(../images/patient-forms.png) no-repeat top left;
	padding: 50px 0 0 5px;
}

#column-left #financing {
background:url("../images/financing.png") no-repeat scroll left top transparent;
padding:60px 0 0 5px;
}

#banner-bg { 		background:#ffc986; 
							height:64px;
							}
#banner-wrap {		background:url(../images/banner-fall-special.jpg);
							width:784px;
							height:64px;
							margin:0 auto;
							}