/*--------------------- 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:#06699A url("../images/bg-body.gif") top repeat-x;
	text-align:center; 
	font:11px/15px Verdana, Arial, sans-serif, Helvetica;
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#1881AE; }
h2	{ font-size:1.1em; color:#1881AE; }
h3	{ font-size:1.0em; color:#1881AE; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#1881AE; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FF9900; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	background:url("../images/bullet-back-to-top.jpg")right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 25px; 
	}
body#index img.img-left { 
	margin-left:0;
	margin-bottom: 15px;
	}
	
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

p.text-right { text-align:right; }

img.read-more {margin-left:5px;}
img.lasik { padding:0 5px 10px 5px;}
	
/* ----- 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:#F4F4F4 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #072733;
	color:#000000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:21px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:0.7em; /* 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.1em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

#contact select { height:25px }

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:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:16px;
	font-size:1.1em;
	margin-left:16px;
	}
	
#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, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 258px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:762px;
	margin:0 auto;
	text-align:left;
	}
	
/* ----- content-left ----- */

#column-left {
	width:553px;
	float:left;
	padding-top:55px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl{
		margin:0 25px 10px 25px;
		}
		
	#column-left p{
		width:495px;
	}
		
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left 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-left .pdf li { 
			background:transparent url("../images/bullet-pdf.gif") 0px 2px no-repeat;
			padding-left:20px; /* pushes text to the right to display bg img */
			padding-bottom:8px;
			}

	/* 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-left ol{
		margin:0 25px 10px 47px;
		list-style-type:decimal;
	}
			
	#column-left div.meta{
		margin-left:30px;
		margin-bottom:15px;
	}
	
	div.feedback{
		margin-left:25px;
		margin-bottom:10px;
	}
			
	form#commentform{
		margin-left:25px;
	}
	
	textarea#comment{
		width:300px;
	}
	
	ol#commentlist{
		list-style-type:none;
		margin-left:15px;
	}
				
/* ----- content-right ----- */

#column-right {
	width:209px;
	float:left;
	padding-top:75px;
	}
	body#contact #column-right, body#thankyou #column-right {
		padding-top:0px;
		}


	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 23px 10px 23px;
		}
		
	#column-right form { margin-left:25px; }
	 
	/* single column list */
	#column-right ul { padding-top: 8px; }
		#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 */
			margin-bottom:3px;
			}

	#wrap-subhead-vision-options {
		width:209px;
		float:left;
		padding-top:80px;
		background:url("../images/subhead-vision-options.jpg") no-repeat;
		}
	body#contact #wrap-subhead-vision-options, body#thankyou #wrap-subhead-vision-options {
		background:url("../images/subhead-contact-rt.jpg") no-repeat;
		padding-top:58px;
		}
		
	#column-right div#menu li{
		background:none;
		padding:0px;
	}
	
		#column-right div#menu ul li ul{
			margin-left:5px;
		}
	
	#column-right form#searchform{
		margin-left:0px;
	}
		

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:35px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:337px; } /* sets height for the flash header - REMOVE IF NOT USED */


/* subhead framework
 * ------------------------------------------------------------------------- */

	body#index #column-left.subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #column-left.subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#practice #column-left.subhead { background:url("../images/subhead-practice.jpg") no-repeat; }
	body#lasik #column-left.subhead { background:url("../images/subhead-lasik.jpg") no-repeat; }
	body#ladar #column-left.subhead { background:url("../images/subhead-ladar.jpg") no-repeat; }
	body#other #column-left.subhead { background:url("../images/subhead-other.jpg") no-repeat; }
	body#cosmetic #column-left.subhead { background:url("../images/subhead-cosmetic.jpg") no-repeat; }
	body#lens #column-left.subhead { background:url("../images/subhead-lens.jpg") no-repeat; }
	body#prk #column-left.subhead { background:url("../images/subhead-prk.jpg") no-repeat; }
	body#eyeglasses #column-left.subhead { background:url("../images/subhead-eyeglasses.jpg") no-repeat; }	
	body#faqs #column-left.subhead { background:url("../images/subhead-faqs.jpg") no-repeat; }
	body#forms #column-left.subhead { background:url("../images/subhead-forms.jpg") no-repeat; }
	body#contact #column-left.subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #column-left.subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	body#sitemap #column-left.subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }
	body#blog #column-left.subhead { background:url("../images/subhead-blog.jpg") no-repeat; }

