/*--------------------------- Last Modified  2009.02.12 ----------------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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:#1f334b /*url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/bg-body.jpg") top repeat-x*/;
	text-align:center; 
	font:12px/19px Arial, Georgia, "Times New Roman", Times, serif; 
	color:#5b5841;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.3em; color:#0f4b6b; }
h2	{ font-size:1.2em; color:#0f4b6b; }
h3	{ font-size:1.1em; color:#0f4b6b; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0f4b6b; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#9BA9CF; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right, a.a-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.right-column { 
	float:right; 
	margin:5px 20px 10px 20px; 
	text-align:center;
	}

	body#visian-icltrade .right-column { 
		width: 200px; 
		border:1px solid;
		}
		
		body#visian-icltrade .right-column p, .box p{ padding:0 20px; } 
	
	.box { 
		width: 275px; 
		border:1px solid;
		}
	.video {width: 330px; }
	
.doctor-pic { 
	float:left; 
	margin:5px 20px 10px 10px; 
	}
	
p.address { font-size:11px;
			line-height:15px;
			}


/* ------------------------ form elements ------------------------ */
form {
	width:210px;
	margin:10px 0 15px 0; /* 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:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #aeadad;
	color:#5b5841;
	width:205px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:40px 0 10px 20px;
				width:250px;
				}

#contact-main ul li { 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main ul li input, #contact-main ul li textarea, #contact-main ul li select { 
	width:250px;
	}
#contact-main input, #contact-main select { 
	width:144px;
	}
#contact-main textarea { width:400px; }


#contact-main ul li select { width:250px; } /* fixes display issue - 5px larger than input field */

#contact-main ul li textarea { height:100px; overflow:auto; }

#contact-main dl dd input.checkbox, #contact-main input.radio { width:20px; background:none;}

/* ------------------------ submit button form elements ------------------------ */


#contact-main ul li input.submit, input.submit {	/*background: transparent url("http://d33qx44jflbpiv.cloudfront.net/button-bg.jpg") top left no-repeat;*/
									background-color:#0000FF;
									width:110px;
									border:1px solid #AEADAD;
									color:black;
									margin:0;
									padding:0;
									cursor:pointer;
									height:19px; 
									}
#Submit {background-color:#0000FF;}




/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */


/* ------------------------ bg-page ------------------------ */
#bg-page {
	background:url("http://d33qx44jflbpiv.cloudfront.net/bg-horizontal.jpg") repeat-x;
	margin-bottom:0;
	}


/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/bg-wrap.jpg") repeat-y;
	width:968px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/masthead.jpg");
	height:118px;
	clear:both;
	position:relative;
	}
	/* index page link within #masthead */	
	
	#masthead a {
	top:40px;
	left:10px;
	position:absolute;
	width:440px;
	height:80px;
	}
	#masthead span {display:none;}
	
	#zocdoc {
		position:absolute;
		right:235px;
		top:-32px;
	}
/* ------------------------ masthead framework ------------------------ */
#header {
	background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/header.jpg");
	height:404px;
	clear:both;
	}
	
	body#about-us #header, body#intralase #header, body#iols #header { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/header-flash2.jpg");}
	body#services #header, body#vision-therapy #header, body#laser-vision-correction #header { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/header-flash3.jpg");}
	body#lasik #header, body#eyeglasses-contact-lenses #header { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/header-flash4.jpg");}
	

/* ------------------------ CONTENT WRAP ------------------------ */
#content-wrap {
				background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/bg-content-wrap.jpg") no-repeat;
				/*background:url("http://d33qx44jflbpiv.cloudfront.net/bg-content-sub.jpg") bottom left no-repeat;
				padding-bottom:210px;*/
				width:968px;
				
				}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:600px;
	padding: 7px 18px 0 32px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:18px 20px 18px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	
	#column-left li {
		list-style-type:disc;
		margin:0 0 0 15px;
		}
		
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#0F4B6B;
			margin-top:20px;
			}
		#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;
			}
			
	/* -------- Multilist column ------*/
	
	#list-left, #list-center, #list-right {
	float: left;
	width:140px;
	}
	
	#address-left, #address-right {
	float: left;
	width:250px;
	}
	
#column-left form {
					width:550px;
					margin:0 0 42px 0px;
					}

