/*--------------------- 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:#000C33 url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bg-body.jpg");
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#000C33;
	}
	
	body#office-hours { 
		background: #000C33;
		color:#ffffff;
		text-align:left;
		 }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; }
h2	{ font-size:1.1em; }
h3	{ font-size:1.0em; }

p.h1	{ font-size:1.2em; font-weight:bold; }
p.h2	{ font-size:1.1em; font-weight:bold; }
p.h3	{ font-size:1.0em; font-weight:bold; }

/*h1 span,h2 span,h3 span	{ display:none; }*/

a:link,a:visited	{ color:#000C33; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000C33; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

#officehours {
margin:20px 0 0 15px;
float:left;
}

p.disclaimer {
	font-size:10px;
	}

/* ----- global form elements ----- */ 

form {
	width:157px;
	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 #D1D1D1;
	color:#000C33;
	width:152px; /* 5 pixels 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:11px;
	}
	
select { width:157px; 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: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.comments {
		height:105px;
		}
			
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:5px 0 5px 243px; }


/* framework
 * ------------------------------------------------------------------------- */

#bg-gradient {
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bg-gradient.jpg") repeat-x;
	width:100%;
	margin:0 auto;
	}

#bg-shadow {
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bg-shadow.jpg") center top no-repeat;
	width:100%;
	margin:0 auto;
	}
	
#wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bg-wrap.jpg") repeat-y;
	width:786px;
	margin:0 auto;
	text-align:left;
	}

#wrap-gradient {
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bg-wrap-gradient.jpg") left 52px no-repeat;
	width:786px;
	}
	
#masthead {
	position:relative;
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/masthead.jpg");
	height:365px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:504px;
		width:265px;
		top:0px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:193px;
	float:left;
	}

body#thankyou #column-left, body#contact-us #column-left {
	width:193px;
	float:left;
	height:700px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 19px 22px;
		}
		#column-left p.button-left {margin-right:0px;}
	#column-left form { padding-left:19px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bullet.gif") 0px 3px no-repeat;
			padding-left:12px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	#column-left p span.map {
		text-align:right;
		background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bullet.gif") 0px 3px no-repeat;
		padding-left:12px;
		}
			
/* ----- column-right ----- */

#content-wrap{
	margin:0 25px 19px 21px;
	}

#column-right {
	width:593px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:12px 0px 19px 0px;
		}
		
		#column-right p.subhead-title {
			font-size: 20px;
			color:#3e1e81;
			font-family: Universe57-Condensed, Arial, Helvetica, sans-serif;
			margin-top: 19px;
			line-height:23px;
			text-transform:uppercase;			
			}
			
	#column-right form { margin-left:21px; }
	#column-right img.img-left { 
		float:left; 
		margin:0 5px 5px 21px; 
	 	}
		
	#column-right img.img-left2 { 
		float:left; 
		margin:0 10px 15px 0px; 
	 	}
		
	#column-right img.img-right { 
		float:right; 
		margin:0 25px 5px 5px;
		}
	 
	#column-right img.img-right2 { 
		float:right; 
		margin:0 0px 5px 5px;
		}
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bullet.gif") 0px 3px no-repeat;
			padding-left:12px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/bottom-wrap.jpg");
	height:233px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:57px; } /* sets height for all subheads */

	body#index #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-index.jpg"); }
	body#who-we-are #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-about.jpg"); }
	body#testimonials #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-testimonials.jpg"); }
	body#your-vision-eye-health #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-vision.jpg"); }
	body#lasik #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-lasik.jpg"); }
	body#faqs #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-faq.jpg"); }
	body#doctors #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-doctors.jpg"); }
	body#contact-us #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-thankyou.jpg"); }
	


/* ----- subhead framework with varying heights ----- */

#subhead-qcontact {
	height:61px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-qcontact.jpg") ;
	}
	
body#contact-us #subhead-qcontact, body#thankyou #subhead-qcontact {
	height:61px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-locate.jpg") ;
	}
	
