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

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

h1, p.h1	{ font-size:1.2em; color:#03263A; font-weight:bold; }
h2, p.h2	{ font-size:1.1em; color:#025C91; font-weight:bold; }
h3, p.h3	{ font-size:1.0em; color:#69B63A; font-weight:bold; }

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

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

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

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	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:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #025C91;
	color:#03263A;
	width:178px; /* 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:150px; padding:0; } /* same width as form - !important */

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

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


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

#login_btn{position:relative;float:left;top:15px;left:52px;margin:0;height:30px;z-index:100;}
#login_btn a{display:block;height:30px;width:155px;background:url(/images/patient-login.png) 0 -30px;}
#login_btn a:hover{background:url(/images/patient-login.png) 0 0;}
#contact_btn{position:relative;float:left;top:120px;left:26px;margin:0;height:30px;z-index:100;}
#contact_btn a{display:block;height:30px;width:206px;background:url(/images/contact-us.png) 0 -30px;}
#contact_btn a:hover{background:url(/images/contact-us.png) 0 0;}
#newsletter_btn{width:206px;margin:0 0 20px 162px;height:30px;z-index:100;}
#newsletter_btn a{display:block;height:30px;width:206px;background:url(/images/newsletter.png) 0 -30px;}
#newsletter_btn a:hover{background:url(/images/newsletter.png) 0 0;}
#neograft_btn{margin:10px 0 0 156px;height:30px;z-index:100;}
#neograft_btn a{display:block;height:30px;width:155px;background:url(/images/click-here.png) 0 -30px;}
#neograft_btn a:hover{background:url(/images/click-here.png) 0 0;}

#neograft_btn2 a{display:block;height:30px;width:95px;margin:10px auto 0 auto;background:url(/images/push4info.png) 0 -30px;}
#neograft_btn2 a:hover{background:url(/images/push4info.png) 0 0;}

#neograft ul li{list-style:disc;}

form.global { 
	margin:0; }

form.global label { 
	color:#666; 
	float: left; 
	width: 100px; 
	padding: 8px 0 0 0; 
	font-weight: bold; 
	display:block }

form.global input, form.global textarea {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 4px 0 13px 0;
	outline: none;
	padding: 6px;
	width: 100%; }

form.global input:hover, form.global textarea:hover { border: 1px solid #b5b4b4; }

form.global input:focus, form.global textarea:focus {
	border: 1px solid #b5b4b4;
	color: #666; }

form.global input.submit {
	background: #b4b4b4;
	color: #fff;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	outline: none;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 2px 10px 4px 10px;
	width: auto; }

form.global input.submit:hover {
	cursor:pointer; }
	
form.global input.error { border: 1px solid #cc0000; }

/* CONTACT FORM */
form.global .errorbox { display:none; margin:0; font-weight:bold; color:#bb252c; }
form.global li.alert label { color:#bb252c; }


/* ------------------------ 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:61px;
	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:url("../images/bg-wrap.jpg") repeat-y;
	width:790px;
	margin:0 auto;
	text-align:left;
	}
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:790px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:245px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		clear:both;margin:0px 20px 10px 43px;
		}

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




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

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 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 */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 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:5px;
			}


#hair-restoration{margin:20px 0;}
#hair-restoration ul li{margin:0 0 0 20px;list-style:disc;background:none;background-image:none;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:545px;
	float:left;
	}

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

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

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

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 3px  no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px;  /* 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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:261px; position: relative;background:url("../images/header-index.jpg");} /* sets height for all non-flash headers */
	#header-graphic a {	
		position:absolute;
		left:32px;
		width:315px;
		top:15px;
		height:78px; 
		}
	#header-graphic a span {
		display:none;
		}

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	/*body#about #header-graphic { background:url("../images/header-about.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"); }
	*/

/* ------------------------ subhead framework ------------------------ */
#subhead { height:77px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top center no-repeat; height: 77px;overflow:hidden;}
	body#index #subhead2 { background:url("../images/subhead-index.jpg") bottom center no-repeat; height: 99px;overflow:hidden;}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#facial #subhead { background:url("../images/subhead-facial.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.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-breast-skin {
	height:114px;
	clear: both;
	background:url("../images/title-breast-skin.jpg") ;
	}

#title-contact {
	position:relative;
	min-height:170px;
	background:url("../images/title-contact.jpg") top no-repeat;
	}
body#contact #title-contact, body#thankyou #title-contact {
	padding-top:118px;
	background:url("../images/title-locate.jpg") top no-repeat;
	}
#logo-abps {
	background: url("../images/logo-abps.jpg");
	height: 135px;
	position:relative;
	}
	#logo-abps a {
		position: absolute;
		top: 26px;
		left: 35px;
		width: 185px;
		height: 75px;
		}
#logo-monterey {
	background: url("../images/logo-monterey.jpg");
	height: 83px;
	}

#individual-top {
	height:88px;
	background:url("../images/individual-top.jpg") ;
	}
#title-individual {
	background: url("../images/individual-bottom.jpg") bottom no-repeat;
	padding-bottom: 15px;
}
div.id-separator {
	background: url("../images/individual-separators.jpg") bottom no-repeat;
	padding-bottom: 40px;
	}

#column-right div.right-p {
	margin-right: 0px;
	float: left;
	width: 265px;
	display: inline;
	}
#column-right div.left-p {
	margin-right: 0px;
	float: left;
	width: 265px;
	display: inline;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:25px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-wrap {
	background: url("../images/footer-wrap.jpg") repeat-y;
	width:790px;
	margin:0 auto;
	text-align:center;
	}
#footer {
	background: url("../images/footer-bottom.jpg") bottom no-repeat;
	width:790px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 30px;
	font-size: .95em;
	}

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

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

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

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:790px; 
	height:43px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 68px; margin-left: 18px;}
#nav-02 { width: 148px;}
#nav-03 { width: 151px;}
#nav-04 { width: 145px;}
#nav-05 { width: 138px;}
#nav-06 { width: 104px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -18px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -86px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -234px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -385px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -530px -43px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -668px -43px no-repeat; }

