/*--------------------- 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:#6D7474 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#535757;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1	{ font-size:1.2em; color:#C20029; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#FCBB6E; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#609AF6; font-weight:bold; }
p.h4	{ font-size:0.9em; color:#535757; font-weight:bold; }

p.h1 span, p.h2 span, p.h3 span	{ display:none; }

p.caption {
		font-size:9px;
		color:#083D65;
		padding-bottom:10px;
		}

a:link,a:visited	{ color:#535757; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#535757; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:10px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
#column-left p.more {
	text-align:right;
	display:block;
	height:29px;
	border:none;
	cursor:pointer;
	}

#column-left p.more span { display:none; }

img.img-left { 
	float:left; 
	margin:2px 10px 10px 62px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 65px 10px 10px; 
	}
	
img.image { 
	float:left; 
	margin:0 0 10px 19px; 
	}

img.laser { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

img.ck { 
	float:left; 
	margin:0 5px 2px 0; 
	}

img.interactive {
	margin:5px 35px 5px 0;
	}
	
img.lrg-logo { 
	float:left; 
	margin:5px 5px 5px 60px; 
	}

ul.list-forms li  {
	margin-bottom:15px;
	}

	
	
#column-left p.glaucoma { margin:0 10px 10px 0; }
	
/* ----- global form elements ----- */ 

form {
	width:135px;
	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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #535757;
	color:#535757;
	width:130px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* 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:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:135px; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business, #contact_business2 { display: none; } /* do not remove */ 


/* ----- 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; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:60px;
	height:29px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
	#gradient-wrap {background:url("../images/bg-gradient-wrap.jpg") bottom no-repeat;}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:117px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:37px;
		width:694px;
		top:42px;
		height:75px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background:url("../images/bg-left-column.jpg") top left no-repeat;
	width:535px;
	float:left;
	}
	
	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3, #column-left p.h4,  #column-left dl, #column-left ul {
		margin:0 24px 10px 62px;
		}
	#column-left form { margin-left:62px; }
	
	
	#column-left ul { padding-left:40px; }
		#column-left ul li { 
			padding-left:10px; /* pushes text to the right to display bg img */
			list-style-type:disc;
			}

	body#index #column-left ul { padding-left:0px; }
		body#index #column-left ul li { 
			padding-left:0px;
			list-style-type:none;
			}
	

	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
						
/* ----- column-right ----- */

#column-right {
	background:url("../images/subheaders/subhead-contact.jpg") top left no-repeat;
	width:221px;
	float:left;
	padding-top:70px;
	}

	#column-right p, #column-right p.h1, #column-right p.h2, #column-right p.h3, #column-right ul, #column-right dl {
		margin:0 65px 10px 19px;
		}
	#column-right form { margin-left:19px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
	#column-right img.img-left { 
	float:left; 
	margin:2px 5px 5px 19px; 
	}

			
body#contact #column-right, body#thanks #column-right {
	background:url("../images/subheaders/subhead-locate.jpg") top left no-repeat;
	width:221px;
	float:left;
	padding-top:70px;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:29px;
	clear:both;
	margin:0;
	padding:0;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { background:url("../images/flash-header.jpg"); height:252px; padding:5px 30px 0 32px;} 
#header-graphic { height:257px; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-aboutthedoctor.jpg"); }
	body#services #header-graphic { background:url("../images/header-aboutthedoctor.jpg"); }
	body#custom-lasik #header-graphic { background:url("../images/header-customlasik.jpg"); }
	body#nearvision #header-graphic { background:url("../images/header-contactus.jpg"); }
	body#cataract-surgery #header-graphic { background: url("../images/header-cataractsurgery.jpg"); }
	body#general #header-graphic { background: url("../images/header-general.jpg"); }
	body#eye #header-graphic { background:url("../images/header-eyecare.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contactus.jpg"); }
	body#thanks #header-graphic { background:url("../images/header-contactus.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:64px; margin-bottom:10px; } /* sets height for all subheads */

	body#index #subhead { background: url("../images/subheaders/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subheaders/subhead-about.jpg"); }
	body#services #subhead { background:url("../images/subheaders/subhead-about.jpg"); }
	body#custom-lasik #subhead { background:url("../images/subheaders/subhead-lasik.jpg"); }
	body#nearvision #subhead { background:url("../images/subheaders/subhead-nearvision.jpg"); }
	body#cataract-surgery #subhead { background:url("../images/subheaders/subhead-cataractsurgery.jpg"); }
	body#general #subhead { background:url("../images/subheaders/subhead-general.jpg"); }
	body#eye #subhead { background:url("../images/subheaders/subhead-eye.jpg"); }
	body#contact #subhead { background:url("../images/subheaders/subhead-left-contact.jpg"); }
	body#thanks #subhead { background:url("../images/subheaders/subhead-thanks.jpg"); }

/* ----- index-buttons ----- */
#index-buttons {
	float:left;
	width:311px;
	}
	
	#index-buttons a span {display:none;}
	
/* ----- index-buttons ----- */
#index-services {
	background:url("../images/subheaders/subhead-index-services.jpg") top left no-repeat;
	float:left;
	width:224px;
	padding-top:70px;
	}
	#index-services img.bottom { padding-top:0px;}
	
/* ----- locations ----- */
#locations {
	float:left;
	width:221px;
	color:#563235;
	text-align:center;
	margin:0;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:740px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFFFFF;
	margin:10px 0 10px 0;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:underline; }

#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration:none; }

#footer ul {margin-top: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 #FFFFFF;
	line-height:18px;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:756px; 
	height:53px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:53px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 50px; margin-left: 32px;}
#nav-02 { width: 63px; margin-left: 1px;}
#nav-03 { width: 85px; margin-left: 1px;}
#nav-04 { width: 99px; margin-left: 1px;}
#nav-05 { width: 112px; margin-left: 1px;}
#nav-06 { width: 146px; margin-left: 1px;}
#nav-07 { width: 59px; margin-left: 1px;}
#nav-08 { width: 73px; margin-left: 1px;}


/*-------------- (-79px) X position of button / (-53px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -32px -53px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -83px -53px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -147px -53px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -233px -53px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -333px -53px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -446px -53px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -593px -53px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -653px -53px no-repeat; }



.superscript {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
	display:inline;
}

