/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/*
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

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

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


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


/* ----- type selectors ----- */
body {
	background:#1f679a url("../images/bg-body2.jpg") top repeat-x;
	text-align:center;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#505050;
	}

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

h1	{ font-size:1.2em; color:#505050; }
h2	{ font-size:1.1em; color:#10487E; }
h3	{ font-size:1.0em; color:#64A364; }

body#index h1 {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin-left: 13px;
	width: 210px;
	float: left;
	}
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#508858; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#508858; text-decoration:none; outline:none; }

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

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

div.clearTwo {
	clear:both;
	}

div.column-right-divide {
	float:left;
	width:216px;
	padding-left:30px;
	margin-bottom:20px;
	text-align:justify;
	}

#column-right form div.hrule {
	background:url("../images/hrule.jpg") no-repeat;
	height:2px;
	width:539px;
	display:block;
	margin-top:0px;
	margin-bottom:15px;
	}

p.back-to-top {
	text-align:right;
	font-size:11px;
	}

p.disclaimer {
	font-size:11px;
	line-height:15px;
	}

p.center {
	text-align:center;
	}

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

img.img-right {
	float:right;
	margin:5px 35px 10px 10px;
	}

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

img.img-right-index {
	float:right;
	margin:0;
	}

img.img-map {
	padding-left:50px;
	margin-bottom:20px;
	}

#column-right p.video-instructions { margin:0 0 6px 58px; }

#subhead-promo {
	padding-left: 10px;
}

#homePromo {
	position: relative;
	top: -80px;
	right: 20px;
	float: right;
}

#hometestimonial {
	position: relative;
	top: -90px;
	right: 20px;
	float: right;
}

.float {float: left; display: block; width: 500px;}
/* ----- global form elements ----- */

body#index form {
	width:240px;
	margin: 10px 0 15px 20px;
	float: left;
	display: block;
	left: -210px;
	}
body#index form div {
	float: left;
	width: 110px;
	margin-right: 5px;
	}
form label	{ font-size:.95em; }

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

body#index input, body#index textarea, body#index select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #878787;
	color:#878787;
	width:97px; /* 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:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

body#index select { width:107px; padding:0; } /* same width as form - !important */

body#index textarea { height:44px;  }


form {
	width:170px;
	margin:10px 0 5px 0;
	float: left;
	}

#column-right form fieldset p { width:300px; margin-bottom:10px; }

input, textarea, select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#404040;
	width:165px; /* 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:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

select { width:135px; padding:0; } /* same width as form - !important */
#sideForm select { width: 170px; }

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


#contact_business, .contact_business { display: none; } /* do not remove */



/* ----- 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:220px;
	position:absolute;
	left:110%;
	top:-2px;
	}

.contact-main label select { width:225px; }

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

.contact-main label.label-wide { width:400px; text-align:center; margin-left:17px; }

.contact-main label.label-left { width:220px; float:left; }

.contact-main label input.radio, .contact-main label input.radio { width:20px; border:none; }

#column-right form.contact-main table { padding-left:50px; }


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


input.submit-contact-main { margin:90px 0 5px 243px; }

body#index form input.submit-image {
	background:url("../images/btn-submit.jpg");
	width:53px;
	height:20px;
	border:none;
	cursor:pointer;
	}

input.submit-contact-main {
	background:url("../images/btn-submit.jpg");
	width:53px;
	height:20px;
	border:none;
	cursor:pointer;
	}

input.submit {
	width:53px;
	height:20px;
	border:1px solid #404040;
	cursor:pointer;
	padding:0;
	}


/* framework
 * ------------------------------------------------------------------------- */

body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:790px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
	}

#wrap {
	background:url("../images/bg-wrap-inside.jpg") repeat-y;
	width:790px;
	margin:0 auto;
	text-align:left;
	}

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:99px;
	}
	/* index page link within #masthead */
	#masthead a {
		position:absolute;
		left:8px;
		width:235px;
		top:8px;
		height:65px;
		}
	#masthead a span {
		display:none;
		}


#column-contact {
	width:272px;
	float:left;
	font-size:11px;
	position:relative;
	}

#contacthome {float: left; width: 290px}
	#contacthome .sel { width: 218px; font-size: 11px; }

#subhead-location-index{
	float: left;
	width: 200px;
	}

	#column-contact p, #column-contact h1 {
		margin:0 27px 10px 38px;
		}

	#column-contact form {
		margin-left:38px;
		}

	#column-contact-left {
		width:137px;
		float:left;
		}

	#column-contact-right {
		width:138px;
		}

#btn-lasik-videos {
	background:url("../images/btn-lasik-videos.jpg") no-repeat;
	width:790px;
	height:49px;
	margin:0px 0px 20px 5px;
	padding:0;
	float: left;
	}

