/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#E0E3EC url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	color:#660033;
	line-height:16px;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#5F597F; }
h2	{ font-size:1.1em; color:#5F597F; }
h3	{ font-size:1.0em; color:#5F597F; }
h4	{ font-size:1.0em; color:#5F597F; }

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

a:link,a:visited	{ color:#663399; text-decoration:underline; }
a:hover,a:active	{ color:#73496B; text-decoration:underline; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:0.01em;
	width:100%;
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	font-size:10px;
	background:url("../images/bullet-back-to-top.jpg") 358px 7px  no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:130px;
	padding:10px 0 15px 39px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #5B384C;
	color:#660033;
	width:125px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:2px; /* 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:130px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 242px; }

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


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 29px; }
	
#contact-main label { 
	width:180px; 
	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:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}

body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:118px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:760px;
		top:0px;
		height:118px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:250px;
	float:left;
	color:#FFF;
	}
	
	/* background image list items */
	#column-left ul { 
		margin:-98px 20px 62px 44px;
		 
		}
	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 8px no-repeat;
		padding-left:12px;
		}
	#column-left p {
		margin:0 21px 10px 39px;
		}	
		
		#column-left a { color:#fff; text-decoration:underline; }
		#column-left a:hover { color:#B5E7FF; text-decoration:underline; }

		
#faq-hd {
	background: url("../images/faq-hd.jpg") no-repeat;
	width:250px;
	height:202px;
	}

#consultation-hd {
	background: url("../images/consultation-hd.jpg") no-repeat;
	width:250px;
	height:180px;
	}
/* ----- column-right ----- */

#column-right {
	width:510px;
	float:left;
	}
	
	#column-right p, h1, h2, h3, h4 { margin-right:36px; margin-left:29px;}

	/* background image list items */
	#column-right ul { 
		margin:17px 0 17px 70px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px;
		color:#0099FF; 
		}

/* ----- index-specific styles ----- */
body#index #column-left { width:349px;}
body#index #column-left h1 {margin: -125px 20px 62px 44px; color:#FFF;}
body#index #column-left p {margin: -40px 20px 40px 44px;}
body#index #column-right { width:411px;}

#about-hd {
	background: url("../images/about-hd.jpg") no-repeat;
	width:349px;
	height:207px;
	}
#consultation-home-hd {	
	background: url("../images/consultation-home-hd.jpg") no-repeat;
	width:349px;
	height:183px;
	}
#why_tubal-hd {	
	background: url("../images/why_tubal-hd.jpg") no-repeat;
	width:411px;
	height:74px;
	}

#faq-right-hd {
	background: url("../images/faq-right-hd.jpg") no-repeat;
	width:411px;
	height:78px;
	}
p.couple { margin-bottom:0;}

	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	height:52px;
	clear:both;
	width:100%;
	}

body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:62px;
	clear:both;
	width:100%;
	}

/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	background:url("../images/header-sub.jpg") no-repeat;
	height:235px; /* sets height for all non-flash headers */
	}

	body#index #header-graphic {
		background:url("../images/header.jpg"); 
		}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:49px; /* sets height for all subheads */
	}

	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#directions #subhead { background:url("../images/subhead-directions.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#patients #subhead { background:url("../images/subhead-patients.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#ligation #subhead { background:url("../images/subhead-ligation.jpg"); }
	body#reversal #subhead { background:url("../images/subhead-reversal.jpg"); }
	body#invitro #subhead { background:url("../images/subhead-invitro.jpg"); }
	body#why #subhead { background:url("../images/subhead-why.jpg"); }
	
	div#miracle { background:url("../images/subhead-index.jpg") no-repeat;}
		#miracle p, #miracle h2 { margin-left:200px;}
		#miracle h2 { padding-top:50px;}
	
	
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#660033;
	}

#footer a:link, #footer a:visited {
	color:#660033;
	}

#footer a:hover, #footer a:active {
	color:#73496B;
	}

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #660033;
	}

	#footer li.first { border: none; }


/* Vertical Sprite Nav Home Page
 * ------------------------------------------------------------------------- */
 
 #nav {
	background:url("../images/nav-sub.jpg") top left no-repeat;					
	width:250px;		/* Width of buttons, not entite image (or half of entire image) */
	height:235px;		/* Height of entire image */
	margin-bottom:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:20px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:8px; width:250px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11 { margin-top:0; width:250px; }

#nav-01 a:hover { background:url("../images/nav-sub.jpg") -250px  -8px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-sub.jpg") -250px  -28px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-sub.jpg") -250px  -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-sub.jpg") -250px  -68px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-sub.jpg") -250px -88px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-sub.jpg") -250px -108px no-repeat; }
#nav-07 a:hover { background:url("../images/nav-sub.jpg") -250px -128px no-repeat; }
#nav-08 a:hover { background:url("../images/nav-sub.jpg") -250px -148px no-repeat; }
#nav-09 a:hover { background:url("../images/nav-sub.jpg") -250px -168px no-repeat; }
#nav-10 a:hover { background:url("../images/nav-sub.jpg") -250px -188px no-repeat; }
#nav-11 a:hover { background:url("../images/nav-sub.jpg") -250px -208px no-repeat; }


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
body#index #nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:250px;		/* Width of buttons, not entite image (or half of entire image) */
	height:235px;		/* Height of entire image */
	margin-bottom:0;
	}

