/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Rosemont Media 2009. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#50AADF url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#fff;
	font-weight:bold;
	}
	
body#fraxel { 
	background:#125DB2;
	text-align:left; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#fff;
	}
	
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1,h1	{ font-size:1.2em; color:#FFFF93; font-weight:bold; }
p.h2,h2	{ font-size:1.2em; color:#FFFF93; font-weight:bold; }
p.h3,h3	{ font-size:1.2em; color:#FFFF93; font-weight:bold; }

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

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FFFFD5; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	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;
	}

p.learn-more {
	text-align:right;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
p.bnaThumb_right {
	float:right; 
	margin:2px 0 10px 10px !important; 
	padding-right:30px;
}	
p.bnaThumb_right a{
	display:block !important; 
}	

body#about img.img-left {
	margin:2px 10px 0px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:2px 0 10px 10px; 
	}
	
img.bna-left { 
	margin:0 10px 10px 20px;
	border-bottom:1px solid #5098CD;
	padding:5px;
	}
	
img.bna-right { 
	margin:0 35px 10px 10px;
	border-bottom:1px solid #5098CD;
	padding:5px;
	}

.bg-img { background:url("../images/bg-welcome-img.jpg") no-repeat; }

.padding-bottom { padding-bottom:180px; }

img.map {padding-bottom:20px; }

	
/* ----- global form elements ----- */ 

form {
	width:182px;
	margin:10px 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#2685CC !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #64BBE7;
	color:#fff;
	width:182px;
	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;
	}
	
textarea { height:58px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:200px; 
	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#file_uploads input {
	position:relative;
	left:95%;
}
	
	
#contact-main label select { width:176px; }
	
#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:5px 0 0 223px; }


/* framework
 * ------------------------------------------------------------------------- */

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

body#index #wrap { background:url("../images/bg-wrap-index.jpg") repeat-y; }

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:101px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:40px;
		width:420px;
		top:28px;
		height:48px; 
		}
	#masthead a span {
		display:none;
		}

#wrap-content { background:url("../images/bg-content-container.jpg") bottom no-repeat; padding-bottom:30px }

#wrap-content-inside { background:url("../images/bg-content-container-inside.jpg") bottom no-repeat; padding-bottom:30px }

body#fraxel p { margin:10px; }


/* ----- content-left ----- */

#column-left {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:246px;
	float:left;
	padding-bottom:110px;
	}
	
	
	#error #column-left {
	background:none;					
	width:246px;
	float:left;
	padding-bottom:110px;
	margin-top: 95px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul { margin:0 20px 10px 43px; }
	#column-left form { margin-left:43px; font-weight: bold; }
	#column-left form textarea { font-weight: bold; }
	#column-left img { margin-left:42px; }

	#wrap-featured {
		width:246px;
		background:url("../images/bg-featured-patient.jpg") repeat-y;
		padding-bottom:5px;
		}
		#wrap-featured p { text-align:center; }
		
#card-box {
	margin:0 46px 10px 23px;
	}		
	#card-box img {
		border:1px solid #fff;
		padding:5px;
		margin:0 0 1px 1px;
		}	
	#column-right #card-box p {margin:0px;}	
	#column-right #card-box p.h1 {margin:0 46px 10px 23px;}		
		
/* ----- content-right ----- */

#column-right {
	width:514px;
	float:left;
	min-height:299px;
	  height:auto !important;
	  height:299px;
	
	}
		
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 46px 10px 23px;
		}
	#column-right h1 {text-indent:-9999em; height: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 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* single column list */
	#column-right ul#subnav { padding-left:5px; }
		#column-right ul#subnav li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	#welcome {
		width:514px;
		float:left;
		background:url("../images/bg-welcome.jpg") repeat-y;
		}
		#welcome-bottom-img {
			width:514px;
			float:left;
			background:url("../images/bg-welcome-content.jpg") bottom no-repeat;
			}
			#welcome-img {
				width:514px;
				float:left;
				background:url("../images/bg-welcome-img.jpg") no-repeat;
				}
	
