/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


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

/* 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:#F3DBAF url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	color:#552500;
	}

blockquote { 
	margin: 20px 40px 20px 50px;
	}



p.h1, h1	{ font-size:1.3em; color:#2A2021; font-weight:bold; }
p.h2, h2	{ font-size:1.2em; color:#551E00; font-weight:bold;}
p.h3, h3	{ font-size:1.0em; color:#BA6708; font-weight:bold;}
p.h1 span,p.h2 span,p.h3 span, body#index p.h1	{ display:none; }




a:link,a:visited	{ color:#BA6708; font-weight:bold; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#BA6708; text-decoration:none; outline:none; }

#column-left a:link,#column-left a:visited	{ color:#552500; font-weight:bold; text-decoration:underline; outline:none; }
#column-left a:hover,#column-left a:active	{ color:#BA6708; text-decoration:none; outline:none; }
/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:20px; 
	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;
	}
p.back-to-top-clear {
	clear:both;
	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 8px 2px 25px; 
	}
img.img-left1 { 
	float:left; 
	margin:6px 6px 12px 25px; 
	}

img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
div.caption  { 
	float:right; 
	margin:5px 20px 10px 10px; 
	}	
#column-right div.caption p { margin: 0px; text-align:center;}
#column-right dd img.border {
	border: 2px solid #562603;
	}	
/* ----- global form elements ----- */ 

form {
	width:175px;
	}

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

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

input, textarea, select { 
	background-color:#FAEACE !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #DEC79E !important;
	color:#562500;
	width:170px; /* 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:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

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

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

.subject	{ display: none; }

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


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

input.submit, input.submit-contact-main { 
	width:61px;
	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/btn-submit.jpg");
	width:61px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ----- referral form ----- */
#referralForm {
	width: 90%;
}
#referralForm label {
	float: left;
	clear: left;
	width: 125px;
}
.required {
	color: #c00;
	font-size: 10px;
}

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	height:278px;
	text-align:center;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:518px;
		width:225px;
		top:20px;
		height:115px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:253px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul.bullet, #column-left ul.multi, #column-left dl {
		margin:0 10px 10px 48px;
		}
	#column-left form { padding-left:48px; }
	
	/* single column list */
	#column-left ul.bullet { padding-left:5px; }
		#column-left ul.bullet li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	#contact-left {
		background:url("../images/left-contact.jpg") top no-repeat;
		height:54px;
		}			
	body#gallery #contact-left {
		background:url("../images/gallery-contact-left.jpg") top no-repeat;
		padding:75px 0 50px 0;
		height:auto;
		}
		
	body#testimonials2 #contact-left {
		padding:75px 0 50px 0;
		height:auto;
		
		}			
	body#contact #contact-left, body#thankyou #contact-left {
	background:url("../images/left-locate.jpg") top no-repeat;
	padding:224px 0 50px 0;
	
	
		}			
	body#contact #contact-left2, body#thankyou #contact-left, body#suggestions #contact-left2 {
	background:url("../images/left-locate2.jpg") top no-repeat;
	padding:24px 0 50px 0;
	
	
		}	
		body#contact #contact-left a.map, body#thankyou #contact-left a.map {
			position: absolute;
			left:28px;
			width:210px;
			top:67px;
			height:120px;
			}
			body#contact #contact-left a span, body#thankyou #contact-left a span{display:none;}
			
	#logos {
		position:relative;
		background:url("../images/logos.jpg") top;
		height: 377px;
		}
		#logos a.asps {
			position:absolute;
			left:45px; 
			width:150px;
			top:5px; 
			height:60px;
			}
		#logos a.asaps {
			position:absolute;
			left:25px; 
			width:190px;
			top:75px; 
			height:70px;
			}
		#logos a.facs {
			position:absolute;
			left:34px; 
			width:150px;
			top:165px; 
			height:70px;
			}

		#logos a.mos {
			position:absolute;
			left:34px; 
			width:190px;
			top:225px; 
			height:70px;
			}
			
		#logos a.isps {
			position:absolute;
			left:34px; 
			width:190px;
			top:300px; 
			height:70px;
			}

	#featured-case {
		position:relative;
		background:url("../images/bna-thumb-index.jpg") top no-repeat;
		height: 171px;
		}
		#featured-case a {
	position:absolute;
	left:24px;
	top:63px;
	width:215px;
	height:94px;
	
	
			}
			#featured-case a span {display:none;}
	body#gallery #financing {
		margin-top: 250px;
		}
	#financing {
		position:relative;
		background:url("../images/financing-logos-index.jpg") top;
		height: 117px;
		margin-top: 20px;
		}
			
		#financing a.carecredit {
	position:absolute;
	left:70px;
	width:135px;
	top:70px;
	height:25px;
			}
			#financing a.carecredit span {display:none;}
		
			#financing2 {
		position:relative;
		background:url("../images/financing-logos-index2.jpg") top no-repeat;
		height: 125px;
		margin-top: 0px;
		}
		#financing2 a.finance {
			position:absolute;
			left:50px; 
			width:170px;
			top:15px; 
			height:30px;
			}
			#financing2 a.finance span {display:none;}
			
		#financing2 a.carecredit {
			position:absolute;
			left:49px; 
			width:166px;
			top:56px; 
			height:59px;
			}
			#financing2 a.carecredit span {display:none;}
		
	#testimonials{
		background: url("../images/what-patients-saying.jpg") top no-repeat;
		height:72px;
		}
	#column-left p.testimonial-txt {
		margin-top: 10px;
		}
	body#gallery #column-left p.testimonial-txt {
		clear:both;
		width: 185px;
		}
	body#gallery #column-left p.testimonial-top {
		margin-top: 20px;
		}
	body#gallery #column-left p.testimonial-ears {
		margin-top: 200px;
		font-style: italic;
		width: 185px;
		}
	#map {
		background: url("../images/btn-map.jpg") top no-repeat;
		position: relative;
		height: 122px;
		margin: 40px 0 30px 0;
		}
	body#gallery #map { margin: 0px 0 65px 0;}
		#map a {
			position: absolute;
			top: 10px;
			height: 110px;
			left: 35px;
			width: 200px;
			}
	#column-right p.dr-blockquote {margin: 0 60px 10px 50px; font-style:italic; width: 410px; }
	#column-right p.dr-quote {margin: 0 60px 10px 50px; font-style:italic; width: 410px; text-align:right;}
