/* CSS Document */

body {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background:#1065b6 url("../images/bg-body.jpg") top repeat-x;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl {
	margin:0px;
	padding:0px;
	list-style:none;
	}

h1 { font-size:13px; font-weight: bold; color: #3061a6; margin: 0px; padding: 0px 0px 0px 0px;}
h2 { font-size:12px; font-weight: bold; color: #3061a6; margin: 0px; padding: 15px 0px 5px 0px;}

a { color: #1065b6;
	text-decoration:underline;
	}

a:hover { 
	color: #000000;
	text-decoration:none;
	}

#homeflash {float: left; width: 514px;}

/*-------------------- classes --------------------*/
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	padding-right:30px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 5px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 5px 10px; 
	}
/*-------------------- end classes --------------------*/



/* ------------------------ form elements ------------------------ */
form {
	width:172px;
	margin-left:65px; /* 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:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #cccccc;
	color:#000;
	width:167px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:50px;
	vertical-align: middle;
	margin-bottom:5px; /* sets vertical spacing between fields */
	padding-top:3px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	}

select { width:172px; padding:0; } /* same width as form - !important */

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

.subject { display:none;}

#contact-main table td	{ vertical-align: middle; }
.checkbox	{ width: auto; }
#contact-main label.error	{ margin: 0 0 0 5px; color: #c00; font-size: 9px; }
#contact-main input.error, #contact-main select.error, #errorbox	{ border: 1px solid #c00; background: #fcc !important; }
#errorbox	{ text-align: center; padding: 5px 0; color: #c00; }

/* ------------------------ end form elements ------------------------ */

/* ------------------------ main contact form ------------------------ */ 

#main-form {
	margin-left:40px;
	}

#contact-main { margin:10px 0 10px 0; }

#contact-main #check {
	width:14px;
	height:14px;
	margin:0 8px 0 0;
	}
	
#contact-main input, #contact-main textarea, #contact-main select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #cccccc;
}

#contact-main select { height:21px; }

#contact-main textarea { height:100px; overflow:auto; }
	

/* ------------------------ end main contact form ------------------------ */

/* ------------------------ submit button form elements ------------------------ */ 

input.submit, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:68px;
	height:22px;
	cursor:pointer; 
	padding:0; 
	}

/* ------------------------ end submit button form elements ------------------------ */




/* ------------------------ home page styles ------------------------ */
#container { 
	width:951px; 
	margin:0px auto 0px auto;
	}
	
#head-contain { width: 951px;}
	
#masthead {
	background-image:url(../images/masthead.jpg);
	width:645px;
	height:77px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}
#topphone { width: 306px; height: 77px; float: left;}

#top-half {
	width:951px;
	}

#headline-container {
	background:#e7eff7 url("../images/index-headline-bg.jpg") top left no-repeat;
	width:437px;
	height:369px;
	float:left;
	}

#headline-container p.intro-text {
	margin:88px 59px 0px 59px;
	color:#666666;
	}

#headline-bottom {
	background:url("../images/headline-bottom.jpg") top no-repeat;
	width:951px;
	height:32px;
	clear:both;
	}

#index p {
	margin:0px 0px 12px 0px;
	color:#666666;
	}

#three-columns {
	background:transparent url("../images/3-column-wrap.jpg") repeat-y scroll 0 0;
	width:951px;
	}
	
	
#title-adv-tech {
	padding-top:91px;
	background:url("../images/title-adv-tech.jpg") top no-repeat;
	width:317px;
	display:inline;
	float:left;
	}
	
#title-adv-tech p {
	margin:0px 32px 15px 48px;
	}	
	
#title-drrichardburns {
	padding-top:91px;
	background:url("../images/title-drrichardburns.jpg") top no-repeat;
	width:317px;
	display:inline;
	float:left;
	}

#title-drrichardburns p {
	margin:0px 39px 15px 41px;
	}	

#title-contactus {
	padding-top:91px;
	background:url("../images/title-contactus.jpg") top no-repeat;
	width:317px;
	display:inline;
	float:left;
	}
	
#title-contactus p {
	margin:0px 47px 15px 33px;
	}

#btn-learnmore01 {
	background:url("../images/btn-learnmore.jpg") top no-repeat;
	margin-left:283px;
	width:95px;
	height:22px;
	position:relative;
	}
	
