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

p.h1,p.h2,p.h3,p.h4,p.h5,p.h6 {font-size:100%;}


q:before, q:after {
	content:'';
}


/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#35230a url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#000;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}

h1	{ font-size:1.2em; color:#342309; }
h2	{ font-size:1.1em; color:#515139; }
h3	{ font-size:1.0em; color:#726241; }

p.h1	{ font-size:1.2em; color:#342309; font-weight:bold;}
p.h2	{ font-size:1.1em; color:#515139; font-weight:bold;}
p.h3	{ font-size:1.0em; color:#726241; font-weight:bold;}

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


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

a:link,a:visited	{ color:#342309; text-decoration:underline; outline:none; font-weight:bold;}
a:hover,a:active	{ color:#8D6F39; 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;
}

span.italic {font-style:italic;}

span.address {font-weight:bold;}

img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:175px;
	margin:10px 0 10px 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:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000;
	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:90px;
	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:184px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	margin-left:50px;
	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:59px;
	height:18px;
	cursor:pointer;
	padding:0;
}
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:59px;
	height:19px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:850px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#header-graphic {
	position:relative;
	background:url("../images/masthead.jpg");
	height:110px;
}
/* index page link within #masthead */		
#header-graphic a {
	display:block;
	height:95px;
	margin:0 auto;
	width:311px;
}
#header-graphic a{
	text-decoration: none;
}
#header-graphic span {
	color: #fdf7ed;
	display:block;
	font-family: georgia;
	font-weight: normal;
	line-height:1.2em;
}
#header-graphic a .h1 {
	text-decoration: none;
	font-style: italic;
	font-size: 2.5em;
}
.right{
	text-align:right;
}
#header-graphic .h1,#header-graphic .phone,#header-graphic .home-phone,#header-graphic .lang{
	text-align:center;
}
#header-graphic .phone{
	font-size:1.9em;
}
#header-graphic .lang{
	opacity:0.5;
}
#header-graphic .home-phone{
	font-size:1.4em;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:582px;
	float:left;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0px 48px 10px 50px;
}
#column-left form {
	margin-left:0px;
} /* set form margin here */
/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-indent.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 */
			line-height:18px;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul li.multi { 
			background:transparent url("../images/bullet-indent.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			width:150px; /* sets the width of each column */
			line-height:18px; 
			
			}
	
	#column-left ul.indent li {
		margin-left:-55px;
		background:transparent url("../images/bullet.jpg") 0px 7px no-repeat;
		}
		
	#column-left ul li.bottom {
		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:268px;
	float:left;
}
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
	margin:0px 40px 24px 25px;
	color:#412503;
}
#column-right form {
	margin-left:20px;
}
/* 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 */
}
/* multi 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 */
	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;
}


/*               before  and after buttons            */

#view-cases {
	background:url("../images/view-cases.jpg") no-repeat;
	height:117px;
}
#view-cases p {
	font:11px/14px Arial, Helvetica, sans-serif;
	padding:40px 0 0 90px;
}
#view-cases a {
	color:#FFFFFF;
}
#view-cases a:link, #view-cases a:visited {
	color:#FFFFFF;
}
#view-cases a:hover, #view-cases a:active {
	color:#8D6F39;
}

/*               patient forms            */


#patient {
	background:url("../images/patient-form.jpg") no-repeat;
	height:117px;
}
#patient p {
	font:11px/14px Arial, Helvetica, sans-serif;
	padding:50px 0 0 70px;
}
#patient a {
	color:#FFFFFF;
}
#patient a:link, #vpatient a:visited {
	color:#FFFFFF;
}
#patient a:hover, #patient a:active {
	color:#8D6F39;
}

/*               social buttons          */


#social-buttons {
	height:50px;
}
#social-buttons p {
	font:11px/14px Arial, Helvetica, sans-serif;
	padding:15px 0 0 0;
}
#social-buttons a {
	color:#FFFFFF;
}
#social-buttons a:link, #vpatient a:visited {
	color:#FFFFFF;
}
#social-button a:hover, #patient a:active {
	color:#8D6F39;
}

/*               espanol        */

#espanol {
	height:117px;
}
#espanol p {
	font:11px/14px Arial, Helvetica, sans-serif;
	padding:5px 0 0 0;
}
#espanol a {
	color:#FFFFFF;
}
#espanol a:link, #vpatient a:visited {
	color:#FFFFFF;
}
#espanol a:hover, #patient a:active {
	color:#8D6F39;
}



