/*--------------------- 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:#2A4176 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#756754;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#B66A12; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#E7C250; text-decoration:underline; outline:none; }

li {
	list-style: circle;
}

/* ------------------------ 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:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.buttons_index {
	margin: 2px 0 0 15px;
}
.greytext {
	color: #7d7870;
}

li.topitem {
	color: #855a55;
	margin-top: 10px;
}

img.bestdocs {
	margin: 10px 0 20px 30px;
}


/* ------------------------ form elements ------------------------ */
form {
	width:175px;
	margin:10px 0 30px 20px; /* set margin left and right below */
	padding-left: 25px;
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#f5e59b !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #89605b;
	color:#89605b;
	width:145px; /* 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:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

#checkbox {
	float: left;
	width: 16px;
}

/* ------------------------ 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; 
	margin-top: 5px;
	}

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 ------------------------------- */

/* ------------------------ main framework ------------------------ */
body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:932px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap {
	background:url("../images/sub-bg-wrap.jpg") repeat-y;
	width:932px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:355px;
	margin: 0;
	padding: 0;
	}
	/* index page link within #masthead */		
	
	#masthead a {	
		position:absolute;
		left:0px;
		width:932px;
		top:0px;
		height:355px; 
		margin: 0;
		padding: 0;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
body#index #column-left {
	background: url("../images/leftcol_header.jpg") top no-repeat;
}
#column-left {
	width:248px;
	float:left;
	background: url("../images/rightcol_header.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	}
	body#contact #column-left {
		background: url("../images/leftcol-locations.jpg") top left no-repeat;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#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 */
			list-style: none;
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#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 */
			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;
			}
			
#buttons_index {
	margin-top: 40px;
}

#buttons-forms { margin:40px 0 0 15px;}

#newsevents {
	background: url(../images/header_news.jpg) top no-repeat;
	height: 400px;
	width: 215px;
	margin: 20px 0 0 10px;
}

#facebook {
	/*background: url(../images/header_news.jpg) top no-repeat;*/
	height: 500px;
	width: 215px;
	margin: 40px 0 0 ;
}


#newsevents ul {
	padding-top: 40px;
	width: 215px;
}
#column-left .qctext {
			margin: 70px 0 0 25px;
			width: 170px;
			font-size: 10px;
		}
		#column-left p {
			margin: 7px 0 0 25px;
		}
		#locations {
			margin-top: 70px;
		}


/* ------------------------ column-right framework ------------------------ */
body#index #column-right {
	background: url("../images/rightcol_header_index.jpg") top no-repeat;
}
body#index #column-right {
	width:248px;
	float:left;
	margin: 0;
	padding: 0;
	}
	
	#column-right {
		width: 682px;
		float: right;
		padding: 85px 0 0 0;
	}
	
