/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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,div,dd,dt,dl { margin:0; padding:0; }

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


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

/* ----- type selectors ----- */ 
body { 
	background: #E9E4D9 url("../images/bg.jpg") top left repeat-x;
	text-align:center; 
	font:12px  "Arial", Verdana, Helvetica, sans-serif; 
	color:#8F4611; 
	}
img, object { display: block; }

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}
h1, h2, h3 { margin: 0 43px 15px 32px; }
h2	{  font-size: 13px; color: #53572C; }	
h3	{ font-size: 12px; color: #8F4611; }

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

a:link,a:visited	{ color:#8F4611; text-decoration:underline; }
a:hover,a:active	{ color:#8F4611; text-decoration:none; }


/* ----- form ----- */ 
form { 
	width:150px; 
	padding:0 0 15px 37px; 
	}

form p	{ font-size:10px;}

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

input, textarea, select { 
	background-color:#FBF8F1 !important; 
	border:1px solid #7D4924;
	color:#7D4924;
	width:150px; 
	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", Verdana, Helvetica, sans-serif; 
	font-size:11px;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}


/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-left { 
	margin:2px 12px 12px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 12px 12px; 
	}
div.spacer { height: 50px; }

p.top {
	text-align:right;
	font-size:11px;
	display:block;
	} 
	
input.submit { 
	background-color:#FBF8F1; 
	width:55px; 
	height: 14px;
	cursor:pointer; 
	padding:0; 
	font-size: 10px;
	border: none;
	}
input.submit-contact-main {
	background-color:#FBF8F1; 
	width:55px; 
	height: 18px;
	cursor:pointer; 
	padding-botton:0; 
	font-size: 10px;
	border: 1px solid #7D4924 ;
	}
input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
img.staff-pic {
	margin: 10px 0 10px 50px;
}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding: 0 43px 15px 32px; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label textarea	{ height:100px; }


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

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:778px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#header {
	position:relative;
	background:url("../images/index/header.jpg") left top no-repeat;
	width:778px;
	height:374px;
	}
	#header span { display: none;}
 
#column-wrap { /* background of the left and right columns as not to affect body's gradient background */
	background:  url("../images/bg-column-wrap.jpg") left top no-repeat;
	height: auto;
	width:100%;
	}
	
	#column-left { 
		width:212px; 
		float:left;
		background:  url("../images/bg-left.gif") left top repeat-y; 
		font: 12px "Arial", Verdana, Helvetica, sans-serif;
		color: #F0ECE2;
		}
		#column-left p {
			margin: 0 15px 15px 37px;
			}
		#column-left form p	{ font-size:10px; margin: 0 0 5px 0; }
			.title-contact {
				background: url("../images/index/title-contact.jpg") left top no-repeat;
				height: 73px;
				}
			.title-locate {
				background: url("../images/sub/title-locate.jpg") left top no-repeat;
				height: 73px;
				}
			.title-affiliations {
				background: url("../images/index/title-professional.jpg") left top no-repeat;
				height: 48px;
				}
			.title-testimonials {
				background: url("../images/sub/title-testimonials.jpg") left top no-repeat;
				height: 48px;
				}				
				
					.title-contact span, .title-affiliations span, .title-locate span, .title-testimonials span { display: none; }
					
	#column-right { 
		width:566px; 
		float:left; 
		}
		 #top {
			background: url("../images/index/bg-rcol-top.jpg") left bottom no-repeat;
			padding: 0 0 20px 32px;
			}
			#top p {
				margin: 0 0 15px 0;
				}
			#img-lady {
				background: url("../images/index/top-image.gif") bottom right no-repeat;
				float: right;
				width: 264px;
				height: 228px;
				}
			img.img-learn { 
				margin: 0 0 15px 32px; 
				}		
			.content-welcome {
				width: 270px;
				margin: 0 0 15px 0;
				}	
			.title-experience {
				background: url("../images/index/title-experience.jpg") left top no-repeat;
				height: 60px;
				margin: 0 0 0 -32px;
				}
			.title-procedures {
				background: url("../images/index/title-procedures.jpg") left top no-repeat;
				height: 65px;
				margin: 0 0 0 -32px;
				}
					.title-experience span, .title-procedures span { display: none; }
							
					
		#bottom {
			background: url("../images/index/bg-rcol-bottom.jpg") left top no-repeat;
			padding: 0 0 20px 32px;
			}
			#bottom p {
				margin: 0 43px 15px 0;
				}
			#bottom a {
				display:block;
				width: 93px;
				}
	 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg") no-repeat; 
	width:778px; 
	height:29px; 
	clear:both; 
}


/* inside framework
 * ------------------------------------------------------------------------- */
 	
#masthead {
	position:relative;
	background:url("../images/sub/masthead.jpg");
	height:74px;
	}
	#masthead span {
		display:none;
		}
#subhead span {
		display:none;
		} 
body#practice #subhead {
	background:url("../images/sub/banner-about.jpg"); 
	height:301px;
	}

body#cosmetic #subhead {
	background:url("../images/sub/banner-cosmetic.jpg"); 
	height:301px;
	}

