/* 
 ----------------------------------------------------------------------------
  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: #DDF2F3 url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#186DB9; 
	}

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

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

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

h1	{ font-size:1.3em; color:#04489A; }
h2	{
	font-size:17px;
	color:#146BC3;
	text-align: left;
}
h3	{
	font-size:13px;
	color:#2DA25F;
	text-align: left;
}
h4	{ font-size:1.0em; color:#6DC37B; }

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

a:link,a:visited	{ color:#04489A; text-decoration:underline; }
a:hover,a:active	{ color:#2DA25F; text-decoration:underline; }

#masthead1 {
	position:relative;
	background:url("../images/sl-header.jpg");
	height:120px;
	}
	/* home link within #masthead1 */		
	#masthead1 a1 {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:36px;
		}
	#masthead1 a1 span {
		display:none;
		}		


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

div.clear	{
	clear:both;
	height:0.01em;
	width: 100%;
	}

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

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right:22px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 15px 10px; 
	}

.replacement {
	margin:0;
	padding:0;
	}
	
/* ----- global form elements ----- */ 

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

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

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

input, textarea { 
	background-color:#04489A; 
	border:1px solid #04489A;
	color:#fff;
	width:155px; /* 5 pixles smaller than form width !important */
	height:19px;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	background-color:#04489A; 
	border:1px solid #04489A;
	color:#fff;
	width:155px; /* 5 pixles smaller than form width !important */
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
textarea { 
	height:58px; 
	overflow:auto; 
	}
	
input.submit-contact-main { 
	background: url("../images/btn-submit-main.gif"); 
	width:65px;
	height:30px;
	border:none;
	cursor:pointer; 
	padding:0;
	}

input.submit-contact-main { margin:95px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:65px; 
	height:30px; 
	border:none; 
	cursor:pointer; 
	padding:0;
	}


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


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

#wrap-bg {
	width: inherit;
	margin:0;
	padding:0;
	background:url("../images/bg-wrap.jpg") center top no-repeat;
	}

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

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:154px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:70px;
		}
	#masthead a span {
		display:none;
		}
		
		
		
#header-graphic {
	background:url("../images/header-index.jpg");
	height:270px;
	}
	#header-graphic ul {
		padding:122px 0 0 43px;
		}
		#header-graphic ul li {
			background:transparent url("../images/bullet-header.gif") 0px 3px no-repeat;
			padding-left:20px;
			font-size:17px;
			line-height:20px;
			}
		#header-graphic ul li.green {
			background:transparent url("../images/bullet-header-green.gif") 0px 3px no-repeat;
			padding-left:20px;
			font-size:17px;
			line-height:20px;
			}
		#header-graphic a:link,#header-graphic a:visited	{ color:#AEDDFE; text-decoration:none; }
		#header-graphic a:hover,#header-graphic a:active	{ color:#AEDDFE; text-decoration:underline; }

#column-left { 
	width:230px; 
	float:left;
	color:#fff;
	background:url("../images/bg-column-left.jpg") repeat-y;
	}
	
	#column-left .content-left {
		margin:10px 37px 0 31px;
		}
	
	#btn-map-directions {
		position:relative;
		background:url("../images/btn-map-directions.jpg");
		height:225px;
		}
		#btn-map-directions a {	
			position:absolute;
			left:56px;
			width:123px;
			top:11px;
			height:80px;
			}
		#btn-map-directions a span {
			display:none;
			}
			
	#globe-flash {
		margin-left: 11px;
		}				
			
