/* 
 ----------------------------------------------------------------------------
  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:#E9E2DA url("../images/bg-body.jpg") top left repeat-x;
	text-align:left; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

body.inside { 
	background:#E9E2DA url("../images/bg-body-inside.jpg") top left repeat-x;
	text-align:left; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

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

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

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

h1	{ font-size:1.2em; color:#2576FC; }
h2	{ font-size:1.1em; color:#0066CC; }
h3	{ font-size:1.0em; color:#064870; }

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

a:link,a:visited	{ color:#064870; text-decoration:underline; }
a:hover,a:active	{ color:#2576FC; text-decoration:underline; }


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

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

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") 418px 3px no-repeat;
	padding-right:16px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
.ha2	{ font-size:1.5em; font-weight:bold; color:#2576FC; }
.ha	{ font-size:1.2em; font-weight:bold; color:#2576FC; }
.hb	{ font-size:1.1em; font-weight:bold; color:#0066CC; }
.hc	{ font-size:1.1em; font-weight:bold; color:#064870; }

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

form {
	width:170px;
	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:#F6F3F0 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #2576FC;
	color:#000;
	width:170px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:180px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main, input.submit-contact-office { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

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

input.submit-contact-office { margin:0 0 0 200px; }


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

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


/* ----- patient information contact form ----- */ 
 
#office_form { 
	padding:20px 0 10px 0; 
	}
	
#office_form label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#office_form label input, #office_form label textarea, #office_form label select { 
	width:200px;
	position:absolute;
	left:110%;
	top:-2px;
	}
	
#office_form label select {
	width:180px;
	}

#office_form label input.checkbox {
	width:12px;
	left:110%;
	border:none;
	}

#office_form label textarea { height:100px; }

#office_form td.textarea { padding-bottom:100px; }

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

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

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:760px; 
	margin:0; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:191px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:453px;
		width:35px;
		top:97px;
		height:22px;
		z-index:0;
		}
	#masthead a span {
		display:none;
		}

#masthead-inside {
	position:relative;
	background:url("../images/masthead-inside.jpg");
	height:176px;
	}
	/* home link within #masthead */		
	#masthead-inside a {	
		position:absolute;
		left:361px;
		width:387px;
		top:91px;
		height:35px;
		z-index:0;
		}
	#masthead-inside a span {
		display:none;
		}
	
#welcome-flash {
	height:211px;
	margin-top:9px;
	background:url("../images/bg-flash.jpg") no-repeat;
	}
	#welcome-flash a {
		display:block;
		margin-top:0px;
		margin-left:0px;
		height:20px;
		width:170px;
		}
	
	#welcome-flash span {
		display:none;
		}
	
#header-graphic {
	height:35px;
	}

#content-container {
	width:760px;
	float:left;
	background:url("../images/bg-content-container.jpg") bottom no-repeat;
	padding-bottom:5px;
	}
	
#column-left { 
	width:208px; 
	float:left; 
	}
	div.content-left {
		margin:5px 16px 5px 11px;
		}
 
#column-center { 
	width:205px; 
	float:left; 
	}
	div.content-center {
		margin:5px 20px 5px 15px;
		}
 
#column-right-index { 
	width:347px; 
	float:left; 
	}
	div.content-right-index {
		margin:5px 30px 5px 20px;
		}
	
	#customcornea {
		width:347px;
		float:left;
		}
		#customcornea div.content-cornea {
			width:167px;
			float:right;
			}
			div.content-cornea p, div.content-cornea h2 {
				margin:5px 25px 5px 5px;
				}

#column-right-inside { 
	width:552px; 
	float:left; 
	}
	.content-right-inside {
		margin:10px 20px 10px 15px;
		}
	
	.content-right-inside table#officeform {
		width:470px;
		margin-bottom:20px;
		padding:0;
		}
	
	table tr td.heading {
		background:#E6E6E6;
		line-height:15px;
		padding-top:5px;
		}

/* background image list items */
#column-right-inside div.content-right-inside ul { 
	margin-left:3px; 
	} 

#column-right-inside div.content-right-inside ul li { 
	background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
	padding-left:15px; 
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:5px; 
	clear:both; 
	overflow:hidden;
	width:100%; 
	}

