/*--------------------- 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:#104dc3 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/20px  Arial, Helvetica, sans-serif; 
	color:#11557b;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#11557b;}
h2	{ font-size:1.1em; color:#114EC3; }
h3	{ font-size:1.0em; color:#539BBF; }

h1 span, h2 span, h3 span	{ display:none;}

h1.span { display:none;}

a:link,a:visited	{ color:#11557b; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#4776d1; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	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;
	}

img.img-left {
	float:left;
	margin:10px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 10px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:360px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}
form div {
	float: left;
	display: inline;
	width: 180px;
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c8b289;
	color:#11557b;
	width:160px; /* 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:.95em;
	}
	
fieldset.contact{margin-left:-80px;}


select { width:100px; 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 { 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; } /* 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 { 
	width:60px;
	height:19px;
	cursor:pointer; 
	padding:0x;
	
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg") no-repeat;
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:819px;
	margin:0 auto;
	text-align:left;
	}



/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:94px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:0px;
	width:345px;
	top:2px;
	height:90px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:223px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 0px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */


	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:0px; /* 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("") 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; /* sets the width of each column */
			line-height:20px; 
			}

	/* 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:596px;
	float:left;
	}

	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 20px 10px 20px;
		}

#column-right p.h1-span	{margin-top:-10px}
	
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:8px; margin-bottom:20px;}
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 8px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			}
	#column-right ul a{
		text-decoration:underline;
		}
	
	
	/* 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;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}

#header-graphic { height:265px; width:596px; float:left; background:url("../images/header-index.jpg"); } 
	body#index #header-graphic { background:url("../images/header-index.jpg"); no-repeat}
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#labial #header-graphic { background:url("../images/header-index.jpg"); }
	body#resources #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#meet #header-graphic { background:url("../images/header-index.jpg"); }
	body#patient #header-graphic, body#privacy-policy #header-graphic { background:url("../images/header-index.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header-index.jpg"); }
	body#whats-new #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); } 
	body#financing #header-graphic { background:url("../images/header-financing.jpg"); no-repeat}
	body#gallery #header-graphic { background:url("../images/header-gallery.jpg"); }
	body#wellness #header-graphic { background:url("../images/header-wellness.jpg"); }
	body#medical #header-graphic { background:url("../images/header-medical.jpg"); }
	body#cosmetic-laser #header-graphic, body#laser-hair-removal #header-graphic, body#laser-skin-rejuvenation #header-graphic, body#laser-skin-tightening #header-graphic, body#laser-skin-resurfacing #header-graphic, body#laser-vein-removal #header-graphic  { background:url("../images/header-cosmetic-laser.jpg"); }
	body#cosmetic-surgery #header-graphic, body#facial-sculpting #header-graphic, body#eyelid #header-graphic, body#face #header-graphic, body#neck #header-graphic, body#nose #header-graphic, body#ear #header-graphic, body#breast-enhancement #header-graphic, body#breast-augmentation #header-graphic, body#breast-lift #header-graphic, body#breast-reduction #header-graphic, body#capsulotomy #header-graphic, body#nipple-reduction #header-graphic, body#body-contouring #header-graphic, body#lipo #header-graphic, body#tummy #header-graphic, body#thigh #header-graphic, body#arm #header-graphic { background:url("../images/header-cosmetic-surgery.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header-testimonials.jpg"); }
	body#whats-new #header-graphic { background:url("../images/header-whats-new.jpg"); }
	body#publications #header-graphic { background:url("../images/header-publications.jpg"); } 
	body#travel #header-graphic { background:url("../images/header-travel.jpg"); } 
	body#downloads #header-graphic, body#accreditation #header-graphic { background:url("../images/header-downloads.jpg"); } 
	body#consultation #header-graphic { background:url("../images/header-consultation.jpg"); } 
	body#news #header-graphic { background:url("../images/header-news.jpg"); } 
	body#directions #header-graphic { background:url("../images/header-directions.jpg"); }
	body#partners #header-graphic { background:url("../images/header-partners.jpg"); }
	body#anesthesia-services #header-graphic { background:url("../images/header-anesthesia.jpg"); }
	body#surgery-center #header-graphic { background:url("../images/header-surgery-center.jpg"); }
	body#meet-staff #header-graphic { background:url("../images/header-meet-staff.jpg"); }
	body#gerald-minniti #header-graphic, body#wyatt #header-graphic, body#handel #header-graphic { background:url("../images/header-minniti.jpg"); }
	body#mark-hestrin #header-graphic { background:url("../images/header-hestrin.jpg"); }
	body#christine-farrell #header-graphic { background:url("../images/header-farrell.jpg"); }



/* ------------------------ subhead framework ------------------------ */
#subhead { height:130px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#doctors #subhead, body#gerald-minniti #subhead, body#mark-hestrin #subhead, body#wyatt #subhead, body#christine-farrell #subhead, body#handel #subhead { background:url("../images/subhead-meet.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#meet-staff #subhead { background:url("../images/subhead-staff.jpg"); }
	body#surgery-center #subhead { background:url("../images/subhead-surgery-center.jpg"); }
	body#accreditation #subhead { background:url("../images/subhead-accreditation.jpg"); }
	body#anesthesia-services #subhead { background:url("../images/subhead-anesthesia.jpg"); }
	body#directions #subhead { background:url("../images/subhead-directions.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#consultation #subhead { background:url("../images/subhead-consultation.jpg"); }
	body#downloads #subhead { background:url("../images/subhead-downloads.jpg"); }
	body#travel #subhead { background:url("../images/subhead-travel.jpg"); }
	body#publications #subhead { background:url("../images/subhead-publications.jpg"); }
	body#breast-augmentation #subhead { background:url("../images/subhead-breast-augmentation.jpg"); }
	body#breast-lift #subhead { background:url("../images/subhead-breast-lift.jpg"); }
	body#labial #subhead { background:url("../images/subhead-labial.jpg"); }
	body#breast-reduction #subhead { background:url("../images/subhead-breast-reduction.jpg"); }
	body#capsulotomy #subhead { background:url("../images/subhead-capsulotomy.jpg"); }
	body#nipple-reduction #subhead { background:url("../images/subhead-nipple-reduction.jpg"); }
	body#lipo #subhead { background:url("../images/subhead-liposuction.jpg"); }
	body#tummy #subhead { background:url("../images/subhead-tummy-tuck.jpg"); }
	body#thigh #subhead { background:url("../images/subhead-thigh-lift.jpg"); }
	body#arm #subhead { background:url("../images/subhead-arm-lift.jpg"); }
	body#eyelid #subhead { background:url("../images/subhead-eyelid-lift.jpg"); }
	body#face #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#neck #subhead { background:url("../images/subhead-neck-lift.jpg"); }
	body#nose #subhead { background:url("../images/subhead-nose-surgery.jpg"); }
	body#ear #subhead { background:url("../images/subhead-ear-surgery.jpg"); }
	body#laser-hair-removal #subhead { background:url("../images/subhead-laser-hair-removal.jpg"); }
	body#laser-skin-rejuvenation #subhead { background:url("../images/subhead-laser-skin-rejuvenation.jpg"); }
	body#laser-skin-tightening #subhead { background:url("../images/subhead-laser-skin-tightening.jpg"); }
	body#laser-skin-resurfacing #subhead { background:url("../images/subhead-laser-skin-resurfacing.jpg"); }
	body#laser-vein-removal #subhead { background:url("../images/subhead-laser-vein-removal.jpg"); }
	body#injectable-fillers #subhead { background:url("../images/subhead-injectable-fillers.jpg"); }
	body#chemical-peels #subhead { background:url("../images/subhead-chemical-peels.jpg"); }
	body#facial #subhead { background:url("../images/subhead-facials.jpg"); }
	body#skin-care #subhead { background:url("../images/subhead-skin-care.jpg"); }
	body#hormone-replacement #subhead { background:url("../images/subhead-hormone-replacement.jpg"); }
	body#nutritional-counseling #subhead { background:url("../images/subhead-nutritional-counseling.jpg"); }
	body#exercise-counseling #subhead { background:url("../images/subhead-exercise-counseling.jpg"); }
	body#partners #subhead { background:url("../images/subhead-partners.jpg"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#wellness #subhead { background:url("../images/subhead-wellness.jpg"); }
	body#medical #subhead { background:url("../images/subhead-medical.jpg"); }
	body#cosmetic-laser #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#cosmetic-surgery #subhead { background:url("../images/subhead-cosmetic-surgery.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#financing #subhead { background:url("../images/subhead-financing.jpg"); }
	body#breast-enhancement #subhead { background:url("../images/subhead-breast-enhance.jpg"); }
	body#body-contouring #subhead { background:url("../images/subhead-body.jpg"); }
	body#facial-sculpting #subhead { background:url("../images/subhead-face.jpg"); }
	body#patient #subhead { background:url("../images/subhead-patient.jpg"); }
	body#privacy-policy #subhead { background:url("../images/subhead-privacy.jpg"); }
	body#resources #subhead {background:url("../images/subhead-resources.jpg");}
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#whats-new #subhead { background:url("../images/subhead-whats-new.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact-index {
	position:relative;
	background:url("../images/title-contact-index.jpg") no-repeat;
	}
	