#btn-lasik-videos span { display: none; }

#btn-lasik-videos li, #btn-lasik-videos a { height:49px; display:block; } /* change height here also */

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

#btn-lasik-videos-01 { width: 194px; margin-left: 3px;}
#btn-lasik-videos-02 { width: 192px;}
#btn-lasik-videos-03 { width: 194px;}
#btn-lasik-videos-04 { width: 193px;}

#btn-lasik-videos-01 a:hover { background:url("../images/btn-lasik-videos.jpg")  -3px -49px no-repeat; }
#btn-lasik-videos-02 a:hover { background:url("../images/btn-lasik-videos.jpg") -197px -49px no-repeat; }
#btn-lasik-videos-03 a:hover { background:url("../images/btn-lasik-videos.jpg") -389px -49px no-repeat; }
#btn-lasik-videos-04 a:hover { background:url("../images/btn-lasik-videos.jpg") -583px -49px no-repeat; }

#video-website-bg {
	background: url("../images/video-website-bg.jpg");
	height: 101px;
	width: 373px;
	padding: 50px 180px 0px 230px;
	margin-left: 7px;
	color: #fff;
	float: left;
}
a#btn-launch {
	background: url("../images/btn-launch-website.jpg");
	display: block;
	height: 46px;
	width: 172px;
	margin-top: 10px;
}
a#btn-launch:hover {
	background: url("../images/btn-launch-website.jpg") 0px -46px no-repeat;
}

/* Videos Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#column-videos ul#video-nav-left {
	background:url("../images/btn-videos-left.jpg") top left no-repeat;
	width:103px;		/* Width of buttons, not entite image (or half of entire image) */
	height:140px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#video-nav-left li span { display: none; }

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

#video-nav-left li, #video-nav-left a {
	height:35px;			/* Each button must have the same height, define it here */
	display:block;
	}
#video-nav-left-01, #video-nav-left-02, #video-nav-left-03, #video-nav-left-04 { margin-top:0; width:103px; }

#video-nav-left-01 a:hover { background:url("../images/btn-videos-left.jpg") -103px  0px no-repeat; }
#video-nav-left-02 a:hover { background:url("../images/btn-videos-left.jpg") -103px  -35px no-repeat; }
#video-nav-left-03 a:hover { background:url("../images/btn-videos-left.jpg") -103px  -70px no-repeat; }
#video-nav-left-04 a:hover { background:url("../images/btn-videos-left.jpg") -103px  -105px no-repeat; }


#column-videos ul#video-nav-right {
	background:url("../images/btn-videos-right.jpg") top left no-repeat;
	width:105px;		/* Width of buttons, not entite image (or half of entire image) */
	height:140px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#video-nav-right li span { display: none; }

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

#video-nav-right li, #video-nav-right a {
	height:35px;			/* Each button must have the same height, define it here */
	display:block;
	}
#video-nav-right-01, #video-nav-right-02, #video-nav-right-03, #video-nav-right-04 { margin-top:0; width:105px; }

#video-nav-right-01 a:hover { background:url("../images/btn-videos-right.jpg") -105px  0px no-repeat; }
#video-nav-right-02 a:hover { background:url("../images/btn-videos-right.jpg") -105px  -35px no-repeat; }
#video-nav-right-03 a:hover { background:url("../images/btn-videos-right.jpg") -105px  -70px no-repeat; }
#video-nav-right-04 a:hover { background:url("../images/btn-videos-right.jpg") -105px  -105px no-repeat; }

/* ----- column-left ----- */

#column-left {
	width:251px;
	float:left;
	color:#fff;
	overflow:hidden;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 37px 10px 45px;
		}
	#column-left form { padding-left:45px; }

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

	#logo-mavericks {
		background:url("../images/logo-mavs-no-top-border.jpg");
		width:251px;
		height:80px;
		}
		#logo-mavericks a {
		position:absolute;
		width:251px;
		height:85px;
		}
	#logo-stars {
		background:url("../images/logo-stars.jpg");
		width:251px;
		height:85px;
		}
		#logo-stars a {
		position:absolute;
		width:251px;
		height:85px;
		}
		#logo-mavericks a span,
		#logo-stars a span,
		#logo-rangers a span{
		display:none;
		}

		#logo-rangers {
		background:url("../images/logo-rangers.jpg");
		width:251px;
		height:85px;
		}
		#logo-rangers a {
		position:absolute;
		width:251px;
		height:85px;
		}
			#test-terence {
		background:url("../images/terence.jpg");
		width:251px;
		height:220px;
		}