#btn-learnmore01 a {
	width:95px;
	height:22px;
	position:absolute;
	}
	
#btn-learnmore01 a span {
	display:none;
	}

#btn-learnmore02 {
	background:url("../images/btn-learnmore.jpg") top no-repeat;
	margin-left:186px;
	width:95px;
	height:22px;
	position:relative;
	}
	
#btn-learnmore02 a {
	width:95px;
	height:22px;
	position:absolute;
	}
	
#btn-learnmore02 a span {
	display:none;
	}
/* ------------------------ end home page styles ------------------------ */



/* ------------------------ sub page styles ------------------------ */

#container-sub {
	background:url("../images/bg-wrap-subpage.jpg");
	width:951px; 
	margin:0px auto 0px auto;
	}

#column-left {
	width:687px;
	float:left;
	}
	
	#column-left p {
		color:#575757;
		margin:0px 30px 10px 30px;
		}
	#column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 30px 10px 30px;
		}
		
	#column-left h1.toppadding {
		padding-top:90px;
		}
		
	/* single column list */
	#column-left ul { 
		padding:0px 0px 0px 20px;
		font:11px/16px Verdana, Arial, Helvetica, sans-serif;
		color:#575757; 
		}
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px; /* pushes text to the right to display bg img */
			padding-bottom:10px;
			}
			
#map {
	width:300px;
	margin-left:30px;
	float:left;
	}
#directions {
	width:300px;
	float:left;
	}

.divider {
	clear:both;
	background:url("../images/img-divider.jpg") top left no-repeat;
	width:627px;
	height:1px;
	margin:0 0 0 30px;
	}

/* -------------------------------------------------- */
		
#column-right {
	width:264px;
	float:right;
	}

	#column-right p {
		color:#575757;
		margin:0px 30px 10px 30px;
		}
	
	#column-right p.location {
		color:#575757;
		width:234px;
		margin:0px 0px 0px 5px;
		padding-top:0px;
		text-align:center;
		}
		
	#column-right ul {
		margin:0px 0px 0px 0px;
		}
	#column-right form { margin-left:37px; }
	

	


/* ------------------------ subhead framework ------------------------ */
body#about #subhead { background:url("../images/title-sub-aboutus.jpg") no-repeat; }
	body#drburns #subhead { background:url("../images/title-sub-drrichardburns.jpg") no-repeat; }
body#lasik #subhead { background:url("../images/title-sub-lasik.jpg") no-repeat; }
	body#adv-tech-intralase #subhead { background:url("../images/title-sub-intralase.jpg") no-repeat; }
	body#adv-tech-customvue #subhead { background:url("../images/title-sub-customvue.jpg") no-repeat; }
body#lasek #subhead { background:url("../images/title-sub-lasek.jpg") no-repeat; }
body#cataracts #subhead { background:url("../images/title-sub-cataracts.jpg") no-repeat; }
	body#refractive #subhead { background:url("../images/title-sub-rle.jpg") no-repeat; }
	body#adv-tech-restor #subhead { background:url("../images/title-sub-restor.jpg") no-repeat; }
	body#adv-tech-crystalens #subhead { background:url("../images/title-sub-crystalens.jpg") no-repeat; }
body#prk #subhead { background:url("../images/title-sub-prk.jpg") no-repeat; }
body#toricIOLs #subhead { background:url("../images/title-sub-toriciols.jpg") no-repeat; }
body#ltk #subhead { background:url("../images/title-sub-ltk.jpg") no-repeat; }
body#locations #subhead { background:url("../images/title-sub-locations.jpg") no-repeat; }
body#testimonials #subhead { background:url("../images/title-sub-testimonials.jpg") no-repeat; }
body#faqs #subhead { background:url("../images/title-sub-faqs.jpg") no-repeat; }
body#contact #subhead { background:url("../images/title-sub-contactus.jpg") no-repeat; }
body#thankyou #subhead { background:url("../images/title-sub-thankyou.jpg") no-repeat; }
body#other-surgeons #subhead { background:url("../images/title-sub-otherlasik.jpg") no-repeat; }

	
#contactus-sub, #ourlocation-sub { 
	background:#eef6f9 url("../images/contactus-sub-bg.jpg") repeat-y;
	width:264px;
	}
	#contactus-sub #contactus-sub-title {
		background:url("../images/title-contactus-subpage.jpg") top no-repeat;
		width:264px;
		height:58px;
		}
	#ourlocation-sub #ourlocation-sub-title {
		background:url("../images/title-ourlocation-subpage.jpg") top no-repeat;
		width:264px;
		height:58px;
		}
	

	

	

