body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background: #3d2c25;
	color: #6e6d6d;
}

img {
	border: 0;
}
img.rt {
	border: 1px solid #cccccc;
	float: right;
	margin: 5px 12px 0 5px;
}
img.lt {
	border: 1px solid #cccccc;
	float: left;
	margin: 5px 10px 0 0;
}
p.clr {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}


#image_wrap
{
  width : 470px;
  height: 60px;
  border:1px solid #999999;
  margin-bottom:10px;
}

.image_wrap_content
{
  float:left;
  width : 50px;
  height: 50px;
  border:1px solid #999999;
  margin:4px 5px 5px 8px;
}

a:link, a:visited {
	text-decoration: none;
	color: #cf8547;
}

a:active, a:hover {
	color: #435a83;
}
div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 970px;
	background: url(images/wrapper_bg.jpg) repeat-y;
	position: relative;
}


div#header {
	width: 959px;
	height: 163px;
	position: relative;
	margin-left: 5px;
	padding: 0;
	
}
div#top_title {
	width: 955px;
	height: 14px;
	background: #435a83;
	padding: 2px 5px 0 0;
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	color: #FFFFFF;
	
}
div#logo {
	width: 382px;
	height: 147px;
	margin: 0;
	float: left;
}
div#address {
	width: 200px;
	height: 100px;
	position:absolute;
	top: 48px;
	right: 252px;
	text-align: right;
	line-height: 1.5em;
	font-size: 16px;
	color: #3d2c25;
	font-family: Tahoma, Geneva, sans-serif;
}

div#address1 {
	width: 225px;
	height: 100px;
	position:absolute;
	top: 48px;
	right: 18px;
	text-align: right;
	line-height: 1.5em;
	font-size: 16px;
	color: #3d2c25;
	font-family: Tahoma, Geneva, sans-serif;
}
/***************NAVIGATION******************/
div#nav {
	position: relative;
	width: 960px;
	height: 45px; 
	margin-left: 5px;
	color: #FFFFFF;
	background: #435a83;
	z-index: 6000;
}

div#nav ul {
	height: 45px;
	margin: 0;
	padding: 0;
	
}

div#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	height: 45px;
}

div#nav ul li a:link, div#nav ul li a:visited{
	text-indent: -9999px;
	display: block;
	height: 45px;
}

div#nav ul li a:link#home, div#nav ul li a:visited#home{
	width: 80px;
	background: url(images/home_btn.jpg) 0 0 no-repeat;
}

div#nav ul li a:hover#home, div#nav ul li a:active#home {
	width: 80px;
	background: url(images/home_btn.jpg) 0 -45px;
}


div#nav ul li a:link#center, div#nav ul li a:visited#center{
	width: 115px;
	background: url(images/center_btn.jpg) 0 0;

}

div#nav ul li a:hover#center, div#nav ul li a:active#center{
	width: 115px;
	background: url(images/center_btn.jpg) 0 -45px;
}

div#nav ul li a:link#started, div#nav ul li a:visited#started{
	width: 144px;
	background: url(images/started_btn.jpg) 0 0;
}

div#nav ul li a:hover#started, div#nav ul li a:active#started{
	width: 144px;
	background: url(images/started_btn.jpg) 0 -45px;
}

div#nav ul li a:link#treatment, div#nav ul li a:visited#treatment{
	width: 171px;
	background: url(images/treatment_btn.jpg) 0 0;
}

div#nav ul li a:hover#treatment, div#nav ul li a:active#treatment{
	width: 171px;
	background: url(images/treatment_btn.jpg) 0 -45px;
}
div#nav ul li a:link#resources, div#nav ul li a:visited#resources{
	width: 109px;
	background: url(images/resources_btn.jpg) 0 0;
}

div#nav ul li a:hover#resources, div#nav ul li a:active#resources{
	width: 109px;
	background: url(images/resources_btn.jpg) 0 -45px;
}
div#nav ul li a:link#contact, div#nav ul li a:visited#contact{
	width: 81px;
	background: url(images/contact_btn.jpg) 0 0;
}

div#nav ul li a:hover#contact, div#nav ul li a:active#contact{
	width: 81px;
	background: url(images/contact_btn.jpg) 0 -45px;
}
div#nav ul ul {
	position: absolute;
	left:-999em;
	width: 200px;
	top: 45px;
	height: auto;
	color: #ffffff;
	background: #d89257;
	margin: 0;
	padding: 0;
	z-index: 6000;
}

div#nav li li {
	width: 200px;
	border: 0;
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	background: transparent;
	z-index: 6000;
}

