/*--------------------------- 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:#2d2d2d url("http://eiiwebassets.s3.amazonaws.com/o/omahaeye.com/images/bg-body-inside.jpg") top repeat-x;
	text-align:center; 
	font:14px/19px Arial, Georgia, "Times New Roman", Times, serif; 
	color:#edebeb;
	}
	body#home {
		background:#2d2d2d url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/bg-body.jpg") top repeat-x;
		}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:17px; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#c4dde5; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:white; 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:#c4dde5 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c4dde5;
	color:#000;
	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 ------------------------ */

#column-left #contact-main dl { margin-top:0 }
#column-left #contact-main p { margin-bottom:3px } 
#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:0;
									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://d33qx44jflbpiv.cloudfront.net/bg-wrap.jpg") repeat-y;*/
	width:1214px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/masthead.jpg");
	height:300px;
	clear:both;
	}
	/* index page link within #masthead */	
	
	/*#noflash_header {margin-left:134px;}*/
	

/* ------------------------ CONTENT WRAP ------------------------ */
#content-wrap {
				/*background:url("http://d33qx44jflbpiv.cloudfront.net/bg-content-sub.jpg") bottom left no-repeat;
				padding-bottom:210px;*/
				width:1014px;
				margin-left:200px;
				}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:600px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:18px 0px 18px 0px;
		padding:0px 20px 0px 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:#61DFBC;
			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-center framework ------------------------ */
/*#column-center {
	background:url("http://d33qx44jflbpiv.cloudfront.net/bg-center.jpg") top left no-repeat;
	width:798px;
	float:left;
	}
		#content { margin:0 73px 0px 35px}
		body#body-home #content { margin:0 41px 0px 35px}



	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0px 0px 19px 0px;
		padding:0px;
		}
		
	#column-center h1 { 	margin-top:9px;
							}

			
/* ------------------------ column-right (HOMEPAGE) ------------------------ */
#column-right {
				width:289px;
				float:right;
				margin: 0 100px 0 25px;
				/*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;
									}*/
									
#column-right h2{ font-size:17px; }

#column-right p, #column-right h2 { 	padding-right:50px;
					margin:18px 0 18px 0;
									}


/* ------------------------ title framework with varying heights ------------------------- */
#title-schedule {
	height:49px;
	background:url("http://d33qx44jflbpiv.cloudfront.net/title-schedule.jpg") ;
	margin-left:41px;
	margin-bottom:23px;
	}

#title-our-locations {
	height:50px;
	background:url("http://d33qx44jflbpiv.cloudfront.net/title-our-locations.jpg") ;
	margin-left:41px;
	margin-bottom:23px;
	}
#title-our-procedures {
	height:27px;
	background:url("http://d33qx44jflbpiv.cloudfront.net/title-our-procedures.jpg") no-repeat top left ;
	margin-bottom:20px;
	}

/*------------------------------------------------------------------------------------------*/

#dr-henry-photo {	background:url("http://d33qx44jflbpiv.cloudfront.net/dr-henry.jpg") no-repeat;
			width:148px;
			height:243px;
			margin:9px 0 40px 78px;	
			}




/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:none;
	width:100%; /* fix for Safar */
	height:.01em;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/footer.jpg") no-repeat top left;	
	width:1214px;
	text-align:center;
	padding-top:10px;
	}

#footer p {
	
	margin:0 73px 10px 73px;
	}

#footer a:link, #footer a:visited { color:#B7B7B7; }
#footer a:hover, #footer a:active { color:#B7B7B7; text-decoration:none; }

#footer ul {margin:30px 125px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 0 0 15px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: none;
		line-height:22px;
		}
	#footer li.first { border: none; }
	#footer li#home { margin-left:0; padding-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://eiiwebassets.s3.amazonaws.com/o/omahaeye.com/images/nav.jpg") no-repeat; 
	width:1214px; 
	height:64px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index:99;
	}

#nav span { display: none; }

