/* @override http://www.tomlintnermd.com/css/layout.css */

/*--------------------- Last Modified  2009.10.23 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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:#E4E2D3 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

h1	{ font-size:1.2em; color:#686552; }
h2	{ font-size:1.1em; color:#4A88A1; border-bottom:1px solid; }
h3	{ font-size:1.0em; color:#686552; }

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

a:link,a:visited	{ color:#4A88A1; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#4A88A1; text-decoration:none; 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;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 0px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

p.newlocation {
	position:relative;
	text-align:left;
	color:#C17373;
	font-size:1.2em;
}

p#testimonial {
	color:#C17373;
}

span { display:none; }
p span {display: block;}

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

form {
	width:150px;
	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:#EEEDE4 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #CDCBBA;
	color:#000;
	width:145px; /* 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:"Trebuchet MS", 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 */ 


/* ----- 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:170px; }
	
#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; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:75px;
	height:15px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:820px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:189px;
	}
	body#breast #masthead, body#contact #masthead { background:url("../images/masthead-01.jpg"); }
	body#current-events #masthead, body#drlintner #masthead, body#skin #masthead { background:url("../images/masthead-02.jpg"); }
	body#body #masthead, body#financing #masthead { background:url("../images/masthead-03.jpg"); }
	body#gallery #masthead, body#practice #masthead, body#thankyou #masthead { background:url("../images/masthead-04.jpg"); }

    /* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:	46px;
		top:	29px;
		width:	505px;
		height:	50px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:235px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 48px;
		}
	#column-left form { margin-left:48px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom:15px;
			}	

#contact-quick, #contact-quick fieldset {
	width: 175px;
}

#contact-quick span {
	width: 175px;
	text-indent: 0px;
	display: block;
}
			
#contact-quick input {
	width: 160px;
}

#contact-quick input#submit {
	width: 50px;
	margin-left: 50px;
	height: 25px;
	line-height: 23px;
	text-align: center;
}
				
	
/* ----- column-right ----- */

#column-right {
	width:585px;
	float:left;
	padding-top:109px;
	background-repeat: no-repeat;
	background-position:top left;
	}
	body#index #column-right { background-image:url("../images/subhead-index.jpg"); }
	body#body #column-right { background-image:url("../images/subhead-body.jpg"); }
	body#breast #column-right { background-image:url("../images/subhead-breast.jpg"); }
	body#contact #column-right { background-image:url("../images/subhead-contact.jpg"); }
	body#current-events #column-right { background-image:url("../images/subhead-current-events.jpg"); }
	body#drlintner #column-right { background-image:url("../images/subhead-dr-lintner.jpg"); }
	body#face #column-right { background-image:url("../images/subhead-face.jpg"); }
	body#financing #column-right { background-image:url("../images/subhead-financing.jpg"); }
	body#gallery #column-right { background-image:url("../images/subhead-gallery.jpg"); }
	body#practice #column-right { background-image:url("../images/subhead-practice.jpg"); }
	body#silicone #column-right { background-image:url("../images/subhead-silicone.jpg"); }
	body#sitemap #column-right { background-image:url("../images/subhead-sitemap.jpg"); }
	body#skin #column-right { background-image:url("../images/subhead-skin.jpg"); }
	body#thankyou #column-right { background-image:url("../images/subhead-thankyou.jpg"); height:214px; }
	body#video #column-right { background-image:url("../images/subhead-video.jpg"); }
    body#testimonials #column-right { background-image:url("../images/subhead-testimonials.jpg"); }
	    body#mommymakeover #column-right { background-image:url("../images/subhead-mommy.jpg"); }
	  body#blog #column-right { background-image:url("../images/subhead-blog.jpg"); }
	  body#reviews #column-right { background-image:url("../images/subhead-reviews.jpg"); }
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 64px 10px 40px;
		}
	#column-right h2 { margin:0 64px 0 10px; }
	#column-right li ul {margin:0 64px 0 0;}
	img.img-left { margin-left:40px; }
	#column-right form { margin-left:40px; }
	body#sitemap #column-right h2 a:link, body#sitemap #column-right h2 a:visited	{ text-decoration:none; }
    body#sitemap #column-right h2 a:hover, body#sitemap #column-right h2 a:active	{ color:#6AB5D3; }

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

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

#flowers {
	position:relative;
	background:url("../images/img-index-flowers.jpg") no-repeat;
	height:212px;
	}
	#flowers a {	
		position:absolute;
		left:	40px;
		top:	17px;
		width:	82px;
		height:	28px; 
		}
	#flowers a span {
		display:none;
		}
		
body#popup { 
	background:#E4E2D3 url("../images/bg-body-popup.jpg") top repeat-x;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

.popupP {
margin:45px 20px 0 20px;
text-align:justify;
}

#popupH1 {
margin-top:35px;
}

#flowers-popup {
	background:url("../images/img-flowers.jpg") no-repeat;
	height:82px;
	position:absolute;
	top:	262px;
	width:	226px;
	}

