/*--------------------- 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:'';}

p {text-align:justify;}
p.center {text-align:center}
p.left {text-align:left;}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

body { 
	background:#303030 url("../images/bg-body.jpg") top repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#ADADAD;
	}

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

h1	{ font-size:1.2em; color:#ADADAD; }
h2	{ font-size:1.1em; color:#CC6600; }
h3	{ font-size:1.0em; color:#908A00; }

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

a:link,a:visited	{ color:#CC6600; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#ffffff; text-decoration:none; outline:none; }


body#sitemap h2 { margin-bottom:5px; padding-top:10px;}
body#whats-new h1 { margin-bottom:5px; font-size:1.1em; color:#CC6600;}
body#whats-new h2 { margin-bottom:5px; padding-top:15px; }




/* ------------------------ classes ------------------------ */
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
	
div.testimonials { 
	height:1px;
	width:515px;
	background:url("../images/bg-testimonials.jpg") no-repeat; 
	margin:0 0 15px 0px;
	}


body#testimonials h1 { margin-bottom:15px; } /* set form margin here */
body#testimonials h2 { margin-bottom:3px; } /* set form margin here */	
body#testimonials h3 { margin-bottom:3px; } /* set form margin here */	

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:0px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	clear:both;
	}
p.back-to-top a	{ color:#CC6600; text-decoration:none; outline:none; }
p.back-to-top a:hover,a:active	{ color:#FFFFFF; text-decoration:none; outline:none; }

p.more-info {
	text-align:right;
	display:block;
	}
	
body#gallery p.bottom { margin-bottom:0px; } /* set form margin here */	


img.img-left { 
	float:left; 
	margin:0px 10px 5px 5px;
	}

img.img-right { 
	float:right; 
	margin:0px 5px 5px 10px; 
	}
.emphasis-text {
	color: #CC6600;
	font-weight:bold;
	}

/* ------------------------ 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 #CC6600;
	color:#414141;
	width:175px; /* 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 { 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:20px;
	cursor:pointer; 
	padding:0; 
	}

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

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

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

body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:770px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:392px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:10px;
		width:740px;
		top:5px;
		height:157px; 
		}
	#masthead a span {
		display:none;
		}
body#index #masthead {
	position:relative;
	background:url("../images/masthead-index.jpg");
	height:115px;
	}
	/* index page link within #masthead */		
	body#index #masthead a {	
		position:absolute;
		left:10px;
		width:451px;
		top:30px;
		height:80px; 
		}
	body#index #masthead a span {
		display:none;
		}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:224px;
	float:left;
	background: url("../images/left-bg.jpg") top no-repeat;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 20px;
		}

	#column-left form { margin-left:20px; } /* set form margin here */

body#index #column-left {
	width:471px;
	float:left;
	background: none;
	}

	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		margin:0px 24px 10px 30px;
		}

	body#index #column-left form { margin-left:30px; } /* set form margin here */



body#patient-care ul.bottom li { margin-bottom:10px; } /* set form margin here */
	
	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul 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 */
			margin-bottom: 3px;
			}


#column-right ul li.indent { 
			background:transparent url("../images/bullet-indent.jpg") 18px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:25px; /* 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; /* 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:546px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 30px 10px 24px;
		}

	#column-right form { margin-left:24px; }
	
body#index #column-right {
	width:299px;
	float:left;
	}

	body#index #column-right p, body#index #column-right h1, body#index #column-right h2, body#index #column-right h3, body#index #column-right ul, body#index #column-right dl, {
		margin:0px 30px 10px 24px;
		}
		
		.facebook{
		margin:0px 30px 10px 24px;
		}

	body#index #column-right form { margin-left:24px; }
	
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul 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 */
			margin-bottom:2px;
			}

			
	/* 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:#CC6600;
			}
		#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:100px;
			}
		#column-right dl dd.inset-img {
			background: none;
			float: left;
			width: 87px;
			height: 87px;
			margin: 0 10px 8px 0 ;
			padding: 0 5px 0 0px;
			}
		#column-right dl dd.clear {clear: both; background: none;}
		#column-right dl dd a:link, #column-right dl dd a:visited {color: #ADADAD;}
		#column-right dl dd a:hover, #column-right dl dd:active {color: #CC6600;}
/* ------------------------ header framework ------------------------ */
#flashheader {background:url("../images/header-flash-bg.jpg") no-repeat; height:392px; } 
	/* --------------- 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: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { background:url("../images/header-index.jpg") no-repeat; height:392px; } /* sets height for all non-flash headers */