#column-right { 
	width:529px; 
	float:left; 
	}
	
	#welcome {
		float:left;
		background:url("../images/subhead-welcome.jpg") no-repeat;
		}
		
	#column-right .content-right {
		padding:15px 70px 0 40px;
		}

	#column-right .content-right-welcome {
		padding:65px 70px 0 40px;
		}

	#subhead .content-right-inside {
		padding:85px 30px 0 40px;
		}
		
	#btn-lasik-drs {
		float:right;
		background:url("../images/btn-lasik-drs.jpg");
		height:231px;
		width:181px;
		}
		#btn-lasik-drs a {	
			margin-left:10px;
			width:130px;
			margin-top:23px;
			height:200px;
			display:block;
			}
		#btn-cataract-drs a span {
			display:none;
			}
		
	#btn-readmore-welcome {
		position:relative;
		background:url("../images/btn-readmore-welcome.jpg");
		height:40px;
		width:340px;
		}
		#btn-readmore-welcome a {	
			position:absolute;
			left:45px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-welcome a span {
			display:none;
			}

	#btn-learnmore-clear {
		position:relative;
		background:url("../images/btn-learnmore-clear.jpg");
		height:232px;
		}
		#btn-learnmore-clear a {	
			position:absolute;
			left:82px;
			width:104px;
			top:195px;
			height:31px;
			}
		#btn-learnmore-clear a span {
			display:none;
			}
		
	#btn-readmore-financing {
		position:relative;
		background:url("../images/btn-readmore-financing.jpg") no-repeat;
		height:40px;
		}
		#btn-readmore-financing a {	
			position:absolute;
			left:40px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-financing a span {
			display:none;
			}
	
	#patients-saying p {
		padding:15px 20px 0 40px;
		}

	ul.pagetopics {
		background:url("../images/subhead-page-topics.jpg") no-repeat;
		width:173px;
		border:1px solid #266EB5;
		float:right;
		padding-bottom:5px;
		}
		ul.pagetopics  li {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:14px;
			margin:0 5px 0 15px;
			}
			ul.pagetopics  li.primary { margin-top:40px; }

#vms-lightwindow-link { display: none; }

/* background image list items */
.content-right-inside ul { 
	margin-left:15px; 
	} 

.content-right-inside ul li { 
	background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
	padding-left:14px;
	list-style:none;
	}

body#staff dl.left { 
		margin:0;
		padding:0;
		font-size:12px;
		float:left;
		width:210px;
		} 
body#staff dl.right { 
		margin:0;
		padding:0;
		font-size:12px;
		float:left;
		width:190px;
		} 
body#staff dl dt { 
		background:none;
		padding-top:20px;
		font-weight:bold;
		}
		
body#staff dl dt a:link,body#staff dl dt a:visited	{ color:#2DA25F; text-decoration:underline; }
body#staff dl dt a:hover,body#staff dl dt a:active	{ color:#04489A; text-decoration:underline; }

body#staff dl dd { 
		background:transparent url("../images/bullet-small.jpg") 0px 6px no-repeat;
		line-height:20px;
		margin-left:5px;
		padding:0 0 0 10px;
		}
body#staff dl dd.none {
	background:none;
	display:block;
	height:20px;
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:125px; 
	clear:both; 
	}


/* subhead images
 * ------------------------------------------------------------------------- */
#subhead {
	width:529px; 
	float:left; 
	}
	
	
	
body#anatomy #subhead {
	background:url("../images/subhead-anatomy.jpg") no-repeat; 
	}	
	
	
body#conditions #subhead {
	background:url("../images/subhead-conditions.jpg") no-repeat; 
	}
	
body#eye-q #subhead {
	background:url("../images/subhead-eye-q.jpg") no-repeat; 
	}
	
body#surgical #subhead {
	background:url("../images/subhead-surgical.jpg") no-repeat; 
	}	

body#about #subhead {
	background:url("../images/subhead-about.jpg") no-repeat; 
	}

body#staff #subhead {
	background:url("../images/subhead-staff.jpg") no-repeat; 
	}

body#nearsightedness #subhead {
	background:url("../images/subhead-nearsightedness.jpg") no-repeat; 
	}

body#farsightedness #subhead {
	background:url("../images/subhead-farsightedness.jpg") no-repeat; 
	}

