/*--------------------- 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:#f6edd8 url("http://hairdr.s3.amazonaws.com/bg-sub.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#656565;
	padding-top: 3px;
	}
body#home { 
	background:#f6edd8 url("http://hairdr.s3.amazonaws.com/bg-body.jpg") top repeat-x;
	padding-top: 0px;
}




blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.25em; color:#248d8a; }
h2	{ font-size:1.15em; color:#a8641a; }
h3	{ font-size:1.05em; color:#000; }
h4	{ font-size:1.0em; color:#656565; }

h1 span, h2 span, h3 span	{ display:none; }

a:link,a:visited	{ color:#656565; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.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("http://hairdr.s3.amazonaws.com/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 10px 10px; 
	}
	
p.centerp {
	padding-top: 40px;
	width: 550px;
}

/* ------------------------ 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:#a5bca8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #a5bca8;
	color:#656565;
	width:160px; /* 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:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

input.radio-check {
	width: 12px;
	background-color: none !important;
	border: none;
}

/* ------------------------ 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; }

form#contact-main input#contact_state {
	width: 50px;
}

/* ------------------------ 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 */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("http://hairdr.s3.amazonaws.com/btn-submit.jpg");
	width:88px;
	height:18px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
/* 	background:url("http://hairdr.s3.amazonaws.com/bg-wrap.jpg") repeat-y; */
	width:980px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("http://hairdr.s3.amazonaws.com/content-bottom.jpg") bottom no-repeat;
	width:980px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ top-nav framework ------------------------ */
#top-nav {
	background: url("http://hairdr.s3.amazonaws.com/top-nav.jpg");
	height: 35px;
	padding: 6px 0px 0px 30px;
	width: 950px;
	}
	#top-nav a { 	height:29px;
						padding:0 15px;
						display:inline-block;
						line-height:25px;
						color:white;
						text-decoration:none;
						font-size:14px;
						}
						#top-nav a:hover {color:#ba7623 ;}
	/*#top-nav a {
		display: block;
		width: 75px;
		float: left;
		height: 30px;
		}
	#top-nav a#top-home:hover {
		background: url("http://hairdr.s3.amazonaws.com/top-nav-over.jpg") 0px 0px;
		}
	#top-nav a#top-contact:hover {
		background: url("http://hairdr.s3.amazonaws.com/top-nav-over.jpg") 150px 0px;
		}
	#top-nav a#top-sitemap:hover {
		background: url("http://hairdr.s3.amazonaws.com/top-nav-over.jpg") 75px 0px;
		}*/

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("http://hairdr.s3.amazonaws.com/masthead.jpg");
	height:67px;
	}
	/* index page link within #masthead */		
	#masthead a.blog {	
		position:absolute;
		left:539px;
		width:180px;
		top:16px;
		height:31px; 
		}
	#masthead a.newsletter {	
		position:absolute;
		left:719px;
		width:202px;
		top:16px;
		height:31px; 
		}
	#masthead a.blog:hover {
		background: url("http://hairdr.s3.amazonaws.com/masthead-btn-over.jpg") 0px 0px no-repeat;
		}	
	#masthead a.newsletter:hover {
		background: url("http://hairdr.s3.amazonaws.com/masthead-btn-over.jpg") -180px 0px no-repeat;
		}	
	
	#masthead a span {
		display:none;
		}


/* ------------------------ header framework ------------------------ */
#header-flash { height:263px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic {
	height:80px; 
	background: url("http://hairdr.s3.amazonaws.com/subheader.jpg"); 
	padding-top: 49px; 
	}
	#header-graphic span {
			padding: 0px 20px 20px 320px;
			font-size: 2.2em;
			color: #f6edd8;
			font-weight: normal;
			font-family:Georgia, "Times New Roman", Times, serif;
			display:block;
		}


	
/* ------------------------ subhead framework ------------------------ */
#content {
	background: url("http://hairdr.s3.amazonaws.com/content-top.jpg") top no-repeat;
	float: left;
	width: 883px;
	padding: 22px 52px 10px 45px;
	}