/*************** subheads *****************/	
	
	body#about #column-right {
		background: url("../images/subhead-about.jpg") top no-repeat;
	}
	body#patients #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#diagnosis #column-right {
		background: url("../images/subhead-diagnosis.jpg") top no-repeat;
	}
	body#treatment #column-right {
		background: url("../images/subhead-treatment.jpg") top no-repeat;
	}
	body#ivf #column-right {
		background: url("../images/subhead-ivf.jpg") top no-repeat;
	}
	body#minimal-ivf #column-right {
		background: url("../images/subhead-ivf.jpg") top no-repeat;
	}
	body#egg-donors #column-right {
		background: url("../images/subhead-donor-egg.jpg") top no-repeat;
	}
	body#donor-ivf #column-right {
		background: url("../images/subhead-donor-egg.jpg") top no-repeat;
	}
	body#surrogacy #column-right {
		background: url("../images/subhead-donor-egg.jpg") top no-repeat;
	}
	body#preservation #column-right {
		background: url("../images/subhead-preservation.jpg") top no-repeat;
	}
	body#contact #column-right {
		background: url("../images/subhead-contact.jpg") top no-repeat;
	}
	body#thankyou #column-right {
		background: url("../images/subhead-thankyou.jpg") top no-repeat;
	}
	body#physicians #column-right {
		background: url("../images/subhead-meet.jpg") top no-repeat;
	}
	body#brown #column-right {
		background: url("../images/subhead-meet.jpg") top no-repeat;
	}
	body#devane #column-right {
		background: url("../images/subhead-meet.jpg") top no-repeat;
	}
	body#jaffe #column-right {
		background: url("../images/subhead-meet.jpg") top no-repeat;
	}
	body#loy #column-right {
		background: url("../images/subhead-meet.jpg") top no-repeat;
	}
	body#patel #column-right {
		background: url("../images/subhead-meet.jpg") top no-repeat;
	}
	body#sitemap #column-right {
		background: url("../images/subhead-sitemap.jpg") top no-repeat;
	}
	body#events #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#faqs #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#financial #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#forms #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#glossary #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#long-distance #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#resources #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#support #column-right {
		background: url("../images/subhead-patients.jpg") top no-repeat;
	}
	body#infertility #column-right {
		background: url("../images/subhead-diagnosis.jpg") top no-repeat;
	}
	body#male #column-right {
		background: url("../images/subhead-diagnosis.jpg") top no-repeat;
	}
	body#testing #column-right {
		background: url("../images/subhead-diagnosis.jpg") top no-repeat;
	}
	body#iui #column-right {
		background: url("../images/subhead-treatment.jpg") top no-repeat;
	}
	body#medications #column-right {
		background: url("../images/subhead-treatment.jpg") top no-repeat;
	}
	body#micromanipulation #column-right {
		background: url("../images/subhead-treatment.jpg") top no-repeat;
	}
	body#surgery #column-right {
		background: url("../images/subhead-treatment.jpg") top no-repeat;
	}
	
	

	#column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0px 0px 10px 30px;
		color: #8B6562;
		}
		
		#column-right p {
			margin: 7px 25px 5px 30px;
		}
		
		blockquote {
			margin: 7px 25px 5px 30px;
		}
		
		body#index #column-right .qctext {
			margin: 50px 0 0 25px;
			width: 170px;
			font-size: 10px;
		}
		body#index #column-right p {
			margin: 7px 0 0 25px;
		}

	#column-right form { margin-left:0px; }
	
	#column-right ol {
		list-style: decimal;
		margin: 0 0 15px 60px;
		padding: 0;
	}
	#column-right ol li {
		padding: 0;
		margin: 0;
	}

	/* 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 { padding-left:15px; } 
		#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:0px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#8B6562;
			}
		#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;
			}
			
/* ------------------------ center column --------------------------*/
body#index #column-center {
	width: 434px;
	background: url("../images/centercol_header.jpg") top no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

#index_content {
	padding: 95px 32px 0 32px;
	margin: 0;
}
#centercol_bottom {
	background: url("../images/index_drs.jpg") bottom no-repeat;
	height: 574px;
	width: 434px;
	margin: 0 0 0 1px;
	padding: 0;
}

#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0px 0px 10px 0px;
		}

	#column-center form { margin-left:0px; }

	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center 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-center ul { padding-left:5px; } 
		#column-center 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 */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center 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:0px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:0px;}
#header-graphic { height:0px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header.jpg"); }
	body#about #header-graphic { background:url("../images/header.jpg"); }
	body#contact #header-graphic { background:url("../images/header.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.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"); }
	
	

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- 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 ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	margin: 0;
	padding: 0;
	height:0px
	}

/* ------------------------footer framework ------------------------ */
#footer {
	clear: both;
	width:932px;
	margin:0 auto;
	text-align:center;
	background: #f7edbc;
	padding: 10px 0 10px 0;
	line-height: 20px;
	}

#footer p {
	color:#756754;
	margin-top: 5px;
	}

#footer a:link, #footer a:visited { color:#756754; }
#footer a:hover, #footer a:active { color:#E7C250; }

#footer ul {margin: 0 10px 10px 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 #756754;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:932px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 52px; margin-left: 105px;}
#nav-02 { width: 87px;}
#nav-03 { width: 92px;}
#nav-04 { width: 78px;}
#nav-05 { width: 80px;}
#nav-06 { width: 40px;}
#nav-07 { width: 82px;}
#nav-08 { width: 145px;}
#nav-09 { width: 64px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -105px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -157px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -244px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -336px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -414px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -494px -34px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -534px -34px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -619px -34px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -761px -34px no-repeat; }



/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- 
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -30px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -30px 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:#2A4176;	/* 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 #FFF;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* 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-04 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image: none;
	background-color:#FFF;
	color:#2A4176;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:140px; }
#nav-02 ul, #nav-02 li { width:150px; }
#nav-03 ul, #nav-03 li { width:300px; }
#nav-05 ul, #nav-05 li { width:210px; }
#nav-06 ul, #nav-06 li { width:140px; }
#nav-07 ul, #nav-07 li { width:120px; }

#nav li ul li, #nav li ul li a {
	position: relative;
	z-index: 2;
}