/* ------------------------ column-right (HOMEPAGE) ------------------------ */
#column-right {
				width:243px;
				float:left;
				margin: 7px 40px 0 13px;
				/*padding-bottom:300px;*/
				_display:inline; /* so IE6 does not double the margins due to the float*/
				}
/*#column-center #column-right p { 	padding:0 35px 0 14px;
									margin-bottom:39px;
									}*/
									
body#home #column-right  { padding-top:20px; }
									
									
#column-right h2{ font-size:1.3em; }

#column-right p, #column-right h2 { 	
					margin:18px 0 18px 0;
									}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/footer.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:113px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:#1F334B none repeat scroll 0 0;
	width:968px;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	color:#f4f4ed;
	}

#footer p {
	
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#f4f4ed; }
#footer a:hover, #footer a:active { color:#f4f4ed; text-decoration:none; }

#footer ul {margin:20px 35px;}
	#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 #B7B7B7;
		}
	#footer li.first { border: none; }
	#footer li#home { margin-left:0;}
	
#footer li ul { display:inline;}

#footer ul li ul { margin:0px;}

#footer ul li { padding-right:0;}

/* ------------------------ Procedures-Buttons ------------------------ */

#column-center #column-right #procedures-buttons { 	background: url("http://d33qx44jflbpiv.cloudfront.net/procedures-buttons.jpg") no-repeat;
													width:305px;
													height:230px;
													padding:0;
													}
#column-center #column-right #procedures-buttons li {	
														margin-left: 14px;
														width:254px;
														height:52px;
														float:none;
														padding:0;
														margin-bottom:7px;
														}	
#column-center #column-right #procedures-buttons li a {	display:block;
														width:254px;
														height:52px;
														}																			
#column-center #column-right #procedures-buttons li a span 	{ display:none;	}



/* ------------------------ HOME PAGE SPECIFIC ------------------------ */

#home-results	{	background:#c1b9a4 url("http://d33qx44jflbpiv.cloudfront.net/home-results-bg.jpg") 0 47px no-repeat;
					width:382px;
					margin:33px 0 25px 0;
					}
		#home-results-title	{	background:url("http://d33qx44jflbpiv.cloudfront.net/home-results.jpg") no-repeat ;
								height:47px;
								}
		#home-results a	{	margin: 28px 0 12px 0;
							padding-left:11px;
							width:111px ;
							height:90px ; 
							display:inline-block;
							text-align:center;
							text-decoration:none;
							}	
		#home-results-button	{	background:url("http://d33qx44jflbpiv.cloudfront.net/gallery-button.jpg") no-repeat bottom ;
									height:47px;	
									position:relative;
									}	
				#home-results-button a	{	position:absolute;
											display:block;
											margin:0;
											padding:0;
											top:10px;
											left:71px;
											height:41px;
											width:243px;
											}									
				#home-results-button a span	{	display:none;	}						
					
#home-books		{	background: #d0cab8 url("http://d33qx44jflbpiv.cloudfront.net/home-books.jpg") no-repeat top left;
					width:382px;
					margin:0px 0 33px 0;
					padding-top:49px;
					}

#home-books-bg	{	background: url("http://d33qx44jflbpiv.cloudfront.net/home-books-bg.jpg") no-repeat bottom;
					padding-bottom:22px;
					padding-top:23px;
					}
#home-books-bg p	{
					padding:0 20px;
					margin-bottom:20px;
					display:block;
					}
#home-books-bg p a:link, #home-books-bg p a:hover, #home-books-bg p a:active { color:white;}					
#home-books-bg p img { 	float:left;	
						margin:0 10px 5px 0;
						}
#home-tour	{		background:url("http://d33qx44jflbpiv.cloudfront.net/home-tour.jpg") no-repeat top left;
					height:274px;
					width:382px;
					margin:0 0 25px 0;
					position:relative;
					}						
	#home-tour a	{	display:block;
						height:274px;
						width:382px;
						}
	#home-tour a span	{	display:none;
							}						

/* ------------------------ Privacy Notice Styles ------------------------ */

body#body-privacy-notice ul {	list-style:square;	
							}