#column-right ul.multilist{
	float:left;
	margin-bottom: 20px;
	margin-top: 10px;
}		

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:0.01em;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:200px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-breast.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#blog #header-graphic { background:url("../images/header-about.jpg"); }
	body#facial_procedures #header-graphic { background:url("../images/header-facial.jpg"); }
	body#rhinoplasty #header-graphic { background:url("../images/header-facial.jpg"); }
	body#facelift #header-graphic { background:url("../images/header-facial.jpg"); }
	body#eyelid #header-graphic { background:url("../images/header-facial.jpg"); }
	body#body #header-graphic { background:url("../images/header-body.jpg"); }
	body#tummy_pg #header-graphic { background:url("../images/header-body.jpg"); }
	body#lipo_pg #header-graphic { background:url("../images/header-body.jpg"); }
	body#breast #header-graphic { background:url("../images/header-breast.jpg"); }
	body#breastaug_pg #header-graphic { background:url("../images/header-breast.jpg"); }
	body#breastrecon_pg #header-graphic { background:url("../images/header-breast.jpg"); }
	body#breastreduc_pg #header-graphic { background:url("../images/header-breast.jpg"); }
	body#breastlift_pg #header-graphic { background:url("../images/header-breast.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-gallery.jpg"); }
	body#financing #header-graphic { background:url("../images/header-index.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"); }
	body#testimonials #header-graphic { background:url("../images/header-testimonials.jpg"); }
	
	body#mommy-makeover #header-graphic { background:url("../images/header-about.jpg"); }
	body#male #header-graphic { background:url("../images/header-about.jpg"); }
		body#patient #header-graphic { background:url("../images/header-about.jpg"); }
		body#skinrejuvenation #header-graphic { background:url("../images/header-about.jpg"); }	
				body#error #header-graphic { background:url("../images/header-about.jpg"); }		
		
	

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:92px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.gif"); }
	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#blog #subhead { background:url("../images/subhead-blog.gif"); }
	body#facial_procedures #subhead { background:url("../images/subhead-facial.gif"); }
	body#rhinoplasty #subhead { background:url("../images/subhead-rhinoplasty.gif"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.gif"); }
	body#eyelid #subhead { background:url("../images/subhead-eyelid.gif"); }
	body#body #subhead { background:url("../images/subhead-body.gif"); }
	body#tummy_pg #subhead { background:url("../images/subhead-tummytuck.gif"); }
	body#lipo_pg #subhead { background:url("../images/subhead-liposuction.gif"); }
	body#breast #subhead { background:url("../images/subhead-breast.gif"); }
	body#breastaug_pg #subhead { background:url("../images/subhead-baugmentation.gif"); }
	body#breastreduc_pg #subhead { background:url("../images/subhead-breduction.gif"); }
	body#breastlift_pg #subhead { background:url("../images/subhead-blift.gif"); }
	body#breastrecon_pg #subhead { background:url("../images/subhead-breconstruction.gif"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.gif"); }
	body#financing #subhead { background:url("../images/subhead-financing.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.gif"); }
	body#patient #subhead { background:url("../images/subhead-patient.png"); }
	body#skinrejuvenation #subhead { background:url("../images/subhead-rejuv.png"); }

		
			


/* ----- subhead framework with varying heights ----- */

#subhead-kinara {
	height:67px;
	background:url("../images/subhead-kinara.jpg") ;
	}

#subhead-featured-patient {
	height:32px;
	background:url("../images/subhead-featured-patient.jpg") ;
	}
#subhead-contactus {
	height:113px;
	background:url("../images/btn_contact.jpg") ;
	position:relative;
	}
	#blog #subhead-contactus {
		background:url("../images/btn_contact_testimonial.jpg") ;
		}
	#subhead-contactus a {
		position:absolute;
		left:42px;
		top:39px;
		display:block;
		width:188px;
		height:60px;
		text-indent:-9999em;
	}
	#subhead-testimonial {
		height:113px;
		background:url("../images/btn_testimonial_blog.jpg") ;
		position:relative;
		}
		#subhead-testimonial a {
			position:absolute;
			left:42px;
			top:39px;
			display:block;
			width:188px;
			height:60px;
			text-indent:-9999em;
		}
		
		#subhead-specials {
			height:113px;
			background:url("../images/btn_specials.png") ;
			position:relative;
			}
			#subhead-specials a {
				position:absolute;
				left:42px;
				top:39px;
				display:block;
				width:188px;
				height:60px;
				text-indent:-9999em;
			}
		
		
		
#subhead-logos {
	height:235px;
	background:url("../images/logosabout.jpg") ;
	}
#subhead-directions {
	height:44px;
	background:url("../images/subhead-directions.jpg") ;
	}
#subhead-testimonials {
	height:46px;
	background:url("../images/subhead-testimonial-contactus.jpg") ;
	}	

a#btn_facebook {background:url("../images/btn_facebook.png") no-repeat; width:246px; height:90px; display:block; margin-top:20px;}



/* footer
 * ------------------------------------------------------------------------- */

#wrap-footer { width:auto; background:#1874B8 url("../images/bg-wrap-footer.jpg") repeat-x; }

#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
	}

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

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

#footer a:hover, #footer a:active { color:#D4E9F4; }

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }
	
/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#column-left #nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:225px;		/* Width of buttons, not entite image (or half of entire image) */
	height:415px;		/* Height of entire image */
	margin:0;
	padding:0;
	position:relative;
	z-index:300;
	}
