/*--------------------- Last Modified  2009.04.21 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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:#a95602 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#53220c;
	}

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

h1	{ font-size:1.2em; color:#53220c; }
h2	{ font-size:1.1em; color:#a95602; }

h3	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#a95602; 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 10px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 5px 10px; 
	}
#vms-lightwindow-link {display: none;}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

#searchform {margin-left:40px;}

div.wp-caption {padding-left:20px;}

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

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

input, textarea, select { 
	background-color:#f2e7c2 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4a1b0b;
	color:#000;
	width:244px; /* 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; height: 20px; 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:30px 0 0 243px; } /* defines placement of contact-main submit button */


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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:818px;
	margin:0 auto;
	text-align:left;
	}
body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:818px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:818px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/header-graphic.jpg");
	height:248px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:40px;
	width:740px;
	top:35px;
	height:186px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:295px;
	float:left;
	}
body#index #column-left {
	width:343px;
	float:left;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 5px 10px 40px;
		}


	/* 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 p.address {float: left; display:inline; width: 140px; margin: 0px 0px 10px 40px;}
	#column-left p.address1 {float: left; display:inline; width: 150px; margin: 0px 0px 10px 10px;}
	
	#header-join {
			background: url("../images/header-join.jpg") no-repeat;
			width: 250px;
			height: 30px;
			margin-top: 120px;
			margin-left: 40px;
			padding-bottom:5px;
			}
			
				#header-join-inside {
						background: url("../images/header-join-inside.jpg") no-repeat;
						width: 250px;
						height: 30px;
						margin-top: 0px;
						margin-left: 34px;
						padding-bottom:5px;
					}
					
	#social-container{ margin-left:-14px;}
	.hrsocial {width:224px; border:0px; background-color:#000000; height:1px;margin-top:15px;}
			
	a#youtube {
			background: url("../images/youtube.jpg") top left no-repeat;
			width: 50px;
			height: 50px;
			display:block;
			float:left;
			margin-top: 0px;
			margin-left: 75px
			}
				a:hover#youtube {	
				background: url("../images/youtube.jpg") bottom left no-repeat;
				width: 50px;
				height: 50px;
				display:block;
			
				}				
a#facebook {
			background: url("../images/facebook.jpg") no-repeat;
			width: 50px;
			height: 50px;
			display:block;
			float:left;
			margin-top: 0px;
			margin-left: 10px
			}	
				a:hover#facebook {	
				background: url("../images/facebook.jpg") bottom left no-repeat;
				width: 50px;
				height: 50px;
				display:block;
			
				}	
				
a#twitter {
			background: url("../images/twitter.jpg") top left no-repeat;
			width: 50px;
			height: 50px;
			display:block;
			float:left;
			margin-top: 0px;
			margin-left: 10px
			}		
			
			a:hover#twitter {	
				background: url("../images/twitter.jpg") bottom left no-repeat;
				width: 50px;
				height: 50px;
				display:block;
			
			}	
			
						
			
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:523px;
	float:left;
	}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right div.meta, #column-right div.feedback {
		margin:0px 40px 10px 15px;
		}
body#index #column-right {
	width:475px;
	float:left;
	}
	body#index #column-rightp, body#index #column-righth1, body#index #column-righth2, body#index #column-righth3, body#index #column-rightul, body#index #column-rightdl {
		margin:0px 40px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	/* 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.multi { padding-left:25px; } 
		#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:170px;
			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-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:78px; } /* sets height for all subheads */
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#lipo #subhead { background:url("../images/subhead-lipo.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#breast-aug #subhead { background:url("../images/subhead-breast-aug.jpg") top no-repeat; }
	body#face #subhead { background:url("../images/subhead-face.jpg") top no-repeat; }
	body#skin #subhead { background:url("../images/subhead-skin.jpg") top no-repeat; }
	body#hair #subhead { background:url("../images/subhead-hair.jpg") top no-repeat; }
	body#hair-faq #subhead { background:url("../images/subhead-hair-faq.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.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; height: 400px; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
        body#butt_augmentation #subhead { background:url("../images/subhead-butt_augmentation.jpg") top no-repeat; }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg") top no-repeat;}
	body#calf #subhead { background:url("../images/subhead-calf.jpg") top no-repeat;}
		body#hairline #subhead { background:url("../images/subhead-hairline.jpg") top no-repeat;}
	
		body#blog #subhead-coupon { background:url("../images/subhead-blog-coupon.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#welcome {
	background: url("../images/welcome-index.jpg") top no-repeat;
	width:475px;
	float:left;
	height: 218px;
	padding-top: 77px;
	_margin-bottom: -10px;
	}
	#welcome p, #welcome h1, #welcome h2, #welcome ul {margin: 0px 40px 10px 120px;}
