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

body#seminar {
	background:#f8e8b7 ;
	}


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

h1	{ font-size:1.3em; color:#b01d00; font-style:italic; }
h2	{ font-size:1.1em; color:#4a320e; }
h3	{ font-size:1.0em; color:#b01d00; }

body#news h2 {font-size: 1.3em; color:#CA352E; }

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

a:link,a:visited	{ color:#b01d00; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#4a320e; 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("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 10px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
.col-staff {
	width:312px;
	float:left;
	}
	
img.img-map { 
	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:#e6cc8d !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#b01d00;
	width:175px; /* 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; }

/* ------------------------ 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:url("../images/bg-wrap.jpg") repeat-y;
	width:980px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-wrap-footer.jpg") bottom no-repeat;
	width:980px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 200px;
	}
#bottom-wrap {
	padding-bottom: 80px;
	}
#content {
	float: left;
	background: url("../images/content-bg.jpg") top no-repeat;
	width: 980px;
}	
#index #content {
		background: url("../images/content-bg-index2.jpg") top no-repeat;
		width: 980px;
	}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:646px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left ol, #column-left dl, #column-left .box  {
		margin:0px 35px 10px 68px;
		}

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

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:12px; /* pushes text to the right to display bg img */
			padding-bottom: 8px;
			}
		#column-left ul li ul {
			margin-left: 0px;
			}
	#column-left ul.why-hfi li {
		background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		font-size: 1.4em;
		line-height: 24px;
		font-style: italic;
		font-weight: bold;
		}
	#column-left ol { padding-left:25px; }
		#column-left ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* 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;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:280px;
	float:left;
	_display: inline;
	margin: 0px 39px 0px 15px;
	}
	
	body#index #column-right {margin-top:10px;}

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

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

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right 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-right ul.multi { padding-left:5px; } 
		#column-right 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;
			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("../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-flash { height:401px; } /* 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:401px;  background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */
	#header-graphic a {
		display: block;
		height: 203px;
		width: 118px;
		margin: 27px 0px 0px 201px;
		float: left;
		_display: inline;
	}
		#header-graphic a:hover {
			background: url("../images/logo-over.gif") no-repeat;
		}
	body#center #header-graphic, body#testimonials #header-graphic { background:url("../images/header2.jpg"); }
	body#services #header-graphic, body#news #header-graphic, body#testing #header-graphic, body#iui-page #header-graphic, body#male-factor #header-graphic, body#tubal-reversal #header-graphic, body#contact #header-graphic { background:url("../images/header3.jpg"); }
	body#ivf #header-graphic, body#ivf-faqs #header-graphic, body#pgd-page #header-graphic, body#egg-donation #header-graphic { background:url("../images/header4.jpg"); }
	body#news #header-graphic { background:url("../images/header-index.jpg"); }
	body#financial #header-graphic { background:url("../images/header5.jpg"); }
	body#stats #header-graphic { background:url("../images/header6.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:80px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#center #subhead { background:url("../images/subhead-center.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	
	body#services #subhead { background:url("../images/subhead-services.jpg"); }
	body#treatments #subhead { background:url("../images/subhead-treatments.jpg"); }
	body#risk #subhead { background:url("../images/subhead-risk.jpg"); }
	body#rates #subhead { background:url("../images/subhead-rates.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#stats #subhead { background:url("../images/subhead-stats.jpg"); }
	body#testing #subhead { background:url("../images/subhead-testing.jpg"); }
	body#financial #subhead { background:url("../images/subhead-financial.jpg"); height:106px;}

	body#egg-donation #subhead { background:url("../images/subhead-egg-donation.jpg"); }
	body#male-factor #subhead { background:url("../images/subhead-male-factor.jpg"); }
	body#tubal-reversal #subhead { background:url("../images/subhead-tubal-reversal.jpg"); }
	body#iui-page #subhead { background:url("../images/subhead-iui.jpg"); }
	body#ivf #subhead { background:url("../images/subhead-ivf.jpg"); }
	body#ivf-faqs #subhead { background:url("../images/subhead-ivf-faq.jpg"); }
	body#pgd-page #subhead { background:url("../images/subhead-pgd.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#title-ivf {
	padding:0px 20px 0px 0px;
	width: 290px;
	background:url("../images/title-ivf.jpg") top no-repeat;
	float: left;
	margin-left: 40px;
	_display: inline;
	}
	#title-ivf a.btn {
		height: 67px;
		width: 290px;
		display: block;
		}