#nav li:hover, #nav li.sfHover {  
     position: static;  
 }
#nav li span { display: none; }

#nav li {
list-style:none; position:relative; float: left;
	}
	
#nav li, #nav a { 	
		display:block;
		width: 225px;
		height:27px;
		
	}

#nav-01, #nav-01 a, #nav-12, #nav-12 a {
	height:35px !important;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:51px;}


#nav-01 a:hover { background:url("../images/nav.jpg") -246px  -51px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -246px  -86px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -246px  -113px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -246px  -140px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -246px -167px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -246px -194px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -246px -221px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -246px -249px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -246px -276px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -246px -303px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -246px -329px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -246px -355px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#about 			#nav-02 { background:url("../images/nav.jpg") -246px  -86px no-repeat; }
body#face 			#nav-03 { background:url("../images/nav.jpg") -246px  -113px no-repeat; }
body#body 			#nav-04 { background:url("../images/nav.jpg") -246px  -140px no-repeat; }
body#breast 		#nav-05 { background:url("../images/nav.jpg") -246px -167px no-repeat; }
body#mommy-makeover #nav-06 { background:url("../images/nav.jpg") -246px -194px no-repeat; }
body#male    		#nav-07 { background:url("../images/nav.jpg") -246px -221px no-repeat; }
body#gallery 		#nav-08 { background:url("../images/nav.jpg") -246px -249px no-repeat; }
body#financing 		#nav-09 { background:url("../images/nav.jpg") -246px -276px no-repeat; }
body#testimonial	#nav-10 { background:url("../images/nav.jpg") -246px -303px no-repeat; }
body#blog 		    #nav-11 { background:url("../images/nav.jpg") -246px -329px no-repeat; }
body#contact 		#nav-12 { background:url("../images/nav.jpg") -246px -355px 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:#d6eaf5;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 999;
	margin-left:225px;
	margin-top:-27px;
	z-index:999;
}

	#nav li ul li {
	height: 20px; /* Height of each drop down nav item */
	border:1px solid #5aa6d8;
	border-top: none;
}
#nav li ul li:first-child {
	border-top:1px solid #5aa6d8 !important;
}
	#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 */
	text-indent:10px;
}

	#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: #1c4257;
text-decoration: none;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: 0px;
}

	/* Hover styles for drop down items */
	#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover {
background-image: none;
background-color: #1c4257;
color: #d6eaf5;
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: 150px;
}
	#nav-04 ul, #nav-04 li {
width: 150px;
}
	#nav-05 ul, #nav-05 li {
width: 150px;
}

 
 
    .contactus a {
        width: 246px; 
        height:113px;
        overflow: hidden;
        float: left;
        margin-left: 0px;
                
    }
    .contactus img {
        border: none;
        margin: 0;
        width: 246px;
        height: 113px;
		clear: both;
    }
    .contactus a:hover img {
        margin-top: -139px;
    }



#side-contact-info
{
	font-weight: bold;
}
#featured-bna
{
	margin: 0px 0px 0px 0px;
	width: 130px;
}
.big
{
	font-size: 14px;
	font-weight: bold;
}
#logos
{
	background: url(../images/logos.png) no-repeat;
	height: 144px;
	position: relative;
	width: 514px;
	display:block;
}

#logos a.asaps
{
	position:absolute;
	width:122px;
	height:113px;
	top:20px;
	left:21px;
}

#logos a.asps
{
	position:absolute;
	width:112px;
	height:107px;
	top:18px;
	left:190px;
}

#logos a.csps
{
	position:absolute;
	width:116px;
	height:113px;
	top:13px;
	left:354px;
}

#realself {background:url(../images/realself.jpg) 290px 0px no-repeat;}

/************************************
blog styles
************************************/
#column-right p a.more-link {margin-left:300px;}
#column-right div.post {margin:20px 46px 0px 23px;padding:5px; background-color:#2294CA;}
#column-right div.post p, #column-right div.post ul, #column-right div.post ol, #column-right div.post h1, #column-right div.post h2, #column-right div.post h3 {margin:0 46px 10px 23px;}


.patientreviewimg {margin-left:-12px;}

a#followOnline {background:url("../images/followOnline.png") no-repeat; width:93px; height:47px; float:left; margin-top:-2px;}

#online-network {
	width: 200px;
	margin-left:37px;

}

.onlinetxt {font-size:15px; color:#fff; padding-top:20px;}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:4px;
	float:left;
	margin-bottom:2px;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("../images/youtube.png") no-repeat; }
#rss { background:url("../images/rss.png") no-repeat; }
#twitter { background:url("../images/twitter.png") no-repeat; }

