body {
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #cfe4a7;
	font-family: verdana, Arial;
	font-size: 14px;
	color: #636363;
	margin-top: 10px;
}
img {
	border: none;
}

p {
	padding-top: 14px;
	padding-bottom: 13px;
	margin: 0;
}
p, table, tr, td	{
	font-size: 14px;
	}
ul li, ol li	{
	padding-bottom: 20px;
	margin-left: -15px;
	}

INPUT, SELECT, TEXTAREA, input[type='password']
  		{ font-size: 14px; font-family: verdana; padding: 4px; border: 1px solid #a4a6a8;  color: #636363;}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #939598;}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #939598; outline: 4px solid #b5d9f3; }

button:hover	{
	background-color: #abadaf;
	}
button	{
	background-color: #939598;
	border: 1px solid #52565c;
	height: 30px;
	min-width: 100px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase
	}
.required 	{
	background-color: #f2fcde
	}
hr	{ display: block; background: #cbced2; color: #cbced2; width: 100%; height: 1px; border: none; margin-top: 20px; margin-bottom: 10px;}

a:link, a:visited, a:active {
	color: #7d5776;
	text-decoration: underline;
	}
a:hover	{
	text-decoration: none;
	}
	
h1	{
	font-size: 20px;
	color: #7d5776;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 30px;
	}
h2 	{
	font-size: 20px;
	font-weight: normal;
	color: #4a4b4d;
	}
h2 a:link, h2 a:visited, h2 a:active 	{
	text-decoration: none;
	color: #4a4b4d;
	font-weight: normal;
	}
h2 a:hover	{
	text-decoration: underline;
	}
h3 	{
	font-size: 18px;
	font-weight: normal;
	color: #4a4b4d;
	}
h5	{
	font-size: 18px;
	color: #4a4b4d;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	}
h5 a:link, h5 a:visited, h5 a:active	{
	text-decoration: none;
	color: #4a4b4d;
	font-weight: normal
	}
h5 a:hover	{
	text-decoration: underline;
	}
h6	{
	font-size: 18px;
	color: #87c0e9;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	}
h6 a:link, h6 a:visited, h6 a:active	{
	text-decoration: none;
	color: #87c0e9;
	font-weight: normal
	}
h6 a:hover	{
	text-decoration: underline;
	}
	
.shell	{
	width: 832px;
	text-align: center;
	margin: auto;
	}
.shellInner	{
	text-align: left;
	}
.shellInnerHome	{
	width: 683px;
	text-align: center;
	margin: auto;
	}
.head	{
	height: 208px;
	}
.body	{
	width: 831px;
	border-top: 1px solid #636363;
	background-color: #ffffff;
	}
.body .nav	{
	width: 230px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
	background-color: #ffffff;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	
	}
.body .nav img	{
	/*margin-top: 100px;*/
	}
.body .content	{
	background-color: #ffffff;
	min-height: 500px;
	display: block
	}

.body .content .cta	{
	float: right;
	width: 202px;
	margin-bottom: 50px;
	margin-left: 40px;
	font-size: 12px;
	border-left: 1px solid #cbced2;
	border-bottom: 1px solid #cbced2;
	}

.body .content .cta .copy	{
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	}
.body .content .cta ul	{
	list-style-type: none;
	padding-left: 20px;
	}
.body .content .cta ul li	{
	padding-left: 20px; 
	background-image: url(images/list-circle.gif);		
	background-repeat: no-repeat;
	padding-right: 0px;
	}


.footer	{
	font-size: 11px;
	text-align: center;
	margin: auto;
	}
.footer a:link, .footer a:visited, .footer a:active	{
	color: #636363;
	text-decoration: none;
	font-weight: normal;
	}
.footer a:hover	{
	text-decoration: underline;
	}
.footer span	{
	padding: 0px 5px
	}
.footer	.contact	{
	background-image: url(images/footer_contacts.gif);
	background-repeat: no-repeat;
	width: 820px;
	text-align: center;
	height: 33px;
	padding-top: 8px;
	margin-bottom: 20px;
	}
/* NAVIGATION */

.urbangreymenu {
width: 240px; /*width of menu*/
}

.urbangreymenu .headerbar	{
font: bold 12px Verdana;
color: #636466;
background-color: #ffffff;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #636466;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
margin-left: 8px;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 14px verdana;
color: #557e06;
display: block;
padding: 2px 0;
line-height: 17px;
padding-left: 0px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #557e06;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #65465f;
text-decoration: underline 
}

/* END NAVIGATION */

.patientsTalk	{
	height: 215px;
	margin-right: 20px;
	margin-bottom: 10px;
	}
.patientsTalk .video	{
	float: left;
	padding: 0px 20px 0px 0px;
	margin-bottom: 20px;
	}
.patientsTalk2 .videoRight	{
	float: left;
	width: 345px;
	margin-bottom: 20px;
	}
.patientsTalk2 .video	{
	float: left;
	width: 145px;
	}
.patientsTalk2 h2	{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	}
.patientsTalk2 .video img  	{
	border: 1px solid #b1b1b1;
	margin-bottom: 20px;
	}
.lineBreak	{
	border-bottom: 1px solid #dcddde;
	text-align: right;
	padding: 10px;
	}
.paddingRight	{
	padding-right: 50px;
	}
#video ul	{
	list-style-type: none;
	padding-left: 20px;
	}
#video ul li 	{
	padding-left: 30px; 
	background-image: url(images/video-display.png);		
	background-repeat: no-repeat;
	padding-right: 0px;
	
	}
	
/* home */
#greyBox	
	{
	background-color: #939598;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	}
#greyBox strong	{
	color: #cfe4a7;
	font-weight: bold;
	text-transform: uppercase;
	}
#greyBox a:link, #greyBox a:visited, #greyBox a:active	{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	}
#greyBox a:hover	{
	text-decoration: none;
	}

#imgBoxLogo
	{
	background: url(images/home_row1_logo.gif);
	}
#imgBox0
	{
	background: url(images/homephoto-13.jpg);
	}
#imgBox0b
	{
	background: url(images/homephoto-13b.jpg);
	}
#imgBox1
	{
	background: url(images/homephoto-14.jpg);
	}
#imgBox2
	{
	background: url(images/homephoto-15.jpg);
	}
#imgBox3
	{
	background: url(images/homephoto-18.jpg);
	}
#row3rt	{
	background: url(images/home_row3_fertility.gif)
	}