body#index #nav li span { display: none; }

body#index #nav li {
	float:left;
	list-style:none;
	}

body#index #nav li, body#index #nav a { 
	height:20px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
body#index #nav-01 { margin-top:8px; width:250px; }

/* margin-top if there is a spacing between each nav button */
body#index #nav-02, body#index #nav-03, body#index #nav-04, body#index #nav-05, body#index #nav-06, body#index #nav-07, body#index #nav-08, body#index #nav-09, body#index #nav-10, body#index #nav-11 { margin-top:0; width:250px; }

body#index #nav-01 a:hover { background:url("../images/nav.jpg") -250px  -8px no-repeat; }
body#index #nav-02 a:hover { background:url("../images/nav.jpg") -250px  -28px no-repeat; }
body#index #nav-03 a:hover { background:url("../images/nav.jpg") -250px  -48px no-repeat; }
body#index #nav-04 a:hover { background:url("../images/nav.jpg") -250px  -68px no-repeat; }
body#index #nav-05 a:hover { background:url("../images/nav.jpg") -250px -88px no-repeat; }
body#index #nav-06 a:hover { background:url("../images/nav.jpg") -250px -108px no-repeat; }
body#index #nav-07 a:hover { background:url("../images/nav.jpg") -250px -128px no-repeat; }
body#index #nav-08 a:hover { background:url("../images/nav.jpg") -250px -148px no-repeat; }
body#index #nav-09 a:hover { background:url("../images/nav.jpg") -250px -168px no-repeat; }
body#index #nav-10 a:hover { background:url("../images/nav.jpg") -250px -188px no-repeat; }
body#index #nav-11 a:hover { background:url("../images/nav.jpg") -250px -208px no-repeat; }

/* Misc Styles
 * ------------------------------------------------------------------------- */

#location {margin:-72px 15px 13px 39px;}
dl#location dt {margin-bottom:19px; font-size:13px; font-weight:bold;}
dl#location dd {}


.learn-more { background:transparent url("../images/btn-learn_more.jpg"); width:79px; height:27px; position: relative; float:right; margin:-14px 44px -13px 0;}
	.learn-more#learn-faq { background:transparent url("../images/btn-learn_more.jpg"); width:79px; height:27px; position: relative; float:right; margin-top:13px; margin-right: 44px;}
	.learn-more a { height:27px; width:79px; display:block; left:0;}
	.learn-more a:hover { background:transparent url("../images/btn-learn_more.jpg") 0 -27px no-repeat;}
	.learn-more a span { display:none;}
	
#learn-more-dark { background:transparent url("../images/btn-learn_more_dark.jpg"); width:79px; height:27px; position: relative; float:right; margin: -27px 23px 0 0;}
	#learn-more-dark a { height:27px; width:79px; display:block; left:0;}
	#learn-more-dark a:hover { background:transparent url("../images/btn-learn_more_dark.jpg") 0 -27px no-repeat;}
	#learn-more-dark a span {display:none;}

#faq-bottom {
	background: url(../images/faq-bottom.jpg) left top no-repeat;					
	width: 322px;
	height: 100px;
	padding: 0px;
	margin-top: 0;
	position: relative;
	float:left;
}

ul#faq-bottom {margin:0 0 0 20px; padding:0;}
ul#faq-bottom li {margin:0; padding:0; background:url("");}
#faq-bottom li span {display: none;}
#faq-bottom li {margin: 0; padding: 0; list-style: none; position: absolute;}

#faq-bottom li, #faq-bottom a { height: 25px; display: block;}
#faq-bottom-01 {top: 0px;}
#faq-bottom-02 {top: 25px;}
#faq-bottom-03 {top: 50px;}
#faq-bottom-04 {top: 75px;}

#faq-bottom-01, #faq-bottom-02, #faq-bottom-03, #faq-bottom-04 { width: 322px; }

#faq-bottom-01 a:hover {background: transparent url(../images/faq-bottom.jpg) -322px -0px no-repeat;}
#faq-bottom-02 a:hover {background: transparent url(../images/faq-bottom.jpg) -322px -25px no-repeat;}
#faq-bottom-03 a:hover {background: transparent url(../images/faq-bottom.jpg) -322px -50px no-repeat;}
#faq-bottom-04 a:hover {background: transparent url(../images/faq-bottom.jpg) -322px -75px no-repeat;}


#couple { background:url("../images/couple.jpg") bottom right no-repeat; }
#couple p { margin-right:200px;}

#contact-home { padding-left:0; margin:0; float:left;}
#contact-home form {padding:0; margin:0;}
div.contact-text {
	padding-left: 44px;
	float:left;
	width: 150px;
}
