/*--------------------- 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:#73cbdf url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#fff;
	}
	body#privacy {
	background:#73CBDF;
	text-align:left; 
	padding: 20px;
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}
		body#privacy h1, body#privacy h2, body#privacy h3 {
			color: #000;
			}
		body#privacy li {margin-bottom: 5px;}
		
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }
h4	{ font-size:1.0em; color:#fff; }

h1 span, h2 span, h3 span, h4 span	{ display:none; }

a:link,a:visited	{ color:#73cbdf; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#73cbdf; text-decoration:none; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.font-size-11 {
	font-size:11px;
	line-height:16px;
	}
	
img.img-left { 
	float:left; 
	margin-left:30px;
	padding-right:10px;
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

img.img-center { margin:0 0 0 160px; }

img.img-center-thin { margin:0 0 0 182px; }

img.img-top { margin-left:30px; }

img.inset-01 { float:right; margin-right:33px; padding:5px 0 5px 10px; }

img.inset-02 { float:left; margin-left:28px; padding:5px 10px 5px 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.bold { font-weight:bold; }

.staff-caption { padding-right:70px;}
.staff-caption2 { padding-right:64px;}

.img-caption { margin:0 0 0 172px; font-style:italic; }

img.gallery-thumb { margin-left:30px; }

	.gallery-thumb-text { margin-left:27px; }
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:215px;
	margin:0 0 18px 0;
	}

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 #4d8a98;
	color:#414141;
	width:210px; /* 5 pixels 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:11px;
	}
	
select { width:215px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 

#contact_business { display: none; } /* do not remove */ 

input.print {width: 100px;}


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 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:241px;
	top:-1px;
	}

	#contact-main input.radio { width:15px; }
	.checkbox { margin-left:207px; }
	.radio-container { width:543px; }
		.radio-labels { width:220px; float:left; }
		.radio-btns { margin-left:210px; padding-top:6px; }
			#spacer { height:20px; }
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:85px 0 5px 243px; }

input.submit { 
	background:url("../images/btn-submit.jpg");
	width:52px;
	height:23px;
	border:none;
	cursor:pointer;
	}
	
input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	body#privacy input.submit {
		background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
		background-image: none;
		border:1px solid #4d8a98;
		color:#414141;
		width:100px; /* 5 pixels smaller than form width !important */
		height:18px;
		line-height:18px;
		vertical-align: middle;
		margin-bottom:4px; /* sets vertical spacing between fields */
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px;
		}
		span.checkbox1 {margin-left: 94px;}
		span.checkbox2 {margin-left: 98px;}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:841px;
	margin:0 auto;
	text-align:left;
	}
	
#bg-gradient {
	background:url("../images/bg-gradient.jpg") top no-repeat;
	width:841px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	}
	
/* ----- column-left ----- */

#column-left {
	width:543px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0 38px 18px 32px;
		}
		
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:40px; }
		#column-left ul li { list-style-type:disc; }
			
	#column-left ul li ul { margin:0; padding-left:25px; }
	#column-left ul.subnav li { list-style-type:none; }

	/* definition list */
	#column-left dl { padding-left:15px; }
		#column-left dl dt {
			font-weight:bold;
			}
			
		#column-left dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
	#staff-photos { margin-left:25px; }
	
	#column-left ul.no-bullet li { list-style:none; }
			
/* ----- column-right ----- */

#column-right {
	width:298px;
	float:left;
	color:#004460;
	}

#column-right a { color:#006c98; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 39px 18px 41px;
		}
		
	#column-right form { margin-left:41px; }
	 
	/* single column list */
	#column-right ul { padding-left:15px; }
		#column-right ul li {
			list-style-type:disc; 
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:15px; }
		#column-right dl dt {
			font-weight:bold;
			}

		#column-right dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
	
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:184px;
	clear:both;
	width:100%; 
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	height:184px;
	clear:both;
	width:100%; 
	}

/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:382px; background:url("../images/header-graphic.jpg"); position:relative; } /* sets height for all non-flash headers */
body#male #header-graphic { background:url("../images/header-graphic-male.jpg"); position:relative; height:382px; } 
body#face #header-graphic, body#facelift #header-graphic, body#rhinoplasty #header-graphic, body#injectables #header-graphic { background:url("../images/header-graphic-face.jpg"); position:relative; height:382px; }
body#browlift #header-graphic, body#eyelid-surgery #header-graphic, body#neck-lift #header-graphic { background:url("../images/header-graphic-eyelid.jpg"); position:relative; height:382px; }
body#contact #header-graphic { background:url("../images/header-graphic-contact.jpg"); position:relative; height:382px; }
body#breast #header-graphic { background:url("../images/header-graphic-breast.jpg"); position:relative; height:382px; }
body#body #header-graphic { background:url("../images/header-graphic-body.jpg"); position:relative; height:382px; }
body#about-us #header-graphic, body#dr-singer #header-graphic, body#staff #header-graphic, body#skin-care #header-graphic { background:url("../images/header-graphic-about.jpg"); position:relative; height:382px; }