.homeNav	{
	padding: 10px 0px
	}
.seoTop	{
	font-size: 12px;
	padding: 0px 5px
	}
	
/* FORM STYLES */
.formStyles, .formStyles2	{
	display: inline
	}
.formStyles .row, .formStyles2 .row	{
	padding: 10px;
	}
.formStyles .c1, .formStyles2 .c1 {
	width: 150px;
	float: left;
	display: inline;
	}

.formStyles .c2, .formStyles2 .c2	{
	display: inline
	}

.formStyles2 input[type='text']	{
	width: 250px;
	}
.formStyles input[type='text']	{
	width: 250px;
	}
.formStyles span, .formStyles2 span	{
	font-size: 12px;
	padding-right: 10px
	}
input.required, textarea.required, select.required	{
	background-color: #ebebeb; 
	}
.formStyles textarea, .formStyles button	{
	margin-left: 10px
	}
.formStyles2 button	{
	margin-left: 10px;
	margin-top: 20px;
	}
.subTitleBox img	{
	padding-right: 10px;
	float: left;
	vertical-align: middle;
	}
.subTitleBox 	{
	height: 125px;
	}
.subTitleBox p	{
	padding-top: 20px;
	margin-left: 125px;  
	}
	
hr.shortLine	{
	width: 280px;
	}
#sitemap	{
	line-height: 20px;
	margin-top: 20px;
	}
.ulsmall li	{
	padding-bottom: 0px;

/* WEB MD STYLES */
}
.lpRow1	{
	border-bottom: 1px solid #636363;
	border-top: 1px solid #636363;
	margin-top: -3px;
	}
.cta1, .cta2, .cta3	{
	text-align: center;
	float: left;
	padding: 10px 0px; 
	font-size: 18px;
	width: 276px;
	}

.cta1 	{
	background-color: #add2ef;
	}
.cta1 a	{
	color:  #4d4a4a;
	text-decoration: none;
	}
.cta1:hover	{
	background-color: #83bce8;
	}
.cta2 	{
	background-color: #cfe4a7;
	}
.cta2 a	{
	color:  #7d5676;
	text-decoration: none;
	}
.cta2:hover	{
	background-color: #bbdd7a;
	}
.cta3	{
	background-color: #956e8e;
	width: 279px;
	}
.cta3 a	{
	color:  #cfe4a7;
	text-decoration: none;
	}
.cta3:hover	{
	background-color: #83517a;
	}