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

html{
	background:#3F4D12 url("../images/bg.jpg") repeat-x;
}

/* ------------------------ type selectors ------------------------ */
body { 
	background:transparent url("../images/bg_body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#F0DEC4;
	}

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

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

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

a:link,a:visited	{ color:#F0DEC4; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#F0DEC4; 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;
	}

img.img-left { 
	float:left; 
	margin:4px 10px 4px 20px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:167px;
	margin:10px 0 0px 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:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#671000;
	width:162px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:167px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

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


/* ------------------------ 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;
	color:#670f01;
	}

#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; height: 20px; } /* 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:#F8EEB9 url(../images/sub-inner-wrap-reapeater.jpg) repeat-y;
	width:828px;
	margin:0px auto;
	text-align:left;
	}
body#index #wrap {
	background:#F8EEB9 url(../images/inner-wrap-reapeater.jpg) repeat-y;
	}
	
body#espanol #wrap {
	background:#F8EEB9 url(../images/inner-wrap-reapeater.jpg) repeat-y;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:80px;
	}
	/* index page link within #masthead */		
	#masthead a#home-link {	
		position:absolute;
		left:24px;
		width:426px;
		top:0px;
		height:77px; 
		}
	#masthead a#home-link span {
		display:none;
		}

/* --------------- content framework ------------------*/
#sub-inner-wrap{
	background:transparent url("../images/sub-inner-wrap-bg.jpg") no-repeat;
	width:828px;
}


body#index #sub-inner-wrap{
	background:transparent url("../images/inner-wrap-bg.jpg") no-repeat;
	width:828px;
}

body#espanol #sub-inner-wrap{
	background:transparent url("../images/inner-wrap-bg.jpg") no-repeat;
	width:828px;
}

body#espanol #sub-inner-wrap{
	background:transparent url("../images/inner-wrap-bg.jpg") no-repeat;
	width:828px;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	display:inline;
	width:210px;
	padding:0px;
	margin-left:24px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		padding:0px 28px 10px 20px;
		}

	#column-left form { 
		width:167px;
		margin-left:20px; /* set form margin here */
	}
	/* single column list */
	#column-left ul { padding-left:20px; }
		#column-left 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 */
			}
			
	#column-left a { color:#f8eebb; text-decoration:none; }
	#column-left a:hover { text-decoration:underline; }


	#leftcol-repeat-top{
		background:transparent url(../images/leftcol-top-repeat.jpg) repeat-y;
	}
	
	#leftcol-background-top{
		background:transparent url(../images/leftcol-bg-top.jpg) no-repeat;
		padding-top:61px;
	}
	
	#leftcol-bg-top-index2{
	background:transparent url(../images/leftcol-bg-top-index2.jpg) no-repeat;
	padding-top:5px;
	}
	
	
	body#espanol #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-icsi #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-about #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-eval #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-beginning #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-ivf #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-primera #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-pgd #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-blastocyst #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-first-appointment #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-donor-egg #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	body#spanish-contact #leftcol-background-top{background:transparent url(../images/leftcol-bg-top-spanish.jpg) no-repeat; padding-top:61px;}
	
	#leftcol-contain-bottom{
		padding-bottom:20px;
	}
	
	#img-questions{
		margin-bottom:20px;
	}
	
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:234px;
	float:right;
	}

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

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


	#rightcol-repeat-top{
		background:transparent url("../images/rightcol-repeat-top.jpg") repeat-y;
		margin:0px 0px 0px 0px;
	}
	
	#rightcol-background-top{
		background:transparent url("../images/rightcol-bg-top.jpg") no-repeat;
		padding:70px 0px 0px 0px;
	}
	
	#rightcol-background-top-index{
		background:transparent url("../images/leftcol-bg-top-index.jpg") no-repeat;
		padding:70px 0px 0px 0px;
		height:275px;
	}
	
	#rightcol-background-top-span{
		background:transparent url("../images/rightcol-bg-top-span.jpg") no-repeat;
		padding:70px 0px 0px 0px;
	}
	
	#rightcol-contain-bottom{
		margin:0;
	}
	#column-right #rightcol-contain-bottom a:link,#column-right #rightcol-contain-bottom a:visited	{
	color:#F0DEC4;
	text-decoration:underline;
	outline:none;
}
	#column-right #rightcol-contain-bottom a:hover, #column-right #rightcol-contain-bottom a:active {
	color:#f8eebb;
	text-decoration:none;
	outline:none;
}
	

/* ------------------------ column-middle framework ------------------------ */
#column-middle {
	width:554px;
	margin:0px 0px 0px 234px;
	padding:61px 20px 0px 0px;
	}

body#index #column-middle {
	width:340px;
	margin:0px 0px 0px 234px;
	padding:61px 0px 0px 0px;
	height:1109px;
	}

