/*--------------------- 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:#172A40 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#0B3054;
	}

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

h1	{ font-size:1.2em; color:#0B3054; }
h2	{ font-size:1.1em; color:#5DBEEC; }
h3	{ font-size:1.0em; color:#091C2E; }

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

a:link,a:visited	{ color:#5F97B4; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#091C2E; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

span.unc-blue {color: #5DBEEC; font-weight: bold;}
.clear	{ 
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear:both;
	height:10px; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

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

img.img-right { 
	float:right; 
	margin:0px 0px 0px 5px; 
	}
div.img-testimonial {	
	float:left; 
	margin:0px 5px 0px 42px;
	width: 115px;
	display: inline;
}
div.img-right-caption {float: right;font-size: .9em; text-align:center; margin: 0px 30px 0 5px; width: 150px;}
body#intacs div.img-testimonial p{ font-size: .9em; margin: 0px; text-align: center;}
div.bg-gray {clear: both; margin-top: 5px;}
div.bg-gray img {float: left;}
#column-left div.img-testimonial ul {
	margin: 0px;
	padding: 0px;
	}
#column-left div.img-testimonial ul li {
	background: none;
	padding: 0px;
	margin-right: 3px;
	display: inline;
	}
	#column-left div.img-testimonial ul li a {font-size: .9em;}
div.img-hr {
	clear: both;
	margin: 10px 30px 30px 200px;
	background-color: #091C2E;
	height: 2px;
	width: 300px;
	
	}
#column-left p.myth-text {margin-bottom: 0px; font-weight: bold; }

/* ------------------------ form elements ------------------------ */
form {
	width:170px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 
#contact-quick label {font-size: .9em; color: #5DBEEC;}

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

input, textarea, select { 
	background-color:#D0E0EB !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #3E5C7A;
	color:#0F3254;
	width:165px; /* 5 pixles smaller than form width !important */
	height:16px;
	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:.95em;
	}

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

textarea { height:58px; 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:240px; 
	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 263px; } /* 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:51px;
	height:26px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:826px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:826px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:826px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:61px;
	}
	/* index page link within #masthead */		
	#masthead ul#mast-nav {	
		position:absolute;
		left:646px;
		width:161px;
		top:21px;
		height:40px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:598px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3,#column-left h4, #column-left ul, #column-left dl {
		margin:0px 43px 10px 42px;
		}

	#column-left form { margin-left:36px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom: 4px;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px 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-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:228px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 32px 10px 20px;
		}

	#column-right form { margin-left:20px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px 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-left:5px;
			}

#video-link {
margin-left: 40px;
}

/* ------------------------ header framework ------------------------ */
#header-flash { height:279px; background:url("../images/header.jpg"); padding: 0px 18px 0px 18px;} /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:283px; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:135px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg") top no-repeat; }
	body#patient #subhead { background:url("../images/subhead-patient.jpg") top no-repeat; }
	body#lasik #subhead { background:url("../images/subhead-lasik.jpg") top no-repeat; }
	body#crystalens #subhead { background:url("../images/subhead-crystalens.jpg") top no-repeat; }
	body#restor #subhead { background:url("../images/subhead-restor.jpg") top no-repeat; }
	body#tecnis #subhead { background:url("../images/subhead-tecnis.jpg") top no-repeat; }
	body#rezoom #subhead { background:url("../images/subhead-rezoom.jpg") top no-repeat; }
	body#cataracts #subhead { background:url("../images/subhead-cataracts.jpg") top no-repeat; }
	body#lens-implants #subhead { background:url("../images/subhead-lens-implants.jpg") top no-repeat; }
	body#cornea #subhead { background:url("../images/subhead-cornea.jpg") top no-repeat; }
	body#intacs #subhead { background:url("../images/subhead-intacs.jpg") top no-repeat; }
	body#other-procedures #subhead { background:url("../images/subhead-other.jpg") top no-repeat; }
	body#eye-care #subhead { background:url("../images/subhead-eye-care.jpg") top no-repeat; }
	body#news #subhead { background:url("../images/subhead-news.jpg") top no-repeat; }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-patient.jpg") top no-repeat; }
	
/* ------------------------ index column div.classes ------------------------ */
div.left-index {
	width: 235px;
	float: left;
	}
	div.left-index ul.index-list { padding-left:5px; margin: 0 8px 10px 35px;}
		div.left-index ul.index-list li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:18px; /* pushes text to the right to display bg img */
			margin-bottom: 5px;
			font-size: .95em;
			}
	div.left-index a.webstore-link { margin:0; padding:0; }	
		div.left-index a.webstore-link img { margin:10px 0 10px 76px; padding:0; }

div.center-index {
	width: 363px;
	float: left;
	}
div.center-index p, div.center-index h1, div.center-index h2, div.center-index h3 {margin: 0 24px 10px 28px;}
div.right-index {
	width: 228px;
	float: left;
	}
div.right-index form {padding-left: 15px;}
div.right-index p {margin: 0 25px 10px 18px;}

/* ------------------------ subhead framework with varying heights ------------------------ */
#vision-solution {
	height:589px;
	background:url("../images/vision-solution.jpg") top no-repeat;
	position: relative;
	}
	#vision-solution p, #vision-solution h2{ margin: 0 20px 7px 100px; color: #0B3054;}
	#vision-solution a {font-size: .95em; font-weight: bold;}
	#vision-solution #wavefront-index{ 
		position: absolute;
		top: 120px;
		}
	#vision-solution #lens-index{
	position: absolute;
	top: 260px;
		}
	#vision-solution #cataract-index{
	position: absolute;
	top: 400px;
		}
	