div#nav ul ul a:link, div#nav ul ul a:visited {
	text-indent: 0;
	text-align: left;
	width: 195px;
	display: block;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	height: auto;
	float: left;
	background: transparent;
	padding: 7px 0 5px 5px;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	z-index: 6000;	
}

div#nav ul ul a:hover, div#nav ul ul a:active {
	color: #FFFFFF;
	background: #435a83;
	width: 195px;
	z-index: 6000;
}

div#nav li:hover ul ul,  div#nav li.sfhover ul ul {
	left: -9999em;
	z-index: 6000;
}


div#nav li:hover ul, div#nav li li:hover ul, div#nav li li:hover ul, div#nav li.sfhover ul, div#nav li li.sfhover ul, div#nav li li.sfhover ul {
	left: 1px;
	z-index: 6000;
	float: left;
}
/*********************End Navigation****************/
div#phone {
	position: absolute;
	top: -5px;
	right: 20px;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
}

div#rotate_holder {
	width: 959px;
	height: 348px;
	background: #FFFFFF;
	position: relative;
	margin-left: 6px;
	background: url(images/rotate_holder_bg.jpg) no-repeat;
	
}
/* container for slides */
div.rotator {
	margin: 0;
	position:relative;	
	height:348px;
	width:550px;
	float: left;
	cursor:pointer;
	background: #FFFFFF;
	
}


/* single slide 
   declare all shared attributes here */
.rotator div {
	display:none;
	position:absolute;
	top:0;
	left: 0;
	height:348px;
	width:550px;
	background: #FFFFFF;
	
}
/* single slides */

div.rotator div#rotate1 {
	background: url(images/rotate1_new.jpg);			
}

div.rotator div#rotate2 {

	background: url(images/rotate2_new.jpg);			
}
div.rotator div#rotate3 {
	
	background: url(images/rotate3_new.jpg);			
}


/*div#rotate1 h1, div#rotate2 h1, div#rotate3 h1 {

easier to select like this */
  
div.rotator_nav {
	width: 358px;
	margin: 77px 0 0 0;
	padding: 0;
	float: left;
	background: #FFFFFF;

}
div.rotator_nav a:link, div.rotator_nav a:visited{
	text-indent: -9999px;
	display: block;
	height: 48px;
}
a:link.fertility_doc, a:visited.fertility_doc{
	text-indent: -5000px;
	width: 252px;
	background: url(images/fertility_doc_btn.jpg) 0 0;
}

a:hover.fertility_doc,  a:active.fertility_doc{
	width: 252px;
	background: url(images/fertility_doc_btn.jpg) 0 -48px;
}
a:link.success_story, a:visited.success_story{
	width: 278px;
	background: url(images/success_story_btn.jpg) 0 0;
}

a:hover.success_story,  a:active.success_story{
	width: 278px;
	background: url(images/success_story_btn.jpg) 0 -48px;
}
a:link.first_visit, a:visited.first_visit{
	width: 278px;
	background: url(images/first_visit_btn.jpg) 0 0;
}

a:hover.first_visit,  a:active.first_visit{
	width: 278px;
	background: url(images/first_visit_btn.jpg) 0 -48px;
}
a:link.hospital, a:visited.hospital{
	width: 358px;
	background: url(images/hospital_btn.jpg) 0 0;
}

a:hover.hospital,  a:active.hospital{
	width: 358px;
	background: url(images/hospital_btn.jpg) 0 -48px;
}


/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	position:absolute;
	top: 50px;
	left: 100px;
  z-index: -1;

}

/* single tab */
.tabs a {
	width:84px;
	height:46px;
	float:left;
	margin:2px;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -50px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -50px;     
} 

div#photo_nav {
	width: 960px;
	height: 250px;
	margin: 10px 0 10px 15px;
	
}
div#photo_nav a:link, div#photo_nav a:visited{
	width: 305px;
	height: 247px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 11px;
}
div#photo_nav a:link#make_appt, div#photo_nav a:visited#make_appt{
	width: 305px;
	background: url(images/make_appt_btn.jpg) 0 0;
	text-indent: -9999px;
	float: left;
}
div#photo_nav a:hover#make_appt,  div#photo_nav a:active#make_appt{
	width: 305px;
	background: url(images/make_appt_btn.jpg) 0 -247px;
}
div#photo_nav a:link#ivf_program, div#photo_nav a:visited#ivf_program{
	float: left;
	width: 305px;
	background: url(images/ivf_program_btn.jpg) 0 0;
	text-indent: -9999px;
}
div#photo_nav a:hover#ivf_program,  div#photo_nav a:active#ivf_program{
	width: 305px;
	background: url(images/ivf_program_btn.jpg) 0 -247px;
}
div#photo_nav a:link#male_fertility, div#photo_nav a:visited#male_fertility{
	float: left;
	width: 305px;
	background: url(images/male_fertility_btn.jpg) 0 0;
	text-indent: -9999px;
}
div#photo_nav a:hover#male_fertility,  div#photo_nav a:active#male_fertility{
	width: 305px;
	background: url(images/male_fertility_btn.jpg) 0 -247px;
}

