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

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

h1	{ font-size:1.2em; }
h2	{ font-size:1.1em; }
h3	{ font-size:1.0em; }

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

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

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	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-right:10px;
	margin-top: 5px;
	}

img.img-right { 
	float:right; 
	margin-left:10px;
	}

.gallery-thumb{ margin:0px 0px 5px 30px; }	 

/* ------------------------ form elements ------------------------ */
form {
	width:200px;
	margin:0 0 15px 0; /* set margin left and right below */
	}

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 #404040;
	color:#414141;
	width:195px; /* 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:200px; padding:0; } /* same width as form - !important */

textarea { height:90px; 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:95px 0 0 243px; } /* defines placement of contact-main submit button */

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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:#FCEBF2 url("../images/bg-wrap.jpg") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}
#wrap-inner { background:url("../images/bg-bottom.jpg") left bottom no-repeat; }
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:133px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:46px;
		width:440px;
		top:63px;
		height:49px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	height:40px; 
	}

#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; position:relative; }

#nav-01 { width: 73px; margin-left: 262px;}
#nav-02 { width: 102px;}
#nav-03 { width: 88px;}
#nav-04 { width: 72px;}
#nav-05 { width: 66px;}
#nav-06 { width: 122px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -262px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -335px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -437px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -525px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -597px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -663px -40px no-repeat; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:556px;
	float:left;
	padding-top:80px;
	}
	body#index #column-left { background:url("../images/subhead-welcome.jpg") no-repeat; }
	body#about #column-left { background:url("../images/subhead-about.jpg") no-repeat; }
	body#body #column-left { background:url("../images/subhead-body.jpg") no-repeat; }
	body#breast #column-left { background:url("../images/subhead-breast.jpg") no-repeat; }
	body#contact #column-left { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#face #column-left { background:url("../images/subhead-face.jpg") no-repeat; }
	body#thankyou #column-left { background:url("../images/subhead-thankyou.jpg") no-repeat; }

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl{
		margin-left:30px;
		margin-right:16px;
		}
	#column-left h1, #column-left h2, #column-left h3 { margin-bottom:4px; }
	#column-left p, #column-left ul, #column-left dl { margin-bottom:17px; }
	
	#column-left img.img-left { margin-left:30px; }
	#column-left img.img-right { margin-right:16px; }
	#column-left #logos {
		margin-right:62px;
		margin-left:15px;
		}

	#column-left form { margin-left:30px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li{ 
			background:transparent url("../images/li-arrow.gif") 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:15px;
			}

#featured {
	background:url("../images/bg-featured.jpg") top left no-repeat;
	padding-top:35px;
	position:relative;
	width:512px;
	height:270px;
	color:#370418;
	margin-left:31px;
	}
	#featured ul {margin:0px; padding:0px;}
	#featured p{margin:0px; padding:0px 10px 5px 15px;}
	#featured #procedure ul {width:250px; padding:0px 10px 5px 15px;}
	#featured #procedure, #featured #specialized {float:left;}
	#featured #procedure {width:302px;}
	#featured #specialized {width:210px;}
	
	#featured #specialized #buttons {position:relative;}
	#featured #specialized #buttons li {background:none !important;}
	#featured #specialized #buttons li a{
		position:absolute;
		height:69px;
		width:184px;
		left:8px;
		}
	#featured #specialized #buttons a span { display:none; }
	#featured #specialized #buttons li #button-01 { top:11px; }
	#featured #specialized #buttons li #button-02 { top:82px; }
	#featured #specialized #buttons li #button-03 { top:153px; }

ul.list-w-arrows {margin-left:15px;  }
#affiliations span {font-weight:bold;}

#subhead-1 {
	position:relative;
	width:320px;
	background:url("../images/bg-subheads.jpg") no-repeat;
	float:left;
	padding-top:74px;
	}
#subhead-2 {
	position:relative;
	width:236px;
	background:url("../images/bg-subheads2.jpg") right top no-repeat;
	float:left;
	padding-top:74px;
	}
#subhead-2 img {margin-bottom:20px; margin-left:20px;}
	
	
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:244px;
	float:left;
	padding-top:80px;
	background:url("../images/title-email.jpg") no-repeat;
	}
	body#contact #column-right, body#thankyou #column-right { background:url("../images/title-locate.jpg") no-repeat; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 30px 10px 15px;
		}

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

.btn-map {
	height:211px;
	display:block;
	background:url("../images/img-map.jpg") no-repeat;	
	}
	.btn-map span { display:none; }

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:184px;
	background:url("../images/header-index.jpg");
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:108px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	background-color:#904160;
	padding:16px 0 30px;
	}

#footer p {
	color:#FBD8E6;
	margin:0 15px 10px;
	}

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

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

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
