/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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:'';}

/* ------------------------ type selectors ------------------------ */
body { 
	background:#424f4c url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/21px Arial, Verdana, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

p.h1	{ font-size:1.2em; color:#000; font-weight:bold; margin: 15px 0 10px 0;}
h2	{ font-size:1.1em; color:#000; font-weight:bold; margin: 30px 0 5px 35px;}
h3	{ font-size:1.0em; color:#000; font-weight:bold; margin: 5px 0 5px 35px;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#62a733; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#62a733; 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:7px 10px 5px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; }

/* input, textarea, select { 
	background-color:#fff !important;
	border:1px solid #538853;
	color:#000;
	width:223px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	
	} */

select { width:150px; padding:0; }


textarea { height:90px; overflow:auto; }

#contact_business { display: none; }

/* ------------------------ 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;
	height:18px;
	line-height:18px;
	padding:1px 0 0 4px;
	border:1px solid #538853;
	position:absolute; 
	left:110%; 
	top:-2px;
	color: #000;
	}

#contact-main label select { width:175px; overflow:auto;}

#contact-main label textarea { height:100px; overflow:auto; }

.formspacer { margin-left: 250px; margin-bottom: 25px;}

.radiorow { height: 55px;}

.longans {float: left; margin-left: 5px; width: 180px; line-height: 110%;}

#contact-main input.longrad {float: left; width: 13px}

/* ------------------------ side contact form ------------------------ */


#contact-side { margin:5px 0 10px 5px; }

#contact-side dd{
  float: left;
  width: 270px;
  margin: 1px 0 1px 0;
  
}

#contact-side dd .submit-contact-main {
	width: 75px;
	margin: 0 0 25px 140px;
}
#contact-side label { 
   float: left;
	/*width:220px; */ width: 90px;
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	
	}

#contact-side dd input, #contact-side dd textarea, #contact-side dd select { 
	width: 150px;
	height: 20px;
	float: left;
	/*margin-left: 25px;*/
	margin-left: 10px;
	border:1px solid #538853;
	
}

#subscription input {
	
	height: 17px;
	border:1px solid #538853;
    padding-top: 3px;
	
}

#contact-side dd img {
   float: left;
}


#contact-side dd select {
  width: 178px; 
}

#sf_admin_container input[type="checkbox"]
 {
  background-color: #000;
  padding: 0px;
  margin-top: 0px;
  border: none;
  width: 18px;
  height: 18px !important;
 }


#contact-side dd ul.sf_admin_checklist
{  
   float: left;
   width: 210px;
   margin: 0px 0px 5px 0px;
}

#contact-side dd ul.sf_admin_checklist li
{
  width: 100%;
  list-style: none;
  line-height: 1.5em;
}


#contact-side dd ul.sf_admin_checklist label
{
  display: block;
  padding: 0px 1em 3px 10px;
  text-align: left;
  color:#000;
  font-weight: normal !important;
  width: 185px;
  padding-left: 10px;
}

#contact-side label select { width:175px; }

#contact-side label textarea { height:100px; overflow:auto; }


   #contact-side dd table td input[type="checkbox"]
{
  border: none !important;
  background-color: #000;
  padding: 0px;
  width: 15px;
  height: 15px;
}


/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
	border:1px solid #538853;
	}

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 */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	border:1px solid #538853;
	}
div#subscription {
	text-align: center;

}
div#subscription h2{
	margin: 0;
	padding: 0;
	font-size:1.1em; color:#000; font-weight:bold;
}	
div#submit {
	margin: 0;
	text-align: center;
}
div#submit div{
	margin-left: 40px;
	
}
div#submit input{
	width: 140px;
    height: 17px;
    padding-top: 3px;
	text-align: center;
	border:1px solid #538853;
}
div#submit input.dynamic{
	width: 140px;
	margin: 0 0 20px 30px;
}	
div#submit input.submit-newsletter{
	width:64px;
	height: 20px;
	padding: 0;
	cursor:pointer;
	margin-left: 3px;
	border:1px solid #538853;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:831px;
	margin:0 auto;
	text-align:left;
	
	}
	
#wrap_inside {
	background:url("../images/wrap_inside.jpg") no-repeat;
	width:831px;
	min-height: 525px;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:112px;
	}
	#masthead a {
	position:absolute;
	display:block;
	height:113px;
	width: 302px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:541px;
	float:left;
	margin-top: 45px;
	
	}

	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3, #column-left ul, #column-left dl {
		margin:0px 23px 10px 36px !important;
		margin:0px 10px 10px 30px;
		}

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			}

	/* multi column list */
	#column-left ul { padding-left:15px; } 
		#column-left ul li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	padding-left:0px;
	line-height:20px;
	margin-bottom:10px;
	list-style-type: disc;
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#529394;
			margin-left:82px;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:290px;
	float:left;
	}
#column-right_inside {
	width:275px !important;
	width:270px;
	float:left;
	margin-top: 45px;

	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right_inside p, #column-right_inside h1, #column-right_inside h2, #column-right_inside h3, #column-right_inside ul {
		margin:5px 25px 10px 25px !important;
		}

	#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;
			padding-left:10px;
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#529394;
			margin-left:15px;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */

#header-graphic { height:312px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */
/*------------------------- Header for inside pages ------------------------------------
	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"); }
----------------------------------------------------------------------------------------- */