/* ----- left hand testimonials ----- */


	/*#testimonials {
		background:url("../images/test-top.jpg") top no-repeat;
		width: 249px;
		font-size: .9em;
		color: #fff;
		padding-top: 50px;
		}*/

	#test1 {
		background:url("../images/test1.jpg");
		width:249px;
		height: 550px;
		}
	#test2 {
		background:url("../images/test2.jpg");
		width:249px;
		height: 550px;
		}
	#test3 {
		background:url("../images/test3.jpg");
		width:249px;
		height: 550px;
		}


	#subhead-phonenum-inside {
		background:url("../images/subhead-phonenum-inside.jpg");
		width:251px;
		height:58px;
		}
	#subhead-lasikspecial {
		background:url("../images/subhead-lasikspecial.jpg");
		width:251px;
		height:68px;
		}

/* ----- column-right ----- */

#column-right {
	width:539px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
	margin:0 30px 20px 15px;
	font-family: Arial, Helvetica, sans-serif;
		}


	body#staff #column-right h3 {
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
		}

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

	/* single column list */
	#column-right ul { padding-left:15px; }
		#column-right ul li {
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
			}

		#column-right ul.no-disc li {
			list-style-type: none;
			}

	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

.container-accommodations {
	width:487px;
	margin-left:17px;
	}

.hotel-info, .hotel-img {
	width:243px;
	float:left;
	padding-bottom:20px;
	}

.staff-photo {
	background:url("../images/img-staff.jpg");
	width:393px;
	height:291px;
	margin-left:60px;
	}

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

body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:108px;
	clear:both;
	width:100%;
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-inside.jpg");
	height:45px;
	clear:both;
	width:100%;
	}

#newtop { width: 790px; padding: 0px 0px 20px 0px;}

#newtop2 { width: 790px; float: left; }

#promotional { width: 242px; float: left;}

#promotional2 { margin-top: 15px;}

/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:110px; background:url("../images/header-laser.jpg");}

#header-flash { margin:2px 0 0 8px; }

#header-flash2 { margin:0px 0px 0px 10px; width: 520px; float: left;}

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:69px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }

	body#laser-vision-correction #subhead { background:url("../images/subhead-laser.jpg"); }
		body#intralasik #subhead { background:url("../images/subhead-intralasik.jpg"); }
		body#intralasik-procedure #subhead { background:url("../images/subhead-intralasik-procedur.jpg"); }
		body#intralasik-equipment #subhead { background:url("../images/subhead-intralasik-equipmen.jpg"); }
		body#visx-star-4-customvue-8482-lasik #subhead { background:url("../images/subhead-customvue.jpg"); }
		body#traditional-lasik #subhead { background:url("../images/subhead-traditional.jpg"); }
		body#prk #subhead { background:url("../images/subhead-prk.jpg"); }
		body#allegretto-wave #subhead { background:url("../images/subhead-allegretto.jpg"); }
	body#tylock-advantage #subhead { background:url("../images/subhead-tylock.jpg"); }
		body#gary-r-tylock-md #subhead { background:url("../images/subhead-gary-tylock.jpg"); }
		body#meet-our-staff #subhead { background:url("../images/subhead-staff.jpg"); }
		body#guarantee #subhead { background:url("../images/subhead-guarantee.jpg"); }
		body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#your-eyes #subhead { background:url("../images/subhead-eyes.jpg"); }
		body#eye-anatomy #subhead { background:url("../images/subhead-anatomy.jpg"); }
		body#nearsightedness #subhead { background:url("../images/subhead-myopia.jpg"); }
		body#farsightedness #subhead { background:url("../images/subhead-hyperopia.jpg"); }
		body#astigmatism #subhead { background:url("../images/subhead-astigmatism.jpg"); }
		body#presbyopia-monovision #subhead { background:url("../images/subhead-presbyopia.jpg"); }
	body#lasik-experience #subhead { background:url("../images/subhead-experience.jpg"); }
		body#eye-exam #subhead { background:url("../images/subhead-eye-exam.jpg"); }
		body#corneal-topography-wavefront #subhead { background:url("../images/subhead-corneal.jpg"); }
		body#during-after-surgery #subhead { background:url("../images/subhead-during.jpg"); }
	body#restoring-vision-in-aging-eyes #subhead { background:url("../images/subhead-restoring.jpg"); }
		body#implants-for-total-vision #subhead { background:url("../images/subhead-total.jpg"); }
		body#candidates #subhead { background:url("../images/subhead-candidates.jpg"); }
		body#restor #subhead { background:url("../images/subhead-restor.jpg"); }
		body#rezoom #subhead { background:url("../images/subhead-rezoom.jpg"); }
		body#crystalens #subhead { background:url("../images/subhead-crystalens.jpg"); }
		body#procedure #subhead { background:url("../images/subhead-procedure.jpg"); }
		body#pre-op-exam #subhead { background:url("../images/subhead-preop.jpg"); }
		body#post-op-instructions #subhead { background:url("../images/subhead-postop.jpg"); }
		body#why-choose-dr-tylock #subhead { background:url("../images/subhead-choose-tylock.jpg"); }
		body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#helpful-info #subhead { background:url("../images/subhead-info.jpg"); }
		body#articles #subhead { background:url("../images/subhead-articles.jpg"); }
		body#lifestyle-benefits #subhead { background:url("../images/subhead-lifestyle.jpg"); }
		body#eligibility #subhead { background:url("../images/subhead-eligibility.jpg"); }
		body#expectations #subhead { background:url("../images/subhead-expectations.jpg"); }
		body#risks-complications #subhead { background:url("../images/subhead-risks.jpg"); }
		body#faqs2 #subhead { background:url("../images/subhead-faqs.jpg"); }
		body#selecting-a-surgeon #subhead { background:url("../images/subhead-selecting.jpg"); }
		body#glossary-of-terms #subhead { background:url("../images/subhead-glossary.jpg"); }
		body#information-request #subhead { background:url("../images/subhead-information.jpg"); }

		body#patient-registration-form #subhead { background:url("../images/patient-registration-form.jpg"); }
		body#consultation-checklist-form #subhead { background:url("../images/consultation-checklist-form.jpg"); }



	body#financing #subhead { background:url("../images/subhead-financing.jpg"); }
	body#seminars #subhead { background:url("../images/subhead-seminars.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
		body#driving-directions #subhead { background:url("../images/subhead-driving.jpg"); }
		body#visitor-accommodations #subhead { background:url("../images/subhead-visitor.jpg"); }
		body#attractions-and-activities #subhead { background:url("../images/subhead-attractions.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }	
	body#lasik-self-evaluation-test #subhead { background:url("../images/subhead-self_test.jpg");}

