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

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

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#0055a6; }
h3	{ font-size:1.0em; color:#fd9508; }

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

a:link,a:visited	{ color:#0055a6; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
.practicenews {
	color:#004DAC;
	font-size:23px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
	}

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-news {
	background:url("../images/btn-bg.jpg") no-repeat;
	display:block;
	width: 85px;
	height: 16px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	}
	p.more-news a {color: #fff; text-decoration:none;}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
p.multi {width: 140px; float: left; display: inline;}

p.h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
p.h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0055a6;
}
/* ------------------------ form elements ------------------------ */
form {
	width:350px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}
form div {width: 165px; float: left; margin-right: 5px; display: inline;}
form label	{ font-size:.95em; } 

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fec424;
	color:#000;
	width:160px; /* 5 pixles smaller than form width !important */
	height:14px;
	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:.90em;
	}

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

textarea { height:82px; 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-bg.jpg") center no-repeat;
	width:85px;
	height:16px;
	border:none;
	cursor:pointer;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	}

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

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

#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:920px;
	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:10px;
		width:200px;
		top:20px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

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

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 16px 10px 24px;
		}

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

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:12px; /* pushes text to the right to display bg img */
			line-height: 18px;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			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 */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* 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:545px;
	float:left;
	}

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

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

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:12px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			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 */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right 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;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:365px; background:url("../images/header-graphic.jpg"); } /* sets height for all non-flash headers */
/*
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/

#header-graphic-newsletter { height:365px; margin-top:30px; background:url("../images/header-graphic.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:45px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#meet #subhead { background:url("../images/subhead-doctors.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#services #subhead { background:url("../images/subhead-services.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#financing #subhead { background:url("../images/subhead-financing.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"); }
	
	body#ilasik #subhead { background:url("../images/subhead-ilasik.jpg"); }
	body#advanced-prk #subhead { background:url("../images/subhead-advanced-prk.jpg"); }
	body#nearvision-ck #subhead { background:url("../images/subhead-nearvision-ck.jpg"); }
	body#lens-exchange #subhead { background:url("../images/subhead-lens-exchange.jpg"); }
	body#cataract-surgery #subhead { background:url("../images/subhead-cataract-surgery.jpg"); }
	body#slt-glaucoma #subhead { background:url("../images/subhead-slt-glaucoma.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#patient-testimonial {
	background: url("../images/patient-testimonial-bg.jpg") repeat-y;
	width: 545px;
	float: left;
}
#column-right #patient-testimonial p span {margin-right: 160px; display: block;}
	#patient-testimonial-top {
		background: url("../images/patient-testimonial.jpg") top no-repeat;
		padding-top: 93px;
	}
	#patient-testimonial-bottom {
		background: url("../images/patient-testimonial-bottom.jpg") bottom no-repeat;
		padding-bottom: 13px;
		width: 545px;
	}
 
 
	
#procedure-logos {
	position:relative;
	background:url("../images/procedure-logos.jpg");
	height:100px;
	}
	/* index page link within #masthead */		
	#procedure-logos a {
	position:absolute;
	left:0px;
	width:191px;
	top:0px;
	height:100px;
		}
	#procedure-logos a span {
		display:none;
		}
	
	
	
	
#procedure-call-to-actions {
	height:230px;
	background:url("../images/procedure-call-to-actions.jpg") ;
	position: relative;
	}
#procedure-call-to-actions a.lasik {
	position: absolute;
	top: 176px;
	left: 80px;
	width: 150px;
	height: 25px;
	}
#procedure-call-to-actions a.cataract {
	position: absolute;
	top: 176px;
	left: 385px;
	width: 150px;
	height: 25px;
	}
#procedure-call-to-actions a.media-center {
	position: absolute;
	top: 176px;
	left: 690px;
	width: 150px;
	height: 25px;
	}
	
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:120px;
	background:url("../images/title-contact-cs.jpg") ;
	}
#title-practice-news {
	height:40px;
	background:url("../images/title-practice-news.jpg") ;
	margin-top: 30px;
	}
#title-procedures {
	height:45px;
	background:url("../images/title-procedures.jpg") ;
	}
#title-location {
	height:40px;
	background:url("../images/title-location.jpg") ;
	}
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: px;
			left: px;
			width: px;
			height: px;
			}
		#click-to-call a:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }


/* ------------------------ 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-bg {
	width: auto;
	background: #0055a6 url("../images/bg-footer.jpg") top repeat-x;
	padding-top: 10px;
	}
#footer {
	width:690px;
	margin:0 auto;
	text-align:left;
	background: url("../images/logo-footer.jpg") top right no-repeat;
	padding: 49px 200px 50px 0px;
	font-size: 11px;
	color:#fff;
	}

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

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

#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 #fff;
		}
	#footer li.first { border: none; padding-left: 0px; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 72px; margin-left: 15px;}
#nav-02 { width: 148px;}
#nav-03 { width: 126px;}
#nav-04 { width: 178px;}
#nav-05 { width: 163px;}
#nav-06 { width: 98px;}
#nav-07 { width: 105px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -15px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -87px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -235px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -361px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -539px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -702px -30px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -800px -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:#0055a6;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	filter:alpha(opacity=80);
  /* CSS3 standard */
	opacity:0.8;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border: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;
	}

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

/* Hover styles for drop down items */
 #nav-04 ul a:hover { 
	background-image:none;
	background-color:#0055a6;
	color:#ffcc54;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:200px; }

#lasik-seminar {		background:url(../images/lasik-seminar.jpg) no-repeat;
							width:515px;
							height:308px;
							margin-left:20px;
							position:relative;
							}
#lasik-seminar p {	clear:left;
							text-align:center;
							}							
#seminar-carecredit {		float:left;
									margin:158px 0 20px 136px ;
									width: 240px;
									height:80px ;
									display:block;
									
									}
									
									
#lasik-seminar a {	color:white; font-size:16px;}

#flash-button-wrap {
	margin:40px 0 60px 40px;
	text-align: center;
}
