/* 
 ----------------------------------------------------------------------------
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
 ---------------------------------------------------------------------------- 
*/


/* 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,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
	background: #716349 url("../images/bg.jpg") top left repeat-x;
	font:12px/16px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

p.h1	{ font-size:16px; font-weight:bold; }
p.h2	{ font-size:14px; font-weight:bold; }
p.h3	{ font-size:12px; font-weight:bold; }

h1 span,h2 span,h3 span	{ display:none; }

.top {
	font-size: 10px;
	text-align: right;	
}


a:link,a:visited	{ color:#FF8A01; text-decoration:underline; }
a:hover,a:active	{ color:#AC3900; text-decoration:underline; }


/* ----- nav ------*/

#nav {
	position: relative;
	background: url(../images/index/nav.jpg) no-repeat left top;					
	width: 216px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 197px;		/* Height of entire image */
	margin-bottom:0;
	float: left;
	}

#nav li span { display: none; }

#nav li {
	float: left;
	list-style: none;
	}

#nav li, #nav a { 
	height: 34px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* Increments of each button height defined above */
#nav-01 { top:   0px;  margin-top: 14px; }	/* must use margin-top for this attribute only */
#nav-02 { top:  48px }
#nav-03 { top:  82px }
#nav-04 { top:  116px}
#nav-05 { top: 150px }
#nav-06 { top: 187px }

/* width set here should be same width set in #nav */
#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { left: 0px; width: 216px; }

/* Changed values should match "top" numbers specified above */
#nav-01 a:hover { background: transparent url("../images/index/nav.jpg") -216px  -14px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/index/nav.jpg") -216px  -48px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/index/nav.jpg") -216px  -82px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/index/nav.jpg") -216px  -116px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/index/nav.jpg") -216px  -150px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/index/nav.jpg") -216px  -187px no-repeat; }


/* ----- form ----- */ 
form { 
	width:175px; 
	padding:15px 0 15px 37px; 
	
	}

form p	{ 
	font-size:10px;
			 }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#E1DBC7; 
	border:1px solid #3F3826;
	color:#000;
	width:150px; 
	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", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	}

textarea { 
	height:100px; 
	overflow:auto; 
	}


/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-left { 
	float:left; 
	margin:0 3px 5px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 12px 12px; 
	}

input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}


/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	color:#fff; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { 
	width:205px;
	}
		
#contact-main label textarea	{ height:100px; }


/* framework
 * ------------------------------------------------------------------------- */
#wrap { 
	background:url(../images/index/index-spacer.jpg) repeat-y; 
	width:786px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#header {
	position:relative;
	background:url(../images/index/header.jpg) no-repeat left top;
	width:786px;
	height:117px;
	}

/* home link within header */		
#header a {
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	}
#banner {
	width: 786px;
	height: 197px;
	}

#banner-image {
	background:url(../images/index/banner.jpg) no-repeat left top;
	width:570px;
	height:197px;
	float: left;
}
#content {
	width: 786px;
	float:left;
	} 

#content.index {
	background:url("../images/index/bg-content-wrap.jpg") bottom right no-repeat;
	padding-bottom:162px;
	}

#column-left { 
	width:216px; 
	float:left; 
	}
	#column-left form p {
		text-align:left;
		margin:0;
		padding:0;
		}
		
	#column-left p{ 
		text-align: center;
		margin: 8px 10px 0 26px; 
	}
	
	#yourlens_login {
		/*background:url(../images/index/yourlens-button.jpg) no-repeat left top;*/
		width: 216px;
		height: 82px;
		
	}
	
	#state-of-the-art {
		background: url(../images/index/stateoftheart3.jpg) no-repeat left top; 
		width:216px; 
		height:67px; 
	}
	#state-people {
		background: url(../images/index/state_people.jpg) top left no-repeat;
		height: 152px;
		width: 216px;	
	}
	#contact {
		background: url(../images/index/contact.jpg) no-repeat top left;		
		height: 63px;
		width: 216px;
	}
	#cosmeticprocedures {
		background: url(../images/index/cosmeticprocedures.jpg) no-repeat top left;		
		height: 63px;
		width: 216px;
	}
  
  #img-map {
	position:relative;
	background:url("../images/img-map.jpg");
	height:217px;
	}
	/* index page link within #masthead */		
	#img-map a {	
		position:absolute;
		left:35px;
		width:158px;
		top:80px;
		height:120px; 
		}
	#img-map a span {
		display:none;
		}

  