/* subhead-nav framework
 * ------------------------------------------------------------------------- */

#subhead-nav { height:35px; }

	body#laser-vision-correction #subhead-nav,
		body#intralasik #subhead-nav,
		body#intralasik-procedure #subhead-nav,
		body#intralasik-equipment #subhead-nav,
		body#visx-star-4-customvue-8482-lasik #subhead-nav,
		body#traditional-lasik #subhead-nav,
		body#prk #subhead-nav,
		body#allegretto-wave #subhead-nav	{ background:url("../images/subhead-laser-nav.jpg"); }

	body#tylock-advantage #subhead-nav,
		body#gary-r-tylock-md #subhead-nav,
		body#meet-our-staff #subhead-nav,
		body#guarantee #subhead-nav,
		body#testimonials #subhead-nav { background:url("../images/subhead-tylock-nav.jpg"); }

	body#your-eyes #subhead-nav,
		body#eye-anatomy #subhead-nav,
		body#nearsightedness #subhead-nav,
		body#farsightedness #subhead-nav,
		body#astigmatism #subhead-nav,
		body#presbyopia-monovision #subhead-nav { background:url("../images/subhead-eyes-nav.jpg"); }

	body#lasik-experience #subhead-nav,
		body#eye-exam #subhead-nav,
		body#corneal-topography-wavefront #subhead-nav,
		body#during-after-surgery #subhead-nav { background:url("../images/subhead-experience-nav.jpg"); }

	body#restoring-vision-in-aging-eyes #subhead-nav,
		body#implants-for-total-vision #subhead-nav,
		body#candidates #subhead-nav,
		body#restor #subhead-nav,
		body#crystalens #subhead-nav,
		body#procedure #subhead-nav,
		body#pre-op-exam #subhead-nav,
		body#post-op-instructions #subhead-nav,
		body#why-choose-dr-tylock #subhead-nav,
		body#faqs #subhead-nav,
		body#rezoom #subhead-nav { background:url("../images/subhead-restoring-nav.jpg"); }

	body#helpful-info #subhead-nav,
		body#articles #subhead-nav,
		body#lifestyle-benefits #subhead-nav,
		body#eligibility #subhead-nav,
		body#expectations #subhead-nav,
		body#risks-complications #subhead-nav,
		body#faqs2 #subhead-nav,
		body#selecting-a-surgeon #subhead-nav,
		body#glossary-of-terms #subhead-nav,
		body#patient-registration-form #subhead-nav,
		body#consultation-checklist-form #subhead-nav,
		body#information-request #subhead-nav { background:url("../images/subhead-info-nav.jpg"); }

	body#financing #subhead-nav { background:url("../images/subhead-financing-nav.jpg"); }
	body#seminars #subhead-nav { background:url("../images/subhead-seminars-nav.jpg"); }
	body#contact #subhead-nav,

	body#thankyou #subhead-nav,
		body#driving-directions #subhead-nav,
		body#visitor-accommodations #subhead-nav,
		body#attractions-and-activities #subhead-nav { background:url("../images/subhead-contact-nav.jpg"); }

