/* 
 ----------------------------------------------------------------------------
  CopyrightSt. Luke's Cataract & laser Institute                            
  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;
	text-align: center;
	vertical-align: baseline;
}


/* 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:#146bc3;
	}

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

p1	{
	margin-bottom:10px;
	text-align: center;
}


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

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

h1	{
	font-size:1.3em;
	color:#04489A;
	text-align: left;
}
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 ----- */

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;
	}
	
p.top_small {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right: 22px;
	width: 250px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right {
	float: right;
	margin: 5px 0 15px 10px;
	}

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

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

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

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

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


/* ----- questionaire ----- */ 
form#questionaire {width: 450px;}
form#questionaire label.full-label { 
	display: block;
	font-size:1.0em;
}
form#questionaire label.check-small {
	background-color:#E4EFF5;
	margin-left: 20px;
	font-size:1em;
	caption-side: right;
}

form#questionaire label.info {   
	text-align:right; 
	font-size:1.0em;
}
form#questionaire input { 
	width:20px;
	}
form#questionaire input.check-box { 
	border: none;
	background:none;
	}
form#questionaire input#questionaire_phone { 
	width:170px;
	margin-left:74px;
	float:right;
	}
form#questionaire input#questionaire_time { 
	width:170px;
	margin-left:74px;
	float:right;
	}
form#questionaire input#questionaire_name { 
	width:300px;
	margin-left:75px;
	float:right;
	}
form#questionaire input#questionaire_email { 
	width:300px;
	margin-left:75px;
	float:right;
	}
form#questionaire input.submit_questionaire { 
	background: url("../images/btn-submit-main.gif"); 
	width:65px;
	height:30px;
	border:none;
	cursor:pointer; 
	padding:0;
	}
form#questionaire input.submit_questionaire { margin:0 0 0 100px; }

/* ----- 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;
	}
	
#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-index.jpg") repeat-y; 
	}

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

h1.masthead {
	margin:0;
	padding:0;
	}
	
#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;
		}
		
		
		
		

h1.masthead1 {
	margin:0;
	padding:0;
	}
	
#masthead1 {
	position:relative;
	background:url("../images/sl-header.jpg");
	height:120px;
	}
	/* home link within #masthead1 */		
	#masthead1 a1 {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:36px;
		}
	#masthead1 a1 span {
		display:none;
		}		
		
		
h1.masthead2 {
	margin:0;
	padding:0;
	}
	
#masthead2 {
	position:relative;
	background:url("../images/slhs-header.jpg");
	height:120px;
	}
	/* home link within #masthead1 */		
	#masthead2 a1 {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:36px;
		}
	#masthead2 a1 span {
		display:none;
		}		
				
		
#header-graphic {
	background:url("../images/header-index.jpg");
	height:270px;
	}
	
#header2-graphic {
	background:url("../images/header-hearing.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;
		}
	
	#subhead .content-right-inside {
		padding:85px 30px 0 40px;
		}
		
	#subheadHS .content-right-inside {
		padding:40px 30px 0 40px;
		}
	
	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; }
	
	h2.doctors {
		margin:0;
		padding:0;
		}
		
	#btn-cataract-drs {
	position:relative;
	background:url("../images/btn-cataract-drs.jpg");
	height:215px;
	text-align: left;
		}
		#btn-cataract-drs a.james {
	position:absolute;
	left:41px;
	width:121px;
	top:15px;
	height:195px;
			}
		#btn-cataract-drs a.pit {	
			position:absolute;
			left:354px;
			width:121px;
			top:15px;
			height:195px;
			}
		#btn-cataract-drs a span {
			display:none;
			}
		
	#btn-readmore-welcome {
		position:relative;
		background:url("../images/btn-readmore-welcome.jpg") no-repeat;
		height:40px;
		width:330px;
		margin-top:-10px;
		}
		#btn-readmore-welcome a {
	position:absolute;
	left:42px;
	width:85px;
	top:7px;
	height:26px;
			}
		#btn-readmore-welcome a span {
			display:none;
			}

	#btn-learnmore-cataract {
	position:relative;
	background:url("../images/btn-learnmore-cataract.jpg");
	height:300px;
	background-image: url(../images/img-restor-logo.jpg);
		}
		#btn-learnmore-cataract a {	
			position:absolute;
			left:102px;
			width:126px;
			top:210px;
			height:46px;
			}
		#btn-learnmore-cataract a span {
			display:none;
			}
			
			#btn-learnmore-restor-inset {
	position:relative;
	/*background:url("../images/img-restor-logo.jpg");*/
	height:150px;
	width: 240px;
	left: 250px;
	display: inline;
		}
			
			
			#btn-learnmore-restor {
	position:fixed;
	/*background:url("../images/img-restor-logo.jpg");*/
	height:150px;
	background-image: url(../images/img-restor-logo.jpg);
	width: 225px;
	left: 40px;
		}
		#btn-learnmore-restor a {
	position:absolute;
	left:-1px;
	width:224px;
	top:3px;
	height:148px;
			}
		#btn-learnmore-restor a span {
			display:none;
			}
		
	#btn-cataract-readmore-trust {
		position:relative;
		background:url("../images/btn-cataract-readmore-trust.jpg") no-repeat;
		height:40px;
		width:330px;
		}
		#btn-cataract-readmore-trust a {	
			position:absolute;
			left:40px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-cataract-readmore-trust a span {
			display:none;
			}