#title-infertility {
	padding:0px 20px 0px 0px;
	width: 291px;
	background:url("../images/title-infertility.jpg") top no-repeat;
	float: left;
	_display: inline;
	}
		#title-infertility a.btn {
		height: 67px;
		width: 291px;
		display: block;
		}

#title-egg-donation {
	padding-top:0px;
	width: 279px;
	background:url("../images/title-egg-donation.jpg") top no-repeat;
	float: left;
	_display: inline;
	}
	#title-egg-donation a.btn {
		height: 67px;
		width: 279px;
		display: block;
		}

 	
/* ------------------------ title framework with varying heights ------------------------- */
#index #title-vw {
	padding-top:106px;
	background:url("../images/title-vw-index.jpg") top no-repeat ;
	}
	#title-vw {
		padding-top:106px;
		background:url("../images/title-vw.jpg") top no-repeat ;
		}
	
#index #title-contact {
	padding-top:106px;
	background:url("../images/title-contact.jpg") top no-repeat ;
	}
	#title-contact {
		padding-top:106px;
		background:url("../images/title-contact.jpg") top no-repeat ;
		}

#title-empty {
		padding-top:62px;
		background:url("../images/title-eivf.jpg") top no-repeat ;
		}
	#title-empty span { display:none; }
		
   #column-left h2#why-choose-hfi {
   	height: 115px;
   	background: url("../images/why-choose-hfi.jpg");
   	margin: 0px;
   }	
   #column-left #about-our-staff {
   	height: 115px;
   	background: url("../images/about-our-staff.jpg");
   	margin: 0px;
   }
	#title-testimonials {
		background: url("../images/title-testimonials.jpg") top no-repeat;
		padding-top: 100px;
	}
 		#column-right #title-testimonials p {
			background: url("../images/testimonials-p-bg.jpg") bottom right no-repeat;
			padding: 0px 0px 20px 25px;
			font-style: italic;
			width: 210px;
		}
	#title-gallery {
		background: url("../images/gallery.jpg") top no-repeat;
		padding: 190px 0px 0px 30px;
		width: 250px;
	}

	a.seminar {
		display: block;
		height: 178px;
		width: 218px;
		background: url("../images/btn-seminar.gif");
		margin: 15px 0px 35px 150px;
		
	}
		a.seminar:hover {
			background: url("../images/btn-seminar.gif") -0px -178px no-repeat;
		} 
		
	a.eggdonorbig {
		display: block;
		height: 178px;
		width: 218px;
		background: url("../images/btn-eggdonor.gif");
		margin: 50px 0px 35px 150px;
		
	}
		body#egg-donation a.eggdonorbig {
			margin: 0px 0px 35px 150px;
		}
		a.eggdonorbig:hover {
			background: url("../images/btn-eggdonor.gif") -0px -178px no-repeat;
		} 
	
	a.egg-donor {
		display: block;
		height: 54px;
		width: 240px;
		background: url("../images/btn-egg-donor.jpg");
		margin: 10px 0px 5px 0px;
		
	}		
		a.egg-donor:hover {
			background: url("../images/btn-egg-donor.jpg") -0px -54px no-repeat;
		} 

	a.flyer {
		display: block;
		height: 136px;
		width: 280px;
		background: url("../images/btn-flyer.jpg");
		margin: 10px 0px 25px 0px;
		
	}		
		a.flyer:hover {
			background: url("../images/btn-flyer.jpg") -0px -136px no-repeat;
		} 

	a.email-today {
		display: block;
		height: 34px;
		width: 218px;
		background: url("../images/btn-email-today.jpg");
		margin: 10px 0px 10px 30px;
	}
		a.email-today:hover {
			background: url("../images/btn-email-today.jpg") -0px -34px no-repeat;
		} 
	a.read-more {
		display: block;
		height: 34px;
		width: 218px;
		background: url("../images/btn-read-more.jpg");
		margin: 10px 0px 10px 30px;
	}
	a.read-more:hover {
		background: url("../images/btn-read-more.jpg") -0px -34px no-repeat;
	}
	a#more-images {
		display: block;
		height: 34px;
		width: 218px;
		background: url("../images/btn-gallery.jpg");
		margin: 10px 0px 10px 0px;
	}
	a.hidden {
		display: none;
		}
	a#more-images:hover {
		background: url("../images/btn-gallery.jpg") -0px -34px no-repeat;
	}
	a.eggdonorbig span,a.egg-donor span,
	a.seminar span, a.flyer span,
	a.email-today span,
	a.read-more  span,
	a#more-images  span {
		display: none;
		}
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/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("../images/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 {
	width:720px;
	margin:0 auto;
	text-align:left;
	margin-top: -100px;
	padding-right: 240px;
	}