/* ----- subhead framework with varying heights ----- */

#subhead-seminars-special {
	height: 100px;
	background:url("../images/subhead-seminars-special.jpg") top left;
	}

	#special h1 {
		margin-top: -30px;
		}


#subhead-qcontact {
	height:115px;
	background:url("../images/subhead-qcontact.jpg") ;
	margin-bottom:-63px;
	float: left;
	width: 790px;
	}
body#index #subhead-qcontact {
	height:29px;
	background:url("../images/title-contact-index.jpg") ;
	margin-bottom: 0px;
	}

#subhead-location {
	height:115px;
	background:url("../images/subhead-location.jpg") ;
	margin-bottom:-63px;
	}

#subhead-videos {
	height:100px;
	background:url("../images/subhead-videos.jpg") no-repeat;
	margin-bottom:-60px;
	clear:both;
	}

#subhead-promotions {
	background:url("../images/subhead-promotions.jpg") no-repeat;
	margin-bottom:-20px;
	}

#promo h1 {
	display: none;
}

body#index #subhead-videos {
	height:49px;
	background:url("../images/lasik-3d-videos.jpg") no-repeat;
	margin-bottom:0px;
	}

#subhead-qcontact-inside {
	height:68px;
	background:url("../images/subhead-qcontact-inside.jpg");
	}

/* ----- media center framework - subpages ----- */

#img-mc {
	height:257px;
	width:251px;
	position:relative;
	}

	#img-mc a {
		position:absolute;
		width:49px;
		height:26px;
		left:183px;
		top:220px;
		}

	#img-mc a:hover { background: url("../images/img-mc-testi2.jpg") -183px -477px no-repeat; }

	#img-mc span { display:none; }

	body#laser-correction #img-mc,
		body#intralasik #img-mc,
		body#intralasik-procedure #img-mc,
		body#intralasik-equipment #img-mc,
		body#visx-star-4-customvue-8482-lasik #img-mc,
		body#traditional-lasik #img-mc,
		body#prk #img-mc, body#allegretto-wave #img-mc	{ background: url("../images/video-test-1.jpg"); }

	body#tylock-advantage #img-mc,
		body#gary-r-tylock-md #img-mc,
		body#meet-our-staff #img-mc,
		body#testimonials #img-mc,
		body#guarantee #img-mc { background: url("../images/video-test-2.jpg"); }

	body#your-eyes #img-mc,
		body#eye-anatomy #img-mc,
		body#nearsightedness #img-mc,
		body#farsightedness #img-mc,
		body#astigmatism #img-mc,
		body#presbyopia-monovision #img-mc { background: url("../images/video-test-3.jpg"); }

	body#lasik-experience #img-mc,
		body#eye-exam #img-mc,
		body#corneal-topography-wavefront #img-mc,
		body#during-after-surgery #img-mc { background: url("../images/video-test-4.jpg"); }

	body#restoring-vision-in-aging-eyes #img-mc,
		body#implants-for-total-vision #img-mc,
		body#candidates #img-mc,
		body#restor #img-mc,
		body#rezoom #img-mc,
		body#crystalens #img-mc,
		body#procedure #img-mc,
		body#pre-op-exam #img-mc,
		body#post-op-instructions #img-mc,
		body#why-choose-dr-tylock #img-mc,
		body#faqs #img-mc,

	body#sitemap #img-mc { background: url("../images/video-test-5.jpg"); }

	body#helpful-info #img-mc,
		body#articles #img-mc,
		body#lifestyle-benefits #img-mc,
		body#eligibility #img-mc,
		body#expectations #img-mc,
		body#risks-complications #img-mc,
		body#faqs2 #img-mc,
		body#selecting-a-surgeon #img-mc,

		body#glossary-of-terms #img-mc,

		body#patient-registration-form #img-mc,
		body#consultation-checklist-form #img-mc,


		body#information-request #img-mc { background: url("../images/video-test-3.jpg"); }

	body#financing #img-mc { background: url("../images/video-test-1.jpg"); }
	body#seminars #img-mc { background: url("../images/video-test-2.jpg"); }

	body#contact #img-mc,
	body#thankyou #img-mc,
		body#driving-directions #img-mc,
		body#visitor-accommodations #img-mc,
		body#attractions-and-activities #img-mc { background: url("../images/video-test-4.jpg"); }


/* footer
 * ------------------------------------------------------------------------- */