body#presbyopia #subhead {
	background:url("../images/subhead-presbyopia.jpg") no-repeat; 
	}

body#astigmatism #subhead {
	background:url("../images/subhead-astigmatism.jpg") no-repeat; 
	}

body#patient-education #subhead {
	background:url("../images/subhead-patient-education.jpg") no-repeat; 
	}

body#faqs #subhead {
	background:url("../images/subhead-faqs.jpg") no-repeat; 
	}

body#financing #subhead {
	background:url("../images/subhead-financing.jpg") no-repeat; 
	}

body#offices #subhead {
	background:url("../images/subhead-offices.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#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg") no-repeat; 
	}

/* section headers images
 * ------------------------------------------------------------------------- */
	
#subhead-sharpening {
	background:url("../images/subhead-sharpening.jpg");
	height:75px;
	margin:0;
	padding:0;
	}

#subhead-patients-saying {
	background:url("../images/subhead-patients-saying.jpg");
	height:70px;
	margin:0;
	padding:0;
	}

#suheahd-financing-index {
	background:url("../images/suheahd-financing-index.jpg");
	height:80px;
	margin:0;
	padding:0;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:759px; 
	margin:10px auto; 
	text-align:center;
	font-size:0.9em;
	}

#footer p {
	color:#6A97D8;
	margin:0 15px 0 15px;
	}

#footer a:link, #footer a:visited {
	color:#1163B8;
	text-decoration:underline;
	}

#footer a:hover, #footer a:active {
	color:#6A97D8;
	text-decoration:underline;
	}

#footer ul {
	margin:0 10px 5px 10px;
	}
	
#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 #1163B8;
	}

	#footer li.first { border: none; }


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

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

#nav-horz span { display: none; }

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

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

#nav-horz-01 { width: 66px; margin-left: 0px;}
#nav-horz-02 { width: 165px;}
#nav-horz-03 { width: 243px;}
#nav-horz-04 { width: 48px;}

#nav-horz-01 a:hover {background:url("../images/nav-horz.jpg")   -0px -30px no-repeat;}
#nav-horz-02 a:hover {background:url("../images/nav-horz.jpg")  -66px -30px no-repeat;}
#nav-horz-03 a:hover {background:url("../images/nav-horz.jpg") -231px -30px no-repeat;}
#nav-horz-04 a:hover {background:url("../images/nav-horz.jpg") -474px -30px no-repeat;}


/* Vertical UL Nav
 * ------------------------------------------------------------------------- */

#nav-vert {
	margin:0;
	padding:0;
	list-style:none;
	background:url("../images/bg-nav-vert.jpg") repeat-y;
	}

#nav-vert ul {
	margin:0;
	padding:0;
	}

#nav-vert ul li {
	list-style: none;
	}
#nav-vert li.lh-23 {
	padding-left:35px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	background:url("../images/bg-nav-lh-23.jpg") top no-repeat;
	}
	
#nav-vert li.lh-23a {
	padding-left:12px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	background:url("../images/bg-nav-lh-23.jpg") top no-repeat;
	}
	
#nav-vert li.lh-40 {
	padding-left:35px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	background:url("../images/bg-nav-lh-40.jpg") top no-repeat;
	}

#nav-vert li.lh-40 a:link,li.lh-40 a:visited, li.lh-23 a:link, li.lh-23 a:visited, li.lh-23a a:link, li.lh-23a a:visited{
	color:#fff;
	text-decoration:none;
	}

#nav-vert li.lh-40 a:hover,li.lh-40 a:active, li.lh-23 a:hover, li.lh-23 a:active, li.lh-23a a:hover, li.lh-23a a:active{
	color:#5DEC82;
	}

#patientforms {
background:url("../images/img-patientforms.jpg") top no-repeat;
height:38px;
	}
.oneform {
margin-left:30px; 
}



#iemarquee 
{
	margin-top:3px;
}
