/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f5d4ff;
	color: #4f78a7;
	font: 12px/21px Arial, sans-serif;
	margin-top: 0;
}
a {
	color: #00f;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 0 0 20px;
}
ol {
    list-style:none;

}

.static ul
{
    margin:15px 0 15px 35px;
    list-style:disc;
    padding:0;
    
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

/* page holder ****************************************************************/
#container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	background: url('../images/bg-container.jpg') repeat-y;
}
#inner {
	background: url('../images/bg-container-bottom.jpg') no-repeat 0 100%;
	padding: 0 31px 300px 55px;
}


/* header *********************************************************************/
#header {
	background: url('../images/bg-header.jpg') no-repeat;
	margin: 0 -31px 0 -55px;
	position: relative;
	width: 1000px;
}
.logo {
	float: left;
	width: 265px;
	height: 113px;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 61px;
	display: inline;
}
#top-navigation {
	float: right;
	display: inline;
	margin-right: 45px;
	position: relative;
}
#top-navigation li {
	float: left;
}
#top-navigation a {
	float: left;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
}
.nav-home {
	width: 45px;
	background: url('../images/top-navigation.gif') no-repeat;
}
.nav-about {
	width: 61px;
	background: url('../images/top-navigation.gif') no-repeat -45px 0;
}
.nav-survey {
	width: 87px;
	background: url('../images/top-navigation.gif') no-repeat -106px 0;
}
.nav-news {
	width: 95px;
	background: url('../images/top-navigation.gif') no-repeat -193px 0;
}
.nav-locations {
	width: 62px;
	background: url('../images/top-navigation.gif') no-repeat -288px 0;
}
.nav-contact {
	width: 70px;
	background: url('../images/top-navigation.gif') no-repeat 100% 0;
}
.visit {
	float: right;
	display: inline;
	width: 480px;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 42px 35px 0 0;
}
#main-navigation {
	clear: both;
	width: 916px;
	margin-left: 54px;
	position: relative;
	height: 49px;
}
#main-navigation li {
	float: left;
	padding: 2px 0;
}
#main-navigation a {
	float: left;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
}
.nav-what {
	width: 100px;
	background: url('../images/main-navigation.gif') no-repeat;
}
.nav-what:hover {
	background: url('../images/main-navigation.gif') no-repeat 0 -45px;
}
.active .nav-what {
	background: url('../images/main-navigation.gif') no-repeat 0 100% !important;
}
.nav-why {
	width: 116px;
	background: url('../images/main-navigation.gif') no-repeat -100px 0;
}
.nav-why:hover {
	background: url('../images/main-navigation.gif') no-repeat -100px -45px;
}
.active .nav-why {
	background: url('../images/main-navigation.gif') no-repeat -100px 100% !important;
}
.nav-candidates {
	width: 127px;
	background: url('../images/main-navigation.gif') no-repeat -216px 0;
}
.nav-candidates:hover {
	background: url('../images/main-navigation.gif') no-repeat -216px -45px;
}
.active .nav-candidates {
	background: url('../images/main-navigation.gif') no-repeat -216px 100% !important;
}
.nav-started {
	width: 92px;
	background: url('../images/main-navigation.gif') no-repeat -343px 0;
}
.nav-started:hover {
	background: url('../images/main-navigation.gif') no-repeat -343px -45px;
}
.active .nav-started {
	background: url('../images/main-navigation.gif') no-repeat -343px 100% !important;
}
.nav-rates {
	width: 88px;
	background: url('../images/main-navigation.gif') no-repeat -435px 0;
}
.nav-rates:hover {
	background: url('../images/main-navigation.gif') no-repeat -435px -45px;
}
.active .nav-rates {
	background: url('../images/main-navigation.gif') no-repeat -435px 100% !important;
}
.nav-stories {
	width: 88px;
	background: url('../images/main-navigation.gif') no-repeat -523px 0;
}
.nav-stories:hover {
	background: url('../images/main-navigation.gif') no-repeat -523px -45px;
}
.active .nav-stories {
	background: url('../images/main-navigation.gif') no-repeat -523px 100% !important;
}
.nav-faqs {
	width: 39px;
	background: url('../images/main-navigation.gif') no-repeat -611px 0;
}
.nav-faqs:hover {
	background: url('../images/main-navigation.gif') no-repeat -611px -45px;
}
.active .nav-faqs {
	background: url('../images/main-navigation.gif') no-repeat -611px 100% !important;
}
.nav-financial {
	width: 122px;
	background: url('../images/main-navigation.gif') no-repeat -650px 0;
}
.nav-financial:hover {
	background: url('../images/main-navigation.gif') no-repeat -650px -45px;
}
.active .nav-financial {
	background: url('../images/main-navigation.gif') no-repeat -650px 100% !important;
}
.nav-info {
	width: 144px;
	background: url('../images/main-navigation.gif') no-repeat 100% 0;
}
.nav-info:hover {
	background: url('../images/main-navigation.gif') no-repeat 100% -45px;
}
.active .nav-info {
	background: url('../images/main-navigation.gif') no-repeat 100% 100%;
}

