/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#0A6489;
	text-align:center; 
	font:13px/17px tahoma, Helvetica, sans-serif ;
	color:#FFF;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1, .h1	{ font-size:1.3em; color:#FFF; }
	.h1 { font-weight:bold; }
h2	{ font-size:1.2em; line-height:1.2em; color:#FFF; }
h3	{ font-size:1.1em; line-height:1.1em; color:#FFF; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#4F5D0D; font-weight:bold; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#4F5D0D; font-weight:bold; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-top:10px;
	background:url("../images/bg-back-to-top.jpg") repeat-x;
	}

img.img-left { 
	float:left; 
	margin:0 10px 3px 0;
	}

img.img-right { 
	float:right; 
	margin:0 0 3px 10px;
	}
.btn-ctc {
	display:block;
	background:url("../images/btn-ctc.jpg");
	height:52px;
	width:175px;
	}
	.btn-ctc span { display:none; }
	
/* ------------------------ form elements ------------------------ */
form {
	width:180px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #0A6489;
	color:#0A6489;
	width:175px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:180px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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; } /* fixes display issue - 5px larger than input field */

#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 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:778px;
	margin:0 auto;
	text-align:left;
	}
#bottom-wrap-graphic { background:url("../images/bottom-wrap.jpg") left bottom no-repeat; }
/* ------------------------ nav-location ------------------------ */
#nav-location { 
	background:url("../images/nav-location.jpg") no-repeat; 
	height:50px; 
	}

#nav-location span { display: none; }

#nav-location li, #nav-location a { height:50px; display:block; } /* change height here also */

#nav-location li { float:left; list-style:none; _display:inline; position:relative; }

#nav-location-01 { width: 86px; margin-left: 304px;}
#nav-location-02 { width: 90px;}
#nav-location-03 { width: 90px;}
#nav-location-04 { width: 90px;}
#nav-location-05 { width: 86px;}

#nav-location-01 a:hover { background:url("../images/nav-location.jpg") -304px -50px no-repeat; }
#nav-location-02 a:hover { background:url("../images/nav-location.jpg") -390px -50px no-repeat; }
#nav-location-03 a:hover { background:url("../images/nav-location.jpg") -480px -50px no-repeat; }
#nav-location-04 a:hover { background:url("../images/nav-location.jpg") -570px -50px no-repeat; }
#nav-location-05 a:hover { background:url("../images/nav-location.jpg") -660px -50px no-repeat; }

/* ------------------------ header-graphic ------------------------ */
#header-graphic {
	height:236px;
	position:relative;
	background:url("../images/header-graphic.jpg") no-repeat;
	}
	#header-graphic a.home {	
		position:absolute;
		left:23px;
		width:324px;
		top:117px;
		height:101px; 
		}
	#header-graphic a span {
		display:none;
		}
	#noflash { padding-top:52px; }

	#noflash p, noscript p {
		text-align:center;
		font-weight:bold;
		font-size:1.2em;
		color:#000;
		}
		#noflash p { padding-top:40px; }


/* ------------------------ header-call ------------------------ */
#header-call {
	height:87px;
	background:url("../images/header-call.jpg") no-repeat;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:247px;
	float:left;
	background:url("../images/bg-column-left.jpg") right top no-repeat;
	font-size:.9em;
	line-height:16px;
	}
	body#thankyou #column-left { height:450px; }
	#column-left a:link, #column-left a:visited	{ color:#FFD429; font-weight:bold; }
	#column-left a:hover, #column-left a:active	{ color:#FFD429; font-weight:bold; }
	

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 49px 10px 17px;
		}

	#column-left form { margin-left:17px; } /* set form margin here */

/* ------------------------ vertical sprite nav ------------------------ */
#column-left #nav {
	background:url("../images/nav2.jpg") top left no-repeat;					
	width:198px;	/* Width of buttons, not entite image (or half of entire image) */
	height:230px;	 /* Height of entire image */
	margin:0 0 15px 0;
	padding:0;
	}

#nav li span { display: none; }