/* ------------------------ end sub page styles ------------------------ */


/* ------------------------ header framework ------------------------ */	
#header-index { background:#e7eff7 url("../images/header-index.jpg") top left no-repeat; width:514px; height:369px; float:left; }
body#about #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#drburns #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#lasik #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#adv-tech-intralase #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#adv-tech-customvue #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#lasek #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#cataracts #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#refractive #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#adv-tech-restor #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#adv-tech-crystalens #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#prk #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#ltk #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#toricIOLs #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#locations #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#testimonials #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#faqs #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#contact #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#thankyou #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }
body#other-surgeons #header-graphic { background:#e7eff7 url("../images/header-subpage.jpg") top left no-repeat; width:687px; height:225px; }


/* ------------------------ bottom-wrap ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	width:951px;
	height:8px;
	}

#footer {
	background:url("../images/footer.jpg") no-repeat;
	height:123px;
	width:951px;
	clear:both;
	}
	
#footer p {
	color:#575757;
	padding-top:48px;
	}
	
#footer a {
	color:#666666;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;	
	}
/* ------------------------ bottom-wrap ------------------------ */
	




/*-------------------- NAVIGATION FRAMEWORK --------------------*/
/*--------------------Horizontal Sprite Navigation--------------------*/
#navcontain { width: 951px; float: left;}

#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:951px;
	height:27px;
	margin:0;
	padding:0;
	z-index:5;
	}

#nav span { display:none; }

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav li, #nav a { height:27px; display:block; } /* change height here also */

#nav-01 { width: 70px; margin-left: 8px;}
#nav-02 { width: 81px;}
#nav-03 { width: 61px;}
#nav-04 { width: 85px;}
#nav-05 { width: 47px;}
#nav-06 { width: 65px;}
#nav-07 { width: 89px;}
#nav-08 { width: 90px;}
#nav-09 { width: 84px;}
#nav-10 { width: 106px;}
#nav-11 { width: 57px;}
#nav-12 { width: 100px;}

/*-------------- (-20px) X position of button / (-27px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -8px -27px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -78px -27px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -159px -27px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -220px -27px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -305px -27px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -352px -27px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -417px -27px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -506px -27px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -596px -27px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -680px -27px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -786px -27px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -843px -27px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	/*z-index:999; /* You need this so that the drop down goes over the mast head */
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#BBE7F4;	/* 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 #7ab6fe;
	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:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited {
	font-size:1.0em;
	color:#143d71;
	text-decoration:none;
	}

#nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */

#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#7ab6fe;
	color:#ffffff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li, #nav-03 ul, #nav-03 li { width:140px; }	


/*--------------------Procedures Navigation--------------------*/
#adv-tech {
	background:url("../images/adv-tech-nav.jpg");
	width:264px;
	height:372px;
	margin:0;
	padding:0;
	}

#adv-tech li span { display:none; }

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

#adv-tech li, #adv-tech a {
	height:66px; /* Each button must have the same height, define it here */
	display:block;
	}
	
/* margin-top to set where the procedure-nav should begin */
#restor { margin-top:42px; width:248px; }

/* margin-top if there is a spacing between each procedure-nav button */
#intralase, #crystalens, #customvue, #toric { width:248px; }

#restor a:hover { background:url("../images/adv-tech-nav.jpg") -264px -42px no-repeat; }
#intralase a:hover { background:url("../images/adv-tech-nav.jpg") -264px -108px no-repeat; }
#crystalens a:hover { background:url("../images/adv-tech-nav.jpg") -264px -174px no-repeat; }
#customvue a:hover { background:url("../images/adv-tech-nav.jpg") -264px -240px no-repeat; }
#toric a:hover { background:url("../images/adv-tech-nav.jpg") -264px -306px no-repeat; }