/* ------------------- LEFT IMAGE SET UP ----------------------------*/
	#left-image { width: 216px; text-align:center; margin: 7px 2px 20px 3px; height: 280px;}
	body#drsmart #left-image { background:url("../images/left-img-contact.jpg") center no-repeat; height: 200px;}
	body#procedures #left-image { background:url("../images/left-img-procedures.jpg") center no-repeat; height: 250px; }
	body#gallery #left-image { background:url("../images/left-img-gallery.jpg") center no-repeat;  height: 250px;}
	body#testimonials #left-image { background:url("../images/left-img-testimonials.jpg") center no-repeat; height: 280px;}
	body#whats-new #left-image { background:url("../images/left-img-whats-new.jpg") center no-repeat; height: 280px;}
	body#patient-care #left-image { background:url("../images/left-img-patient.jpg") center no-repeat; height: 200px;}
	body.body #left-image { background:url("../images/left-img-body.jpg") center no-repeat; height: 280px;}
	body.bodylift #left-image { background:url("../images/left-img-body.jpg") center no-repeat; height: 280px;}
	body#male #left-image { background:url("../images/left-img-male.jpg") center no-repeat; }
	body#skin #left-image { background:url("../images/left-img-skin.jpg") center no-repeat; height: 250px;}
	body.face #left-image { background:url("../images/left-img-face.jpg") center no-repeat; height: 280px;}
	body.breast #left-image { background:url("../images/left-img-breast-aug.jpg") center no-repeat; }
	body.breast-2 #left-image { background:url("../images/left-img-breast-2.jpg") center no-repeat; height: 280px; }
	body#reconstruction #left-image { background:url("../images/left-img-breast-2.jpg") center no-repeat; height: 280px; }
	body#contact #left-image { background:url("../images/left-img-contact.jpg") center no-repeat; height: 200px;}
	body#thankyou #left-image { background:url("../images/left-img-whats-new.jpg") center no-repeat; }
	body#sitemap #left-image { background:url("../images/left-img-patient.jpg") center no-repeat; }
	body#nose #left-image { background:url("../images/left-img-face.jpg") center no-repeat; }
	body#browlift #left-image { background:url("../images/left-img-face.jpg") center no-repeat; }
	body#facelift #left-image { background:url("../images/left-img-face.jpg") center no-repeat; }
	body#eyelift #left-image { background:url("../images/left-img-face.jpg") center no-repeat; }
	body#laser #left-image { background:url("../images/left-img-face.jpg") center no-repeat; }
	body#eartuck #left-image { background:url("../images/left-img-face.jpg") center no-repeat; }
	body#reduction #left-image { background:url("../images/left-img-breast-aug.jpg") center no-repeat; }
	body#tummytuck #left-image { background:url("../images/left-img-body.jpg") center no-repeat; }
	body#liposuction #left-image { background:url("../images/left-img-body.jpg") center no-repeat; }
	body#injectables #left-image { background:url("../images/left-img-face.jpg") center no-repeat; }
	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:52px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height:34px; }
	body#drsmart #subhead { background:url("../images/subhead-drsmart.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#bodylift #subhead { background:url("../images/subhead-bodylift.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skincare.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#whats-new #subhead { background:url("../images/subhead-whats-new.jpg"); }
	body#patient-care #subhead { background:url("../images/subhead-patient-care.jpg"); }
	body#procedures #subhead { background:url("../images/subhead-procedures.jpg"); }
	body#lift #subhead { background:url("../images/subhead-breast-lift.jpg"); }
	body#male #subhead { background:url("../images/subhead-male.jpg"); }
	body#breast-aug #subhead { background:url("../images/subhead-breast-aug.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.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#nose #subhead { background:url("../images/subhead-rhinoplasty.jpg"); }
	body#browlift #subhead { background:url("../images/subhead-browlift.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#eyelift #subhead { background:url("../images/subhead-eyelift.jpg"); }
	body#tummytuck #subhead { background:url("../images/subhead-tummytuck.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-liposuction.jpg"); }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg"); }
	body#eartuck #subhead { background:url("../images/subhead-eartuck.jpg"); }
	body#reconstruction #subhead { background:url("../images/subhead-reconstruction.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser-resurfacing.jpg"); }
	body#reduction #subhead { background:url("../images/subhead-reduction.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