#eyeResources {
	width:790px;
	margin:-10px auto 0 auto;
	text-align:center;
	font-size:11px;
	background-color: #fff;
	}

body#index #eyeResources {
	width:790px;
	margin:-60px auto 0 auto;
	text-align:center;
	font-size:11px;
	}

#eyeResources p {
	color:#505050;
	margin-bottom:10px;
	}

#eyeResources a:link, #eyeResources a:visited { color:#505050; }

#eyeResources a:hover, #eyeResources a:active { color:#505050; }

#eyeResources ul {margin-bottom:10px;}

#eyeResources 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 #505050;
	}

	#eyeResources li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */


body#index #nav {
	background:url("../images/nav.jpg") no-repeat;
	width:790px;
	height:67px;
	margin:0;
	padding:0;
	}

#nav {
	background:url("../images/nav-inside.jpg") no-repeat;
	width:790px;
	height:67px;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 62px; margin-left: 9px;}
#nav-02 { width: 87px;}
#nav-03 { width: 76px;}
#nav-04 { width: 70px;}
#nav-05 { width: 80px;}
#nav-06 { width: 112px;}
#nav-07 { width: 85px;}
#nav-08 { width: 69px;}
#nav-09 { width: 64px;}
#nav-10 { width: 60px;}

#nav-01 a:hover { background:url("../images/nav.jpg")  -9px -67px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -71px -67px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -158px -67px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -234px -67px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -304px -67px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -384px -67px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -496px -67px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -581px -67px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -650px -67px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -714px -67px no-repeat; }






body#index #nav-01  { background:url("../images/nav.jpg")  -9px -67px no-repeat; }

body#laser-vision-correction #nav-02,
	body#intralasik #nav-02,
	body#intralasik-procedure #nav-02,
	body#intralasik-equipment #nav-02,
	body#visx-star-4-customvue-8482-lasik #nav-02,
	body#traditional-lasik #nav-02,
	body#prk #nav-02, body#allegretto-wave #nav-02  { background:url("../images/nav.jpg") -71px -67px no-repeat; }

body#tylock-advantage #nav-03,
	body#gary-r-tylock-md #nav-03,
	body#meet-our-staff #nav-03,
	body#testimonials #nav-03,
	body#guarantee #nav-03  { background:url("../images/nav.jpg") -158px -67px no-repeat; }

body#your-eyes #nav-04,
	body#eye-anatomy #nav-04,
	body#nearsightedness #nav-04,
	body#farsightedness #nav-04,
	body#astigmatism #nav-04,
	body#presbyopia-monovision #nav-04 { background:url("../images/nav.jpg") -234px -67px no-repeat; }

body#lasik-experience #nav-05,
	body#eye-exam #nav-05,
	body#corneal-topography-wavefront #nav-05,
	body#during-after-surgery #nav-05 { background:url("../images/nav.jpg") -304px -67px no-repeat; }

body#restoring-vision-in-aging-eyes #nav-06,
	body#implants-for-total-vision #nav-06,
	body#candidates #nav-06,
	body#restor #nav-06,
	body#crystalens #nav-06,
	body#procedure #nav-06,
	body#pre-op-exam #nav-06,
	body#post-op-instructions #nav-06,
	body#why-choose-dr-tylock #nav-06,
	body#faqs #nav-06  { background:url("../images/nav.jpg") -384px -67px no-repeat; }

body#helpful-info #nav-07,
	body#articles #nav-07,
	body#lifestyle-benefits #nav-07,
	body#eligibility #nav-07,
	body#expectations #nav-07,
	body#risks-complications #nav-07,
	body#faqs2 #nav-07,
	body#selecting-a-surgeon #nav-07,
	body#glossary-of-terms #nav-07,
	body#information-request #nav-07,
	body#patient-registration-form #nav-07,
	body#consultation-checklist-form #nav-07,
	body#information #nav-07 { background:url("../images/nav.jpg") -496px -67px no-repeat; }

body#financing #nav-08  { background:url("../images/nav.jpg") -581px -67px no-repeat; }
body#seminars #nav-09  { background:url("../images/nav.jpg") -650px -67px no-repeat; }

body#contact #nav-10,
	body#driving-directions #nav-10,
	body#visitor-accommodations #nav-10,
	body#attractions-and-activities #nav-10  { background:url("../images/nav.jpg") -714px -67px no-repeat; }


/* Vertical Sprite Nav - Banner
 * ------------------------------------------------------------------------- */

.stretcher {
	width:528px;
	height:370px;
	margin:0;
	padding:0;
	float:left;
	}

	.stretcher p {
		margin:0 10px 10px 35px;
		}

	.stretcher p.stretcher-first {
		margin-top:50px;
		}

