/*--------------------- 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:#1e5e85 ;
	text-align:center;
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#154c70;
	}
	body#privacy {background: #FFF; text-align: left; padding: 20px;}
blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#154c70; }
h2	{ font-size:1.1em; color:#123e39; }
h3	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{ color:#456761; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
#vms-lightwindow-link {
	display: none;
	}
	
#video_website {
	margin-left: 15px;
	}	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
	
p.copyright-text {color: #ffffff; font-size: .95em; padding-bottom: 10px; }
p.copyright-text a:link, p.copyright-text a:visited {color: #ffffff;}	
p.copyright-text a:hover, p.copyright-text a:active {color: #f9e18a;}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
#column-right p.map {
	text-align:right;
	display:block;
	padding:12px 75px 0 0px;
	background:url("../images/map-bg.jpg") center right no-repeat;
	height: 45px;
	}
	
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left {
	float:left;
	margin:4px 10px 5px 0px;
	}
img.img-left-index { 
	float:left; 
	}
img.img-right {
	float:right;
	margin: 4px 0px 0px 5px;
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 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:#f9e18a !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #6da987;
	color:#1e5e85;
	width:177px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

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

textarea { height:66px; 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;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	background-color: #ffffff !important;
	}

#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; 
	}

input.submit-contact-main { background-color: #ffffff !important; margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

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


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:75px;
	margin: 0 10px 0px 10px;
	}
body#index #masthead {
	background:url("../images/masthead-index.jpg");
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:10px;
	width:348px;
	top:8px;
	height:60px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:509px;
	float:left;
	margin-left: 10px;
	display: inline;
	}

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

	#column-left form { margin-left:20px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px 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-right framework ------------------------ */
#column-right {
	width:220px;
	float:left;
	margin-right: 10px;
	display: inline;
	}

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

	#column-right form { padding-left:20px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
		padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi 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-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#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;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height: 27px; padding-top: 123px; margin: 0 10px 0px 10px; background:url("../images/header-inside.jpg");} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); height: 27px; padding-top: 172px; }
	/*body#drdurso #header-graphic { background:url("../images/header-drdurso.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#ivf #header-graphic { background:url("../images/header-ivf.jpg"); }
	body#services #header-graphic { background:url("../images/header-services.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"); }
*/

/* ------------------------ subhead framework ------------------------ */
#subhead { height:85px; } /* sets height for all subheads */
	body#index h1#subhead {
	background:url("../images/subhead-index.jpg") top left no-repeat;
	padding: 40px 0px 60px 24px;
	height: 45px;
	margin: 0px 0px 10px 0px;
	font-size: 1.5em;
	width: 275px;
	float: left;
		}
	body#drdurso #subhead { background:url("../images/subhead-drdurso.jpg"); }
	body#drasmar #subhead { background:url("../images/subhead-drasmar.jpg"); }
	body#drsarajari #subhead { background:url("../images/subhead-drsarajari.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#ivf #subhead { background:url("../images/subhead-ivf.jpg"); }
	body#services #subhead { background:url("../images/subhead-services.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#blog #subhead { background:url("../images/subhead-blog.jpg"); }

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

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:85px;
	background:url("../images/title-contact.jpg") ;
	}
body#contact #title-contact, body#thankyou #title-contact {
	height:85px;
	background:url("../images/title-visit.jpg") ;
	}
#title-blog {
	height:85px;
	background:url("../images/title-blog.jpg") ;
	}
body#index #title-contact {
	height:85px;
	background:url("../images/title-contact-index.jpg") ;
	}
	
h2#title-services {
	height:65px;
	background:url("../images/title-services.jpg") ;
	margin: 0px;
	}
h2#title-why-choose {
	height:65px;
	background:url("../images/title-why-choose.jpg") ;
	margin: 0px;
	}
#videowebsite {
	padding-left:18px;
}	
/* ------------------------------------- Buttons ---------------------------------------- */
#financing-options{
	height:48px;
	margin-top:40px;
	margin-left:18px;
	position:relative;
	background:url("../images/btn-financing.jpg") no-repeat;
}

#patient-forms{
	height:48px;
	width: 185px;
	margin-top:40px;
	margin-left:19px;
	position:relative;
	background:url("../images/patientforms.jpg") no-repeat;
}

#patient-forms a{
	position:absolute;
	top: px;
	left: px;
	width: 185px;
	height: 48px;
}

#doclist {
padding-left: 30px;
}

#financing-options a{
	position:absolute;
	top: px;
	left: px;
	width: 185px;
	height: 48px;
}
#patient-testimonials{
	height: 48px;
	margin-top:40px;
	margin-left:20px;
	position:relative;
	background:url("../images/btn-testimonial-video.jpg") no-repeat;
}
#patient-testimonials a{
	position:absolute;
	top: px;
	left:px;
	width:183px;
	height:48px;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:729px; /* fix for Safar */
	height:45px;
	clear:both; /* important - do not remove */
		margin: 0 10px 0px 10px;

	}

/* ------------------------footer framework ------------------------ */
#footer {
	background: url("../images/footer.jpg") bottom no-repeat;
	padding-bottom: 20px;
	font-size: .95em;
	line-height: 15px;
	}
#footer-wrap {
	width:749px;
	margin:0 auto;
	text-align:center;
	background: url("../images/footer-wrap.jpg") repeat-y;
	}

#footer p {
	color:#ffffff;
	margin:0 20px 10px 20px;
	}

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

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 3px 0 5px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #ffffff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	height:27px; 
	margin: 0;
	padding:0; 
	}

#nav li, #nav a { height:20px; font-weight: bold;} /* change height here also */
#nav a:link, #nav a:visited {color: #ffffff; text-decoration:none;}
#nav a:hover, #nav a:active {color: #ffffff; text-decoration:underline;}



#nav li { float:left; list-style:none; _display:inline; position:relative; padding: 7px 8px 0 10px; }

#nav-01 { margin-left: 30px;}


/* ------------------------ 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:#6da987;	/* 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-top:none;
	padding:0;
	
	}	

#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 */
	padding-left:5px;
	}


#nav li:hover ul, #nav li.sfHover ul	{ position: absolute; left: 2px; top: 25px;}


/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:120px; }		



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

body#blog form{
	width:100px;
}
#rsslist a.rs{
background:url("../images/rss-icon.gif") left no-repeat;
height:12px;
padding-left:20px;
padding-bottom: 4px;
}

form#wp_searchform fieldset, .remove form#wp_searchform {
	padding:0px;
}


.legend{
color:#154C70;
}

#wp_searchsubmit{
	height:20px;
	width:100px;
	cursor:pointer;
}

#wp_submit{
	height:20px;
	width:150px;
	cursor:pointer;
}

#s{
width:150px;
}

.wp_commentlist {
margin-left:20px;
padding-bottom:10px;

}