#flowers-patapp {
	background:url("../images/img-flowers.jpg") no-repeat;
	height:82px;
	top:290px;
	width:526px;
	}

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

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { 
	background:url("../images/header-graphic.jpg") top left no-repeat;
	height:332px;
	width:576px;
	float:left; 
	}
	body#breast #header-graphic, body#contact #header-graphic { background-image:url("../images/header-graphic-01.jpg"); }
	body#current-events #header-graphic, body#drlintner #header-graphic, body#skin #header-graphic { background-image:url("../images/header-graphic-02.jpg"); }
	body#body #header-graphic, body#financing #header-graphic { background-image:url("../images/header-graphic-03.jpg"); }
	body#gallery #header-graphic, body#practice #header-graphic, body#thankyou #header-graphic { background-image:url("../images/header-graphic-04.jpg"); }

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

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

	body#index #subhead { background:url("../images/subhead-index.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#video #subhead {
	background:url("../images/subhead-video.jpg") no-repeat; 
	height:39px;
	margin-left:2px;
	
	}
body#blog #subhead { background:url("../images/subhead-blog.jpg"); }


/* footer
 * ------------------------------------------------------------------------- */
#wrap-footer {
	background:url("../images/bg-footer.jpg") repeat-x;
	width:100%;
	text-align:center;
	}
	 
#footer {
	width:760px;
	margin:0 auto;
	}

#footer p {
	color:#000;
	padding-bottom:10px;
	padding-top:15px;
	}

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

#footer ul.top {
	padding-top:34px; 
	padding-bottom:10px;
	font-size:0.9em;
	}
	
#footer ul {
	font-size:0.9em;
	}

#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 #000;
	line-height:0.9em;
	}

	#footer li.first { border: none; }

/* ------------------------ Main Navigation --------------------------- */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:820px; 
	height:40px; 
	margin:0;
	padding:0; 
	position:relative;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 51px; margin-left: 44px;}
#nav-02 { width: 100px;}
#nav-03 { width: 117px;}
#nav-04 { width: 48px;}
#nav-05 { width: 43px;}
#nav-06 { width: 46px;}
#nav-07 { width: 36px;}
#nav-08 { width: 55px;}
#nav-09 { width: 92px;}
#nav-10 { width: 70px;}
#nav-11 { width: 75px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -44px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -95px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -195px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -312px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -360px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -403px -40px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -449px -40px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -485px -40px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -540px -40px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -632px -40px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -702px -40px 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:#F7F6F2;	/* 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 #B7676A;
	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:#B7676A;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-04 ul a:hover, #nav-08 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#B7676A;
	color:#F7F6F2;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li, #nav-08 ul, #nav-08 li, #nav-05 ul, #nav-05 li  { width:110px; }



/* --------------------------- Procedures Navigation ---------------------------------- */
#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:244px;		/* Width of buttons, not entite image (or half of entire image) */
	height:332px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}
	body#breast #nav-procedures, body#contact #nav-procedures							 			{ background-image:url("../images/nav-procedures-01.jpg"); }
	body#current-events #nav-procedures, body#drlintner #nav-procedures, body#skin #nav-procedures	{ background-image:url("../images/nav-procedures-02.jpg"); }
	body#body #nav-procedures, body#financing #nav-procedures 										{ background-image:url("../images/nav-procedures-03.jpg"); }
	body#gallery #nav-procedures, body#practice #nav-procedures, body#thankyou #nav-procedures 		{ background-image:url("../images/nav-procedures-04.jpg"); }
	
#nav-procedures li span { display: none; }

#nav-procedures li {
	float:left;
	list-style:none;
	}

#nav-procedures li, #nav-procedures a { 
	height:74px;			/* Each button must have the same height, define it here */
	display:block;
	}
#nav-procedures a {width:197px; margin-left:47px;}
/* margin-top if there is a spacing between each nav button */
#nav-procedures-01, #nav-procedures-02, #nav-procedures-03, #nav-procedures-04 { margin-bottom:6px; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -291px  -0px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -291px  -80px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -291px  -160px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -291px  -240px no-repeat; }

body#breast #nav-procedures-01 a:hover, body#contact #nav-procedures-01 a:hover { background:url("../images/nav-procedures-01.jpg") -291px  -0px no-repeat; }
body#breast #nav-procedures-02 a:hover, body#contact #nav-procedures-02 a:hover { background:url("../images/nav-procedures-01.jpg") -291px  -80px no-repeat; }
body#breast #nav-procedures-03 a:hover, body#contact #nav-procedures-03 a:hover { background:url("../images/nav-procedures-01.jpg") -291px  -160px no-repeat; }
body#breast #nav-procedures-04 a:hover, body#contact #nav-procedures-04 a:hover { background:url("../images/nav-procedures-01.jpg") -291px  -240px no-repeat; }