body#espanol #column-middle {background:transparent url(../images/subhead_espanol.jpg) no-repeat;
	width:340px;
	margin:0px 0px 0px 234px;
	padding:61px 0px 0px 0px;
	}
	
	body#about #column-middle{background:transparent url(../images/subhead_about.jpg) no-repeat;}
	body#evaluations #column-middle{background:transparent url(../images/subhead_evaluations.jpg) no-repeat;}
	body#beginning #column-middle{background:transparent url(../images/subhead_beginning.jpg) no-repeat;}
	body#ivf #column-middle{background:transparent url(../images/subhead_IVF.jpg) no-repeat;}
	body#icsi #column-middle{background:transparent url(../images/subhead_icsi.jpg) no-repeat;}
	body#blastocyst #column-middle{background:transparent url(../images/subhead_blastocyst.jpg) no-repeat;}
	body#donor-egg #column-middle{background:transparent url(../images/subhead_donor_egg.jpg) no-repeat;}
	body#pgd #column-middle{background:transparent url(../images/subhead_pgd.jpg) no-repeat;}
	body#first-appointment #column-middle{background:transparent url(../images/subhead_first_appointment.jpg) no-repeat;}
	body#contact #column-middle{background:transparent url(../images/subhead_contact.jpg) no-repeat;}
	body#thankyou #column-middle{background:transparent url(../images/subhead_thankyou.jpg) no-repeat;}
	body#sitemap #column-middle{background:transparent url(../images/subhead_sitemap.jpg) no-repeat;}
	
	body#spanish-about #column-middle{background:transparent url(../images/subhead_about-span.jpg) no-repeat;}
	body#spanish-eval #column-middle{background:transparent url(../images/subhead_eval-span.jpg) no-repeat;}
	body#spanish-beginning #column-middle{background:transparent url(../images/subhead_beginning-span.jpg) no-repeat;}
	body#spanish-ivf #column-middle{background:transparent url(../images/subhead_ivf-span.jpg) no-repeat;}
	body#spanish-icsi #column-middle{background:transparent url(../images/subhead_icsi-span.jpg) no-repeat;}
	body#spanish-blastocyst #column-middle{background:transparent url(../images/subhead_blastocyst-span.jpg) no-repeat;}
	body#spanish-donor-egg #column-middle{background:transparent url(../images/subhead_donor_egg.jpg) no-repeat;}
	body#spanish-pgd #column-middle{background:transparent url(../images/subhead_pgd.jpg) no-repeat;}
	body#spanish-first-appointment #column-middle{background:transparent url(../images/subhead-first-span.jpg) no-repeat;}
	body#spanish-contact #column-middle{background:transparent url(../images/subhead-contact-span.jpg) no-repeat;}
	body#spanish-thankyou #column-middle{background:transparent url(../images/subhead_thankyou-span.jpg) no-repeat;}
	

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0px 1px 10px 20px;
		color:#554E29;
		}
		
		#column-middle h2{
			border-bottom:1px solid;
		}
		
		column-middle h1, #column-middle h2, #column-middle h3{
			margin-top:20px;
		}

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

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle 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 */
			}

	#column-middle a:link,a:visited	{ color:#554E29; text-decoration:underline; outline:none; }
	#column-middle a:hover,a:active	{ color:#554E29; text-decoration:none; outline:none; }

	#middlecol-bottom{
		position:relative;
		bottom:0px;
	}

/* ------------------------ header framework ------------------------ */
#header-flash { height:294px; padding-left:24px; }
#header-graphic { height:294px;} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#evaluations #header-graphic { background:url("../images/header-eval.jpg"); }
	body#beginning #header-graphic { background:url("../images/header-begin.jpg"); }
	body#ivf #header-graphic { background:url("../images/header-ivf.jpg"); }
	body#icsi #header-graphic { background:url("../images/header-ivf.jpg"); }
	body#blastocyst #header-graphic { background:url("../images/header-ivf.jpg"); }
	body#donor-egg #header-graphic { background:url("../images/header-donor.jpg"); }
	body#pgd #header-graphic { background:url("../images/header-pgd.jpg"); }
	body#first-appointment #header-graphic { background:url("../images/header3.jpg"); }	
	body#contact #header-graphic { background:url("../images/header-about.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-about.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */

/* ------------------------ subhead framework with varying heights ------------------------ */


/* ------------------------ title framework with varying heights ------------------------- */

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#inner-wrap {
	background:url("../images/bg-inner-wrap.jpg") 0 bottom no-repeat;
}

#inner-wrap-spanish {
	background:url("../images/bg-inner-wrap-spanish.jpg") 0 bottom no-repeat;
}

#inner-wrap2 {
	background:url("../images/bg-inner-wrap.jpg") 0 bottom no-repeat;
}