/* ----- subhead framework with varying heights ----- */

.subhead-quick-contact {
	background:url("../images/subhead-quick-contact.jpg") no-repeat ;
	}

#summary-custom-cornea { 
	background:url("../images/summary-custom-cornea.jpg") no-repeat;
	height:87px;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:762px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#A4E8FE; text-decoration:none; }

#footer a:hover, #footer a:active { color:#FC9600; text-decoration:none; }

#footer ul {
	margin:0 0 10px 0;
	font-size:0.85em;
	background:url("../images/nav-footer.jpg") no-repeat;
	height:55px;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0px 5px 0 4px;
	line-height:35px;
	display: inline;
	font-weight:bold;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:762px; 
	height:28px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:28px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 67px;}
#nav-02 { width: 120px;}
#nav-03 { width: 119px;}
#nav-04 { width: 46px;}
#nav-05 { width: 82px;}
#nav-06 { width: 114px;}
#nav-07 { width: 43px;}
#nav-08 { width: 53px;}
#nav-09 { width: 62px;}
#nav-10 { width: 46px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -28px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -67px -28px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -187px -28px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -306px -28px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -352px -28px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -434px -28px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -548px -28px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -591px -28px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -644px -28px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -706px -28px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#about 		#nav-02 { background:url("../images/nav.jpg") -67px -28px no-repeat; }
body#practice 	#nav-03 { background:url("../images/nav.jpg") -187px -28px no-repeat; }
body#lasik 		#nav-04 { background:url("../images/nav.jpg") -306px -28px no-repeat; }
body#ladar 		#nav-05 { background:url("../images/nav.jpg") -352px -28px no-repeat; }
body#faqs 		#nav-07 { background:url("../images/nav.jpg") -548px -28px no-repeat; }
body#forms 		#nav-08 { background:url("../images/nav.jpg") -591px -28px no-repeat; }
body#contact 	#nav-09 { background:url("../images/nav.jpg") -644px -28px no-repeat; }
body#blog 		#nav-10 { background:url("../images/nav.jpg") -706px -28px no-repeat; }
body#other	#nav-06, body#lens	#nav-06, body#prk	#nav-06, body#eyeglasses	#nav-06, body#cosmetic	#nav-06 { background:url("../images/nav.jpg") -434px -28px no-repeat; }
/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	font-size:0.9em;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#094665;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #C98B24;
	border-top: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:9px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#9DDDF8;
	text-decoration:none;
	font-weight:bold;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-06 ul a:hover { 
	background-image:none;
	background-color:#9DDDF8;
	color:#094665;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-06 ul, #nav-06 li { width:190px; }		

#ptt {
background:url(../images/ptt.gif) no-repeat;
height:60px;
width:192px;
margin:0px 0px 0px 2px;
}
#ptt a {
position:absolute;
height:60px;
width:192px;
}

#ptt a:hover{ background:transparent url(../images/ptt-over.gif) no-repeat;}
#ptt a span {display:none;}

#ptt2 {
background:url(../images/ptt.gif) no-repeat;
height:60px;
width:192px;
margin:0px 0px 0 2px;
}
#ptt2 a {
position:absolute;
height:60px;
width:192px;
}

#ptt2 a:hover{ background:transparent url(../images/ptt-over.gif) no-repeat;}
#ptt2 a span {display:none;}

/* CareCredit link */
div#carecredit span, div#carecredit p { display:none; }
div#carecredit
{
	position:relative;
	background: url(../images/carecredit.jpg) no-repeat;
	width:209px;
	height:69px;
}
div#carecredit a 
{
	position:absolute;
	top:5px;
	left:26px;
	width:146px;
	height:60px;
}

/* chase link */
div#chase span, div#chase p { display:none; }
div#chase
{
	position:relative;
	background: url(../images/chasehealthadvance.gif) no-repeat;
	width:192px;
	height:46px;
}
div#chase a 
{
	position:absolute;
	width:192px;
	height:46px;
}