#footer p {
	color:#e6cc8d;
	margin-bottom:10px;
	}
#footer p strong {
	color:#f7f7f7;
}
#footer a:link, #footer a:visited { color:#e6cc8d; }
#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 #e6cc8d;
		}
	#footer li.first { 
		 border: none;
		 padding: 0 5px 0 0px; }

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

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:980px; 
	height:60px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width:  76px; margin-left: 10px;}
#nav-02 { width: 99px;}
#nav-03 { width:  85px;}
#nav-04 { width: 146px;}
#nav-05 { width: 137px;}
#nav-06 { width:  94px;}
#nav-07 { width: 117px;}
#nav-08 { width: 115px;}
#nav-09 { width:  91px;}

/*-------------- (-79px) X position of button / (-60px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -60px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -86px -60px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -185px -60px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -270px -60px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -416px -60px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -553px -60px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -647px -60px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -764px -60px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -879px -60px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -60px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -60px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -60px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -60px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -60px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -60px no-repeat; }

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

#nav li ul li { 
	height:20px; /* 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:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#38280b;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#942c06;
	color:#f9e8b7;
	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:160px; }		
#nav-04 ul, #nav-04 li { width:160px; }	
#nav-05 ul, #nav-05 li { width:250px; }

/*------------------------ nav new css -------------------------------*/

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul ul {

	margin:-18px 0 0 160px;

	background:#edcd92;

	}

#nav, #nav ul {

	padding: 0;

	margin: 0;

	list-style: none; 

	line-height: 1;
	}

	

#nav li:hover ul ul, #nav li.sfHover ul ul {

	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {

	left: auto;
	}

#nav-04 ul li ul, #nav-04 li ul li{ width:180px; }	


	


/* -------- in the news section ------------ */

hr { border:1px dotted #B01D00;	
margin: 25px 45px 20px 67px;
 }
.newhr { border:6px dotted #4A320E; }
.yearhr { border:3px double #B01D00;
	 }


 
.health_news { margin: 10px 0px 10px 30px; }

.press {font-size:18px; padding-bottom:15px;}

.pressindent { margin-left:25px; }

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

.lead-paragraph {
	font-style:italic; 
	font-weight:bold;
	}
	
.box {
background-color:#ECCB88;
border-left:6px double #B01D00;
/*border-top:6px double #B01D00;*/
margin:40px;
padding:20px 10px 10px;
text-indent:2px;

}

.img-logo {
	margin-left: 50px;
}