#container {
	height:370px;
	background:url("../images/bg-banner_new.jpg") no-repeat;
	position:relative;
	width: 790px;
	margin-top: 10px;
	}
#container #content {
	width:100%;
	}

.dallasstars {
	position:absolute;
	top:281px;
	left:451px;
	width:79px;
	height:49px;
	}
 a.dallasstars span {
		display:none;
		}

h1#subhead-intro {
	background:url("../images/subhead-intro-index.jpg") no-repeat;
	height:86px;
	}

.stretcher h2 {
	margin:93px 0 0 30px;
	width:299px;
	height:35px;
	padding:0;
}
h2#subhead-safest {
	background:url("../images/subhead-safest-index.jpg") no-repeat;
	height:46px;
	}

h2#subhead-choose {
	background:url("../images/subhead-choose-index.jpg") no-repeat;
	height:25px;
	}

h2#subhead-customvue {
	background:url("../images/subhead-customvue-index.jpg") no-repeat;
	}

h2#subhead-guarantee {
	background:url("../images/subhead-guarantee-index.jpg") no-repeat;
	}

h2#subhead-financing {
	background:url("../images/subhead-financing-index.jpg") no-repeat;
	}

h2#subhead-restoring {
	background:url("../images/subhead-restoring-index.jpg") no-repeat;
	height:46px;
	}


h2#subhead-allegretto {
	background:url("../images/subhead-allegretto-index.jpg") no-repeat;
	height:46px;
	}


	h1#subhead-intro span, h2#subhead-safest span, h2#subhead-choose span, h2#subhead-customvue span, h2#subhead-guarantee span, h2#subhead-financing span, h2#subhead-restoring span, h2#subhead-allegretto span  { display:none; }


#nav-banner {
	background:url("../images/nav-banner.jpg") top left no-repeat;
	width:262px;		/* Width of buttons, not entite image (or half of entire image) */
	height:270px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:right;
	padding-bottom: 29px;
	}

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

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

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

#none { display:none; }

/* margin-top to set where the nav should begin */
#nav-banner-01 { margin-top:0; width:262px; }

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

#nav-banner-01 a:hover { background:url("../images/nav-banner.jpg") -262px  0px no-repeat; }
#nav-banner-02 a:hover { background:url("../images/nav-banner.jpg") -262px  -37px no-repeat; }
#nav-banner-03 a:hover { background:url("../images/nav-banner.jpg") -262px  -74px no-repeat; }
#nav-banner-04 a:hover { background:url("../images/nav-banner.jpg") -262px  -111px no-repeat; }
#nav-banner-05 a:hover { background:url("../images/nav-banner.jpg") -262px -148px no-repeat; }
#nav-banner-06 a:hover { background:url("../images/nav-banner.jpg") -262px -185px no-repeat; }
#nav-banner-07 a:hover { background:url("../images/nav-banner.jpg") -262px -222px no-repeat; }



#nav-banner-01 { margin-top:0; width:262px; }

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

/* ANN THIS IS WHERE YOU WILL NEED TO EDIT -- LINE HAVE TO BE ADDED ON JS */

#why-choose-dr-tylock #nav-banner-01  { background:url("../images/nav-banner.jpg") -262px  0px no-repeat; }
body#banner-customvue #nav-banner-02  { background:url("../images/nav-banner.jpg") -262px  -37px no-repeat; }
body#banner-guarantee #nav-banner-03  { background:url("../images/nav-banner.jpg") -262px  -74px no-repeat; }
body#banner-dr-tylock #nav-banner-04  { background:url("../images/nav-banner.jpg") -262px  -111px no-repeat; }
body#banner-financing #nav-banner-05  { background:url("../images/nav-banner.jpg") -262px -148px no-repeat; }
body#banner-restoring-vision #nav-banner-06  { background:url("../images/nav-banner.jpg") -262px -185px no-repeat; }

li#intro span { display:none; position:relative; width:0; height:0; float:right; }

li#promo {
	background:url("../images/img-promo.jpg") no-repeat;
	width:262px;
	height:106px;
	position:relative;
	margin-top: 5px;
	}
	li#promo a {
		height: 106px;
		display: block;
	}
	li#promo a:hover {
		background:url("../images/img-promo.jpg") -262px -0 no-repeat;
		 }

	 li#promo span { display:none; }

#banner-bottom {
	clear: both;
	width: 790px;
	height: 29px;
	background: url("../images/banner-bottom.jpg");
}
/* Vertical Sprite Nav - SUBNAV
 * ------------------------------------------------------------------------- */

