/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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 - layoutsub.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: #DDF2F3 url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#186DB9; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3,h4 { margin-bottom:8px; }

h1	{ font-size:1.3em; color:#04489A; }
h2	{
	font-size:17px;
	color:#146BC3;
	text-align: left;
}
h3	{
	font-size:13px;
	color:#2DA25F;
	text-align: left;
}
h4	{ font-size:1.0em; color:#6DC37B; }

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

a:link,a:visited	{ color:#04489A; text-decoration:underline; }
a:hover,a:active	{ color:#2DA25F; text-decoration:underline; }


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

h2.index	{ font-size:1.3em; color:#146BC3; font-family:"Times New Roman", Times, serif; padding-top:30px; }
h3.index	{ font-size:1.2em; color:#146BC3; font-family:"Times New Roman", Times, serif; }

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

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

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right:22px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 15px 10px; 
	}

h1.leaders {
	margin:0;
	padding:0;
	}
	
	
	
	h1.masthead1 {
	margin:0;
	padding:0;
	}
	
#masthead1 {
	position:relative;
	background:url("../images/sl-header.jpg");
	height:120px;
	}
	/* home link within #masthead1 */		
	#masthead a1 {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:36px;
		}
	#masthead a1 span {
		display:none;
		}		
	
/* ----- global form elements ----- */ 

form { 
	width:155px; 
	padding:10px 0 15px 0; 
	}

form label	{ font-size:.95em; }

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

input, textarea { 
	background-color:#04489A; 
	border:1px solid #04489A;
	color:#fff;
	width:155px; /* 5 pixles smaller than form width !important */
	height:19px;
	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 { 
	background-color:#04489A; 
	border:1px solid #04489A;
	color:#fff;
	width:155px; /* 5 pixles smaller than form width !important */
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:4px; /* 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;
	}
	
textarea { 
	height:58px; 
	overflow:auto; 
	}
	
input.submit-contact-main { 
	background: url("../images/btn-submit-main.gif"); 
	width:65px;
	height:30px;
	border:none;
	cursor:pointer; 
	padding:0;
	}

input.submit-contact-main { margin:95px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:65px; 
	height:30px; 
	border:none; 
	cursor:pointer; 
	padding:0;
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	color:#186DB9;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:180px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:186px;
	}
	
#contact-main label textarea { height:100px; }


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

#wrap-bg {
	width: inherit;
	margin:0;
	padding:0;
	background:url("../images/bg-wrap.jpg") center top no-repeat;
	}

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

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:154px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:70px;
		}
	#masthead a span {
		display:none;
		}
		
#header-graphic {
	background:url("../images/header-index.jpg");
	height:270px;
	}
 
#column-left { 
	width:230px; 
	float:left;
	color:#fff;
	background:url("../images/bg-column-left.jpg") repeat-y;
	}
	
	#column-left .content-left {
		margin:10px 37px 0 31px;
		}
	
	#btn-map-directions {
		position:relative;
		background:url("../images/btn-map-directions.jpg");
		height:225px;
		}
		#btn-map-directions a {	
			position:absolute;
			left:56px;
			width:123px;
			top:11px;
			height:80px;
			}
		#btn-map-directions a span {
			display:none;
			}
			
	#globe-flash {
		margin-left: 11px;
		}				
		
#column-right { 
	width:529px; 
	float:left; 
	}
	
	#welcome {
		background:url("../images/bg-welcome.jpg") repeat-y;
		padding-bottom:10px;
		}
		
	#column-right .content-right {
		padding:15px 70px 0 40px;
		}
	
	#column-right .content-retina-conditions {
		padding:160px 70px 0 40px;
		}
	
	#subhead .content-right-inside {
		padding:85px 30px 0 40px;
		}
		
	h1#btn-retina-drs {margin:0; padding:0; }
	#btn-retina-drs {
		position:relative;
		background:url("../images/btn-retina-drs.jpg");
		height:258px;
		}
		#btn-retina-drs a.phillpotts {
	position:absolute;
	left:40px;
	width:121px;
	top:16px;
	height:215px;
			}
		#btn-retina-drs a.agia {
	position:absolute;
	left:197px;
	width:121px;
	top:15px;
	height:215px;
			}
			
		#btn-retina-drs a.ahn {
	position:absolute;
	left:355px;
	width:121px;
	top:15px;
	height:215px;
			}			
		#btn-retina-drs a span {
			display:none;
			}
		
	#btn-readmore-welcome {
		position:relative;
		background:url("../images/btn-readmore-welcome.jpg");
		height:40px;
		}
		#btn-readmore-welcome a {	
			position:absolute;
			left:45px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-welcome a span {
			display:none;
			}

	#btn-readmore-macular {
		position:relative;
		background:url("../images/btn-readmore-macular.jpg");
		height:40px;
		}
		#btn-readmore-macular a {	
			position:absolute;
			left:359px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-macular a span {
			display:none;
			}
		
	#btn-readmore-diabetic {
		position:relative;
		background:url("../images/btn-readmore-diabetic.jpg");
		height:40px;
		}
		#btn-readmore-diabetic a {	
			position:absolute;
			left:359px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-diabetic a span {
			display:none;
			}

	#btn-readmore-patients-saying {
		position:relative;
		background:url("../images/btn-readmore-patients-sayin.jpg") no-repeat;
		height:40px;
		}
		#btn-readmore-patients-saying a {	
			position:absolute;
			left:359px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-patients-saying a span {
			display:none;
			}

	#patients-saying {
		background:url("../images/bg-patients-saying.jpg") no-repeat;
		}
	#vms-lightwindow-link { display: none; }

/* background image list items */
.content-right-inside ul { 
	margin-left:15px; 
	} 

.content-right-inside ul li { 
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	padding-left:14px;
	list-style:none;
	}
	
ul.pagetopics {
		background:url("../images/subhead-page-topics.jpg") no-repeat;
		width:173px;
		border:1px solid #266EB5;
		float:right;
		padding-bottom:5px;
		}
		ul.pagetopics  li {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:14px;
			margin:0 5px 0 15px;
			}
			ul.pagetopics  li.primary { margin-top:40px; }

body#doctors dl.left { 
		margin:0;
		padding:0;
		font-size:12px;
		float:left;
		width:210px;
		} 
body#doctors dl.right { 
		margin:0;
		padding:0;
		font-size:12px;
		float:left;
		width:190px;
		} 
body#doctors dl dt { 
		background:none;
		padding-top:20px;
		font-weight:bold;
		}
		
body#doctors dl dt a:link,body#doctors dl dt a:visited	{ color:#2DA25F; text-decoration:underline; }
body#doctors dl dt a:hover,body#doctors dl dt a:active	{ color:#04489A; text-decoration:underline; }

body#doctors dl dd { 
		background:transparent url("../images/bullet-small.jpg") 0px 6px no-repeat;
		line-height:20px;
		margin-left:5px;
		padding:0 0 0 10px;
		}