body#general #subhead {
	background:url("../images/sub/banner-general.jpg"); 
	height:301px;
	}

body#gallery #subhead {
	background:url("../images/sub/banner-gallery.jpg"); 
	height:301px;
	}

body#contact #subhead, body#thankyou #subhead {
	background:url("../images/sub/banner-contact.jpg"); 
	height:301px;
	}
	
#sub-column-right { 
		background: url("../images/sub/bg-rcol.jpg") left top no-repeat;
		width:556px; 
		float:left; 
		}
	#sub-column-right p { 
		margin: 0 43px 10px 32px;
		}
	body#practice .title {
		background:url("../images/sub/title-practice.jpg"); 
		height:60px;
		}
		
	body#cosmetic .title {
		background:url("../images/sub/title-cosmetic.jpg"); 
		height:60px;
		}
		
	body#general .title {
		background:url("../images/sub/title-general.jpg"); 
		height:60px;
		}
		
	body#gallery .title {
		background:url("../images/sub/title-gallery.jpg"); 
		height:60px;
		}
		
	body#contact .title {
		background:url("../images/sub/title-contact.jpg"); 
		height:60px;
		}

	body#thankyou .title {
		background:url("../images/sub/title-thankyou.jpg"); 
		height:60px;
		}

		body .title span { display: none; }
		body .title {margin: 0px;}
		
	#sub-column-right ul.list  { 
		margin: 0 43px 15px 32px;
		} 

	#sub-column-right ul.list li  { 
		background:transparent url("../images/sub/bullet.gif") 0px 6px no-repeat;
		padding-left:15px; 
		}
		
	img.staff-right {
		float: right;
		padding: 0 43px 0 5px;
		clear: both;
		}
		
 	div.staff-left {
		float: left;
		width: 150px;
		padding: 0 0 0 30px;
		}
		
 	#sub-column-right div.staff-content {
		float: left;
		width: 323px;
		padding: 0 43px 0 10px;
		}
		
	body#thankyou #sub-column-right { height:400px; } 

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:566px; 
	height:31px; 
	margin-bottom:0; 
	min-height:31px;
    height:auto !important;
	}

#nav span { display: none; }

#nav li, #nav a { height: 31px; display: block; }

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

#nav-01 { width: 62px; margin-left: 8px;}
#nav-02 { width: 87px;}
#nav-03 { width: 118px;}
#nav-04 { width: 111px;}
#nav-05 { width: 90px;}
#nav-06 { width: 73px;}

#nav-01 a:hover {background: transparent url("../images/nav.jpg") -8px -31px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.jpg") -70px -31px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.jpg") -157px -31px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.jpg") -275px -31px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.jpg") -386px -31px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.jpg") -476px -31px no-repeat;}

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #914915;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { height: 20px; border-bottom: 1px solid #AF7E57;
}	/* Height of each drop down nav item */

#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: 12px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	color: #FFFFFF;
	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, #nav-04 ul a:hover { 
	background-image: none;
	background-color: #A66C36; 
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 153px; }		
#nav-03 ul, #nav-03 li { width: 157px; }		
#nav-04 ul, #nav-04 li { width: 219px; }		

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#procedures {
	position: relative;
	background: url(../images/index/procedure-buttons.jpg) no-repeat left top;					
	width: 227px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 259px;		/* Height of entire image */
	margin-bottom:0;
	float: left;
	}

#procedures li span { display: none; }

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

#procedures li, #procedures a { 
	height: 79px;			/* Each button must have the same height, define it here */
	display: block;
	width: 227px;
	}

/* Increments of each button height defined above */
#procedures-01 { top:   0px;  margin-top:0px; }	/* must use margin-top for this attribute only */
#procedures-02 { top:  90px;  margin-top:11px;  }
#procedures-03 { top:  180px;  margin-top:11px;  }

/* width set here should be same width set in #procedures */
#procedures-01, #procedures-02, #procedures-03 { left: 0px; width: 227px; }

/* Changed values should match "top" numbers specified above */
#procedures-01 a:hover { background: transparent url("../images/index/procedure-buttons.jpg") -227px  0px no-repeat; }
#procedures-02 a:hover { background: transparent url("../images/index/procedure-buttons.jpg") -227px  -90px no-repeat; }
#procedures-03 a:hover { background: transparent url("../images/index/procedure-buttons.jpg") -227px  -180px no-repeat; }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width: 778px; 
	margin:0 auto; 
	text-align:center; 
	}

#footer a:link, #footer a:visited, #footer p {
	text-decoration:none;
	color:#8F4611;
	}

#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#8F4611;
	}

#footer ul { margin-bottom:20px; }

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

	#footer li.first { border: none; }
	
/* gallery

 * ------------------------------------------------------------------------- */

#gallery-list {

	margin-left: 32px; }

#gallery-procedure {

	margin-left: 32px;

	font-weight: bold;

	}

	

#gallery-nav {

	width: 490px;

	margin-left: 32px;

	text-align:center;

	}

		

#gallery-image {

	margin:0 42px 70px 22px;

	}
	
#gallery-list ul { padding-left:15px; }

		#gallery-list ul li {

			list-style-type:disc;

			}				
			

	
	