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

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

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

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

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


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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background: url("../images/bullet.gif") right no-repeat;
	}

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

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
		}

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

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

input, textarea, select { 
	background-color:#336699 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #9EAEC5;
	color:#ffffff;
	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:1em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

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

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

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

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

#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 */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

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

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

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

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

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:10px 25px 10px 51px;
		}

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

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/arrow2.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 */
			}

	/* 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-right framework ------------------------ */
#column-right {
	width:240px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2,  #column-right dl {
		margin:0px 46px 10px 20px;
		}

	#column-right h3, #column-right ul {
	margin:0px 25px 0px 20px;
	}

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

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/arrow.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 ul li a:link,#column-right ul li a:visited	{ color:#1A3C60; }
#column-right ul li a:hover,#column-right ul li a:active	{ color:#FFCC33; }

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:300px; } /* sets height for all non-flash headers */

/* ------------------------ subhead framework ------------------------ */
#subhead { height:78px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat;		 }
	body#about #subhead { background:url("../images/sub/headers/about.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/sub/headers/contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/sub/headers/thankyou.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/sub/headers/sitemap.jpg") no-repeat; }
	body#eye #subhead { background:url("../images/sub/headers/eye_info.jpg") no-repeat; }
	body#lasik #subhead { background:url("../images/sub/headers/LASIK.jpg") no-repeat; }
	body#meet #subhead { background:url("../images/sub/headers/meet_the_dr.jpg") no-repeat; }
	body#multifocal #subhead { background:url("../images/sub/headers/multifocal.jpg") no-repeat; }
	body#news #subhead { background:url("../images/sub/headers/news.jpg") no-repeat; }
	body#procedure #subhead { background:url("../images/sub/headers/procedures.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/sub/headers/sitemap.jpg") no-repeat; }
	body#technology #subhead { background:url("../images/sub/headers/technology.jpg") no-repeat; }
	body#testimonials #subhead { background:url("../images/sub/headers/testimonials.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/sub/headers/thankyou.jpg") no-repeat; }
	body#firstvisit #subhead { background:url("../images/sub/headers/first_visit.jpg") no-repeat; }
	body#finance #subhead { background:url("../images/sub/headers/finances.jpg") no-repeat; }
	body#faq #subhead { background:url("../images/sub/headers/faqs.jpg") no-repeat; }
	body#multifocal #subhead { background:url("../images/sub/headers/multifocal.jpg") no-repeat; }
	
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-call-us-today {
	height:150px;
	background:url("../images/title_call-us-today.jpg") no-repeat;
	}
#lasiksurgeons {
	background:url("../images/index/index_r9_c1.jpg");
	height:72px;
	width:500px;
	}
	#column-left #lasiksurgeons {
	margin:0 ;
	}

#special-offers {
	background:url("../images/index/special-offers.jpg");
	height:72px;
	width:500px;
	}

#thumbs-container { width: 420px; float:left; padding-left:50px; margin-top:20px;}

div.thumbs {width:160px; float:left; text-align:center; padding:10px 0 0 20px;}
div.thumbs-2 {width:220px; float:left; text-align:center; padding:11px 0px 10px 10px;}
	
/* ------------------------ title framework with varying heights ------------------------- */




/* ------------------------------------- Buttons ---------------------------------------- */


/* ------------------------ 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:41px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer p {
	color:#98ABBC;
		}
#footer {
	width:740px;
	margin:0 auto;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#FFCC66; }

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

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

.quick_contact {
color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:0 40px 0 21px;
}
#discover-lasik {
width: 257px;
margin: 0 10px 100px 0;
float:left;
}

#seminar-button a {
background:transparent url(../images/seminar-button.jpg) repeat scroll 0%;
border-style:none;
display:block;
height:187px;
width:308px;
}
#seminar-button {
	margin:40px 0px 0px 130px;
	}
	#seminar-button a {
		background:url("../images/seminar-button.jpg");
		width:308px;
		height:187px;
		display:block;
		border-style:none;
		}
		#seminar-button a:hover {
			background-position:0px -187px;
			}

#seminar-button-sub {
	float:right;
	margin:0 10px 0 3px;
	}
	#seminar-button-sub a {
		background:url("../images/seminar-button.jpg");
		width:308px;
		height:187px;
		display:block;
		border-style:none;
		}
		#seminar-button-sub a:hover {
			background-position:0px -187px;
			}
			
body#index #img-right {
float:right;
margin:-66px 0 0;
padding:0 19px 0 5px;
}

body#index #img-left {
clear:both;
float:left;
margin:-66px 0 0;
padding:0 0 11px 65px;
}

body#index #column-left p, body#index #column-left h1.first {
		margin-left:65px;
		}


#column-left .first { margin-top:-30px; }
body#index #column-left .first { margin-top:0px; }

body#testimonials #column-left .first { margin-top:0px; }

#procedures  {
background-image:url("../images/title_procedures.gif");
height:39px;
margin: 0 45px 0 0;
}

#left-bg {
background:url("../images/left-bg.jpg");
height:110px;
}
#bg-welcome { background:url("../images/subhead-index.jpg"); 
height:110px;
}
#column-left ul #no-change {
background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
padding-left:10px;
display:list-item;
}
.pdfsmall {
	list-style-position: inside;
	list-style-image: url(../images/pdf-icon-sm.gif);
	list-style-type: none;
}
/*-------------- body font switcher ------------- */

