/*--------------------- 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:#f8f5da  url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#38811b; }
h2	{ font-size:1.1em; color:#645e8b; }
h3	{ font-size:1.0em; color:#3c356d; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#74b859; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#3c356d; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}
	
img.bna-thumb {margin-left:23px;}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
img.goldseal {margin-left:30px;}

p.address { color: #474747; }
/* ------------------------ 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 #769b66;
	color:#414141;
	width:218px; /* 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:.9em;
	}

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:910px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:910px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 200px;
	}
body#contact #wrap-img{
	padding-bottom:500px;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:621px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 35px 10px 24px;
		}

	#column-left form { margin-left:20px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#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 */
			}

	/* 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:289px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 22px 10px 25px;
		}

	#column-right form { padding-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 */
			}
/* ------------------------ header framework ------------------------ */
#header-graphic { height:374px; position: relative;  background:url("../images/header-index.jpg");} /* sets height for all non-flash headers */
	#header-graphic a {
	position:absolute;
	left:35px;
	width:281px;
	top:4px;
	height:107px;
		}
	#header-graphic a span {
		display:none;
		}

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-2.jpg"); }
	body#practice #header-graphic { background:url("../images/header-2.jpg"); }
	body#winslow #header-graphic { background:url("../images/header-3.jpg"); }
	body#face #header-graphic { background:url("../images/header-2.jpg"); }
	body#body #header-graphic { background:url("../images/header-4.jpg"); }
	body#breast #header-graphic { background:url("../images/header-5.jpg"); }
	body#injectables #header-graphic { background:url("../images/header-2.jpg"); }
	body#skin #header-graphic { background:url("../images/header-2.jpg"); }
	body#vaser #header-graphic { background:url("../images/header-5.jpg"); }
	body#post-bariatric #header-graphic { background:url("../images/header-4.jpg"); }
	body#contact #header-graphic { background:url("../images/header-2.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-5.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:65px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; }
	body#practice #subhead { background:url("../images/subhead-practice.jpg") top no-repeat; }
	body#about #subhead { background:url("../images/subhead-practice.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; }
	
	body#winslow #subhead { background:url("../images/subhead-winslow.jpg") top no-repeat; }
	body#face #subhead { background:url("../images/subhead-face.jpg") top no-repeat; }
	body#body #subhead { background:url("../images/subhead-body.jpg") top no-repeat; }
	body#breast #subhead { background:url("../images/subhead-breast.jpg") top no-repeat; }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg") top no-repeat; }
	body#skin #subhead { background:url("../images/subhead-skin.jpg") top no-repeat; }
	body#vaser #subhead { background:url("../images/subhead-vaser.jpg") top no-repeat; }
	body#post-bariatric #subhead { background:url("../images/subhead-post-bariatric.jpg") top no-repeat; }
	
/* ------------------------ subhead framework with varying heights ------------------------ */
#pods {
	height:240px;
	width:910px;
	background:url("../images/3-pods.jpg") ;
	padding-top: 112px;
	}
#featured-case p {margin-bottom: 10px;}
	#testimonials p {margin-bottom: 2px;} 
		
	#video-website {
	display:block;
	margin: -78px 135px 0px 24px;
		}
	
	#column-right #video-website-right {
	position:relative;
	top:0px;
	display:block;
	margin: 0px 0px 0px 0px;
	width:222px;
	height:249px;
		}		
		
	
	
	#testimonials {
	display:block;
	margin: -130px 0px 0px 335px;
	width: 245px;
		}
	#featured-case {
	display:block;
	margin: -95px 0px 0px 625px;
	width: 242px;
		}
		
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {

	}
	#title-contact2 {

	}
	#title-contact-home {

	}
	#title-contact-page {

	}
	#title-thankyou-page {

	}
body#contact #title-contact, body#thankyou #title-contact {
	padding-top:93px;
	background:url("../images/title-call.jpg") top no-repeat;
	}
#title-upcoming-events {
	height:61px;
	background:url("../images/title-upcoming-events.jpg") ;
	}
	
#title-meet-dr {
	height:58px;
	background:url("../images/title-meet-dr.jpg") ;
	}
#title-featured-procedures {
	height:57px;
	background:url("../images/title-featured-procedures.jpg") ;
	}
	
div.divider {
	background: url("../images/divider.jpg");
	height: 60px;
	clear: both;
	}
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: px;
			left: px;
			width: px;
			height: px;
			}
		#click-to-call a:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }

#blog-btn {
	    position:relative;
		height:136px;
		display:block;
		background:url("../images/blog-btn.jpg") no-repeat;	
		}
		
#blog-btn a{
	position:absolute;
	height:125px;
	display:block;
	background:url("../images/blog-btn.jpg") no-repeat;
	width:284px;
	height:136px;
		}

/* ------------------------ 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 */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:910px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	margin-top: 20px;
	}

#footer p {
	color:#3d3d3d;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#5a4b75; text-decoration:none; }
#footer a:hover, #footer a:active { color:#5a4b75; text-decoration: underline;}

#footer ul {margin-bottom: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 #5a4b75;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav-new.jpg") no-repeat; 
	width:910px; 
	height:52px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:52px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 51px; margin-left: 10px;}