#title-contact-index p.address{
	position:absolute;
	left: 377px;
	top: 75px;
	
	}
	
#title-contact-index form{ padding-top:60px; padding-left:36px;}

#title-contact {
	position:relative;
	background:url("../images/title-contact.jpg") no-repeat;
	}

#title-contact p.address{
	position:absolute;
	left: 377px;
	top: 75px;
	
	}
	
#title-contact form{ padding-top:60px; padding-left:36px;}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}
	
#title-best {
	background: url("../images/title-best.jpg") top no-repeat;
	} 
	
#title-best-wrap {
	background:url("../images/title-best-wrap.jpg") repeat-y;
	} 
	
#title-bottom-best {
	height:44px;
	background:url("../images/title-bottom-best.jpg") ;
	}

#title-bottom-best-inside {
	height:58px;
	margin-top:25px;
	background:url("../images/title-bottom-best-inside.jpg") ;
	}
	
#title-contact-best {
margin-top:25px;
	height:44px;
	background:url("../images/title-contact-best.jpg") ;
	}

#title-aesthetic {
	height:194px;
	background:url("../images/title-aesthetic.jpg") ;
	}
	
#title-aesthetic ul{
	padding-top:50px;
	}
	
#title-video {
	height:134px;
	background:url("../images/title-video.jpg") ;
	position:relative;
	}
	
	#title-video a {
	position:absolute;
	left:36px;
	width:155px;
	top:20px;
	height:79px;
		}
	#title-video span {
		display:none;
		}
	
	