/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl, #column-right ul.multi, #column-right ul.right {
		margin:0 35px 10px 25px;
		}
	#column-right p.italics-right {width: 460px; font-style:italic; font-weight:bold;}
	#column-right form { margin-left:25px; }
	 
	/* single column list */
	#column-right ul.right { padding-left:5px; margin-bottom:10px; }
		#column-right ul.right li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { 
			margin:0 0px 10px 25px; 
			width:222px;
			float:left;
			} 
	#column-right ul.multi2 { 
			margin:0 0px 10px 10px; 
			width:210px;
			float:left;}
			
	#column-right ul.multi3 { 
			margin:40px 0px 10px 0px; 
			float:left;
			padding-left:10px;
			} 
			#column-right ul.multi3 a {text-decoration:none;}
			#column-right ul.multi3 a:hover { color:#472100;}
		#column-right ul.multi li, #column-right ul.multi2 li{ 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:9px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			}

#column-right h2#case-month {font-size:1.5em; margin-top:10px;}

form#gallery-page-select select {width:240px; margin-bottom:15px;}
body#gallery h1 {margin-top:10px;}
.gallerypic {margin: 0px; padding: 0px 20px 0px 25px;}
.galleryclear { clear: both; padding-top:15px;}	
	
	/* definition list */
	#column-right dl {  }
		#column-right dl dt {
			clear:both;
			font-weight:bold;
			color:#551E00;
			margin-bottom: 10px;
			font-size:1.05em;
			height: 20px;
			}
		#column-right dl dt.empty {
			height: 0px;
			}

		#column-right dl dd {
			margin-bottom:5px;
			width: 220px;
			float:left;
			text-align:center;
			}
		
		#column-right dl dd.back-to-top-clear {
			width: 450px;
			text-align: right;
			}
		#column-right dl dd.enlarge {
			width: 360px;
			text-align: center;
			}
		#column-right dl dd.enlarge1 {
			clear:both;
			width: 427px;
			text-align: center;
			}
		#column-right dl dt.newsletters {
			text-align: center;
			font-weight:100;
			font-size: 1em;
			padding-left: 0px;
			}
		#column-right dl.newsletters dd {
			margin-bottom:5px;
			width: 180px;
			float:left;
			text-align:center;
			}
	
	#column-right dl#com-thumb {
		padding-left:60px;
		margin-left:0px;
	}
	#column-right dl#com-thumb dd {width:377px;}
	
	#procedures {
		background: url("../images/procedures.jpg") top no-repeat;
		padding-top:90px;
		}
		#procedure-text {width:327px; float:left;}
		#procedure-text p {margin: 0 10px 10px 25px;}
		#procedures #procedure-list { padding-left:5px; float:right; width:190px;}
		#procedures #procedure-list li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:14px;  /* pushes text to the right to display bg img */
			}

