/*--------------------- 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;}
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 ------------------------ */
html  {background: url(../images/bg.jpg) repeat;}
body { 
	background:url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#5B5841;
	}

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

h1	{ font-size:1.2em; color:#5B5841; }
h2	{ font-size:1.1em; color:#0F4B6B; }
body#technology h3 {clear: both;}
h3	{ font-size:1.0em; color:#BF6320; }

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

a:link,a:visited	{ color:#0F4B6B; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#BF6320; text-decoration:underline; outline:none; }

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:12px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left {
	float:left;
	margin:0px 5px 2px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 2px 3px; 
	}
#column-right span.practice-name {color: #BF6320; font-weight:bold;}
#column-right p.map-link a:link, #column-right p.map-link a:visited {color: #0F4B6B; font-weight: bold;}
#column-right p.map-link a:hover, #column-right p.map-link a:active {color: #BF6320; font-weight: bold;}

#column-left p.testimonial-break {
	background: url("../images/testimonials-break.jpg") bottom no-repeat;
	padding-bottom: 10px;
	text-align: right;
	font-size: .95em;
	}
	#column-left p.testimonial-break a {text-decoration: none;}
body#testimonials #column-left h2 {margin-bottom: 0px;}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #D1CCAC;
	color:#5B5841;
	width:212px; /* 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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

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

#contact-main label, #contact-main-supplies label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
body#employment-page #contact-main label {width: 175px;}
#contact-main label input, #contact-main label textarea, #contact-main label select,
#contact-main-supplies label input { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
#contact-main-supplies label input.qty {width: 40px;}
#contact-main-supplies label input.na {
	width: 40px;	
	background-color:#F2F2EA !important; /* to prevent highlighting by Google Toolbar */
	border:none;
}
#contact-main-supplies label input.bold-qty {
	width: 40px;	
	background-color:#F2F2EA !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	font-weight:bold;
}
#contact-main label input.checkbox-radio, #contact-main-supplies label input.checkbox-radio {width: 12px; background-color: transparent !important; border: 0px;}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

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

input.submit, input.submit-contact-main, input.submit-login { 
	width:60px;
	height:24px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main, input.submit-login { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */
input.submit-login { margin-top: -1px;} /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:#F2F2EA repeat-y;
	width:940px;
	margin:0 auto;
	text-align:left;
	}
body#employment-page #wrap {
	background:none;
	width:450px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:140px;
	}
body#employment-page #masthead {
	position:relative;
	background:url("../images/masthead-employment.jpg");
	height:139px;
	width: 450px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:330px;
		top:0px;
		height:140px; 
		}
	#masthead a span {
		display:none;
		}
	#login {
		background: url("../images/btn-login.jpg") ;
		height: 32px;
		width: 275px;
		margin-left: 665px;
		}
		#login a.login-btn {
			position: absolute;
			top: 2px;
			left: 680px;
			width: 245px;
			height: 30px;
			}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:665px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl, #column-left ol {
		margin:0px 20px 10px 21px;
		}
	#column-left table {margin: 0 0 10px 30px;}
	#column-left form { margin-left:40px; } /* set form margin here */
	
	/* ordered 0 numberd list */
	#column-left ol { padding-left:55px; margin-bottom: 10px; }
		#column-left ol li { 
			background:transparent ; 
			margin-bottom: 3px;
			}
			
	/* alpha list */
	#column-left ul.alpha-list { padding-left:25px; margin-bottom: 10px; }
		#column-left ul.alpha-list li { 
			background:none; 
			padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
			display: inline;
			border-left: 1px solid #0F4B6B;
			}
	#column-left ul.alpha-list li.first { border: none; }
			
	/* single column list */
	#column-left ul { padding-left:25px; margin-bottom: 10px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:11px; /* pushes text to the right to display bg img */
			margin-bottom: 3px;
			}
		#column-left ul li.indent {margin-left: 20px;}
	/* bo bullet */
	#column-left ul.no-bullet { padding-left:25px; margin-bottom: 10px; }
		#column-left ul.no-bullet li { 
			background:none;
			margin-bottom: 3px;
			}
		
	/* multi column list */
	#column-left ul.multi { padding-left:25px; } 
		#column-left ul.multi li { 
			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 */
			float:left;
			width:260px; /* sets the width of each column */
			line-height:20px; 
			}
	/* table-faq*/
	#column-left ul.table-faq { padding-left:5px; } 
		#column-left ul.table-faq li { 
			background:none; 
			float:left;
			width:130px; /* sets the width of each column */
			line-height:25px; 
			text-align: center;
			}
	/* Cataract Removal images*/		
	#column-left ul#cataract-removal { padding-left:35px; } 
		#column-left ul#cataract-removal li { 
			background:none; 
			float:left;
			width:250px; /* sets the width of each column */
			text-align: center;
			padding-left: 0px;
			list-style: none;
			font-size: .95em;
			margin-bottom: 10px;
			}
			
			
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#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;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:275px;
	float:left;
	background: url("../images/bg-wrap-right.jpg") repeat-y;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, body#employment-page p, body#employment-page h1, body#employment-page ul  {
		margin:0px 50px 10px 20px;
		}

	#column-right form { padding-left:20px; }

	/* single column list */
	#column-right ul, body#employment-page ul { padding-left:5px; }
		#column-right ul li, body#employment-page ul li { 
			background:transparent 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-bottom: 3px;
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			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 */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right 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;
			}