/*              before  and after buttons            */

.gallery {
	display: block;
	position: relative;
	margin: 0 0 20px 50px;
	width: 270px;
	padding: 10px 10px 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #412503;
	behavior: url(/js/PIE.htc);
	}
	
.gallery img {
	border: 1px solid #fff;
	display: inline;
	margin-left: 10px;
	}
	
#column-left .gallery p {
	font:11px/14px Arial, Helvetica, sans-serif;
	margin:0 0 5px 10px;
}

.gallery a {
	color:#FFFFFF;
}

	

#view-cases-aug {
	background:url("../images/btn-breast-aug.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

#view-cases-abd {
	background:url("../images/btn-abdominoplasty.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

#view-cases-ble {
	background:url("../images/btn-blepharoplasty.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

#view-cases-lift {
	background:url("../images/btn-breast-lift.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

#view-cases-reduction {
	background:url("../images/btn-breast-reduction.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

#view-cases-revision {
	background:url("../images/btn-breast-revision.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

#view-cases-face-lift {
	background:url("../images/btn-face-lift.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

#view-cases-aug {
	background:url("../images/btn-breast-aug.gif") no-repeat;
	height:110px;
	margin-left:50px;
}
#view-cases-gyn {
	background:url("../images/btn-gynocomastia.gif") no-repeat;
	height:110px;
	margin-left:50px;
}

/*             Link before  and after buttons            */
#column-left p.view-cases {
	font:11px/14px Arial, Helvetica, sans-serif;
	margin:0 0 0 16px;
	padding-top:5px;
	
}

p.view-cases a {
	color:#FFFFFF;
}

p.view-cases a:link, #view-cases a:visited {
	color:#FFFFFF;
}

p.view-cases a:hover, #view-cases a:active {
	color:#8D6F39;
}



/* ------------------------ header framework ------------------------ */
#header-flash {
	height:300px;
} /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {
	height:300px;
}
#header-graphic {
	height:319px;
} /* sets height for all non-flash headers */
body#index #header-graphic {
	background:url("../images/header-index.jpg") no-repeat;
}
body#about #header-graphic {
	background:url("../images/header-about.jpg");
}
body#breast #header-graphic {
	background:url("../images/header-breast.jpg");
}
body#body #header-graphic {
	background:url("../images/header-body.jpg");
}
body#face #header-graphic {
	background:url("../images/header-face.jpg");
}

body#contact #header-graphic {
	background:url("../images/header-contact.jpg");
}
body#thankyou #header-graphic {
	background:url("../images/header-index.jpg");
}
body#sitemap #header-graphic {
	background:url("../images/header-index.jpg");
}
/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:92px;
} /* sets height for all subheads */
body#index #subhead {
	background: url("../images/subhead-index.jpg") no-repeat;
}
body#about #subhead {
	background:url("../images/subhead-about.jpg");
}
body#body #subhead {
	background:url("../images/subhead-body.jpg");
}
body#breast #subhead {
	background:url("../images/subhead-breast.jpg");
}
body#face #subhead {
	background:url("../images/subhead-face.jpg");
}
body#contact #subhead {
	background:url("../images/subhead-contact.jpg");
}
body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg") no-repeat;
	}

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

body#thankyou #logos{ margin-top:325px;}

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg");
}
#face-breast-body {
	background: url("../images/face-breast-body.jpg") no-repeat;
	height:311px;
	position: relative;
}
#face-breast-body a.face-link {
	position: absolute;
	top: 36px;
	left: 338px;
	height: 67px;
	width: 200px;
}
#face-breast-body a.breast-link {
	position: absolute;
	top: 123px;
	left: 338px;
	height: 65px;
	width: 200px;
}
#face-breast-body a.body-link {
	position: absolute;
	top: 198px;
	left: 338px;
	height: 71px;
	width: 200px;
}
#procedures{				
	width:145px;	/* Width of buttons, not entite image (or half of entire image) */
	height:311px;	 /* Height of entire image */
	margin:0;
	padding:0;}
	
