/*--------------------- 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:#000;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

h1	{ font-size:1.2em; color:#424733; }
h2	{ font-size:1.1em; color:#336600; }
h3	{ font-size:1.0em; color:#000; }


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

span{ display:none;}

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

.clear	{clear:both;width:100%;	margin-bottom: 0px;}
.clear-space {clear:both;width:100%;margin-bottom:15px;}

.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	margin: 0 0 20px 0;
}

a.back-to-top:link,a.back-to-top:visited	{ color:#CC0000; text-decoration:underline; outline:none; }
a.back-to-top:hover,a.back-to-top:active	{ color:#990000; text-decoration:underline; outline:none; }
	
.float-left {float:left;margin:2px 10px 10px 0;	display: block;}
	
.float-right { float:right; margin:5px 0 10px 10px; display: block;}

h1,h2,h3,h4,p,ul{ margin-bottom:10px;}

hr#list{ margin-bottom:40px;}

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

form {width:152px;margin:10px 0 15px 10px;}
	form#contact-main { width:100%;}
form label	{ font-size:.95em; }

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

input, textarea, select { 
	background-color:#FBFEE1!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4A523B;
	color:#4A523B;
	width:142px; /* 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:1em;
	}
	
input.short{ width:75px;}
	
select { width:150px; padding:0; } /* same width as form - !important */

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

#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;
	}
	
	
table.special-address{
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

#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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- 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 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(../images/button-submit.jpg);
	width:69px;
	height:18px;
	border:none;
	cursor:pointer;
	}


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

#wrap {background:url(../images/bg-wrap-sub.jpg) repeat-y;width:760px;margin:0 auto 10px auto;text-align:left;}
	body#index #wrap {background:url(../images/bg-wrap.jpg) repeat-y;}
	body#patientpopup{
 		margin:0 auto;
		text-align:center;
		background:url(../images/button-patientinfo2-bg.jpg) top repeat-x;
		background-color:#CFDC84;
		width:182px; height:67px;
		}
	#patientpopup .content {text-align:left; padding:10px;}
#bottom-wrap {background:url(../images/bottom-wrap-sub.jpg) bottom no-repeat ;width:760px; padding-bottom:110px;}
	body#index #bottom-wrap {background:url(../images/bottom-wrap.jpg) bottom no-repeat ; padding-bottom:150px;}	
	
#masthead {position:relative;background: url(../images/mashead.jpg);height:50px;}

	
	#masthead a#master-print {position:absolute;left:34px;width:145px;top:14px;height:24px; }
		#masthead a#master-print:hover{ background:url(../images/button-hover-print.jpg);}
		
	#masthead a#master-bookmark {position:absolute;left:211px;width:145px;top:14px;height:24px; }
		#masthead a#master-bookmark:hover{ background:url(../images/button-hover-bookmark.jpg);}
/* ----- column-left ----- */

#column-left {width:182px;float:left;}
	#column-left  .content{margin: 0 10px 10px 15px;}
	#column-left  .content p{ margin:0 0 10px 0;}
	#column-left ul, #patientpopup ul{ padding-left:8px; margin-bottom:10px; }
		#column-left ul li, #patientpopup ul li{list-style:disc;padding-left:10px;	margin-bottom: 10px;}	
	#our-locations{ background:url(../images/header-locations.jpg) top no-repeat; padding-top:80px;}	
	#our-locations p { margin: 0 20px 10px 20px;}
	
#ptt{ width:182px; height:67px; display:block; background:url(../images/button-ptt.jpg);}
#eye-online{ width:182px; height:57px; display:block; background:url(../images/3d-eye-online.jpg);}
#blog-btn{ width:182px; height:67px; display:block; background:url(../images/button-blog.jpg);}
#quick-seminar{ width:182px; height:67px; display:block; background: url(../images/button-seminar.jpg); margin-bottom:10px;}
#patientinfo, #patientinfo a{ width:182px; height:67px; display:block; background:url(../images/button-patientinfo.jpg);}
#patientinfo span {display: none;}
#patientinfo2{ width:182px; height:67px; background:url(../images/button-patientinfo2.jpg);}
#tips{ width:229px; height:63px; background:url(../images/button-tips.jpg); position:relative; margin-bottom:10px;}
#tips a{position:absolute;left:47px;width:174px;top:0px;height:63px;}
#facebook{ width:182px; height:67px; display:block; background:url(../images/facebookBtn.jpg);}
#twitter{ width:182px; height:67px; display:block; background:url(../images/twitterBtn.jpg);}
#linkedin{ width:182px; height:67px; display:block; background:url(../images/linkedinBtn.jpg);}
#youtube{ width:182px; height:67px; display:block; background:url(../images/youtubeBtn.jpg);}

#seminar-index{ width:229px; height:63px; background:url(../images/button-seminar-index.jpg); position:relative; margin-bottom:10px;}
#seminar-index a{position:absolute;left:47px;width:174px;top:0px;height:63px;}

#news-index{ width:229px; height:63px; background:url(../images/button-newsletter-index.jpg); position:relative; margin-bottom:10px;}
#news-index a{position:absolute;left:47px;width:174px;top:0px;height:63px;}