body#home #content {
	background: url("http://hairdr.s3.amazonaws.com/content-top.jpg") top no-repeat;
}

body#home h1.page-title {display:none;}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:70px; } /* sets height for all subheads */
body#home #subhead {
	background: url("http://hairdr.s3.amazonaws.com/subhead-index.png") top left no-repeat;
	padding-top: 70px;
	height: auto;
	position: relative;
	width: 256px;
}
	body#about #subhead { background:url("http://hairdr.s3.amazonaws.com/subhead-about.jpg"); }
	body#contact #subhead { background:url("http://hairdr.s3.amazonaws.com/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("http://hairdr.s3.amazonaws.com/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("http://hairdr.s3.amazonaws.com/subhead-sitemap.jpg"); }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:230px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left ol, #column-left dl {
		margin:0px 0px 10px 15px;
		}

	#column-left form { margin-left:15px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("http://hairdr.s3.amazonaws.com/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 */
			}

	#column-left ol { padding-left:25px; }
		#column-left ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* definition list */
	#column-left dl { padding-left:5px; font-family:"Trebuchet MS"; font-size: 11px;}
		#column-left dl dt {
			font-weight:bold;
			color:#248d8a;
			background:transparent url("http://hairdr.s3.amazonaws.com/bullet.jpg") 0px 5px no-repeat;
			padding-left:8px;  /* pushes text to the right to display bg img */
			}
		#column-left dl dd {
			margin: 0px 0px 5px 8px;
			}
			
#subcol-left {
	width: 160px;
	float: left;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:610px;
	float:left;
	margin-left: 43px;
	_display: inline;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:30px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("http://hairdr.s3.amazonaws.com/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-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("http://hairdr.s3.amazonaws.com/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;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("http://hairdr.s3.amazonaws.com/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;
			}
			
#subcol-right {
	width: 445px;
	float: left;
}


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("http://hairdr.s3.amazonaws.com/subhead-meet-doc.jpg") ;
	}
	
p#intrograph {
	width: 270px;
}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:86px;
	background:url("http://hairdr.s3.amazonaws.com/title-contact.jpg") ;
	clear: both;
	}
#title-locations {
	height:64px;
	background:url("http://hairdr.s3.amazonaws.com/title-locations.jpg") ;
	}
#contact #title-locations,
#thanyou #title-locations {
	clear: both;
	}
#home #subhead a.img {
	float: right;
	height: 125px;
	width: 345px;
	display: block;
	position: absolute;
	top: 70px;
	left: 265px;
	}

#title-whats-new {
	height:74px;
	background:url("http://hairdr.s3.amazonaws.com/title-whats-new.jpg") ;
	margin: 0px;
	}
	#title-whats-new a {
		display: block;
		width: 150px;
		height: 74px;
	}
	#title-whats-new span {
		display: none;
	}

#title-results {
	height:56px;
	background:url("http://hairdr.s3.amazonaws.com/title-results.jpg") ;
	margin: 0px;
	}
	a#bna-thumb-01 {
		background: url("http://hairdr.s3.amazonaws.com/thumb-bna-01.jpg");
		height: 122px;
		width: 283px;
		display: block;
		float: left;
		margin: 0px 0px 0px 10px;
		_display: inline;
		}
a#bna-thumb-02 {
		background: url("http://hairdr.s3.amazonaws.com/thumb-bna-02.jpg");
		height: 122px;
		width: 283px;
		display: block;
		float: left;
		margin: 0px 0px 0px 15px;
		_display: inline;
		}	
#title-female-loss {
	width: 310px;
	float: left;
	_display: inline;
	position: relative;
	}
	#title-female-loss a.headerlink {
		display: block;
		width: 310px;
		height: 64px;
		position: absolute;
	}
	#title-female-loss .contentpad {
		margin-top: 64px;
	}