body#index #video_website {
	width:343px;
	float:left;
	height: 295px;
	background: url("../images/video-website-index.jpg");
	}
	body#index #video_website #noflash p, ins {
		margin: 90px 110px 0px 67px;
		font-size: .95em;
		color: #000;
	}
	
#video_website {
	width:295px;
	height: 280px;
	background: url("../images/video-website-sub.jpg");
	}
	
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:91px;
	width: 222px;
	background:url("../images/btnContact.png") no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 0 24px 40px;
	}
#index #title-contact {
	margin: 0 0 24px 60px;
}
#title-locate {
	height:55px;
	background:url("../images/title-locate.jpg") ;
	}
#title-procedures {
	height:34px;
	background:url("../images/title-procedures.jpg") ;
	}
#title-memberships {
	height:51px;
	background:url("../images/title-memberships.jpg") ;
	}
#logos-memberships {
	height:279px;
	background:url("../images/logos-memberships.jpg") ;
	position: relative;
	}
	#logos-memberships a.asps {
	position: absolute;
	top: 7px;
	left: 63px;
	height: 96px;
	width: 120px;
	}
	#logos-memberships a.amcs {
	position: absolute;
	top: 122px;
	left: 0px;
	height: 96px;
	width: 120px;
	}
	#logos-memberships a.asaps {
	position: absolute;
	top: 11px;
	left: 241px;
	height: 90px;
	width: 150px;
	}
	#logos-memberships a.ishrs {
	position: absolute;
	top: 130px;
	left: 129px;
	height: 96px;
	width: 156px;
	}
	#logos-memberships a.abps {
		position: absolute;
		top: 0px;
		left: 330px;
		height: 100px;
		width: 110px;
	}
	#logos-memberships a.jh {
	position: absolute;
	top: 119px;
	left: 295px;
	height: 100px;
	width: 157px;
	}
	
	
#title-news {
	height:51px;
	width:343px;
	background:url("../images/title-news.jpg") no-repeat;
	position:relative;
	}
	
	#title-news a{
		position:absolute;
		height:51px;
		width:343px;
		}
		
			
#logos-news {
	height:279px;
	background:url("../images/logos-news.jpg") ;
	position:relative;
	width:343px;
	}
	
	#logos-news a{
		height:279px;
		position:absolute;
		width:343px;
		}

#btns-procedures-gallery-spa {
	height:102px;
	background:url("../images/btns-procedures-gallery-spa.jpg") ;
	position: relative;
	}
	#btns-procedures-gallery-spa a.procedures {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 140px;
	height: 102px;
		}
	#btns-procedures-gallery-spa a.gallery {
	position: absolute;
	top: 0px;
	left: 157px;
	width: 140px;
	height: 102px;
		}
	#btns-procedures-gallery-spa a.medi-spa {
	position: absolute;
	top: 0px;
	left: 297px;
	width: 140px;
	height: 102px;
		}

#index-content {
	padding-top: 30px;
	background: url("../images/index-content.jpg") top no-repeat;
	width: 818px;
	}
	#index-content p, #index-content h2, #index-content ul { margin: 0px 40px 10px 40px;}
		#index-content img { margin: 0px 5px 0px 40px;}