#nav li, #nav a { height:64px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav li.home { width: 85px; margin-left:135px;}
#nav li.about-us { width: 87px;}
#nav li.ilasikrefractive { width: 158px;}
#nav li.cataract-surgery { width: 90px;}
#nav li.cosmetics { width: 101px;}
#nav li.glaucoma { width: 173px;}
#nav li.retinal-disorders { width: 155px;}
#nav li.contact-us { width: 106px;}

/*-------------- (-79px) X position of button / (-64px) height of image from above ------------- */
#nav li.home a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -135px -64px no-repeat; }
#nav li.about-us a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -220px -64px no-repeat; }
#nav li.ilasikrefractive a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -307px -64px no-repeat; }
#nav li.cataract-surgery a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -465px -64px no-repeat; }
#nav li.cosmetics a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -555px -64px no-repeat; }
#nav li.glaucoma a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -656px -64px no-repeat; }
#nav li.retinal-disorders a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -829px -64px no-repeat; }
#nav li.contact-us a:hover { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -984px -64px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#home #nav li.home { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -135px -64px no-repeat; }
body#about-us #nav li.about-us { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -220px -64px no-repeat; }
body#ilasikrefractive #nav li.ilasikrefractive { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -307px -64px no-repeat; }
body#cataract-surgery #nav li.cataract-surgery { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -465px -64px no-repeat; }
body#cosmetics #nav li.cosmetics { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -555px -64px no-repeat; }
body#glaucoma #nav li.glaucoma { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -656px -64px no-repeat; }
body#retinal-disorders #nav li.retinal-disorders { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -829px -64px no-repeat; }
body#contact-us #nav li.contact-us { background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav.jpg") -984px -64px 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:22px; 				/* Height of each drop down nav item */
	height:auto;
	border:1px solid #B7B7B7;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	/*height:22px;				/* Height of each drop down nav item, should match above */
	height:auto;
	line-height:12px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	/*padding-left:15px;*/
	padding:10px 0 10px 10px;
	}

/* 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.ilasikrefractive ul a:hover, #nav li.cataract-surgery ul a:hover, #nav li.cosmetics ul a:hover, #nav li.glaucoma ul a:hover, #nav li.retinal-disorders ul a:hover, #nav li.contact-us ul a:hover { 
	background-image:none;
	background-color:#C0B99F;
	color:#000;
	text-decoration:none;
	}
	

/* width of drop down nav - choose width that allows items to display on one line */
/*#nav li.who-we-are ul, #nav li.who-we-are li { width:100px; }	*/	

.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.who-we are {	z-index:9999;}






/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */



#nav li ul ul {

	margin:-32px 0 0 190px;

	background:#000000;

	}

#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%; }	



/* width of drop down nav - choose width that allows items to display on one line */
/*#nav li.about-us ul, #nav li.about-us li { width:150px; }
#nav li.ilasikrefractive ul, #nav li.ilasikrefractive li { width:200px; }
#nav li.cataract-surgery ul, #nav li.cataract-surgery li { width:180px; }
#nav li.cosmetics ul, #nav li.cosmetics li { width:180px; }		
#nav li.glaucoma ul, #nav li.glaucoma li { width:120px; }		
#nav li.retinal-disorders ul, #nav li.retinal-disorders li { width:230px; }		
#nav li.contact-us ul, #nav li.contact-us li { width:160px; }*/

#nav li.about-us {	z-index:9999;}




/* about-the-practice multi column */

#column-center dl.trip {
float:left;
width:225px;
}

#nav-modules {
	background:url("http://d2agh9ata29wb8.cloudfront.net/o/omahaeye.com/images/nav-modules.jpg") no-repeat;
	height:200px;
	position:relative;
	}
	
#title-lasik a.btn  {
	display:block;
	height:27px;
	left:305px;
	position:absolute;
	top:90px;
	width:38px;
}

#title-cataract a.btn  {
	display:block;
	height:27px;
	left:497px;
	position:absolute;
	top:90px;
	width:89px;
}

#title-multifocal a.btn  {
	display:block;
	height:27px;
	left:868px;
	position:absolute;
	top:106px;
	width:43px;
}


a.btn span {display:none;}

.red {color:#DF1B1B; text-align:center;}
.location { margin-top:25px; font-weight:bold;}