#title-technology {
	background: url("http://hairdr.s3.amazonaws.com/title-technology.jpg") top no-repeat;
	width: 280px;
	float: left;
	_display: inline;
	padding-right: 20px;
	}
	#title-technology p {
		padding-left: 10px;
	}
	#title-technology a.headerlink {
		display: block;
		width: 310px;
		height: 64px;
		position: absolute;
	}
	#title-technology .contentpad {
		margin-top: 64px;
	}
#logos {
	background: url("http://hairdr.s3.amazonaws.com/logos.jpg");
	height: 267px;
	clear: both;
	position: relative;
	}
	#logos a.hairlines {
		position: absolute;
		top: 7px;
		left: 5px;
		width: 255px;
		height: 80px;
		}
	#logos a.the-times {
		position: absolute;
		top: 7px;
		left: 340px;
		width: 255px;
		height: 80px;
		}
	#logos a.wcvb {
		position: absolute;
		top: 94px;
		left: 5px;
		width: 255px;
		height: 80px;
			}
	#logos a.abc7 {
		position: absolute;
		top: 94px;
		left: 340px;
		width: 255px;
		height: 80px;
		}
	#logos a.nashua {
		position: absolute;
		top: 180px;
		left: 5px;
		width: 255px;
		height: 80px;
		}
	#logos a.psp {
		position: absolute;
		top: 180px;
		left: 340px;
		width: 255px;
		height: 80px;
		}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("http://hairdr.s3.amazonaws.com/click-to-call.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: px;
			left: px;
			width: px;
			height: px;
			}
		#click-to-call a:hover {
				background:url("http://hairdr.s3.amazonaws.com/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }


/* ------------------------footer framework ------------------------ */

#footer-wrap {
	
	background: #207371 url("http://hairdr.s3.amazonaws.com/footer-bg.jpg") top repeat-x;
	width:100%;
}

#footer {
	background: #207371 url("http://hairdr.s3.amazonaws.com/footer-bg.jpg") top repeat-x;
	width:980px;
	margin:0 auto;
	text-align:center;
	padding: 20px;
	font-size: .9em;
	color: #f6edd8;
	}

#footer p {
	margin: 0 90px 10px 90px;
		}

#footer a:link, #footer a:visited { color:#f6edd8; }
#footer a:hover, #footer a:active { color:#fff; }

#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 #f6edd8;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	width:230px;	
	text-align:right;
	margin:0;
	padding:0;
	}
	#nav ul	{	margin-bottom:20px;}
	
	#nav ul li { 	background:none;
						font-size:14px;
						line-height:18px;
						padding-right:20px;
						border-right:1px solid #a5bca8;
						}
						
							
	#nav ul li a {	color:#336666;
						text-decoration:none;
						}

	#nav ul li a:hover {	color:black ;}
	
	
	#ishrsLogo { background:url("http://hairdr.s3.amazonaws.com/ISHRSlogo.jpg"); height:119px; width:217px; margin:20px 0 0;}
	
	
	
/* ------------------------ HAIRLINES NEWSLETTERS LAYOUT ------------------------ */
body#hairlines-newsletters { background:white;}	
#wrap-newsletter  {
	width:600px;
	margin:0 auto;
	text-align:left;
	border:1px solid black;
	padding-bottom:30px;
	}
#header-newsletter { 
	background:url("http://hairdr.s3.amazonaws.com/hairlines-newsletter-header.jpg");
	height:200px;
	text-align:center;
	margin-bottom:20px;
	}
#header-newsletter h1 {
	color:black;
	font-size:16px;
	padding-top:20px;
	}
#newsletter-body {
	margin:0 20px; 
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
	}
#wrap-newsletter p, #wrap-newsletter h1, #wrap-newsletter h2, #wrap-newsletter h3 {
	margin-bottom:15px;
	}		
#wrap-newsletter ul {list-style-type:square; margin-left:20px;}	
#wrap-newsletter ul li {margin-bottom:10px;}


div.eVRight
{
	float:right;
	width:320px;
	height:180px;
	margin:0 0 10px 10px;
	text-align:right;
}