#contact-bottom {
background:url("../images/contact-bottom.jpg") no-repeat;
height:18px;
clear:both;
}


/* ------------------------ header framework ------------------------ */
#header-flash { height:398px; background: url("../images/flash-header.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #000;}
	#header-flash a:hover, #header-flash a:active {color: #FFFFFF;  text-decoration: none;}

#header-graphic { height:398px; } /* sets height for all non-flash headers */

	body#cataracts #header-graphic { background:url("../images/header-cataracts.jpg"); }
	body#reading-trouble-page #header-graphic { background:url("../images/header-reading-trouble.jpg"); }
	body#financing-page #header-graphic, body#download-page #header-graphic, body#login-page #header-graphic { background:url("../images/header-financing.jpg"); }
	body#faqs #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#doctors #header-graphic { background:url("../images/header-doctors.jpg"); }
	body#contact #header-graphic, body#thankyou #header-graphic, body#sitemap #header-graphic { background:url("../images/header-contact.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:63px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#lasik-page #subhead { background:url("../images/subhead-lasik.jpg"); }
	body#prk #subhead { background:url("../images/subhead-prk.jpg"); }
	body#intralasik #subhead { background:url("../images/subhead-intralasik.jpg"); }
	body#custom-lasik #subhead { background:url("../images/subhead-custom-lasik.jpg"); }
	body#process #subhead { background:url("../images/subhead-lasik-process.jpg"); }
	body#lasers #subhead { background:url("../images/subhead-lasers.jpg"); }
	body#cataracts #subhead { background:url("../images/subhead-cataracts.jpg"); }
	body#icl-iol-page #subhead { background:url("../images/subhead-icl.jpg"); }
	body#technology #subhead { background:url("../images/subhead-technology.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	#subhead-testimonials { background:url("../images/subhead-patient-testimonials.jpg"); height: 63px; margin: 25px 0 5px 0;}
	body#reading-trouble-page #subhead { background:url("../images/subhead-reading-trouble.jpg"); }
	body#financing-page #subhead { background:url("../images/subhead-financing.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	
	body#login-page #subhead { background:url("../images/subhead-login.jpg"); }
	body#download-page #subhead { background:url("../images/subhead-download.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#btn-join{
	height:72px;
	background:url("../images/btn-join.jpg") ;
	position:relative;
	}
	#btn-join a {
		position:absolute;
		top: 20px;
		left: 4px;
		width: 253px;
		height: 50px;
		}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:80px;
	background:url("../images/title-contact.jpg");
	}

#title-reading {
	padding-top:80px;
	background:url("../images/title-reading.jpg") top no-repeat;
	}
	#title-reading p {margin: 0 100px 10px 20px; }
	
#title-search {
	padding-top:80px;
	background:url("../images/title-search-blog.jpg") top no-repeat;
	}
	
	
#title-financing {
	padding-top:160px;
	background:url("../images/title-financing.jpg") top no-repeat;
	}
#title-guarantee {
	padding-top:118px;
	height: 54px;
	background:url("../images/title-guarantee.jpg") top no-repeat;
	}
#title-patient-forms {
	background: url("../images/title-patient-forms.jpg") top no-repeat;
	padding-top: 69px;
	}
	#title-financing p , #title-guarantee p {margin: 0 30px 10px 40px; }
	#title-guarantee a:link, #title-guarantee a:visited {color: #FFFFFF;}
	#title-guarantee a:hover, #title-guarantee a:active {color: #E6E3D3;}