/* ------------------------------------- Buttons ---------------------------------------- */
#btn-specials-seminar-financing {
	height:155px;
	display:block;
	background:url(../images/btn-specials-seminar-financ.jpg) no-repeat;
	position: relative;
	clear:both;
		}
		#btn-specials-seminar-financing a.specials {
			position: absolute;
			top: 28px;
			left: 35px;
			width: 240px;
			height: 110px;
			}
		#btn-specials-seminar-financing a.seminar {
			position: absolute;
			top: 28px;
			left: 295px;
			width: 240px;
			height: 110px;
			}
		#btn-specials-seminar-financing a.financing {
			position: absolute;
			top: 28px;
			left: 545px;
			width: 240px;
			height: 110px;
			}
		#btn-specials-seminar-financing span { display:none; }
		#btn-specials-seminar-financing a.specials:hover {	background:url(../images/btn-specials-seminar-financ.jpg) -35px -183px;}
		#btn-specials-seminar-financing a.seminar:hover {	background:url(../images/btn-specials-seminar-financ.jpg) -295px -183px;}
		#btn-specials-seminar-financing a.financing:hover {	background:url(../images/btn-specials-seminar-financ.jpg) -545px -183px;}

/* ------------------------ 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-bg {
	width:auto;
	background: #6e3420 url("../images/footer-bg.jpg") top repeat-x;
	}
#footer {
	width:818px;
	background: url("../images/footer-wrap.jpg") repeat-y;
	margin:0 auto;
	text-align:center;
	}
#footer-top {
	width:818px;
	background: url("../images/footer-top.jpg") top no-repeat;
	padding-top: 24px;
	margin:0 auto;
	text-align:center;
	}
#footer-bottom {
	width:818px;
	background: url("../images/footer-bottom.jpg") bottom no-repeat;
	padding-bottom: 24px;
	margin:0 auto;
	text-align:center;
	}
#footer p {
	color:#fff;
	margin: 0px 40px 10px 40px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#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 #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:818px; 
	height:42px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 65px; margin-left: 0px;}
#nav-02 { width: 142px;}
#nav-03 { width: 97px;}
#nav-04 { width: 96px;}
#nav-05 { width: 55px;}
#nav-06 { width: 60px;}
#nav-07 { width: 56px;}
#nav-08 { width: 48px;}
#nav-09 { width: 116px;}
#nav-10 { width: 83px;}

/*-------------- (-79px) X position of button / (-42px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -42px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -65px -42px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -207px -42px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -304px -42px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -400px -42px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -455px -42px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -515px -42px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -571px -42px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -619px -42px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -735px -42px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id 
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")   -0px -42px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg")  -80px -42px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -230px -42px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -330px -42px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -400px -42px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -470px -42px no-repeat; }
body#SPECIFY #nav-07 { background:url("../images/nav.jpg") -535px -42px no-repeat; }
body#SPECIFY #nav-08 { background:url("../images/nav.jpg") -593px -42px no-repeat; }
body#SPECIFY #nav-09 { background:url("../images/nav.jpg") -725px -42px 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:#FFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 499;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #fff;
	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:#862a01;
	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-09 ul a:hover, #nav-04 ul a:hover, 
#nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover, #nav-08 ul a:hover { 
	background-image:none;
	background-color:#fff4d3;
	color:#862a01;
	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:150px; }		
#nav-04 ul, #nav-04 li { width:100px; }
#nav-05 ul, #nav-05 li { width:230px; }		
#nav-06 ul, #nav-06 li { width:150px; }
#nav-07 ul, #nav-07 li { width:150px; }		
#nav-08 ul, #nav-08 li { width:225px; }
#nav-09 ul, #nav-09 li { width:185px; }


/*------------------- BnA Styles -------------------------------*/


img.bna-small { margin-right:2px; border:1px solid; border-color:#9a5b2b; width:98px; height:70px;}
img.bna-tall { margin-right:2px; border:1px solid; border-color:#9a5b2b; width:96px; height:133px;}
img.bna {margin-right:2px; border:1px solid; border-color:#9a5b2b;}

#column-right p.bna-2up  {
	float: left;
	width: 210px;
	display: inline;
	margin: 0px 0px 10px 25px;
	}

#column-right p.bna-2  {
	width: 210px;
	display: inline;
	margin: 0px 0px 10px 25px;
	}


.two-col {
	float: left;
	width: 200px;
	display: inline;
	margin: 0px 0px 10px 15px;
}
#column-right .two-col p {margin: 0px 0px 10px 0px;}

#column-right p.bna-float  {
	float: left;
	width: 200px;
	display: inline;
	margin: 5px 30px 10px 20px;
	text-align:center;
	}
	
#bna-static {
	float: left;
	width: 225px;
	margin: 5px;
	}	

div.office-imgs { 
	float: right; 
	margin:0px 40px 0px 5px;
	width: 160px;
	}