#subhead-technology {
	position: relative;
	height:182px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/subhead-technology.jpg") ;
	}
	
	#subhead-technology a {
	position:absolute;
	left:16px;
	width:212px;
	top:9px;
	height:120px;
		}
	#subhead-technology a span {
		display:none;
		}	

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:786px;
	margin:0 auto;
	text-align:center;
	color:#D0E8FF;
	}

#footer p {
	margin:0 20px 10px 20px;
	}

#footer a:link, #footer a:visited { color:#fff; }

#footer a:hover, #footer a:active { color:#fff; }

#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;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }
	
#footer li ul { display:inline;}

#footer ul li ul { margin:0px;}

#footer ul li { padding-right:0;}

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") no-repeat; 
	width:593px; 
	height:52px; 
	margin:0;
	padding:0; 
	}

/* resetting ul paddings and background for nav */
	#column-right ul#nav { padding-left:0; margin:0; }
		#column-right ul#nav li { 
			background:none;
			padding-left:0;  /* pushes text to the right to display bg img */
			}
			
#nav span { display: none; }

#nav li, #nav a { height:52px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav li.home { width: 60px; margin-left: 0px; }
#nav li.who-we-are { width: 100px; margin-left: 2px; }
#nav li.your-vision-amp-eye-health { width: 162px; margin-left: 2px; }
#nav li.lasik { width: 57px; margin-left: 2px; }
#nav li.faqs { width: 47px; margin-left: 2px; }
#nav li.doctors { width: 61px; margin-left: 2px; }
#nav li.contact-us { width: 92px; margin-left: 2px; }


/*-------------- (-79px) X position of button / (-52px) height of image from above ------------- */
#nav li.home a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg")  0px -52px no-repeat; }
#nav li.who-we-are a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -62px -52px no-repeat; }
#nav li.your-vision-amp-eye-health a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -164px -52px no-repeat; }
#nav li.lasik a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -328px -52px no-repeat; }
#nav li.faqs a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -387px -52px no-repeat; }
#nav li.doctors a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -436px -52px no-repeat; }
#nav li.contact-us a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -499px -52px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#home #column-right #nav li.home { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg")  0px -52px no-repeat; }
body#who-we-are #column-right #nav li.who-we-are { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -62px -52px no-repeat; }
body#testimonials #column-right #nav li.who-we-are { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -62px -52px no-repeat; }

body#your-vision-eye-health #column-right #nav li.your-vision-amp-eye-health { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -164px -52px no-repeat; }
body#lasik #column-right #nav li.lasik { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -328px -52px no-repeat; }
body#faqs #column-right #nav li.faqs { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -387px -52px no-repeat; }
body#doctors #column-right #nav li.doctors { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -436px -52px no-repeat; }
body#contact-us #column-right #nav li.contact-us { background:url("http://d2agh9ata29wb8.cloudfront.net/v/visioncarespecialists.com/images/nav.jpg") -499px -52px no-repeat; }



#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#669999;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	font-weight:bold;
	}


#nav li ul li { 
	/*height:32px; /* Height of each drop down nav item */
	height:auto;
	border:1px solid #D1D1D1;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	/*height:32px;	/* Height of each drop down nav item, should match above */
	height:auto;
	line-height:12px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding:10px 0 10px 5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav li.home ul a:hover, #nav li.who-we-are ul a:hover, #nav li.your-vision-amp-eye-health ul a:hover, #nav li.lasik ul a:hover, #nav li.faqs ul a:hover, #nav li.doctors ul a:hover, #nav li.contact-us ul a:hover  { 
	background-image:none;
	background-color:#FFFFFF;
	color:#663399;
	font-weight:bold;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
/*#nav li.who-we-are ul, #nav li.who-we-are li { width:100px; }	*/	

.sf-menu ul {

	width:			16em; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {

	width:			100%;
}

#nav li, #nav li li { width:100%; }

#nav li.who-we-are { z-index:9999;}






/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */



#nav li ul ul {

	margin:-32px 0 0 190px;

	background:#669999;

	}

#nav, #nav ul {

	padding: 0;

	margin: 0;

	list-style: none; 

	line-height: 1;
	}

	

#nav li:hover ul ul, #nav li.sfHover ul ul {

	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {

	left: auto;
	}

#nav li ul li ul, #nav li li ul li{ width:100%; }	