#nav-02 { width: 96px;}
#nav-03 { width: 104px;}
#nav-04 { width: 47px;}
#nav-05 { width: 47px;}
#nav-06 { width: 57px;}
#nav-07 { width: 80px;}
#nav-08 { width: 47px;}
#nav-09 { width: 114px;}
#nav-10 { width: 141px;}
#nav-11 { width: 46px;}
#nav-12 { width: 61px;}

/*-------------- (-79px) X position of button / (-52px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav-new.jpg")  -10px -52px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-new.jpg")  -61px -52px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-new.jpg") -157px -52px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-new.jpg") -261px -52px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-new.jpg") -308px -52px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-new.jpg") -355px -52px no-repeat; }
#nav-07 a:hover { background:url("../images/nav-new.jpg") -412px -52px no-repeat; }
#nav-08 a:hover { background:url("../images/nav-new.jpg") -492px -52px no-repeat; }
#nav-09 a:hover { background:url("../images/nav-new.jpg") -539px -52px no-repeat; }
#nav-10 a:hover { background:url("../images/nav-new.jpg") -653px -52px no-repeat; }
#nav-11 a:hover { background:url("../images/nav-new.jpg") -794px -52px no-repeat; }
#nav-12 a:hover { background:url("../images/nav-new.jpg") -840px -52px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav-new.jpg")  -10px -52px no-repeat; }
body#about #nav-02 { background:url("../images/nav-new.jpg")  -61px -52px no-repeat; }
body#winslow #nav-03 { background:url("../images/nav-new.jpg") -157px -52px no-repeat; }
body#face #nav-04 { background:url("../images/nav-new.jpg") -261px -52px no-repeat; }
body#body #nav-05 { background:url("../images/nav-new.jpg") -308px -52px no-repeat; }
body#breast #nav-06 { background:url("../images/nav-new.jpg") -355px -52px no-repeat; }
body#injectables #nav-07 { background:url("../images/nav-new.jpg") -412px -52px no-repeat; }
body#skin #nav-08 { background:url("../images/nav-new.jpg") -492px -52px no-repeat; }
body#vaser #nav-09 { background:url("../images/nav-new.jpg") -539px -52px no-repeat; }
body#post-bariatric #nav-10 { background:url("../images/nav-new.jpg") -653px -52px no-repeat; }
body#blog #nav-11 { background:url("../images/nav-new.jpg") -794px -52px no-repeat; }
body#contact #nav-12 { background:url("../images/nav-new.jpg") -840px -52px 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:#eef3c7;	/* 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 #332c56;
	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:#5b6f3c;
	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:#fff;
	color:#5b6f3c;
	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:106px; }		

/* ------------------------ blog ------------------------ */



.storycontent p em { font-style:normal;} 

div.feedback	{ 
	margin-left:45px; 
	}
div.storycontent{
	margin0:0 0 0 0;

	}
div.menu{
	margin:0 150px 0 45px;

	}
	
div.meta {

		font-size:.8em;
		padding-left:5px;
		padding-top:3px;
		background-color:#A47002;
		margin:0 0px 10px 45px;
		height:20px

		}
					
		
#menu ul { margin:0 0 0 104px;

			}



#menu ul li ul li {

			font-weight:bold;
			
			padding-right:0px;
			padding-left:0px;

			}	
			
#categories ul, #archives ul, #meta ul  { margin:0 0 0 60px;

			}



#blog blockquote p{ background-color:#F1F7FB;

					margin:0 20px 0 38px;

					}

					

#blog ol { list-style-type:decimal !important;

		   margin:0 0 0 65px !important;

		} 

			

#blog ol li p {margin:0 0 10px 0;}

#blog ol li p cite { font-size:.9em;}

body#blog .wp_post ul li{ list-style:circle; margin-left:20px;}
.blogbutton {margin-left:10px;}



.blogbutton-inside {margin-left:-10px;}

input.width {width:200px;}

img.img-icon { 
	margin:0px 10px 0px 0px;
	}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon.png") no-repeat 0 50%;
}


.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 15px;
  background: url("../images/bullet.gif") no-repeat 0 50%;
  list-style-type: none;
}

#wp_searchsubmit {

	background: url("../images/btn-search.gif") no-repeat;
	border:none;
	width:64px;
	height:20px;
	}
span.color { color:#3D342A; }


#wp_submit {height:20px;}

.wp_post {width:600px;}


input.blog, textarea.blog, select.blog { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #769b66;
	color:#414141;
	width:178px; /* 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:.9em;
	}
#youtube {
	position: relative;
	z-index: 100;
	top: -140px;
	left: 25px;
}
#youtube2 {
	position: relative;
	z-index: 100;
	top: -1020px;
	left: 20px;
}
.center {
	text-align: center;
}
#twitter {
	position: relative;
	z-index: 10;
	top: 20px;
	left: 100px;
}
#facebook {
	position: relative;
	z-index: 10;
	top: 20px;
	left: 200px;
}
#phone {
	float: right;
	position: relative;
	z-index: 5000;
	visibility: visible;
	right: 30px;
	top: 12px;
}