div.index-section {
	background:url("../images/index-section-wrap.jpg") repeat-y;
	width: 471px;
	}	
  div.index-section-top {
  	background: url("../images/index-section-top.jpg") top no-repeat;
	height: 19px;
	}
  div.index-section-bottom {
  	background: url("../images/index-section-bottom.jpg") bottom no-repeat;
	height: 16px;
	clear:both;
	}
  body#index #column-left div.index-section p {
  	font:Georgia, "Times New Roman", Times, serif;
  	margin: 0 50px 10px 56px;
	}
div.index-section a:link, div.index-section a:visited	{ color:#908A00; text-decoration:none; outline:none; font-weight:bold; }
div.index-section a:hover, div.index-section a:active	{ color:#FFFFFF; text-decoration:none; outline:none; font-weight:bold; }

 

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:50px;
	background:url("../images/title-contact.jpg") ;
	clear:both;
	}
	
body#contact #title-contact, body#thankyou #title-contact {
	height:50px;
	background:url("../images/title-locate.jpg") ;
	clear:both;
	}
body#index #title-contact {
	height:50px;
	background:url("../images/title-contact-index.jpg") ;
	clear:both;
	}
#title-services {
	height:41px;
	background:url("../images/title-services.jpg") ;
	}
#title-procedures {
	height:35px;
	background:url("../images/title-procedures.jpg") ;
	}

#map-link {
	position:relative;
	background: url("../images/btn-map-link.jpg") no-repeat;
	height:146px;
}

#map-link a{
	position:absolute;
	height:146px;
	width:224px;
}

#index-map-link {
	position:relative;
	background: url("../images/index-btn-map-link.jpg") no-repeat;
	height:146px;
}

#index-map-link a{
	position:absolute;
	height:146px;
	width:224px;
}

p.map a{padding-left:5px;}

/* ------------------------ 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:20px;
	clear:both; /* important - do not remove */
	}
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:770px;
	margin:0 auto;
	text-align:center;
	padding: 5px 0 10px 0;
	font-size: .95em;
	background-color: #242424;
	}
#footer-break {
	background: url("../images/footer.jpg") top no-repeat;
	height: 17px;
}

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

#footer a:link, #footer a:visited { color:#CC6600; text-decoration:none; }
#footer a:hover, #footer a:active { color:#ffffff;  text-decoration:none; }

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

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:770px; 
	height:43px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 64px; margin-left: 6px;}
#nav-02 { width: 83px;}
#nav-03 { width: 93px;}
#nav-04 { width: 113px;}
#nav-05 { width: 105px;}
#nav-06 { width: 101px;}
#nav-07 { width: 104px;}
#nav-08 { width: 98px;}

/*-------------- (-79px) X position of button / (-43px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -6px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -70px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -153px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -246px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -359px -43px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -464px -43px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -565px -43px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -669px -43px 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:#96500B;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:18px; /* Height of each drop down nav item */
	border:1px solid #FFFFFF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:18px;	/* Height of each drop down nav item, should match above */
	line-height:18px;	 /* 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:.95em;
	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, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#FFFFFF;
	color:#000;
	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:170px; }		
#nav-04 ul, #nav-04 li { width:150px; }

/*------------------------ nav new css -------------------------------*/
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul ul {
	margin:-18px 0 0 170px;
	background:#96500B;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	
	}
	
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
	
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {
	left: auto;
	
	}

.staffInfo {width:100px; text-align:center; float:left; margin:20px 10px 5px 24px; width:140px;}
.staffInfo img { margin-top:2px;}