body#testimonials2 #column-right p {padding:0 10px; overflow:hidden; _width:440px;}
body#testimonials2 #column-right p em {}

#column-right p.test-cite {text-align:right; margin-bottom:35px; border-bottom:1px solid #dcb572; padding-bottom:5px;}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:45px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #masthead { background:url("../images/header-index.jpg"); }
	body#about #masthead { background:url("../images/header-about.jpg"); }
	body#doctor #masthead { background:url("../images/header-about.jpg") ; }
	body#payment #masthead { background:url("../images/header-about.jpg") ; }
	body#privacy #masthead { background:url("../images/header-about.jpg") ; }
	body#refer #masthead { background:url("../images/header-about.jpg") ; }
	body#non-surgical #masthead{ background:url("../images/header-gallery.jpg"); }
	body#breast #masthead, body#breastfeeding #masthead, body#breastaugconsiderations #masthead, body#breastimplants #masthead { background:url("../images/header-breast.jpg"); }
	body#augmentation #masthead{ background:url("../images/header-breast.jpg"); }
	body#implant #masthead{ background:url("../images/header-breast.jpg"); }
	body#reduction #masthead{ background:url("../images/header-breast.jpg"); }
	body#breast-lift #masthead{ background:url("../images/header-breast.jpg"); }
	body#reconstruction #masthead{ background:url("../images/header-breast.jpg"); }
	body#body #masthead{ background:url("../images/header-body.jpg"); }
	body#makeover #masthead{ background:url("../images/header-body.jpg"); }
	body#lipo #masthead{ background:url("../images/header-body.jpg"); }
	body#tummy-tuck #masthead, body#tummy-tuck-faqs #masthead { background:url("../images/header-body.jpg"); }
	body#bodylift #masthead{ background:url("../images/header-body.jpg"); }
	body#face #masthead{ background:url("../images/header-face.jpg"); }
	body#facelift #masthead{ background:url("../images/header-face.jpg"); }
	body#eyelid-surgery #masthead{ background:url("../images/header-face.jpg"); }
	body#ear-surgery #masthead{ background:url("../images/header-face.jpg"); }
	body#male #masthead{ background:url("../images/header-male.jpg"); }
	body#gallery #masthead{ background:url("../images/header-gallery.jpg"); }
	body#testimonials2 #masthead{ background:url("../images/header-gallery.jpg"); }
	body#news #masthead { background:url("../images/header-body.jpg") ;}
	body#contact #masthead { background:url("../images/header-contact.jpg"); }
	body#thankyou #masthead { background:url("../images/header-contact.jpg"); }
	body#sitemap #masthead { background:url("../images/header-about.jpg"); }
	body#faq #masthead { background:url("../images/header-about.jpg") ; }
	body#suggestions #masthead { background:url("../images/header-about.jpg") ; }

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

	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; padding-top:76px; }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; padding-top:76px; }
	body#payment #subhead { background:url("../images/subhead-payment.jpg") top no-repeat; padding-top:76px; }
	body#doctor #subhead { background:url("../images/subhead-doctor.jpg") top no-repeat; padding-top:76px; }
	body#privacy #subhead { background:url("../images/subhead-privacy.jpg") top no-repeat; padding-top:76px; }
	body#refer #subhead { background:url("../images/subhead-refer.jpg") top no-repeat; padding-top:76px; }
	body#breast #subhead { background:url("../images/subhead-breast.jpg") top no-repeat; padding-top:76px; }
	body#breastfeeding #subhead { background:url("../images/subhead-breastfeeding.jpg") top no-repeat; padding-top:76px; }
	body#breastimplants #subhead { background:url("../images/subhead-breastimplants.jpg") top no-repeat; padding-top:76px; }
	body#augmentation #subhead { background:url("../images/subhead-augmentation.jpg") top no-repeat; padding-top:76px; }
	body#breastaugconsiderations #subhead { background:url("../images/subhead-breastaugconsiderations.jpg") top no-repeat; padding-top:76px; }
	body#implant #subhead { background:url("../images/subhead-implant-revision.jpg") top no-repeat; padding-top:76px; }
	body#reduction #subhead { background:url("../images/subhead-reduction.jpg") top no-repeat; padding-top:76px;  }
	body#breast-lift #subhead { background:url("../images/subhead-breastlift.jpg") top no-repeat; padding-top:76px;  }
	body#reconstruction #subhead { background:url("../images/subhead-reconstruction.jpg") top no-repeat; padding-top:76px;  }
	body#body #subhead { background:url("../images/subhead-body.jpg") top no-repeat; padding-top:76px; }
	body#makeover #subhead { background:url("../images/subhead-makeover.jpg") top no-repeat; padding-top:76px; }
	body#lipo #subhead { background:url("../images/subhead-lipo.jpg") top no-repeat; padding-top:76px;  }
	body#tummy-tuck #subhead { background:url("../images/subhead-tummy-tuck.jpg") top no-repeat; padding-top:76px;  }
	body#tummy-tuck-faqs #subhead { background:url("../images/subhead-tummy-tuck-faqs.jpg") top no-repeat; padding-top:76px;  }
	body#bodylift #subhead { background:url("../images/subhead-body-lift.jpg") top no-repeat; padding-top:76px;  }
	body#face #subhead { background:url("../images/subhead-face.jpg") top no-repeat; padding-top:76px; }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg") top no-repeat; padding-top:76px;  }
	body#eyelid-surgery #subhead { background:url("../images/subhead-eyelid.jpg") top no-repeat; padding-top:76px;  }
	body#ear-surgery #subhead{ background:url("../images/subhead-ear.jpg") top no-repeat; padding-top:76px;  }
	body#non-surgical #subhead { background:url("../images/subhead-services.jpg") top no-repeat; padding-top:76px; }
	body#male #subhead { background:url("../images/subhead-male.jpg") top no-repeat; padding-top:76px; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") top no-repeat; padding-top: 76px; float: left; width: 527px;}
	body#testimonials2 #subhead { background:url("../images/subhead-saying.jpg") top no-repeat; padding-top: 76px; float: left; width: 527px;}
	body#news #subhead { background:url("../images/subhead-news.jpg") top no-repeat; padding-top:76px; float: left; width: 527px; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; padding-top:76px; float: left; width: 527px; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; padding-top:76px; height:350px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; padding-top:76px; }
	body#faq #subhead { background:url("../images/subhead-faq.jpg") top no-repeat; padding-top: 76px; float: left; width: 527px;}
	body#suggestions #subhead { background:url("../images/subhead-suggestions.jpg") top no-repeat; padding-top:76px; float: left; width: 527px; }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}