#vision-care {
	height:258px;
	background:url("../images/vision-care.jpg") ;
	position:relative;
	clear: both;
	width: 826px;
	}
#vision-care p{
	position: absolute;
	top: 105px;
	width: 420px;
	left: 330px;
	color: #FFFFFF;
	}
#vision-care a{
	position: absolute;
	top: 185px;
	left: 620px;
	height: 22px;
	width: 100px;
	}

#title-contact {
	height:135px;
	background:url("../images/title-contact.jpg") ;
	}
body#contact #title-contact, body#thankyou #title-contact {
	height:135px;
	background:url("../images/title-locate.jpg") ;
	}
	
#title-batra-vision {
	height:116px;
	background:url("../images/title-batra-vision.jpg") ;
	}
#existing-patient {
	height:135px;
	background:url("../images/existing-patient.jpg") ;
	position: relative;
	}
#existing-patient a {
	position: absolute;
	top: 18px;
	left: 4px;
	width: 205px;
	height: 105px;
	}
#title-locations {
	height:116px;
	background:url("../images/title-locations.jpg") top no-repeat;
	}
#location-box {
	background: #EAF2F7 ;
	width: 183px;
	border: 1px solid #3E5C7A;
	margin: 0 0 14px 13px;
	padding-bottom: 6px;
	font-size: .9em;
	}
	p.location-text {	font-size: .9em;}
	#location-box p{
		margin: 0 2px 0px 3px;
		}
#location-box p.blue-bg {
	background: #3E5C7A ;
	width: 178px;
	color: #FFFFFF;
	font-weight:bold;
	padding: 10px 0 7px 6px;
	margin: 0 0 4px 0px;
	}
#title-10-questions {
	height:100px;
	background:url("../images/title-10-questions.jpg") ;
	}
#btn-win {
	height:116px;
	background:url("../images/btn-win.jpg") ;
	position: relative;
	}
#btn-win a {
	position: absolute;
	top: 16px;
	height: 87px;
	left: 24px;
	width: 203px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		}
		#click-to-call:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background: url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:157px;
	clear:both; /* important - do not remove */
	}
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	width:100%; /* fix for Safar */
	height:157px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	padding-top: 10px;
	width:826px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	width: 800px;
	font-size: .9em;
	}
	
#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration: none;}
#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration: underline;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 2px 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFFFFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:826px; 
	height:36px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 92px; margin-left: 18px;}
#nav-02 { width: 57px;}
#nav-03 { width: 84px;}
#nav-04 { width: 107px;}
#nav-05 { width: 69px;}
#nav-06 { width: 132px;}
#nav-07 { width: 76px;}
#nav-08 { width: 104px;}
#nav-09 { width: 69px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -18px -36px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -110px -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -167px -36px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -251px -36px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -358px -36px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -427px -36px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -559px -36px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -635px -36px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -739px -36px no-repeat; }

/* ------------------------ horizontal sprite mast-nav ------------------------ */
#mast-nav { 
	background:url("../images/mast-nav.jpg") no-repeat; 
	width:161px; 
	height:40px; 
	margin:0;
	padding:0; 
	}

#mast-nav span { display: none; }

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

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

#mast-nav-01 { width: 71px; margin-left: 0px;}
#mast-nav-02 { width: 90px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#mast-nav-01 a:hover { background:url("../images/mast-nav.jpg")  -0px -40px no-repeat; }
#mast-nav-02 a:hover { background:url("../images/mast-nav.jpg") -71px -40px no-repeat; }

/* ------------------------ vertical sprite nav ------------------------ */
#choose-nav {
	background:url("../images/choose-nav.jpg") top left no-repeat;					
	width:235px;	/* Width of buttons, not entite image (or half of entire image) */
	height:589px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#choose-nav li span { display: none; }

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

#choose-nav-01 li, #choose-nav-02 li, #choose-nav-03 li, #choose-nav-01 a, #choose-nav-02 a, #choose-nav-03 a {
	height:66px;	/* Each button must have the same height, define it here */
	display:block;
	}
#choose-nav-04 li, #choose-nav-05 li, #choose-nav-06 li, #choose-nav-04 a, #choose-nav-05 a, #choose-nav-06 a {
	height: 86px;
	display: block;
	}


/* margin-top to set where the choose-nav should begin */
#choose-nav-01 { margin-top:110px; width:235px; }

/* margin-top if there is a spacing between each choose-nav button */
#choose-nav-02, #choose-nav-03, #choose-nav-04, #choose-nav-05, #choose-nav-06 { margin-top:0; width:235px; }

#choose-nav-01 a:hover { background:url("../images/choose-nav.jpg") -235px  -110px no-repeat; }
#choose-nav-02 a:hover { background:url("../images/choose-nav.jpg") -235px  -176px no-repeat; }
#choose-nav-03 a:hover { background:url("../images/choose-nav.jpg") -235px  -242px no-repeat; }
#choose-nav-04 a:hover { background:url("../images/choose-nav.jpg") -235px  -308px no-repeat; }
#choose-nav-05 a:hover { background:url("../images/choose-nav.jpg") -235px -394px no-repeat; }
#choose-nav-06 a:hover { background:url("../images/choose-nav.jpg") -235px -480px 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:#D0E0EB;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 999;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #172A40;
	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, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#172A40;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#F5F9FC;
	color:#172A40;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:125px; }		
#nav-02 ul, #nav-02 li { width:85px; }
#nav-04 ul, #nav-04 li { width:110px; }		
#nav-05 ul, #nav-05 li { width:70px; }		
#nav-06 ul, #nav-06 li { width:200px; }