#title-lasik {
	padding-top:100px;
	background:url("../images/title-lasik.jpg") top no-repeat ;
	width: 332px;
	float: left;
	}
	#title-lasik span, #title-advanced-tech span, #title-doctors span {display: none;}
	#title-lasik p { margin: 0 10px 10px 21px;}
	
#title-advanced-tech {
	padding-top:100px;
	background:url("../images/title-advanced-tech.jpg") top no-repeat;
	width: 333px;
	float: left;
	}
	#title-advanced-tech  p { margin: 0 10px 10px 11px;}
#title-doctors {
	height:78px;
	background:url("../images/title-doctors.jpg") ;
	clear:both;
	}
#dr-bio-display {
	background: url("../images/dr-bio-wrap.jpg") repeat-y; }
	#dr-bio-display p, #dr-bio-display h2 { margin: 0px 30px 10px 35px;}
	
/*--- to fix IE display issue -- uses image replacement for Dr's names - h2 -------- */
h2#h2-sr {background: url("../images/h2-sr.jpg"); height: 18px; width: 200px;}
h2#h2-jr {background: url("../images/h2-jr.jpg"); height: 18px; width: 200px;}
h2#h2-ry {background: url("../images/h2-ry.jpg"); height: 18px; width: 200px;}
h2#h2-sl {background: url("../images/h2-sl.jpg"); height: 18px; width: 200px;}
h2#h2-rm {background: url("../images/h2-rm.jpg"); height: 18px; width: 200px;}
h2#h2-wb {background: url("../images/h2-wb.jpg"); height: 18px; width: 200px;}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:130px;
		display:block;
		background:url("../images/title-call.jpg") no-repeat;	
		position: relative;
		padding-top: 118px;
		}
		
			
			#click-to-call a {
			height:29px;
			left:14px;
			position:absolute;
			top:135px;
			width:238px;
			}

		#click-to-call a:hover {
				background:url("../images/title-call.jpg") -289px -135px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }
		#column-right #click-to-call p {margin: 31px 75px 10px 20px; font-size:11px;}
		
		#column-right #click-to-call p.hours {
		font-size:11px;
		margin:-19px 0 20px 20px;
		}
		
		#column-right #click-to-call p.office-hours {
		font-size:11px;
		margin:33px 0 20px 20px;
		}
		
		img.hr { margin-left:20px;}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:21px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	padding-top: 20px;
	width:920px;
	margin:0 auto;
	text-align:center;
	}

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

#footer a:link, #footer a:visited { color:#5B5841; text-decoration: underline;}
#footer a:hover, #footer a:active { color:#5B5841; text-decoration: none; }

#footer ul {margin:10px;}
	#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 #5B5841;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:940px; 
	height:33px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 55px; margin-left: 18px;}
#nav-02 { width: 71px;}
#nav-03 { width: 57px;}
#nav-04 { width: 74px;}
#nav-05 { width: 63px;}
#nav-06 { width: 85px;}
#nav-07 { width: 90px;}
#nav-08 { width: 50px;}
#nav-09 { width: 91px;}
#nav-10 { width: 117px;}
#nav-11 { width: 68px;}
#nav-12 { width: 84px;}

/*-------------- (-79px) X position of button / (-33px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -18px -33px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -73px -33px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -144px -33px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -201px -33px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -275px -33px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -338px -33px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -423px -33px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -513px -33px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -563px -33px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -654px -33px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -771px -33px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -839px -33px 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:#13506f;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #0a3c55;
	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: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-03 ul a:hover { 
	background-image:none;
	background-color:#ba6626;
	color:#FFFFFF;
	text-decoration:none;
	}

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



/* ------------------------ Doctors Biography nav ------------------------ */
#column-left #dr-bio-nav { 
	background:url("../images/dr-img-select.jpg") no-repeat; 
	width:665px; 
	height:111px; 
	margin:0;
	padding:0; 
	}

#column-left #dr-bio-nav span { display: none; }

#column-left #dr-bio-nav li, #column-left #dr-bio-nav a { height:111px; display:block; } /* change height here also */

#column-left #dr-bio-nav li { background: transparent; float:left; list-style:none; _display:inline; position:relative; padding: 0px;  }