#bottom-wrap-inside {
	position:relative;
	background:url("../images/bottom-wrap-inside.jpg");
	height:65px;
	clear:both; 
	overflow:hidden;
	width:100%;
	}
	/* home link within #masthead */		
	#bottom-wrap-inside a {	
		position:absolute;
		left:660px;
		width:92px;
		top:34px;
		height:20px;
		z-index:0;
		}
	#bottom-wrap-inside a span {
		display:none;
		}

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

#subhead {
	height:35px; /* sets height for all subheads */
	}

body#index #subhead {
	background:url("../images/subhead-ourlocatons-index.jpg"); 
	}

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

body#flyingspotlaser #subhead {
	background:url("../images/subhead-flyingsportlaser.jpg"); 
	}

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

body#historyoflasersurgery #subhead {
	background:url("../images/subhead-historyoflasersurge.jpg"); 
	}

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

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

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

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

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

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

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


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



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

body#testimonials #subhead {
	background:url("../images/subhead-testimonials-inside.jpg"); 
	}

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

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

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

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

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

body#news #subhead {
	background:url("../images/subhead-news-inside.jpg"); 
	}

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

/* -- index section headings -- */
	
#subhead-news {
	background:url("../images/subhead-news.jpg");
	height:35px; 
	}
	
#subhead-videos {
	background:url("../images/subhead-videos.jpg"); 
	height:35px; 
	}

#subhead-testimonials {
	background:url("../images/subhead-testimonials.jpg"); 
	height:35px; 
	}
#subhead-visioncenter-index {
	background:url("../images/subhead-visioncenter-index.jpg"); 
	height:35px; 
	}

/* footer
 * ------------------------------------------------------------------------- */
#wrap-footer {
	width:inherit;
	background:url("../images/bg-footer-wrap.jpg") left bottom repeat-x;
	}
	
#footer { 
	width:760px; 
	margin:10px 0;
	padding-bottom:15px;
	text-align:center;
	font-size:0.90em;
	}

#footer p {
	color:#666;
	margin:0 20px;
	}

#footer p.firstline {
	margin-top:10px;
	}

#footer a:link, #footer a:visited {
	color:#2576FC;
	}

#footer a:hover, #footer a:active {
	color:#ECD346;
	}

#footer ul {
	margin:5px 20px;
	}
	
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	line-height:13px;
	border-left: 1px solid #2576FC;
	}

	#footer li.first { border: none; }
	

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

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

#nav-horz span { display: none; }

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

#nav-horz li.spacer { height: 43px; display: block; }

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

#nav-horz-01 { width: 84px;}
#nav-horz-02 { width: 85px;}
#nav-horz-03 { width: 112px;}
#nav-horz-04 { width: 111px;}
#nav-horz-05 { width: 85px;}

#nav-horz-01 a:hover {background:url("../images/nav-horz.jpg")   -0px -43px no-repeat;}
#nav-horz-02 a:hover {background:url("../images/nav-horz.jpg") 	-84px -43px no-repeat;}
#nav-horz-03 a:hover {background:url("../images/nav-horz.jpg") -169px -43px no-repeat;}
#nav-horz-04 a:hover {background:url("../images/nav-horz.jpg") -281px -43px no-repeat;}
#nav-horz-05 a:hover {background:url("../images/nav-horz.jpg") -392px -43px no-repeat;}


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

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

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

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

/* Drop down link styles */
#nav-horz a:link, #nav-horz a:visited, #nav-horz a:hover, #nav-horz a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}

#nav-horz li:hover ul, #nav-horz li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-horz-02 ul a:hover, #nav-horz-04 ul a:hover { 
	background-image: none;
	background-color: #064870; 
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-horz-02 ul, #nav-horz-02 li { width: 150px; }
#nav-horz-04 ul, #nav-horz-04 li { width: 150px; }
#nav-horz-02 ul { margin-top:43px; }	


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-vert {
	background: url("../images/nav-vert.jpg") top left no-repeat;					
	width:208px;		/* Width of buttons, not entite image (or half of entire image) */
	height:225px;		/* Height of entire image */
	margin-bottom:0;
	}

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

#nav-vert li {
	float: left;
	list-style: none;
	}

