/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* 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:#fff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#30170D;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#30170D; }
h2	{ font-size:1.1em; color:#30170D; }
h3	{ font-size:1.0em; color:#30170D; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited,a:active	{ color:#30170D; text-decoration:underline; outline:none; }
a:hover	{ color:#136E6F; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/back-top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

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 #3B2822;
	color:#593F36;
	width:167px; /* 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:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin: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:195px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:200px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:85px 0 0 193px; }

input.submit-image{ 
	background:url("../images/btn-submit.jpg") no-repeat;
	width:70px;
	height:24px;
	border:none;
	margin:0px 0 0 -4px;
	cursor:pointer;
	}
 input.submit-contact-main {
	background:url("../images/btn-main.jpg") no-repeat;
	width:70px;
	height:24px;
	border:none;
	cursor:pointer;
	}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:786px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") top left no-repeat;
	height:175px;
	width:264px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:264px;
		top:0px;
		height:175px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:264px;
	float:left;
	color:#fff;
	}

#column-left a:link, #column-left a:active, #column-left a:visited { color:#fff; text-decoration:none}
#column-left a:hover { color:#fff; text-decoration:underline;}
#left { background:url("../images/left-bg.jpg") no-repeat;}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0 20px 10px 44px;
		}
	#column-left form { margin-left:50px; }
	
	#location { background:url("../images/col-left-location.jpg") no-repeat; height:81px;}
	#questions { background:url("../images/col-left-questions.jpg") no-repeat; height:45px;}
		
	.left-btn { margin:10px 0 10px 44px;}
	
/* ----- column-right ----- */

#column-right {
	width:522px;
	float:left;
	}
	
	#names { background:url("../images/names.jpg") no-repeat; height:90px;}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 43px 10px 24px;
		}
	#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;
			padding-left:18px;  /* pushes text to the right to display bg img */
			margin-bottom:5px;
			}

	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:65px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:207px; background:url("../images/header-index.jpg") top right no-repeat; } /* sets height for all non-flash headers */
    body#about #header-graphic{ height:207px; background:url("../images/header-about.jpg") top right no-repeat; }
    body#LASIKs #header-graphic{ height:207px; background:url("../images/header-lasik.jpg") top right no-repeat; }
	body#glaucoma1 #header-graphic{ height:207px; background:url("../images/header-glaucomal.jpg") top right no-repeat; }
	body#general #header-graphic{ height:207px; background:url("../images/header-general.jpg") top right no-repeat; }
	body#contact #header-graphic{ height:207px; background:url("../images/header-contact.jpg") top right no-repeat; }
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { padding-top:67px } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	body#LASIKs #subhead { background:url("../images/subhead-lasik.jpg") no-repeat; }
	body#general #subhead { background:url("../images/subhead-general.jpg") no-repeat; }
	body#glaucoma1 #subhead { background:url("../images/subhead-glaucoma.jpg") no-repeat; }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:726px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#543A30;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited, #footer a:active { color:#543A30; text-decoration:none; }

#footer a:hover { color:#136E6F; text-decoration:underline; }

#footer ul {margin:0px 0 10px 0;}

#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 #543A30;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:264px;		/* Width of buttons, not entite image (or half of entire image) */
	height:233px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:38px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:264px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:264px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -264px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -264px  -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -264px  -76px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -264px  -114px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -264px -152px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -264px -190px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -264px  -0px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -264px  -38px no-repeat; }
body#LASIKs #nav-03 { background:url("../images/nav.jpg") -264px  -76px no-repeat; }
body#glaucoma1 #nav-04 { background:url("../images/nav.jpg") -264px  -114px no-repeat; }
body#general #nav-05 { background:url("../images/nav.jpg") -264px -152px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -264px -190px no-repeat; }