#column-left #subnav a {
	color:#fff;
	text-decoration:none;
	background:url("../images/bg-li-inside.jpg") -23px no-repeat;
	display:block;
	height:25px;
	padding-left:20px;
	margin-left:23px;
	width:199px;
	}

	#column-left ul#subnav  { margin:0; padding:0; width:251px; }
		#column-left ul#subnav li {
			line-height:25px;
			padding-left:0;
			}

#column-left ul#subnav a:hover { background:url("../images/bg-li-over-inside.jpg") -23px no-repeat; }
#column-left ul#subnav a.onstate { background:url("../images/bg-li-over-inside.jpg") -23px no-repeat; }
/* Vertical Sprite Nav - Get Free LASIK
 * ------------------------------------------------------------------------- */

#column-left #nav-free-lasik {
	background:url("../images/nav-free-lasik.jpg") top left no-repeat;
	width:251px;		/* Width of buttons, not entite image (or half of entire image) */
	height:218px;		/* Height of entire image */
	margin:0;
	padding:0;
	}


#nav-free-lasik li span { display: none; }

#column-left #nav-free-lasik li {
	float:left;
	list-style:none;
	padding-left:23px
	}

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



/* margin-top to set where the nav should begin */
#nav-free-lasik-01 { margin-top:53px; width:220px; }

/* margin-top if there is a spacing between each nav button */
#nav-free-lasik-02, #nav-free-lasik-03{ margin-top:2px; width:220px; }

#nav-free-lasik-01 a:hover { background:url("../images/nav-free-lasik.jpg") -274px  -53px no-repeat; }
#nav-free-lasik-02 a:hover { background:url("../images/nav-free-lasik.jpg") -274px  -106px no-repeat; }
#nav-free-lasik-03 a:hover { background:url("../images/nav-free-lasik.jpg") -274px  -159px no-repeat; }

/* Instructions Pop-Up Window */
body#instructions {
	background-color:#FFF;
	background-image:none;
	text-align:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#505050;
	}

body#instructions #wrap {
	width:560px;
	padding:20px;
	background-image:none;
	}

body#instructions #wrap p {
	margin-bottom:20px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}


#centerMovie {
	margin: 0 0 0 50px;
}

#newcontactcontain { width: 500px; float: left; margin-left: 20px;}

#testimonialcontain {float:left;}

/*-----------------------CUSTOMORE STYLES----------------------------*/

form#emailForm{
width:539px;
}
.labelRight,.labelLeft{
font-size:12px;
}

.smallFormTop form{
margin:0px;
text-align:left;
}

.sideForm{
background:transparent url(../images/bg-wrap-inside.jpg) repeat-y scroll 0 0;
height:390px;
text-align:left;
padding-left:40px;
}

.sideForm .labelLeft{
color:#fff;
}

/*--Image Swaps--*/
#masthead.imageSwap1{
background:url(../images/incrementum/masthead.jpg) top left no-repeat;
}
#subhead-qcontact-inside.imageSwap2{
background:url(../images/incrementum/subhead-qcontact-inside.jpg) top left no-repeat;
}
#subhead-phonenum-inside.imageSwap3{
background:url(../images/incrementum/subhead-phonenum-inside.jpg) top left no-repeat;
}
input#emailForm_0{
height:25px;
line-height:20px;
padding:0px;
border:1px solid #404040;
position:relative;
left:0;
}
.formContact #emailForm_0, .formSeminar #emailForm_0, .formFinance #emailForm_0, .formInfo #emailForm_0{
float:left;
}


.formInfo, .formFinance, .formSeminar{
height:700px;
}
#emailForm{
text-align:left;
}



#formContact{
width:530px;
}
form#emailForm{
width:539px;
}
.labelRight,.labelLeft{
font-size:12px;
}
#smallFormTop iframe{
display:block;
float:left;
margin:0 0 60px 0;
position:relative;
width:240px;
left:10px;
}
.smallFormTop form{
margin:0px;
}

.sideForm{
background:transparent url(../images/bg-wrap-inside.jpg) repeat-y scroll 0 0;
height:370px;
text-align:left;
}
.sideForm .labelLeft{
color:#fff;
}

#formContact iframe{

}
#subhead-promo{height:auto;
}
/*--Image Swaps--*/
#masthead.imageSwap1{
background:url(../images/incrementum/masthead.jpg) top left no-repeat;
}
#subhead-qcontact-inside.imageSwap2{
background:url(../images/incrementum/subhead-qcontact-inside.jpg) top left no-repeat;
}
#subhead-phonenum-inside.imageSwap3{
background:url(../images/incrementum/subhead-phonenum-inside.jpg) top left no-repeat;
}
.formInfo, .formFinance, .formSeminar{
height:700px;
}

#formInfo iframe, #formFinance iframe, #formSeminar iframe, #formContact iframe{
position:relative;
left:180px;
}