@media screen {

body.larger { font:14px/18px  Arial, Helvetica, sans-serif; }

body.larger #menu ul { font:12px/16px  Arial, Helvetica, sans-serif; font-weight:bold;  }

body.largest  { font:16px/20px  Arial, Helvetica, sans-serif; }

body.largest #menu ul { font:12px/16px  Arial, Helvetica, sans-serif; font-weight:bold; }


}

#font-sizer {
	position:relative;
	width:150px;
	height:30px;
	margin-left: 20px;
	font-size:9px;
	}
	
#font-text {
	position:relative;
	width:90px;
	height:12px;
	margin-left: 20px;
	margin-top: 10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:12px;
	}
#masthead #font-sizer select { width:100px; padding-top:2px; margin-bottom:2px; height:18px; }
#pdf_buttons {
margin: 0 0 0 20px;
}
#img_negmargin {
}


/* ------------------------ horizontal sprite nav ------------------------ */

#menu {
	background:url("../images/nav.jpg") no-repeat;
	width:740px;
	height:23px;
	text-align:center;
	font-weight:bold;
	padding-top:7px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:16px;
	}
	#menu li { 
		padding:0 3px 0 4px; 
		height:18px;
		border-left: 1px solid #FFF;
		position:relative;
		float:left;
		}
		#menu li.first {
			border:none;
			margin-left:18px;
			display:inline;
			}


#menu li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; 
	background-color:#5C728A;
	text-align:left;
	border-top:1px solid #FFF;
	_margin-top:16px;
	}
	
	#menu li#dd-01 ul  {
		_margin-left:-55px; 
		}
		
	#menu li#dd-02 ul  {
		_margin-left:-35px; 
		}
		
	#menu li#dd-03 ul  {
		_margin-left:-68px; 
		}

	#menu li#dd-04 ul  {
		_margin-left:-48px; 
		}

#menu li ul li { 
	height:20px; 
	border:1px solid #FFF;
	border-top:none;
	list-style:none;
	padding:0;
	background:url("../images/bullet.gif") 5px 8px no-repeat;
	}	

#menu li ul li a {
	width:100%;
	height:20px;	
	line-height:20px;	
	}

#menu li ul li a span {
	display:block;
	font-weight:normal;
	margin-left:15px;
	}
#menu li ul li span {
	padding-left:5px;
	font-weight:bold;
	line-height:20px;	
	}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

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

#menu li ul a:hover { 
	background-image:none;
	background-color:#8AB2BE;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	}
	
#dd-01 { width:51px; }
#dd-02 { width:31px; }
#dd-03 { width:63px; }
#dd-04 { width:46px; }

#dd-01 ul, #dd-01 li { width: 180px;  }
#dd-02 ul, #dd-02 li { width: 260px; }
#dd-03 ul, #dd-03 li { width: 180px; }
#dd-04 ul, #dd-04 li { width: 180px; }

#answers {
	padding:10px 0 0 10px;
}
#header-width {
width: 175px;
}

.font-large {font-size:14px;}
hr {width:400px; color:#647f9c;}
/********************** Edited by BAMJr. **********************************/
#nbc {
	margin-left: 41px;
	border: none;
	}
	
	
	#vms-lightwindow-link{display:none;}

#smk { 
	margin-top:30px;
	margin-left:120px;
	}
#smk .twitter {
	margin-top:3px;
	}
#smk div {
	float:left;
	padding:0 10px;
	text-align:center;
	font-size: .9em;
	}
#smk h2 {
	margin-left:0;
	}