body#out-of-town #header-graphic { background:url("../images/header-graphic-outoftown.jpg"); position:relative; height:382px; }

	/* index page link within #header-graphic */		
	#header-graphic a {	
		position:absolute;
		left:23px;
		width:345px;
		top:25px;
		height:85px; 
		}
		
	#header-graphic a span {
		display:none;
		}

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:64px; width:543px; position:absolute; top:318px; left:0; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#centre #subhead { background:url("../images/subhead-center.jpg"); }
	body#dr-singer #subhead { background:url("../images/subhead-index.jpg"); }
	body#staff #subhead { background:url("../images/subhead-staff.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#male #subhead { background:url("../images/subhead-male.jpg"); }
	body#skincare #subhead { background:url("../images/subhead-skincare.jpg"); }
	body#out-of-town #subhead { background:url("../images/subhead-index.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }


/* ------------------------ title framework with varying heights ------------------------- */
#title-schedule {
	height:68px;
	background:url("../images/title-schedule.jpg") bottom no-repeat;
	margin-top:-20px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
.btn-read {
		height:23px;
		width:71px;
		display:block;
		background:url("../images/btn-read.jpg") no-repeat;	
		}

		.btn-read span { display:none; }

/* ------------------------------------- Mini-columns ---------------------------------------- */

#mini-columns {
	background:url("../images/bg-bottom.jpg");
	width:543px;
	}
	
	/* footer
 * ------------------------------------------------------------------------- */

#logo-affiliations {
	background:url("../images/logo-affiliations.jpg");
	height:130px;
	}
 
#footer {
	width:841px;
	margin:0 auto;
	text-align:center;
	color:#000;
	}

#footer a { color:#000; }

#footer p {
	margin:0 20px 18px 20px;
	}

#footer ul {margin-bottom:18px;}

#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;
	}

	#footer li.first { border: none; }
	
	#index-procedures { width:247px; float:left; }
	#bna-img-index { 
		width:296px; 
		height:218px;
		background:url("../images/img-bna.jpg");
		position:relative;
		float:right;
		}
		#bna-img-index a {
	display:block;
	width:163px;
	height:79px;
	top:110px;
	left:51px;
	position:absolute;
			}
		#bna-img-index span { display:none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:841px; 
	height:48px; 
	margin:0;
	padding:0; 
	z-index:99;
	position:relative;
	}

#nav span { display: none; }

#nav li, #nav a { height:48px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 65px; margin-left:48px;}
#nav-02 { width: 84px;}
#nav-03 { width: 57px;}
#nav-04 { width: 71px;}
#nav-05 { width: 59px;}
#nav-06 { width: 142px;}
#nav-07 { width: 165px;}
#nav-08 { width: 101px;}


/*-------------- (-79px) X position of button / (-48px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -48px -48px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -113px -48px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -197px -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -254px -48px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -325px -48px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -384px -48px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -526px -48px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -691px -48px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -48px -48px no-repeat; }
body#about-us #nav-02 { background:url("../images/nav.jpg") -113px -48px no-repeat; }
body#face #nav-03, body#facelift #nav-03, body#browlift #nav-03, body#eyelid-surgery #nav-03, body#rhinoplasty #nav-03, body#neck-lift #nav-03, body#skin-care #nav-03, body#injectables #nav-03 { background:url("../images/nav.jpg") -197px -48px no-repeat; }
body#breast #nav-04 { background:url("../images/nav.jpg") -254px -48px no-repeat; }
body#body #nav-05 { background:url("../images/nav.jpg") -325px -48px no-repeat; }
body#male #nav-06 { background:url("../images/nav.jpg") -384px -48px no-repeat; }
body#out-of-town #nav-07 { background:url("../images/nav.jpg") -526px -48px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -691px -48px 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:#f6d9c5;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:22px; 				/* Height of each drop down nav item */
	border:1px solid #712a11;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:22px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:12px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#712a11;
	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-03 ul a:hover { 
	background-image:none;
	background-color:#df9d84;
	color:#712a11;
	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:175px; }		

#nav-02 ul, #nav-02 li { width:100px; }	

/* Vertical Sprite Procedures Nav
 * ------------------------------------------------------------------------- */

#column-left ul#nav-procedures { padding:0; margin:0; }
	#column-left ul#nav-procedures li {
		list-style-type:none; 
		}
			
#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:247px;		/* Width of buttons, not entite image (or half of entire image) */
	height:219px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav-procedures li span { display: none; }

#nav-procedures li { float:left; list-style:none; position:relative; }

#nav-procedures li, #nav-procedures a { 
	height:26px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav-procedures should begin */
#nav-procedures-01 { margin-top:89px; width:247px; }

/* margin-top if there is a spacing between each nav-procedures button */
#nav-procedures-02, #nav-procedures-03, #nav-procedures-04, #nav-procedures-05 { margin-top:0; width:247px; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -247px  -89px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -247px -115px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -247px -141px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -247px -167px no-repeat; }
#nav-procedures-05 a:hover { background:url("../images/nav-procedures.jpg") -247px -193px no-repeat; }