div#content {
	margin: 10px 25px;	
	line-height: 2em;
	position: relative;
}
div#content p{
	margin: 0;
	padding: 0;	
}
div#content h1{
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #435a83;	
	margin: 0 0 5px 0;
	padding: 0;

}
div#content h2{
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3D2C25;	
	margin: 10px 0 0 0;
	padding: 0;

}
div#content h3{
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #435a83;	
	margin: 10px 0 0 0;
	padding: 0;
}
div#footer {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #D79356;
}
div#footer ul {
	margin: 5px 0;
	padding: 0;
	text-align: center;
}
div#footer ul li {
	display: inline;
	list-style: none;
	
}
div#footer ul li a:link, div#footer ul li a:visited{
	color: #D79356;
	padding-right: 2px;
}
div#footer ul li a:hover, div#footer ul li a:active{
	color: #435A83;
}
div#footer p{
	margin: 0 0 5px 0;
	padding: 0;
}
div#footer p a:link, div#footer p a:visited{
	color: #F8EADF;
}
div#footer p a:hover, div#footer p a:active{
	color: #435A83;
}
div#content_inside {
	margin: 0 0 0 5px;
	padding-bottom: 20px;
	line-height: 1.7em;
	position: relative;
	background: url(images/content_inside_bg.jpg) repeat-y;
	float: left;
	width:960px;
	color: #3D2C25;
	
}
div#col_left h1{
	margin-left: 10px;
	color: #d89257;
	font-size: 19px;
}
div#col_left h2{
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3D2C25;	
	margin: 15px 0 0 10px;
	padding: 0;

}
div#col_left h3{
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #435A83;	
	margin: 10px 0 0 10px;
	padding: 0;
}
div#col_left ul{
	margin: 5px 0 0 25px;
	padding: 0;
}
div#content_inside p{
	margin: 5px 10px;
	padding: 0;	
}
div#col_left {
	float: left;
	width: 639px;
	margin: 40px 0 0 16px;

}
div#col_right {
	float: left;
	width: 305px;

}

div#contact_us {
	width: 305px;
	padding-top: 5px;
	float: left;
	height: 276px;
	background: #D89257;
}

div#contact_us form {
	margin-left: 5px;
	margin-top: 5px;

}
div#contact_us form div{
	height: 25px;
	margin-bottom: 5px;
}
div#contact_us form div img{
	float: left;
	margin-right: 5px;
}
div#contact_us input {
	background-color: #FFFFFF;
	width: 193px;
	float: left;
	
}
div#contact_us textarea {
	background-color: #FFFFFF;
}
div#submit{
	margin: 120px 0 0 125px;
}
div#submit input.submit {
	width: 131px;
	height: 26px;
}

/**end form styles**/

div#side_menu {
	float: right;
	width: 260px;
	margin-left: 10px;
	
}
div#side_menu h3{
	font-weight: bold;
	font-size: 16px;
	color: #435a83;
	border-bottom: 2px solid #d89257;
	margin: 0 0 10px 0 ;
}
div#side_menu a:link, div#side_menu a:visited{
	color: #435a83;
	font-weight: bold;
	line-height: 2em;
}
div#side_menu a:hover, div#side_menu a:active{
	color: #d89257;
}
/* Main Form Styles */

div#contact_main {
	width: 500px;
	padding-top: 5px;
	float: left;
	color: #000;
}

div#contact_main form {
	margin-left: 20px;
	margin-top: 5px;

}
div#contact_main form div{
	height: 25px;
	margin-bottom: 5px;
}

div#contact_main label {
	width: 190px;
	float: left;
}
div#contact_main input {
	width: 193px;
	background-color: #FFFFFF;
	float: left;
}
div#contact_main select {
	width: 195px;
	background-color: #FFFFFF;
	float: left;
}
div#contact_main textarea {
	background-color: #FFFFFF;
	float: left;

}
div#contact_main div.submit{
	margin-left: 85px;
}
div#contact_main div#submit input.submit {
	width: 131px;
	height: 26px;
}