#title-left-btns {
	height:576px;
	background:url("../images/title-left-btns.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:33px;
	clear:both; /* important - do not remove */
	
	}

/* ------------------------footer framework ------------------------ */
#footer{
	background:url("../images/footer.jpg") no-repeat;
	width:819px;
	height:86px;
	margin:0 auto;
	text-align:center;
	
	}

#footer p {
	color:#fff;
	margin-bottom:0px;
	}

#footer p.bottom {padding-bottom:25px;}	
	

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#DFF1FF; }

#footer ul {margin:0px; padding-top: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 #fff;
		}
	#footer li.first { border: none; }


/* ------------------------ SUB-NAV vertical  ------------------------ */


#sub-nav {
	background:url("../images/title-left-btns.jpg") top left no-repeat;					
	width:223px;	/* Width of buttons, not entite image (or half of entire image) */
	height:576px;	 /* Height of entire image */
	margin:0px; 
	padding:0px;
	float:left;
	}



#sub-nav li span { display: none; }

#sub-nav li { float:left; list-style:none; position:relative; }




#sub-nav li, #sub-nav a { 
	height:78px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#sub-nav-01 { margin-top:0px; width:223px; }

/* margin-top if there is a spacing between each nav button */
#sub-nav-02, #sub-nav-03, #sub-nav-04, #sub-nav-05, #sub-nav-06, #sub-nav-07  { margin-top:0; width:223px; }