/* main content area **********************************************************/
#content {
	width: 100%;
	overflow: hidden;
}

#content strong
{
    font-weight:normal;
}

#content em
{
    font-style:normal;
}

.bold
{
font-weight:bold !important;
}

.italicize
{
font-style:italic !important;
}

.seo_home
{
    color:#4f78a7;
	margin:0 0 0 20px;
	padding:10px 0 10px 0;
	display:inline-block;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.seo_home h1
{
    color:#4f78a7;
	margin:0;
	padding:20px 0 15px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	display:inline-block;
}

.seo_h1
{
    color:#4f78a7;
	margin:0;
	padding:20px 0 15px 0;
	display:inline-block;
	font: bold 18px Arial, Helvetica, sans-serif;
}

.seo_h1 h1
{
    color:#4f78a7;
	margin:0;
	font: bold 18px Arial, Helvetica, sans-serif;
	display:inline-block;
}

.seo_h2
{
    color:#4f78a7;
    font: bold 18px Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
	display:inline-block;
}

.seo_h2 h1
{
    color:#4f78a7;
    font: bold 18px Arial, Helvetica, sans-serif;
	display:inline-block;
}

.patient_stories_header{
    font-size:14px !important;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	padding: 14px 0 75px 3px;
	margin-right: -3px;
	position: relative;
	float:left;
}
.col1 {
	width: 450px;
	overflow: hidden;
	float: left;
}
.col1 h1 {
	height: 53px;
	overflow: hidden;
	font: 0px/0px sans-serif;
	background: url('../images/hd1.gif') no-repeat 17px 100%;
	text-indent: -9999px;
}
.col1 ul {
	background: url('../images/bg-col1.jpg') no-repeat 100% 100%;
	padding: 20px 0 10px 67px;
}
.col1 ul li {
	padding-left: 19px;
	background: url('../images/bullet.gif') no-repeat 0 50%;
	color: #325a8f;
	font: 14px/25px Arial, Helvetica, sans-serif;
}
.col2 {
	width: 440px;
	height: 252px;
	background: url('../images/bg-col2.jpg') no-repeat;
	float: right;
	overflow: hidden;
	color: #73b2fa;
	position: relative;
}
.col2 h2 {
	height: 52px;
	overflow: hidden;
	text-indent: -9999px;
	font: 0px/0px sans-serif;
	background: url('../images/hd2.gif') no-repeat 13px 100%;
}
.col2 img {
	float: left;
	border: 2px solid #f5d4ff;
	display: inline;
	margin: 8px 19px 0 32px;
}
.col2 p {
	margin: 5px 0 0;
	color: #73b2fa;
	font: 14px/21px Arial, Hevletica, sans-serif;
	width: 150px;
	float: left;
}
.buy {
	position: absolute;
	z-index: 1;
	top: 164px;
	left: 164px;
	display: block;
	width: 126px;
	height: 39px;
	color: #fff;
	text-align: center;
	font: bold 14px/39px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.txt {
	padding: 20px 30px 1px;
	background: url('../images/bg-txt.jpg') no-repeat 50% 100%;
}

.txt h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
}

.txt h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
}