body#doctors dl dd.none {
	background:none;
	display:block;
	height:20px;
	}

#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:125px; 
	clear:both; 
	}


/* subhead images
 * ------------------------------------------------------------------------- */
#subhead {
	width:529px; 
	float:left; 
	}
	
	
body#anatomy #subhead {
	background:url("../images/subhead-anatomy.jpg") no-repeat; 
	}	
	
	
body#conditions #subhead {
	background:url("../images/subhead-conditions.jpg") no-repeat; 
	}
	
body#eye-q #subhead {
	background:url("../images/subhead-eye-q.jpg") no-repeat; 
	}
	
body#surgical #subhead {
	background:url("../images/subhead-surgical.jpg") no-repeat; 
	}	

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

body#macular-degeneration #subhead {
	background:url("../images/subhead-macular-degeneration.jpg") no-repeat; 
	}

body#diabetic-retinopathy #subhead {
	background:url("../images/subhead-diabetic-retinopath.jpg") no-repeat; 
	}

body#macular-holes #subhead {
	background:url("../images/subhead-macular-holes.jpg") no-repeat; 
	}

body#retinal-detachment #subhead {
	background:url("../images/subhead-retinal-detachment.jpg") no-repeat; 
	}

body#retina-conditions #subhead {
	background:url("../images/subhead-retina-conditions.jpg") no-repeat; 
	}

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

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