#header-flash { height:312px; background:url("../images/header-index.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead_index h1{ color: #000; text-transform: uppercase; font-size: 17px; font-family: Arial; font-weight: semi-bold; margin: 0 0 30px 35px;}
#subhead h1{ color: #000; text-transform: uppercase; font-size: 17px; font-family: Arial; font-weight: semi-bold; margin: 30px 0 30px 35px;} /* sets height for all subheads */
/* ---------------	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#donor #subhead { background:url("../images/subhead-donor.jpg"); }
	body#parent-info #subhead { background:url("../images/subhead-parent-info.jpg"); }
	body#egg-freezing #subhead { background:url("../images/subhead-freezing.jpg"); }
	body#preservation #subhead { background:url("../images/subhead-preservation.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#glossary #subhead { background:url("../images/subhead-glossary.jpg"); }------------------*/

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}
#sub-info{
	height:129px;
	background:url("../images/call-to-action.jpg") no-repeat;
	position:relative;
}
#sub-info a span{
	display:none;
}

#sub-info a.donor-center{
	position:absolute;
	top:61px;
	left:216px;
	width:188px;
	height:5px;
}

#sub-info a.donor-2{
	position:absolute;
	top:81px;
	left:277px;
	width:126px;
	height:5px;
}

#sub-info a.donor-3{
	position:absolute;
	top:102px;
	left:316px;
	width:90px;
	height:5px;
}

#sub-info a.future-parents{
	position:absolute;
	top:60px;
	left:649px;
	width:154px;
	height:8px;
}

#sub-info a.future-parents-2{
	position:absolute;
	top:80px;
	left:639px;
	width:166px;
	height:8px;
}

#sub-info a.future-parents-3{
	position:absolute;
	top:103px;
	left:692px;
	width:114px;
	height:10px;
}

#header-graphic ul{
	padding: 119px 0 0px 68px;
	font-size:2em;
}
#header-graphic ul li{
	padding-bottom: 52px;
	color:#50784f;
}
/* ------------------------ title framework with varying heights ------------------------- */

div#sidebar_button {
	height:80px;
	width: 249px;
	background:url("../images/title-button.jpg");
	position:relative;
	margin: 0;
	padding: 30px 0 0 20px;
	
	}
	
div#sidebar_button a.sidebar_btn_title:link, div#sidebar_button a.sidebar_btn_title:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	height: 35px;
	width: 225px;
	display: block;
	padding-top: 15px;
	text-align: center;
}
		
div#sidebar_button a.sidebar_btn_title:hover, div#sidebar_button a.sidebar_btn_title:active {
	color: #6BAC3F;
}
	
	
#title-contact {
	height:110px;
	background:url("../images/title-button.jpg") no-repeat;
	position:relative;
	z-index: 1;
	}
	
	#title-contact a.fertility-pres {
	position:absolute;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	top:47px;
	left:42px;
	width:220px;
	height:50px;
		}
	
#title-locate {
	height:110px;
	background:url("../images/title-button.jpg") no-repeat;
	position:relative;
	z-index: 1;
}

#title-locate a.fertility-pres {
	position:absolute;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	top:47px;
	left:42px;
	width:220px;
	height:50px;
		}

#title-locate2 {
	height:49px;
	background:url("../images/title-locate2.jpg") no-repeat;
}

#title-about {
	height:64px;
	background:url("../images/title-about.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	width:100%;
	height:32px;
	clear:both; /* important */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:831px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin:10px;}
	#footer li {
		padding:0 11px 0 11px;
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:831px; 
	height:65px; 
	margin:0;
	padding:0;
	z-index: 5; 
	}

#nav span { display: none; }

#nav li, #nav a { height:65px; display:block; z-index: 5;} /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; z-index: 5;}

#nav-01 { width: 128px; margin-left: 0px;}
#nav-02 { width: 115px;}
#nav-03 { width: 114px;}
#nav-04 { width: 115px;}
#nav-05 { width: 114px;}
#nav-06 { width: 115px;}
#nav-07 { width: 130px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -65px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -128px -65px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -243px -65px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -357px -65px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -472px -65px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -586px -65px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -701px -65px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -0px -65px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -65px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -65px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -65px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -65px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -65px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#FFFFFF;	/* 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 */
	border-bottom:1px solid #529395;
	border-top:none;
	}	

#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:#529395;
	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, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#e7f0f7;
	color:#529395;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:180px; }
#nav-03 ul, #nav-03 li { width:192px; }		
#nav-04 ul, #nav-04 li { width:200px; }
#nav-05 ul, #nav-05 li { width:320px; }
#nav-06 ul, #nav-06 li { width:420px; }

div#map {
	background: url(../images/us_map.jpg) no-repeat;
	width: 500px;
	height: 325px;
	margin: 10px 0 10px 25px;
	position: relative;
}
div#location1 {
	position: absolute;
	top: 183px;
	left: 32px;
}
div#location2 {
	position: absolute;
	top: 183px;
	left: 352px;
}
div#location3 {
	position: absolute;
	top: 120px;
	left: 107px;
}
div#location4 {
	position: absolute;
	top: 115px;
	left: 445px;
}
div#location5 {
	position: absolute;
	top: 165px;
	left: 67px;
}
div#location6 {
	position: absolute;
	top: 100px;
	left: 445px;
}
div#location7 {
	position: absolute;
	top: 200px;
	left: 88px;
}
div#location8 {
	position: absolute;
	top: 205px;
	left: 100px;
}
div#fertility_centers {
	width: 500px;
}
div#centers_left{
	width: 250px;
	float: left;
}
div#centers_right{
	width: 250px;
	float: right;
}
div#video {
	width: 525px;
	margin-left: 15px;
	text-align: center;
}
div#phone_relay {
	margin: 15px 0;
	text-align: center;
}
div#player1b {
	margin: 20px 0 20px 0;
}

div#testimonial {
	width: 271px;
	padding-top: 40px;
	margin-top: 110px;

}
div#testimonial p{
	color: #424F4C;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	
}
ul.error {
	margin: 0;
	padding: 0;
	width: 375px;
	text-align: left;
	
}
#search input {
	background-color: #FFFFFF;
}