body {
	background-color: #086BB1;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}


.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/menu/bg.jpg") left top no-repeat; 
	width:734px; 
	height:26px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:26px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 62px; margin-left: 38px;}
#nav-02 { width: 85px;}
#nav-03 { width: 150px;}
#nav-04 { width: 145px;}
#nav-05 { width: 82px;}
#nav-06 { width: 53px;}
#nav-07 { width: 81px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/menu/bg.jpg")  -38px -26px no-repeat; }
#nav-02 a:hover { background:url("../images/menu/bg.jpg") -100px -26px no-repeat; }
#nav-03 a:hover { background:url("../images/menu/bg.jpg") -185px -26px no-repeat; }
#nav-04 a:hover { background:url("../images/menu/bg.jpg") -335px -26px no-repeat; }
#nav-05 a:hover { background:url("../images/menu/bg.jpg") -480px -26px no-repeat; }
#nav-06 a:hover { background:url("../images/menu/bg.jpg") -562px -26px no-repeat; }
#nav-07 a:hover { background:url("../images/menu/bg.jpg") -615px -26px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#086bb1;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin:0px; padding:0px;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	background: url("../images/menu/drop-down-bg.jpg") 0px 0px repeat-x;
	border:1px solid #032a79;
	border-top:none;
	font-size:9px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}	

#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:15px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:underline;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background: url("../images/menu/drop-down-bg-over.jpg") 0px 0px repeat-x;
	color:#ffffff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:160px; }		
#nav-04 ul, #nav-04 li { width:190px; }
/*---------------------------------- end nav --------------------------------------------------- */


a:visited {
	color: #A5964E;
	text-decoration: underline;
}
a:active {
	color: #C2B36D;
	text-decoration: underline;
}

a:hover {
	color: #C2B36D;
	text-decoration: underline;
}
a:link {
	color: #A5964E;
	text-decoration: underline;
}


.mainBG {
	background-image: url(../images/index/bg.jpg);
}


.subBG {
	background-image: url(../images/sub/bg.jpg);
}


.indexWelcomeBG {
	background-image: url(../images/index/index_r8_c4.jpg);
}


.indexMainBG {
	background-image: url(../images/index/index_r7_c4.jpg);
	background-repeat: no-repeat;
}
.textMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.indexSubBG {
	background-image: url(../images/index/index_r15_c4.jpg);
	background-repeat: no-repeat;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0576C5 !important;;
	width: 150px;
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	}

#footer p {
	margin-bottom:10px;
	font-size: 11px;
	}

#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:10px;}
	#footer 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 #999999;
		}
	#footer li.first { border: none; }
/*---------------------------------------------------------------------------------------------*/

#sub p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 30px;
	margin-right: 50px;
}

body#index h1.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-right: 50px;
	background-image:none;
	width:280px;
	
}



body#sub h1.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 50px;
	background-image:none;
	width:450px;
	
}

body#sub h2.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 50px;
	background-image:none;
	width:450px;
	
}

body#sub h3.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 50px;
	background-image:none;
	width:450px;
	
}



#sub h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 50px;
}
#sub h2 {margin-right:50px;}
.textDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #416CAC;
}


#textSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #416CAC;
}
	#textSide p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #416CAC;
		margin-right: 10px;
	}


#contact_business {display: none;}

/* IMAGE REPLACEMENT */


h1 span, #index span, #sub h2 span { display: none; margin: 0;}




#masthead {
	position:relative;
	background:url("../images/index/index_r1_c1.jpg");
	height:51px;
	margin: 0;
	padding: 0;
	}
	/* index page link within #masthead */		
	#masthead a  {
	position:absolute;
	left:15px;
	width:369px;
	top:8px;
	height:38px;
		}
	#masthead a span {
		display:none;
		}




#index h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}


#indexMainH2 {
	width: 531px;
	height: 92px;
	margin: 0;
	padding: 0;
	background-image: url(../images/index/index_r4_c4.jpg);
}


#indexSubH2 {
	width: 531px;
	height: 63px;
	margin: 0;
	padding: 0;
	background-image: url(../images/index/index_r14_c4.jpg);
}

h2.sub {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	padding: 0;
}


#aboutH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/about.jpg);
}
	#aboutH2 span {display: none;}

#refractiveH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/refractive.jpg);
}
	#refractiveH2 span {display: none;}

#eyeH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/eye.jpg);
}
	#eyeH2 span {display: none;}

#faqH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/faq.jpg);
}
	#faqH2 span {display: none;}

#contactH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/contact.jpg);
}
	#contactH2 span {display: none;}

#thankyouH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/thankyou.jpg);
}
	#thankyouH2 span {display: none;}

#sitemapH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/sitemap.jpg);
}
	#sitemapH2 span {display: none;}
	
#presbyopiaH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/presbyopia.jpg);
}
	#presbyopiaH2 span {display: none;}
	
#implantH2 {
	height: 60px;
	background-image: url(../images/sub/page_title/implant.jpg);
}
	#implantH2 span {display: none;}
	

		#right-custom-lasik {
			background:url("../images/index/new/top_left/top_midBG.gif") repeat-y; 
			}	
			
		#right-custom-lasik h2, #right-custom-lasik p {
			padding-left:20px; 
			padding-right:10px;
			}
			
		#right-advanced-tech {
			background:url("../images/index/new/top_left/top_midBG.gif") repeat-y; 
			}		
			#right-advanced-tech h2, #right-advanced-tech p  {
				padding-left:20px; 
				padding-right:10px;
				}		
				
		#index-column-right {
			width:515px;
			}
		#index-column-middle {
			width:200px; 
			float:left; 
			padding:0px 25px 0px 40px;
			}
			
		#index-column-right-2 {
			width:150px; 
			float:left; 
			margin-left:20px;
			}
			
		#did-you-know {
		  margin: 0 0 0 -20px;
		  }
		  
		 table.table-left {
		  margin:0 0 0 20px;
		  }
		  
		 img.img-index-testimonial {
		 	margin-right:7px; 
			}