#column-right { 
	width:570px; 
	float:right;
	}

		#column-right p{ 
			margin: 0 60px 8px 50px;
			color: #fff;
		}
		#column-right ul{
			margin: 0 60px 8px 60px;
			color: #fff;
			list-style-position: inside;
			list-style-type: square;
		}
		#column-right p.h1{ 
			
			margin: 0 60px 8px 50px;
			color: #fff;
		}
		#column-right p.h2, #column-right p.h3{ 
			margin: 0 60px 8px 50px;
			color: #fff;
		}
		#column-right p.h4{ 
			margin: 0 60px 8px 50px;
			color: #fff;
		}
	#welcome {
		background:url(../images/index/welcome_hd.jpg) no-repeat left top; 
		width:570px; 
		height:82px; 
	}
	#welcome-bt {
		background:url(../images/index/welcome_bt.jpg) no-repeat left top; 
		width:570px; 
		height:57px; 
	}
	
	#column-right #procedures {
		float:left;
		margin:0;
		padding:0;
		background:url("../images/index/bt_spacer.jpg") repeat-y;
		}
	#column-right #procedures-img {
		float:left;
		width:570px;
		padding-bottom:62px;		
		}
		#column-right #procedures ul {
			margin:10px 0 0 40px;
			}
			#column-right #procedures ul li {
				width:250px;
				float:left;
				padding:0 0 0 12px;
				line-height:20px;
				color:#3F3826;
				list-style-type:none;
				background:url(../images/index/bullet.gif) 0px 4px no-repeat;
				}
			#column-right #procedures ul li.spacer-li {
				list-style-type:none;
				background:none;
				line-height:20px;
				}
				
	#column-right dl {
		margin: 0 60px 8px 50px;
		color:#fff;
		}
		#column-right dl dt {
			font-size:12px;
			font-weight:bold;
			margin:10px 0 0 0;
			}
		#column-right dl dd {
			margin-left:5px;
			line-height:20px;
			}
	
/* inside framework
 * ------------------------------------------------------------------------- */
   
#practice-hd {
	background:url(../images/sub/about.jpg) no-repeat left top; 
	width:570px; 
	height:82px; 
}
#lasik-hd {
	background:url(../images/sub/lasik.jpg) no-repeat left top; 
	width:570px; 
	height:82px; 
}
#other-hd {
	background:url(../images/sub/other.jpg) no-repeat left top; 
	width:570px; 
	height:82px; 
}
#contact-hd {
	background:url(../images/sub/contact.jpg) no-repeat left top; 
	width:570px; 
	height:82px; 
}
#cosmeticprocedures-hd {
	background:url(../images/sub/cosmeticprocedures.jpg) no-repeat left top; 
	width:570px; 
	height:82px; 
}
#subhead-thankyou{
	background:url(../images/sub/subhead-thankyou.jpg) no-repeat left top; 
	width:570px; 
	height:82px; 
}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:786px;
	height: 100px;
	clear: both;
	background: url(../images/index/index-footer.jpg) no-repeat left top;
	}
	#footer p{
		padding-top: 17px;
		text-align:center;
	}
#footer a:link, #footer a:visited, #footer p {
	text-decoration:none;
	color:#000;
	}

#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#908B7D;
	}

#footer ul { margin-bottom:5px; }

#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 #000;
	}

	#footer li.first { border: none; }
	
	
#sub-footer {
	width:786px;
	height: 155px;
	clear: both;
	background: url(../images/sub/sub_footer.jpg) no-repeat left top;
	}
	#sub-footer p{
		padding-top: 75px;
		text-align:center;
	}
#sub-footer a:link, #sub-footer a:visited, #footer p {
	text-decoration:none;
	color:#000;
	}

#sub-footer a:hover, #sub-footer a:active {
	text-decoration:underline;
	color:#908B7D;
	}

#sub-footer ul { margin-bottom:5px; }

#sub-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 #000;
	}

	#sub-footer li.first { border: none; }
	
#copyright {
	font-size: 9px;
	text-align: center;	
}
	