#column-left #dr-bio-nav-01 { width: 104px; margin-left: 21px;}
#column-left #dr-bio-nav-02 { width: 104px; margin-left: 0px;}
#column-left #dr-bio-nav-03 { width: 104px; margin-left: 0px;}
#column-left #dr-bio-nav-04 { width: 104px; margin-left: 0px;}
#column-left #dr-bio-nav-05 { width: 104px; margin-left: 0px;}
#column-left #dr-bio-nav-06 { width: 104px; margin-left: 0px;}


/*-------------- (-79px) X position of button / (-111px) height of image from above ------------- */
#column-left #dr-bio-nav-01 a:hover { background:url("../images/dr-img-select.jpg")  -21px -111px no-repeat; }
#column-left #dr-bio-nav-02 a:hover { background:url("../images/dr-img-select.jpg") -125px -111px no-repeat; }
#column-left #dr-bio-nav-03 a:hover { background:url("../images/dr-img-select.jpg") -229px -111px no-repeat; }
#column-left #dr-bio-nav-04 a:hover { background:url("../images/dr-img-select.jpg") -333px -111px no-repeat; }
#column-left #dr-bio-nav-05 a:hover { background:url("../images/dr-img-select.jpg") -437px -111px no-repeat; }
#column-left #dr-bio-nav-06 a:hover { background:url("../images/dr-img-select.jpg") -541px -111px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #doc1 #nav-01 { background:url("../images/dr-img-select.jpg")  -21px -111px no-repeat; }
body#index #doc2 #nav-02 { background:url("../images/dr-img-select.jpg")  -125px -111px no-repeat; }
body#index #doc3 #nav-03 { background:url("../images/dr-img-select.jpg")  -229px -111px no-repeat; }
body#index #doc4 #nav-04 { background:url("../images/dr-img-select.jpg")  -333px -111px no-repeat; }
body#index #doc5 #nav-05 { background:url("../images/dr-img-select.jpg")  -437px -111px no-repeat; }
body#index #doc5 #nav-06 { background:url("../images/dr-img-select.jpg")  -541px -111px no-repeat; }


#title-patient-forms ul{ list-style: none;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;}


#title-patient-forms ul li:before {
	content: "\00BB \0020";
	}

/*-------------- Blog Styles ------------- */

/* Blog Styles */

#title-blog-search {
	background: url("../images/title-blog-search.jpg") top no-repeat;
	height:49px;
	}
	
	body#blog #column-right form#wp_searchform { width:165px; margin:0; padding:0;}

body#blog #column-right form#wp_searchform input { 
	width:160px; /* 5 pixles smaller than form width !important */
	}
	
body#blog #column-right form#wp_searchform input#wp_searchsubmit, body#blog #column-left form#wp_commentform input#wp_submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	
body#blog #column-right form#wp_searchform fieldset { 
	color:#4E4839 !important; 
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
body#blog legend {
	color:#4E4839 !important; 
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
	
.wp_commentlist {
margin-left:40px;
}

body#blog #column-left form#wp_commentform input#wp_submit { 
	width:110px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	
	/* single column list */
	body#blog #column-left ul { padding-left:20px; }
		body#blog #column-left ul li {
			}
			
			body#blog #column-left ul.wp_navigation li.alignleft, body#blog #column-left ul.wp_navigation li.alignright  { list-style-type:none; background:none;}
			
			body#blog #column-right ul#blog-rss-2 li a {
			text-decoration:none;
			}
			
			body#blog #column-right ul#blog-rss-2 li, body#blog #footer ul#blog-rss li {
			margin-bottom: 5px;
			border:none;
			list-style-type:none;
			list-style:none;
			}

			body#blog #column-right ul#blog-rss-2 li.first, body#blog #footer ul#blog-rss li.first {
			background:none;
			}


ul#logos li {display:block; width:250px;  margin-right:10px; margin-bottom:20px; float:left; background:none;}


#title-video-button {
	height:197px;
	display:block;
	background:url("../images/title-video-button.jpg") top no-repeat;
	position: relative;
	}
	
	#title-video-button a {
position: absolute;
top: 50px;
left: 1px;
width: 255px;
height: 148px;
		}
	
	#title-video-button span { display:none; }
	
div.wp-caption {
  margin:0 20px 20px 21px;
}

#flash-contest {height:347px; margin:15px 0 15px 55px;}

.fine-print { font-size:11px; }
#financing-page #footer { margin-bottom:1200px; }