#column-left #nav li {
	float:left;
	list-style:none;
	position:relative;
	padding:0;
	}

#nav li, #nav a { 
	height:38px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav button */
#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:198px; }

#nav-01 a:hover { background:url("../images/nav2.jpg") -198px    0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav2.jpg") -198px  -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav2.jpg") -198px  -76px no-repeat; }
#nav-04 a:hover { background:url("../images/nav2.jpg") -198px -114px no-repeat; }
#nav-05 a:hover { background:url("../images/nav2.jpg") -198px -152px no-repeat; }
#nav-06 a:hover { background:url("../images/nav2.jpg") -198px -190px no-repeat; }


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:531px;
	float:left;
	color:#4F5D0D;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 26px 10px 11px;
		}
		#column-right h2 {
			background:#1A87AE url("../images/bg-footer-nav.jpg") repeat-x;
			padding:8px 0 8px 10px;
			margin:20px 26px 10px 1px;
			}
		#column-right #about {
			background:url("../images/bg-about-top.jpg") no-repeat;
			padding:17px 0 10px 10px;
			margin:0;
			}
		#column-right #subsection-about {
			background:url("../images/bg-about.jpg") repeat-y;
			margin-bottom:10px;
			}
		#column-right #subsection-about img.img-right {
			margin-right:42px;
			}
		#subsection-about-bottom {
			background:url("../images/bg-about-bottom.jpg") no-repeat;
			height:27px;
			}
		
		body#sitemap #column-right h2 {
			background:none;
			padding:0;
			margin:0px 26px 10px 11px;
			}
			body#sitemap #column-right h2 a { color:#4F5D0D; }

		#column-right h3 {
			margin-top:30px;
			margin-bottom:5px;
			}
	
	#column-right h1 {
		padding-bottom:6px;
		background:url("../images/bg-back-to-top.jpg") bottom repeat-x;
	 }
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul li { 
		background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		padding-left:10px;  /* pushes text to the right to display bg img */
		margin-bottom:3px;
		}
		#column-right ul li a {
			font-weight:bold;
			color:#4F5D0D;
			}

	#column-right ul.maps li { 
		background:none;
		padding-left:0;
		margin-bottom:10px;
		width:49.9%;
		float:left;
		text-align:center;
		}

#title-featured-procedures {
	height:24px;
	background:url("../images/title-featured-procedures.jpg") no-repeat;
	}
	#title-featured-procedures span { display:none; }
	
#subhead {
	background-image:url("../images/bg-column-right.jpg");
	background-repeat:no-repeat;
	height:74px;
	}

	body#index #subhead { background-image:url("../images/subhead-welcome.jpg"); }
	body#about #subhead { background-image:url("../images/subhead-about.jpg"); }
	body#ck #subhead { background-image:url("../images/subhead-ccs.jpg"); }
	body#contact #subhead { background-image:url("../images/subhead-contact.jpg"); }
	body#education #subhead { background-image:url("../images/subhead-education.jpg"); }
	body#lasik #subhead { background-image:url("../images/subhead-lasik.jpg"); }
	body#sitemap #subhead { background-image:url("../images/subhead-sitemap.jpg"); }
	body#thankyou #subhead { background-image:url("../images/subhead-thankyou.jpg"); }
	
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:40px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:778px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin:10px 8px;
	}
	#footer a:link, #footer a:visited { color:#FFD429; }
	#footer a:hover, #footer a:active { color:#FFD429; }

#footer ul.links {
	background:#1A87AE url("../images/bg-footer-nav.jpg") repeat-x;
	padding:19px 0;
	}
	#footer ul.links li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFF;
		}
	#footer ul.links li.first { border: none; }
	#footer ul.links a:link, #footer ul.links a:visited { color:#FFF; }
	#footer ul.links a:hover, #footer ul.links a:active { color:#FFF; }
#footer .clear { height:15px; }
#footer ul.address {
	width:100%;
	font-weight:bold;
	}
	#footer ul.address li {
		float:left;
		width:24.9%;
		}