#nav-vert li, #nav-vert a { 
	height: 36px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* margin-top to set where the nav should begin */
#nav-vert-01 { margin-top:0px; width:208px; }

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

#nav-vert-01 a:hover { background:url("../images/nav-vert.jpg") -208px   -0px no-repeat; }
#nav-vert-02 a:hover { background:url("../images/nav-vert.jpg") -208px  -36px no-repeat; }
#nav-vert-03 a:hover { background:url("../images/nav-vert.jpg") -208px  -72px no-repeat; }
#nav-vert-04 a:hover { background:url("../images/nav-vert.jpg") -208px  -108px no-repeat; }
#nav-vert-05 a:hover { background:url("../images/nav-vert.jpg") -208px -144px no-repeat; }
#nav-vert-06 a:hover { background:url("../images/nav-vert.jpg") -208px -180px no-repeat; }



/* Horozontal Sprite Nav Inside Pages
 * ------------------------------------------------------------------------- */

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

#nav-horz-inside span { display: none; }

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

#nav-horz-inside li.spacer { height: 43px; display: block; }

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

#nav-horz-inside-01 { width: 84px;}
#nav-horz-inside-02 { width: 85px;}
#nav-horz-inside-03 { width: 112px;}
#nav-horz-inside-04 { width: 111px;}
#nav-horz-inside-05 { width: 85px;}

#nav-horz-inside-01 a:hover {background:url("../images/nav-horz-inside.jpg")   -0px -43px no-repeat;}
#nav-horz-inside-02 a:hover {background:url("../images/nav-horz-inside.jpg") 	-84px -43px no-repeat;}
#nav-horz-inside-03 a:hover {background:url("../images/nav-horz-inside.jpg") -169px -43px no-repeat;}
#nav-horz-inside-04 a:hover {background:url("../images/nav-horz-inside.jpg") -281px -43px no-repeat;}
#nav-horz-inside-05 a:hover {background:url("../images/nav-horz-inside.jpg") -392px -43px no-repeat;}


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

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

#nav-horz-inside li ul li { 
	height: 20px; 				/* Height of each drop down nav item */
	border:1px solid #333;
	border-top:none;
	}	

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

/* Drop down link styles */
#nav-horz-inside a:link, #nav-horz-inside a:visited, #nav-horz-inside a:hover, #nav-horz-inside a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}

#nav-horz-inside li:hover ul, #nav-horz-inside li.sfhover2 ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-horz-inside-02 ul a:hover, #nav-horz-inside-04 ul a:hover { 
	background-image: none;
	background-color: #064870; 
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-horz-inside-02 ul, #nav-horz-inside-02 li { width: 150px; }
#nav-horz-inside-04 ul, #nav-horz-inside-04 li { width: 150px; }
#nav-horz-inside-02 ul { margin-top:43px; }	


/* Vertical Sprite Nav Inside
 * ------------------------------------------------------------------------- */

#nav-vert-inside {
	background: url("../images/nav-vert-inside.jpg") top left no-repeat;					
	width:208px;		/* Width of buttons, not entite image (or half of entire image) */
	height:225px;		/* Height of entire image */
	margin-bottom:0;
	}

#nav-vert-inside li span { display: none; }

#nav-vert-inside li {
	float: left;
	list-style: none;
	}

#nav-vert-inside li, #nav-vert-inside a { 
	height: 36px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* margin-top to set where the nav should begin */
#nav-vert-inside-01 { margin-top:0px; width:208px; }

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

#nav-vert-inside-01 a:hover { background:url("../images/nav-vert-inside.jpg") -208px   -0px no-repeat; }
#nav-vert-inside-02 a:hover { background:url("../images/nav-vert-inside.jpg") -208px  -36px no-repeat; }
#nav-vert-inside-03 a:hover { background:url("../images/nav-vert-inside.jpg") -208px  -72px no-repeat; }
#nav-vert-inside-04 a:hover { background:url("../images/nav-vert-inside.jpg") -208px  -108px no-repeat; }
#nav-vert-inside-05 a:hover { background:url("../images/nav-vert-inside.jpg") -208px -144px no-repeat; }
#nav-vert-inside-06 a:hover { background:url("../images/nav-vert-inside.jpg") -208px -180px no-repeat; }