body#news #subhead li { list-style:disc;}

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

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

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

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

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

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 10px 0 7px;
	display: inline;
	border-left: 1px solid #552500;
	}

	#footer li.first { border: none; }

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

#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:780px;
	height:40px;
	margin:0;
	padding:0;
	z-index: 5;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 66px; margin-left: 14px;}
#nav-02 { width: 70px;}
#nav-03 { width: 143px;}
#nav-04 { width: 56px;}
#nav-05 { width: 50px;}
#nav-06 { width: 52px;}
#nav-07 { width: 135px;}
#nav-08 { width: 92px;}
#nav-09 { width: 88px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -14px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -80px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -150px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -293px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -349px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -399px -40px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -451px -40px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -586px -40px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -678px -40px no-repeat; }

/* Horozontal Sprite Nav - nav-btns
 * ------------------------------------------------------------------------- */

#nav-btns{ 
	background:url("../images/nav-procedures.jpg") no-repeat; 
	width:527px; 
	height:168px; 
	margin:0;
	padding:0; 
	}

#nav-btns span { display: none; }

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

#nav-btns li { float:left; list-style:none; display:inline; }

#nav-btns-01 { width: 128px; margin-left: 3px;}
#nav-btns-02 { width: 128px;}
#nav-btns-03 { width: 128px;}
#nav-btns-04 { width: 128px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-btns-01 a:hover { background:url("../images/nav-procedures.jpg")  -3px -168px no-repeat; }
#nav-btns-02 a:hover { background:url("../images/nav-procedures.jpg") -131px -168px no-repeat; }
#nav-btns-03 a:hover { background:url("../images/nav-procedures.jpg") -259px -168px no-repeat; }
#nav-btns-04 a:hover { background:url("../images/nav-procedures.jpg") -387px -168px 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:#A88359;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:1;
	}

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

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }
#nav li#nav-09:hover ul, #nav li#nav-09.sfHover ul	{ left: -94px; }