#inside-inner-wrap {
	background:url("../images/bg-inside-inner-wrap.jpg") 0 bottom no-repeat;
}
#bottom-wrap {
	width:100%; /* fix for Safar */
	clear:both;
	height:100px;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:transparent url(../images/footer.jpg) repeat-y;
	width:828px;
	height:205px;
	margin:0 auto;
	text-align:center;
	padding-bottom:50px;
	}

#footer p {
	color:#352203;
	margin:0px 50px 10px 50px;
	}

#footer a:link, #footer a:visited { color:#352203; text-decoration:underline;}
#footer a:hover, #footer a:active { color:#352203; text-decoration:none;}

#footer ul {margin:0px 0px 15px 0px; padding-top:0px;}
	#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 #352203;
		}
	#footer li.first { border: none; }

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

/* ------------------------ horizontal sprite top nav ------------------------ */
#top-nav { 
	background:url("../images/nav-top.jpg") no-repeat; 
	width:264px; 
	height:80px; 
	margin:0 auto;
	padding:0; 
	margin-left:564px;
	}

#top-nav span { display: none; }

#top-nav li, #masthead #top-nav li a { height:80px; display:block; } /* change height here also */

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

#top-nav-01 { width: 49px; margin-left: 0px;}
#top-nav-02 { width: 97px;}
#top-nav-03 { width: 95px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#masthead #top-nav li#top-nav-01 a:hover { background:url("../images/nav-top.jpg")  0px -80px no-repeat; }
#masthead #top-nav li#top-nav-02 a:hover { background:url("../images/nav-top.jpg") -49px -80px no-repeat; }
#masthead #top-nav li#top-nav-03 a:hover { background:url("../images/nav-top.jpg") -146px -80px no-repeat; }

/* ------------------------ horizontal sprite nav ------------------------ */

/* Son of Suckerfish */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#600C01;	/* 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:1px solid #600C01;
	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:#FFFFFF;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */

#nav-01 ul a:hover, #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, #nav-07 ul a:hover, #nav-08 ul a:hover {
	background-image:none;
	background-color:#F8EEB9;
	color:#600C01;
	}

/* width of drop down menu - choose width that allows items to display on one line */
#nav-01 ul {margin-left:25px; width:210px;}
#nav-01 li { width:210px;}	
#nav-02 ul, #nav-02 li { width:240px; }
#nav-03 ul, #nav-03 li { width:240px; }	
#nav-04 ul, #nav-04 li { width:240px; }
#nav-05 ul, #nav-05 li { width:240px; }
#nav-06 ul, #nav-06 li { width:140px; }
#nav-07 ul, #nav-07 li { width:140px; }
#nav-08 ul, #nav-08 li { width:140px; }

#nav { 
	background:url("../images/nav1.jpg") no-repeat; 
	width:828px; 
	height:47px; 
	margin:0 auto;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 123px; margin-left: 0px;}
#nav-02 { width: 103px;}
#nav-03 { width: 110px;}
#nav-04 { width: 45px;}
#nav-05 { width: 65px;}
#nav-06 { width: 115px;}
#nav-07 { width: 100px;}
#nav-08 { width: 130px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav1.jpg")  -0px -47px no-repeat; }
#nav-02 a:hover { background:url("../images/nav1.jpg") -123px -47px no-repeat; }
#nav-03 a:hover { background:url("../images/nav1.jpg") -226px -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav1.jpg") -336px -47px no-repeat; }
#nav-05 a:hover { background:url("../images/nav1.jpg") -381px -47px no-repeat; }
#nav-06 a:hover { background:url("../images/nav1.jpg") -446px -47px no-repeat; }
#nav-07 a:hover { background:url("../images/nav1.jpg") -561px -47px no-repeat; }
#nav-08 a:hover { background:url("../images/nav1.jpg") -661px -47px no-repeat; }

#vms-lightwindow-link {
	display: none;
	}

#clickto {
	background-image: url(../ba.JPG);
	height: 25px;
	width: 210px;
}

#clickto_span {
	background-image: url(../ba_span.JPG);
	height: 35px;
	width: 210px;
	background-repeat: repeat-x;
}

.vidtext a {
    font:"Trajan Pro";
	text-align:center;
	font-weight:bold;
	text-decoration:none
}

/**************************************/
/**************************************/
.glacialslide-html{background-color:#FFF;}
.glacialslide-html-blur{border:2px solid gray;}
.glacialslide-html-content{position:absolute;display:none;}
.glacialslide-loading{display:block;color:#000;font-size:8pt;font-family:sans-serif;font-weight:700;text-decoration:none;border:1px solid #000;background-color:#FFF;padding:2px;}
.glacialslide-move{cursor:move;}
.glacialslide-display-block{display:block;}
.glacialslide-display-none{display:none;}
.control{float:right;display:block;font-size:9pt;font-weight:700;text-decoration:none;text-transform:uppercase;color:#999;margin:0 5px;}
.control:hover{color:#000!important;}
/**************************************/
/**************************************/