#sub-nav-01 a:hover { background:url("../images/title-left-btns.jpg") -223px  -0px no-repeat; }
#sub-nav-02 a:hover { background:url("../images/title-left-btns.jpg") -223px  -78px no-repeat; }
#sub-nav-03 a:hover { background:url("../images/title-left-btns.jpg") -223px  -156px no-repeat; }
#sub-nav-04 a:hover { background:url("../images/title-left-btns.jpg") -223px  -234px no-repeat; }
#sub-nav-05 a:hover { background:url("../images/title-left-btns.jpg") -223px -312px no-repeat; }
#sub-nav-06 a:hover { background:url("../images/title-left-btns.jpg") -223px -390px no-repeat; }
#sub-nav-07 a:hover { background:url("../images/title-left-btns.jpg") -223px -468px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #sub-nav-01 { background:url("../images/title-left-btns.jpg") -100px  -15px no-repeat; }
body#SPECIFY #sub-nav-02 { background:url("../images/title-left-btns.jpg") -100px  -30px no-repeat; }
body#SPECIFY #sub-nav-03 { background:url("../images/title-left-btns.jpg") -100px  -60px no-repeat; }
body#SPECIFY #sub-nav-04 { background:url("../images/title-left-btns.jpg") -100px  -90px no-repeat; }
body#SPECIFY #sub-nav-05 { background:url("../images/title-left-btns.jpg") -100px -120px no-repeat; }
body#SPECIFY #sub-nav-06 { background:url("../images/title-left-btns.jpg") -100px -150px no-repeat; }
body#SPECIFY #sub-nav07 { background:url("../images/title-left-btns.jpg") -100px -150px no-repeat; }
/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#sub-nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#ffeca9;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:100px; /* Set to same width as in #nav */
	margin-top:-30px; /* Set to each button height, same as used above */
	}

#sub-nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border-top:none;
	}

#sub-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 */
	}

#sub-nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#sub-nav a:link, #sub-nav a:visited, #sub-nav a:hover, #sub-nav a:active {
	font-size:1.0em;
	color:#206eb4;
	text-decoration:none;
	}

#sub-nav li:hover ul, #sub-nav li.sfHover ul	{ left: 123px; }

/* Hover styles for drop down items */
#sub-nav-01 ul a:hover, #sub-nav-03 ul a:hover { 
	background-image:none;
	background-color:#fddf84;
	color:#206eb4;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#sub-nav-01 ul, #sub-nav-01 li { width:150px; }		
#sub-nav-03 ul, #sub-nav-03 li { width:120px; }		

/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:223px;	/* Width of buttons, not entite image (or half of entire image) */
	height:265px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:28px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:56px; width:201px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07  { margin-top:0; width:223px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -223px  -56px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -223px  -84px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -223px  -112px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -223px  -140px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -223px -168px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -223px -196px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -223px -224px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -223px  -56px no-repeat; }
body#doctors #nav-02 { background:url("../images/nav.jpg") -223px  -84px no-repeat; }
body#about #nav-03 { background:url("../images/nav.jpg") -223px  -112px no-repeat; }
body#patient #nav-04 { background:url("../images/nav.jpg")  -223px  -140px no-repeat; }
body#testimonials #nav-05 { background:url("../images/nav.jpg") -223px -168px no-repeat; }
body#whats-new #nav-06 { background:url("../images/nav.jpg") -223px -196px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -223px -224px no-repeat; }



#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#ffeca9;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:223px; /* Set to same width as in #nav */
	margin-top:-30px; /* Set to each button height, same as used above */
	border:1px solid #68acd8;
	}

#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	}

#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:#206eb4;
	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 { 
	background-image:none;
	background-color:#fddf84;
	color:#206eb4;
	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:330px; }		
#nav-03 ul, #nav-03 li { width:230px; }	
#nav-04 ul, #nav-04 li { width:140px; }		



/* Misc */
#video-wellness {
	width: 225px;
	border: 4px solid #fede58;
	background-color: #fef6d6;
	float:right; 
	margin:5px 20px 10px 10px; 
	}
	
	#video-wellness img {
		margin-bottom: 12px;
		border: 1px solid #fede58;
		}
	
.img-hour { padding:14px;}

img.bna { margin-right:5px; border:1px solid; border-color:#2b4c74;}

div.bna-1 { width:220px; float:left; margin:0 0px 10px 20px; display:inline;}

#bna-left { float:left; width:200px; margin-right:60px;}
#bna-right { float:left; width:200px;}
	