#experts-img {
	width:187px;
	height:443px;
	float:right;
	position:relative;
	background:url("../images/img-cataract-stpetersburg.jpg");
	}
	#experts-img a {	
		position:absolute;
		left:0px;
		width:187px;
		top:165px;
		height:255px;
		}
	#experts-img a span {
		display:none;
		}

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

.content-right-inside ul li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	padding-left:14px;
	list-style:none;
	text-align: left;
	}

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-cataract-index { 
	background:url("../images/bottom-wrap-cataract-index.jpg"); 
	height:125px; 
	clear:both; 
	overflow:hidden; 
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:125px; 
	clear:both; 
	overflow:hidden; 
	}


/* subhead images
 * ------------------------------------------------------------------------- */

#subhead {
	width:529px;
	float:left;
	}
	
#op-name {
	background:url("../images/subhead-generic.jpg") no-repeat; 
	padding-left:45px;
	padding-top:23px;
	padding-bottom:23px;
	font-size:24px;
	color:#FFF;
	}

body#about #subhead {
	background:url("../images/subhead-about.jpg") no-repeat; 
	}
	
body#anatomy #subhead {
	background:url("../images/subhead-anatomy.jpg") no-repeat; 
	}	
	
body#blog #subhead {
	background:url("../images/subhead-blog.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#hearing #subhead {
	background:url("../images/subhead-hearing.jpg") no-repeat; 
	}

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

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

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

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

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

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

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

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

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

body#patientforms #subhead {
	background:url("../images/subhead-patientforms.jpg") no-repeat; 
	}
	
body#patient-testimonials #subhead {
	background:url("../images/subhead-patient-testimonials.jpg") no-repeat; 
	}
	
body#promise #subhead {
	background:url("../images/subhead-promise.jpg") no-repeat; 
	}

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

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

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg") no-repeat; 
	}
	
body#video #subhead {
	background:url("../images/subhead-videos.jpg") no-repeat; 
	}	
	
body#videocat #subhead {
	background:url("../images/subhead-videoscat.jpg") no-repeat; 
	}
	
body#videocos #subhead {
	background:url("../images/subhead-videoscos.jpg") no-repeat; 
	}
	
body#videolsk #subhead {
	background:url("../images/subhead-videoslsk.jpg") no-repeat; 
	}
	
body#videoret #subhead {
	background:url("../images/subhead-videosret.jpg") no-repeat; 
	}
	
body#videophl #subhead {
	background:url("../images/subhead-videosphl.jpg") no-repeat; 
	}	


/* section headers images
 * ------------------------------------------------------------------------- */

h4.trust {
	margin:0;
	padding:0;
	}
	
#sectionhead-trust {
	background:url("../images/sectionhead-trust.jpg");
	height:85px;
	}


/* 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;
	text-align:center
	}
	
#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-horz1 { 
	background: url("../images/sl-tab.jpg") no-repeat; 
	width:529px; 
	height:30px; 
	margin-bottom:0; 
	}

#nav-horz1 span { display: none; }

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

#nav-horz1 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-05 { wIdth: 100px;}

#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;
	}
	
	#vms-lightwindow-link {
	display: none;
	}
	
/* Blog Styles */

	
	
img.img-blog-btn {
margin:10px 0 0 6px;
}
	body#blog #column-left form#searchform { width:100px; margin:0; padding:0;}
	
	body#blog #column-left #menu { margin: 0 0 0 40px; }

	
input.blog-search {
	width:65px; 
	height:22px; 
	border:none; 
	cursor:pointer; 
	padding:0;
	margin:0 0 15px 0;
	}
	
input.commentform-submit {
	width:115px; 
	height:22px; 
	border:none; 
	cursor:pointer; 
	padding:0;
	}
	
	
			
		body#blog p.h2 {
		color:#FFFFFF;
		margin:15px 0 10px 40px;
		font-weight:bold;
		font-size:1.2em;
		}
		
	body#blog #column-left #menu a:link, body#blog #column-left #menu a:visited	{ color:#fff; text-decoration:underline; }
	body#blog #column-left #menu a:hover, body#blog #column-left #menu a:active	{ color:#fff; text-decoration:none; }

body#blog #column-right a:link,a:visited	{ color:#04489A; text-decoration:underline; }
body#blog #column-right a:hover,a:active	{
	color:#2DA25F;
	text-decoration:underline;
	font-weight: bolder;
}



#iemarquee 
{
	margin-top:3px;
}
#about #wrap-bg #wrap-inside #column-right #subhead .content-right-inside p {
	font-size: 12px;
}
#test {
	background-image: url(../images/bottom-wrap.jpg);
}