/* 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, #nav-07 ul a:hover, #nav-09 ul a:hover { 
	background-image:none;
	background-color:#A88359;
	color:#F3DBAF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:200px; }		
#nav-03 ul, #nav-03 li { width:290px; }
#nav-04 ul, #nav-04 li { width:265px; }
#nav-05 ul, #nav-05 li { width:240px; }		
#nav-06 ul, #nav-06 li { width:230px; }
#nav-07 ul, #nav-07 li { width:190px; }
#nav-09 ul, #nav-09 li { width:180px; }

/* Horozontal Sprite Nav - btn-gallery
 * ------------------------------------------------------------------------- */

#gallery-nav{ 
	background:url("../images/btn-gallery.jpg") no-repeat; 
	width:253px; 
	height:76px; 
	margin:0;
	padding:0; 
	}

#gallery-nav span { display: none; }

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

#gallery-nav li { float:left; list-style:none; display:inline; }

#gallery-nav-01 { width: 253px; margin-left: 0px}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#gallery-nav-01 a:hover { background:url("../images/btn-gallery.jpg")  -0px -76px no-repeat; }

/* Horozontal Sprite Nav - btn-blog
 * ------------------------------------------------------------------------- */

#blog-nav{ 
	background:url("../images/btn-blog.jpg") no-repeat; 
	width:253px; 
	height:76px; 
	margin:0;
	padding:0; 
	}

#blog-nav span { display: none; }

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

#blog-nav li { float:left; list-style:none; display:inline; }

#blog-nav-01 { width: 253px; margin-left: 0px}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#blog-nav-01 a:hover { background:url("../images/btn-blog.jpg")  -0px -76px no-repeat; }



/* Horozontal Sprite Nav - btn-recommend
 * ------------------------------------------------------------------------- */

#recommend-nav{ 
	background:url("../images/btn-recommend.jpg") no-repeat; 
	width:253px; 
	height:76px; 
	margin:0;
	padding:0; 
	}

#recommend-nav span { display: none; }

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

#recommend-nav li { float:left; list-style:none; display:inline; }

#recommend-nav-01 { width: 253px; margin-left: 0px}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#recommend-nav-01 a:hover { background:url("../images/btn-recommend.jpg")  -0px -76px no-repeat; }

.bottext { font-size: 10px; line-height: 14px;}

.submitrefer {
	background:url("../images/btn-submit.jpg");
	width:61px;
	height:20px;
	border:none;
	cursor:pointer;
	}