div.office-imgs img {margin-bottom: 5px;}

body#education, body#financial {background: #a95602;}
body#education #wrap { width: 591px; background: #fff9e9; padding-bottom: 20px;}
body#financial #wrap { width: 591px; background: #fff9e9; padding-bottom: 0px;}
body#education h1, body#education h2, body#education h3, body#education p { margin: 0px 15px 10px 15px;}
body#education h1, body#education h2 {text-align: center;}
body#education h1 {font-size: 1.8em;}
body#education h2 {font-size: 1.5em;} 
body#education h2, body#education h3 {clear: both;}
body#education img {margin: 0px 0px 20px 0px;}

body#education .two-col {
	float: left;
	width: 287px;
	display: inline;
	margin: 0px 0px 10px 8px;
}


body#specials {
background:#FFF5D2;
margin:25px 10px 0 10px;
}

#special-offer {
	border: 1px solid #9a5b2b;
	background-color: #f8df79;
	width: 300px;
	margin: 10px 0px 20px 100px;
	padding: 10px;
}
#special-offer h2 {
	border-bottom: 2px solid #fff9e9;
	text-align:center;
}
#column-right #special-offer h2, #column-right #special-offer p {margin: 0px 0px 10px 0px;}

div.align-left {float: left; margin: 0px 1px 5px 15px; width: 215px; text-align: center;}
div.align-center {text-align: center; margin: 0px 5px 15px 25px; width: 420px; clear:both; text-align: center;}

#column-right div.align-left p, #column-right div.align-center p { font-size: .85em; margin: 0px 5px 0px 0px; line-height:14px;}


/*FEATURED PATIENT*/
#featuredPatient {background-color:#EFEFEF; width:451px; margin-left:17px; padding-top:5px; padding-bottom:5px; border:1px solid; border-color:#9a5b2b; margin-bottom:20px; text-align:left;}
#featuredPatient img {border:1px solid; border-color:#9a5b2b; margin-left:15px; float:left;}
#featuredPatient .featuredbtmtext {margin-left:17px; margin-top:15px;}



/*--Blog styles--*/

#column-right div.meta, #column-right div.feedback {font-size: .95em; font-weight: bold;}
#column-right div.feedback {text-align: right;}
#column-left ul li ul {margin-left: 0px;}

#videoPlayer {
	width: 700px;
	display: block;
	margin: 0 auto;
}

#video h2 {margin: 10px 0px;}

#btnBotoxTool {
	background: url("../images/btnBotoxTool.jpg") no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 20px auto;
	width: 321px;
	height: 61px;
}

#btnBotoxTool:hover {
	background: url("../images/btnBotoxTool.jpg") bottom left no-repeat;
}

#btnJuvedermTool {
	background: url("../images/btnJuvedermTool.jpg") no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 20px auto;
	width: 370px;
	height: 61px;
}

#btnJuvedermTool:hover {
	background: url("../images/btnJuvedermTool.jpg") bottom left no-repeat;
}

#contact-video-btn {
background-image:url("../images/contact-video-btn.jpg");
height:62px;
display:block;
left:420px;
text-indent:-9999px;
position:relative;
top:-80px;
width:262px;
z-index:100;
}

body#blog h2 { font-size:20px; color:#a95602; font-family:Times,"Georgia"; }
body#blog h2 a{ font-size:15px; color:#96653D;line-height:20px;text-decoration:none; font-family: Arial, Helvetica, sans-serif;  }
body#blog h2 a:hover{ font-size:15px; color:#96653D;line-height:20px;text-decoration:underline; font-family: Arial, Helvetica, sans-serif; }
body#blog #column-right  hr {color:#cecece; width:450px;margin-left:15px;}

body#blog #post-302 h2 a {font-size:24px; line-height:29px;}

.linklove {display:none;}
form.cform {width:150px;}
#column-left .cform input.sendbutton {margin:0;}

#quickcontact dd {width:200px;}
.error {color:red;}
#quickcontact input.error, textarea.error {
	border: 1px solid red;
}
#quickcontact input:focus, textarea:focus {border:1px solid #00ADE8;}

#contact-main input.error, textarea.error {
	border: 1px solid red;
}
#contact-main input:focus, textarea:focus {border:1px solid #00ADE8;}