body#doctors #subhead {
	background:url("../images/subhead-doctors.jpg") no-repeat; 
	}
	
body#offices #subhead {
	background:url("../images/subhead-offices.jpg") no-repeat; 
	}

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

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

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

/* section headers images
 * ------------------------------------------------------------------------- */
	
#subhead-retina-conditions {
	background:url("../images/subhead-retina-conditions-i.jpg") no-repeat;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:759px; 
	margin:auto; 
	text-align:center;
	font-size:0.9em;
	}

#footer p {
	color:#6A97D8;
	margin:0 15px 0 15px;
	}

#footer a:link, #footer a:visited {
	color:#1163B8;
	text-decoration:underline;
	}

#footer a:hover, #footer a:active {
	color:#6A97D8;
	text-decoration:underline;
	}

#footer ul {
	margin:0 10px 5px 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 #1163B8;
	}

	#footer li.first { border: none; }


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

#nav-horz { 
	background: url("../images/nav-horz.jpg") no-repeat; 
	width:529px; 
	height:30px; 
	margin-bottom:0; 
	}

#nav-horz span { display: none; }

#nav-horz li, #nav-horz a { height: 30px; display: block; }

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

#nav-horz-01 { width: 66px; margin-left: 0px;}
#nav-horz-02 { width: 165px;}
#nav-horz-03 { width: 243px;}
#nav-horz-04 { width: 48px;}

#nav-horz-01 a:hover {background:url("../images/nav-horz.jpg")   -0px -30px no-repeat;}
#nav-horz-02 a:hover {background:url("../images/nav-horz.jpg")  -66px -30px no-repeat;}
#nav-horz-03 a:hover {background:url("../images/nav-horz.jpg") -231px -30px no-repeat;}
#nav-horz-04 a:hover {background:url("../images/nav-horz.jpg") -474px -30px no-repeat;}


/* Vertical UL Nav
 * ------------------------------------------------------------------------- */

#nav-vert {
	margin:0;
	padding:0;
	background:url("../images/bg-nav-vert.jpg") repeat-y;
	}

#nav-vert ul {
	margin:0;
	padding:0;
	}

#nav-vert ul li {
	list-style:none;
	}
	
#nav-vert li.lh-23 {
	padding-left:35px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	background:url("../images/bg-nav-lh-23.jpg") top no-repeat;
	}
	
#nav-vert li.lh-23a {
	padding-left:12px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	background:url("../images/bg-nav-lh-23.jpg") top no-repeat;
	}
	
#nav-vert li.lh-40 {
	padding-left:35px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	background:url("../images/bg-nav-lh-40.jpg") top no-repeat;
	}

#nav-vert li.lh-40 a:link,li.lh-40 a:visited, li.lh-23 a:link, li.lh-23 a:visited, li.lh-23a a:link, li.lh-23a a:visited{
	color:#fff;
	text-decoration:none;
	}

#nav-vert li.lh-40 a:hover,li.lh-40 a:active, li.lh-23 a:hover, li.lh-23 a:active, li.lh-23a a:hover, li.lh-23a a:active{
	color:#5DEC82;
	}

#patientforms {
background:url("../images/img-patientforms.jpg") top no-repeat;
height:38px;
	}
	

	#iemarquee 
	{
		margin-top:3px;
	}