body#current-events #nav-procedures-01 a:hover, body#drlintner #nav-procedures-01 a:hover, body#skin #nav-procedures-01 a:hover { background:url("../images/nav-procedures-02.jpg") -291px  -0px no-repeat; }
body#current-events #nav-procedures-02 a:hover, body#drlintner #nav-procedures-02 a:hover, body#skin #nav-procedures-02 a:hover { background:url("../images/nav-procedures-02.jpg") -291px  -80px no-repeat; }
body#current-events #nav-procedures-03 a:hover, body#drlintner #nav-procedures-03 a:hover, body#skin #nav-procedures-03 a:hover { background:url("../images/nav-procedures-02.jpg") -291px  -160px no-repeat; }
body#current-events #nav-procedures-04 a:hover, body#drlintner #nav-procedures-04 a:hover, body#skin #nav-procedures-04 a:hover { background:url("../images/nav-procedures-02.jpg") -291px  -240px no-repeat; }

body#body #nav-procedures-01 a:hover, body#financing #nav-procedures-01 a:hover { background:url("../images/nav-procedures-03.jpg") -291px  -0px no-repeat; }
body#body #nav-procedures-02 a:hover, body#financing #nav-procedures-02 a:hover { background:url("../images/nav-procedures-03.jpg") -291px  -80px no-repeat; }
body#body #nav-procedures-03 a:hover, body#financing #nav-procedures-03 a:hover { background:url("../images/nav-procedures-03.jpg") -291px  -160px no-repeat; }
body#body #nav-procedures-04 a:hover, body#financing #nav-procedures-04 a:hover { background:url("../images/nav-procedures-03.jpg") -291px  -240px no-repeat; }

body#gallery #nav-procedures-01 a:hover, body#practice #nav-procedures-01 a:hover, body#thankyou #nav-procedures-01 a:hover { background:url("../images/nav-procedures-04.jpg") -291px  -0px no-repeat; }
body#gallery #nav-procedures-02 a:hover, body#practice #nav-procedures-02 a:hover, body#thankyou #nav-procedures-02 a:hover { background:url("../images/nav-procedures-04.jpg") -291px  -80px no-repeat; }
body#gallery #nav-procedures-03 a:hover, body#practice #nav-procedures-03 a:hover, body#thankyou #nav-procedures-03 a:hover { background:url("../images/nav-procedures-04.jpg") -291px  -160px no-repeat; }
body#gallery #nav-procedures-04 a:hover, body#practice #nav-procedures-04 a:hover, body#thankyou #nav-procedures-04 a:hover { background:url("../images/nav-procedures-04.jpg") -291px  -240px no-repeat; }

.thumbs {
		margin: 0 0 0 45px;
		}
		.thumbs img {
			margin-right: 10px;
			margin-top: 15px;
			}



/* video player */

.videoplayer{
background: url("../images/bgVideoPlayer.png") no-repeat;
margin: 0 auto;
min-height: 440px;
}

#videoContainer {
	width: 700px;
	margin: 0 auto;
	padding: 1px 0 0;
}

#videoContainer iframe {
	margin-top: -1px;
}

#btn-contact {
background:url("../images/btn-contact-rollover.jpg") top left no-repeat;
width:160px; 
height:60px;
margin-left:38px;
}


#btn-contact a{
width:160px;
height:60px;
display:block;
}

#btn-contact a:hover {
background:url("../images/btn-contact-rollover.jpg") -160px 0px no-repeat ;
}

#btn-blog {
background:url("../images/btn-blog.jpg") top left no-repeat;
width:160px; 
height:60px;
margin-left:38px;
}

#btn-blog a{
width:160px;
height:60px;
display:block;
}

#btn-blog a:hover {
background:url("../images/btn-blog.jpg") -160px 0px no-repeat ;
}


#btn-info {
background:url("../images/btn-info.jpg") top left no-repeat;
width:133px; 
height:52px;
margin-left:38px;
}

#btn-info a{
width:133px; 
height:52px;
display:block;
}

#btn-info a:hover {
background:url("../images/btn-info.jpg") -133px 0px no-repeat ;
}


#column-right h2.bloghead {
font-size:14px;
padding-bottom:5px;
border-bottom:hidden;
margin-left:25px;

}
#column-right h2.bloghead  a {
font-size:14px;
padding-bottom:5px;
text-decoration:none;
border-bottom:hidden;
}
#column-right h2.bloghead  a:hover {
font-size:14px;
padding-bottom:5px;
text-decoration:none;
border-bottom:hidden;
}

body#financing #lightwindow_contents { 
	background:#E4E2D3 url("../images/bg-body-popup.jpg") top repeat-x;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}
	
#online-network {
	width: 235px;
	margin: 0px 0 22px 0px;
	background:url("../images/onlinefamily.jpg") no-repeat;
	padding-top:60px;
}

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

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

#youtube { background:url("../images/youtube.jpg") no-repeat; }
#facebook {	background:url("../images/facebook.jpg") no-repeat; margin-left: 39px;}
#rss { background:url("../images/rss.jpg") no-repeat; }
#twitter { background:url("../images/twitter.jpg") no-repeat; }