body#body-privacy-notice ol {	list-style:decimal;	
							margin: 0 0 20px 23px
							}							


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") no-repeat; 
	width:968px; 
	height:35px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index:99;
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav li.home { width: 55px; margin-left:15px;}
#nav li.about-us { width: 71px;}
#nav li.services { width: 70px;}
#nav li.lasik { width: 57px;}
#nav li.prk { width: 46px;}
#nav li.intralase { width: 85px;}
#nav li.eyeglasses-contact-lenses { width: 102px;}
#nav li.vision-therapy { width: 101px;}
#nav li.iols { width: 41px;}
#nav li.laser-vision-correction { width: 145px;}
#nav li.video { width: 48px;}
#nav li.blog { width: 42px;}
#nav li.contact-us { width: 90px;}

/*-------------- (-79px) X position of button / (-64px) height of image from above ------------- */
#nav li.home a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -15px -35px no-repeat; }
#nav li.about-us a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -70px -35px no-repeat; }
#nav li.services a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -141px -35px no-repeat; }
#nav li.lasik a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -211px -35px no-repeat; }
#nav li.prk a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -268px -35px no-repeat; }
#nav li.intralase a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -314px -35px no-repeat; }
#nav li.eyeglasses-contact-lenses a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -399px -35px no-repeat; }
#nav li.vision-therapy a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -501px -35px no-repeat; }
#nav li.iols a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -602px -35px no-repeat; }
#nav li.laser-vision-correction a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -643px -35px no-repeat; }
#nav li.video a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -788px -35px no-repeat; }
#nav li.blog a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -836px -35px no-repeat; }
#nav li.contact-us a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav.jpg") -878px -35px 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:#000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:99;
	}

#nav li ul li { 
	height:32px; 				/* Height of each drop down nav item */
	/*border:1px solid #B7B7B7;*/
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:32px;				/* Height of each drop down nav item, should match above */
	line-height:12px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	padding-top:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #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 li.about-us ul a:hover, #nav li.services ul a:hover, #nav li.lasik ul a:hover, #nav li.prk ul a:hover, #nav li.intralase ul a:hover, #nav li.eyeglasses-contact-lenses ul a:hover, #nav li.vision-therapy ul a:hover, #nav li.iols ul a:hover, #nav li.laser-vision-correction ul a:hover, #nav li.contact-us ul a:hover { 
	background-image:none;
	background-color:#C0B99F;
	color:#000;
	text-decoration:none;
	}

.sf-menu ul {

	width:			16em; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {

	width:			100%;
}



#nav li, #nav li li { width:100%; }

#nav li.about-us {	z-index:9999;}






/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul ul {
	margin:-32px 0 0 190px;
	background:#000;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	}

	
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {
	left: auto;
	}

#nav li ul li ul, #nav li li ul li{ width:100%; }	


/* about-the-practice multi column */

#column-center dl.trip {
float:left;
width:225px;
}

#nav-modules {
	background:url("http://d2agh9ata29wb8.cloudfront.net/w/wehelpchicagosee.com/images/nav-modules.jpg") no-repeat;
	height:246px;
	}

#title-lasik { width: 344px; float:left; position:relative;}
#title-lasik p{ 
	width:138px;
	float:left;
	padding: 65px 0px 0px 54px;
	}	
	
	#title-lasik a.btn  {
	display:block;
	height:27px;
	left:208px;
	position:absolute;
	top:198px;
	width:102px;
	}

#title-lenses { width: 305px; float:left; position:relative;}
#title-lenses p{ 
	width:138px;
	float:left;
	padding: 80px 0px 0px 20px;
	}
		
	#title-lenses a.btn  {
		display:block;
		height:27px;
		left:173px;
		position:absolute;
		top:198px;
		width:102px;
	}
	
#title-iol { width: 319px; float:left; position:relative;}
#title-iol p{ 
	width:138px;
	float:left;
	padding: 65px 0px 0px 20px;
	}	
	
	#title-iol a.btn  {
		display:block;
		height:27px;
		left:173px;
		position:absolute;
		top:198px;
		width:102px;
	}


a.btn span {display:none;}

.red {color:#DF1B1B; text-align:center;}
.location { margin-top:25px; font-weight:bold;}

#social-media { margin-top:20px;}

	#social-media img {margin-left:13px; }
	#social-media img.img-first {margin-left:0px; }