#slogan {
	margin: 35px 0 105px;
	text-align: center;
	font: italic 27px/37px Georgia, 'Times New Roman', Times, serif;
	background: url('../images/bg-slogan.gif') no-repeat 50% 20px;
}

/* footer *********************************************************************/
#footer {
    position:relative;
    top:10px;
	padding-left: 24px;
	text-align: center;
	color: #4f78a7;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer ul {
	padding: 5px 0;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer ul li {
	display: inline;
	background: url('../images/spr-footer.gif') no-repeat 0 50%;
	padding: 0 2px 0 6px;
}
#footer ul li:first-child {
	background: none;
}
#footer img {
	vertical-align: middle;
}
#footer a {
	color: #4f78a7;
}
.normalList
{
    margin:10px 0 10px 18px;
}   
.normalList li
{
    margin-left:8px;
    line-height:24px;
    list-style:disc;
    list-style-position:outside;
}
.customTable td
{
     border:1px solid #cccccc;
     padding:3px;
}
.tableHeader
{
    color:#ffffff;
    background-color:#4f78a7;
    font-weight:bold;
    border:1px solid #cccccc;
}
.quote
{
    padding-top:20px;
    color:#bb7ace;
    font:italic 13px Georgia,'Times New Roman',Times,serif;
    text-align:center;
}
.credit
{
    text-align:right;
    padding-right:30px;
    font-weight:bold;
    color:#000000;
    font-size:11px;
    position:relative;
    top:-20px;
}
.imageRight
{
    float:right;
    margin-left:15px;
}
.imageLeft
{
    float:left;
    margin-right:15px;
}
.fact
{
    color:#FF0000;
    font-size:12px;
}
form fieldset		
{    
    top: 13px;
	border: solid 2px #ccccff;	
	background-color:#FFFFFF;
	/*margin: 20px 0px 20px 0px;*/
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	-moz-border-radius: 15pt;
    
}


form fieldset legend{	

	background-color: #ccccff;
	font-size:18px;
		
	color: #FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
		
	padding: 0px 8px 2px 8px;
	margin: 2px 0px 10px 0px;
	position:relative;
	top: -10px;
	
	-moz-border-radius: 7pt;
	
}

form fieldset p {
	color:#4f78a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#fertile_grounds_button
{
    width:327px;
    height:117px;
    float:right;
    margin:5px 0 0 5px;
    background:url(../images/fertile-grounds-button.png) top left no-repeat;
}

#fertile_grounds_button a
{
    width:100%;
    height:100%;
    display:block;
}

#email_doctors_button
{
    width:327px;
    height:117px;
    float:right;
    margin:5px 0 0 5px;
    background:url(../images/email-doctors-button.png) top left no-repeat;
}

#email_doctors_button a
{
    width:100%;
    height:100%;
    display:block;
}

#facebook_btn
{
    width:235px;
    height:51px;
    float:right;
    margin:35px 5px 0 5px;
    background:url(../images/facebook_icon.png) top left no-repeat;
}

#facebook_btn a
{
    width:100%;
    height:100%;
    display:block;
}

.contact_popup_btn
{
    padding:6px;
    text-align:center;
    background:#ccccff;
    color:#3c6192;
    line-height:26px;
    height:26px;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    border:1px solid #3c6192;
}   

.contact_popup_btn:hover
{
    background:#ffcccc;
}

.success-new-table{
	width:auto;
	border-collapse:collapse;
	
}

.success-new-table tr th{
	background-color:#ccccff;
	color:#000;
	font-weight:normal;
	border: 2px solid #000;	
	padding:3px;
}

.success-new-table td{
	border: 2px solid #000;
	padding:3px;
	color:#000;
}