#join-index{ width:229px; height:63px; background:url(../images/button-jointeam.jpg); position:relative; margin-bottom:10px;}
#join-index a{position:absolute;left:47px;width:174px;top:0px;height:63px;}

#quick-contact{ background:url(../images/header-question.jpg) top no-repeat; padding-top:34px;}
	#column-left p { margin: 0 10px 10px 15px;}
	#column-left p.correct-name{ font:9px/12px Arial, Helvetica, sans-serif;}
	
	
	

/* ----- column-mid ----- */

#column-mid {width:578px;float:left;}
	body#index #column-mid {width:349px;float:left;}
#column-mid .content{ margin:0; background:url(../images/subhead-sub.jpg) top no-repeat; padding:80px 25px 0 15px;}

		body#index #column-mid  .content{ background: url(../images/subhead-index.jpg) top no-repeat; margin:0 0 20px 0; padding:80px 15px 0 15px;}
		
		body#about #column-mid  .content{ background: url(../images/subhead-about.jpg) top no-repeat;}		
		body#contact #column-mid  .content{ background: url(../images/subhead-contact.jpg) top no-repeat;}
		body#eyecare #column-mid  .content{ background: url(../images/subhead-eyecare.jpg) top no-repeat;}
		body#faqs #column-mid  .content{ background: url(../images/subhead-faqs.jpg) top no-repeat;}
		body#tech #column-mid  .content{ background: url(../images/subhead-tech.jpg) top no-repeat;}
		body#thankyou #column-mid  .content{ background: url(../images/subhead-thankyou.jpg) top no-repeat;}
		body#lasik #column-mid  .content{ background: url(../images/subhead-lasik.jpg) top no-repeat;}
		body#other #column-mid  .content{ background: url(../images/subhead-other.jpg) top no-repeat;}
		body#sitemap #column-mid  .content{ background: url(../images/subhead-sitemap.jpg) top no-repeat;}
		
		body#index #column-mid  .content#meet{ margin:0 120px 0 15px; background:none; padding:0px;}
		
#column-mid .flash{ margin:0 0 10px 0; width:500px; height:235px; margin:0 0 10px 0;}	
		
		
#index-meet{ height:34px; background:url(../images/header-meet.jpg);}

#column-mid ol {
	list-style-type:decimal; 
	padding-left:15px; 
	margin-bottom:10px; 
	}


#column-mid ul { padding-left:15px; margin-bottom:10px; }
		#column-mid ul.top-list{margin-bottom:50px; display:block;}
		#column-mid ul li {list-style:disc;padding-left:10px;	margin-bottom: 10px;}	
		#column-mid ul li ul {margin-top:10px;}	
	#column-mid ul li ul li { margin-left:10px;}
	
#column-mid ul#float { padding-left:0px; margin-bottom:10px; }
		#column-mid ul#float li {list-style:none;	padding-left:10px;margin-bottom: 5px;float:left;width:150px; border:#336600 1px solid;}	
		#column-mid ul#float li.green{ background-color:#CFDC84;} 
		
#column-mid ul#none { padding-left:15px; margin-bottom:10px; }
		#column-mid ul#none li {list-style:none;padding-left:10px;}	
		
		
body#about #column-mid #seminar-wrap{display:block;background:url(../images/bg-seminar.jpg) bottom no-repeat;padding-bottom:20px;margin-bottom: 10px;}
body#about #column-mid #seminar-wrap .clear{ margin-bottom:10px;}
body#about #column-mid #seminar-wrap p{ margin-left:10px;}
/* ----- column-right ----- */

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


#index-finance{ height:34px; background:url(../images/header-finance.jpg);}


#column-right .content{ width:142px; margin-left:63px;}

#column-right .content ul{padding-left:5px; margin-bottom:10px; }
#column-right .content ul li{list-style:disc;padding-left:5px;	margin-bottom: 5px;}

#buttron-laser{width:152px;height:77px;display:block;background:url(../images/button-laser-02.jpg);margin: 0 auto 10px auto;}
body#index #buttron-laser{width:152px;height:77px;display:block;	background:url(../images/button-laser-02.jpg);margin: 0 0 10px 56px;}
/* ----- bottom-wrap ----- */
 


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

#header-flash { height:309px; background:url(../images/header-img.jpg); }


/* subhead framework
 * ------------------------------------------------------------------------- */
#subhead { height:122px; ; }
	



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#E2F2D8;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#E2F2D8; }

#footer a:hover, #footer a:active {
	color:#E2F2D8;
	text-decoration: none;
}

#footer ul {margin-top:10px;}

#footer 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 #E2F2D8;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url(../images/nav.jpg) no-repeat; 
	width:760px; 
	height:29px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 78px; margin-left:0;}