#procedures span{ display:none;}	
#procedure-01 a:hover{
	background:url("../images/face-breast-body.jpg") -920px -37px no-repeat;
}
#procedure-02 a:hover{
	background:url("../images/face-breast-body.jpg") -920px -124px no-repeat;
}
#procedure-03 a:hover{
	background:url("../images/face-breast-body.jpg") -920px -199px no-repeat;
}

#face-breast-body ul li{background:none;}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:122px;
	background:url("../images/title-contact.jpg") no-repeat;
}
#title-location {
	background:url("../images/title-location.jpg") no-repeat;
	height:47px;
	margin-top: 25px;
}

#title-location-contact {
	height:122px;
	background:url("../images/title-location-contact.jpg") no-repeat;
	margin-bottom:25px;
	}

#title-featured-cases {
	background:url("../images/title-featured-cases.jpg") no-repeat;
	height:40px;
	margin:25px 0 0 0;
}
#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg");
}
#map-link {
	background: url("../images/btn-map-link.jpg") no-repeat;
	height:90px;
}
#logos {
	background:url("../images/logos.jpg") no-repeat;
	height:121px;
}

#meet-dr {
	background:url("../images/meet-dr.jpg") no-repeat;
	height:71px;
}

/* ------------------------ concierge framework ------------------------- */
#concierge {
	position:relative;
	height:200px;
	width:500px;
	margin:0px 0px 0px 48px;
	}
p.garden{
	position:absolute;
	left: -46px;
	top: 0px;
	}
	
p.wingate{
	position:absolute;
	left: 98px;
	top: 0px;
	}

p.hampton{
	position:absolute;
	left: 265px;
	top: 0px;
	}
	
p.courtyard{
	position:absolute;
	left: -46px;
	top: 90px;
	}

p.residence{
	position:absolute;
	left: 98px;
	top: 90px;
	}

p.hawthorn{
	position:absolute;
	left: 265px;
	top: 90px;
	}

/* ------------------------------------- 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");
	width:100%; /* fix for Safar */
	height:30px;
	clear:both; /* important - do not remove */
}




/* ------------------------footer framework ------------------------ */
#footer {
	width:850px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#ffffff;
	margin-bottom:10px;
}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active,
#footer #nav-01 a:hover, #nav-01 #footer a:active,
#footer #nav-02 a:hover, #nav-02 #footer a:active,
#footer #nav-03 a:hover, #nav-03 #footer a:active,
#footer #nav-04 a:hover, #nav-04 #footer a:active,
#footer #nav-05 a:hover, #nav-05 #footer a:active,
#footer #nav-06 a:hover, #nav-06 #footer a:active,
{ background:none;color:#A38858; }

#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 15px 0 15px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #ffffff;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav ul {
	background:url("../images/nav.jpg") no-repeat;
	width:850px;
	height:36px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:36px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 105px;
	margin-left: 43px;}
#nav-02 {
	width: 222px;}
#nav-03 {
	width: 112px;}
#nav-04 {
	width: 100px;}
#nav-05 {
	width: 96px;}
#nav-06 {
	width: 130px;}
/*-------------- (-79px) X position of button / (-36px) height of image from above ------------- */
#nav-01 a:hover {
	background:url("../images/nav.jpg") -43px -36px no-repeat;}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -148px -36px no-repeat;}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -370px -36px no-repeat;}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -482px -36px no-repeat;}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -582px -36px no-repeat;}
#nav-06 a:hover {
	background:url("../images/nav.jpg") -678px -36px no-repeat;}
/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 {
	background:url("../images/nav.jpg") -79px -30px no-repeat;}
body#SPECIFY #nav-02 {
	background:url("../images/nav.jpg") -158px -30px no-repeat;}
body#SPECIFY #nav-03 {
	background:url("../images/nav.jpg") -247px -30px no-repeat;}
body#SPECIFY #nav-04 {
	background:url("../images/nav.jpg") -341px -30px no-repeat;}
body#SPECIFY #nav-05 {
	background:url("../images/nav.jpg") -428px -30px no-repeat;}
body#SPECIFY #nav-06 {
	background:url("../images/nav.jpg") -460px -30px 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:#720000;	/* 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 #FF00FF;
	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, #nav-04 ul a:hover {
	background-image:none;
	background-color:#AA0000;
	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:260px;
}
#nav-04 ul, #nav-04 li {
	width:90px;
}

#smk img {
	vertical-align:top;
	border:medium none;
}
#smk img.adjust {
	padding-top:10px;

