/*------------------------------------------------------------------------------------
  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 Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

p.h1	{ font-size:1.2em; color:#62a733; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#62a733; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#62a733; font-weight:bold; }

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;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; }

#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;
	background-color: #FFFFFF; 
	}

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("images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

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

	/* 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 { height:75px; } /* 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:104px;
	left:772px;
	width:34px;
	height:8px;
}

#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 ------------------------- */
#title-index-contact {
	height:132px;
	background:url("images/title-contact-index.jpg");
	position:relative;
	}
	
	#title-index-contact a.fertility-pres {
	position:absolute;
	top:39px;
	left:23px;
	width:220px;
	height:50px;
		}
	
#title-index-future-parents {
	height:110px;
	background:url("images/title-index-future-parents.jpg") no-repeat;
	position:relative;
	}
	
	#title-index-future-parents a.future-parents-login {
	position:absolute;
	top:31px;
	left:22px;
	width:220px;
	height:50px;
		}

#title-future-parents {
	height:110px;
	background:url("images/title-future-parents.jpg") no-repeat;
	position:relative;
	}
	
	#title-future-parents a.future-parents-login {
	position:absolute;
	top:31px;
	left:22px;
	width:220px;
	height:50px;
		}	
	
#title-contact {
	height:80px;
	background:url("images/title-contact.jpg");
	position:relative;
	}
	
	#title-contact a.fertility-pres {
	position:absolute;
	top:12px;
	left:24px;
	width:220px;
	height:50px;
		}
	
#title-locate {
	height:132px;
	background:url("images/title-locate.jpg") no-repeat;
	position:relative;
}

#title-locate a.fertility-pres {
	position:absolute;
	top:39px;
	left:23px;
	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:200px; }
#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; }

/* ------------------------For Blog ------------------------ */

#menu {
	padding: 20px 0 10px 30px;
	margin: 0;
	width: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #7DBE46;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	font-size: 15px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}
#menu ul li#search input{
	width: 115px;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #538853;
	text-transform: uppercase;
	font-weight: bold;
	}
#menu ul li#search input.submit{
	width: 120px;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #538853;
	text-transform: uppercase;
	font-weight: bold;
	}
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
	width: 150px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #7DBE46;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
div#testimonial {
	width: 271px;
	padding-top: 40px;
	margin-top: 100px;

}
div#testimonial p{
	color: #424F4C;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	
}

div#pagein {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	width: 500px;
	min-height: 515px;
	padding-left: 25px;
	margin: 15px 0 25px 0;
	font-size: 15px;
	float: left;
}
div#pagein h1{
	margin-bottom: 10px;
}
div.entry p {
	margin: 0;
	padding: 0;
}
div#respond {
	width: 500px;
}
div#respond input{
	margin-left: 0;
	padding-left: 0;
}
div#respond label{
	margin-left: 0;
	padding-left: 0;
}

p.clr {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
input#searchsubmit, input#submit {
	width: 226px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}