#nav-02 { width: 135px;}
#nav-03 { width: 68px;}
#nav-04 { width: 130px;}
#nav-05 { width: 96px;}
#nav-06 { width: 84px;}
#nav-07 { width: 66px;}
#nav-08 { width: 103px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url(../images/nav.jpg)  0px -29px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.jpg) -78px -29px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.jpg) -213px -29px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.jpg) -281px -29px no-repeat; }
#nav-05 a:hover { background:url(../images/nav.jpg) -411px -29px no-repeat; }
#nav-06 a:hover {background:url(../images/nav.jpg) -507px -29px no-repeat; }
#nav-07 a:hover { background:url(../images/nav.jpg) -591px -29px no-repeat; }
#nav-08 a:hover { background:url(../images/nav.jpg) -657px -29px 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:#596245 url(../images/bg-dropdown.jpg) no-repeat;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:none;
	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:15px;
	}

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

/* 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-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover{ 
	background-image:none;
	background-color:#20260A;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/bg-dropdown-hover.jpg) no-repeat;
	}

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

#nav-05 ul, #nav-05 li{ width:290px;}

/* ------------------------ vertical sprite nav ------------------------ */


#index-special {
	background:url(../images/index-speical-02.jpg) top left no-repeat;					
	width:229px;	/* Width of buttons, not entite image (or half of entire image) */
	height:441px;	 /* Height of entire image */
	margin:0 0 10px 0;
	padding:0;
	}

#index-special li span { display: none; }

#index-special li {
	float:left;
	list-style:none;
	}

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

/* margin-top to set where the nav should begin */
#index-special-01 { margin-top:38px; width:198px; }

/* margin-top if there is a spacing between each nav button */
#index-special-02, #index-special-03, #index-special-04{ margin-top:5px; width:198px; }

#index-special-01 a:hover { background:url(../images/index-speical-02.jpg) -229px  -38px no-repeat; }
#index-special-02 a:hover { background:url(../images/index-speical-02.jpg) -229px  -140px no-repeat; }
#index-special-03 a:hover { background:url(../images/index-speical-02.jpg) -229px  -242px no-repeat; }
#index-special-04 a:hover { background:url(../images/index-speical-02.jpg) -229px  -344px no-repeat; }


/* did you know box - index page */

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

.randomcontent p {border:1px dashed gray; background-color:#FBFEE1; padding: 10px;}

/* diabetes popup */

body#diabetespopup {background: #000;}


	body#diabetespopup div#container { 
	width: 578px;
margin: 0;
	text-align:left; }
	
	body#diabetespopup div#masthead { 
background: url(../images/subhead-popup-joindiabetesday.jpg) no-repeat;
width:578px;
height:116px;}

	body#diabetespopup div#masthead-thankyou { 
background: url(../images/subhead-popup-thankyou.jpg) no-repeat;
width:578px;
height:116px;}


body#diabetespopup div#content { 
background: url(../images/jointeam_02.jpg) repeat-y; 
padding: 0 25px 0 25px;
}
body#diabetespopup div#footer { 
background:url(../images/jointeam_03.jpg) no-repeat;
height:166px;
width:578px;
}

	body#directionspopup div#container { 
	width: 578px;
margin: 0;
	text-align:left; }
	
	body#directionspopup div#masthead { 
background: url(../images/subhead-popup-jdirections.jpg) no-repeat;
width:578px;
height:116px;}

body#directionspopup div#content { 
background: url(../images/jointeam_02.jpg) repeat-y; 
padding: 0 25px 0 25px;
}
body#directionspopup div#footer { 
background:url(../images/jointeam_03.jpg) no-repeat;
height:166px;
width:578px;
}

body#directionspopup colored.p {
color:#C4D36A;
}



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

body#diabetespopup form {width:152px;margin:10px 0 15px 10px;}
	body#diabetespopup form#contact-main { width:100%;}
body#diabetespopup form label	{ font-size:.95em; }

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

body#diabetespopup input, body#diabetespopup textarea, body#diabetespopup select { 
	background-color:#FBFEE1!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4A523B;
	color:#4A523B;
	width:142px; /* 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:1em;
	}
	
body#diabetespopup input.short{ width:75px;}
	
body#diabetespopup select { width:150px; padding:0; } /* same width as form - !important */

body#diabetespopup textarea { height:90px; overflow:auto; }

body#diabetespopup #contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
body#diabetespopup #contact-main { margin:20px 0 10px 0; }

body#diabetespopup #contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
	


body#diabetespopup #contact-main label input, body#diabetespopup #contact-main label textarea{ 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
	
	
body#diabetespopup #contact-main label select { width:175px; }
	
body#diabetespopup #contact-main label textarea { height:100px; overflow:auto; }

body#diabetespopup #contact-business-main { display: none; } /* do not remove */ 


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

body#diabetespopup input.submit, body#diabetespopup input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

body#diabetespopup  #contact-main input#contact_diagnosed_diabetes, 	body#diabetespopup  #contact-main input#contact_family_history_of_diabetes { width:20px; height:20px;}
		body#diabetespopup  #contact-main select { width:20px;}
	
body#diabetespopup input.submit-contact-main { margin:95px 0 0 243px; }

body#diabetespopup input.submit-image, body#diabetespopup input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(../images/button-submit.jpg);
	width:69px;
	height:18px;
	border:none;
	cursor:pointer;
	margin-top:0;

	}
	
	


