@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #f8faf3;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	overflow-x:hidden;
}

a, a:visited, a:active { color:#7db342; }
a.black, a:visited.black, a:active.black { color:#000000; text-decoration:none; }
a:hover.black { color:#000000; text-decoration:underline; }

img { border: 0; }

h1 {font-size:30px; color:#7db342; font-weight:normal; }
h2 {font-size:14px; color:#000000 !important; font-weight:bold; }

.divider {
    background: url("http://naturalfertilitybreakthrough.com/wp-content/themes/nfhs/images/post_separator.gif") no-repeat scroll center bottom transparent;
    height: 20px;
    margin: 30px auto;
    padding: 0;
    width: 550px;
}

span.large { font-size:18px; }

.small { font-size:10px; }
.center { text-align:center; }
.copyright { font-size:11px; color:#aac988; text-shadow:0 1px 0 #FFF;}

.details {
	background:#f8faf3;
	border:1px solid #dce5c5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:30px;

}

.map {
	float:right;
	margin-left:20px;
	overflow:hidden;
}

.teaser {
	font-size:22px;
	font-weight:bold;
	background:#fbfbfb;
	border:1px solid #dddddd;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:20px;
	overflow:hidden;
}

.cta-text {
	float:left;	
	display:block;
	padding-top:22px;
}

.button-lrg {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration:none;
	padding: 16px 32px;
	margin-left:20px;
	float:right;
	display:block;
	background: -moz-linear-gradient(top,#7db342 0%,#63962c);
	background: -webkit-gradient(linear, left top, left bottom, from(#7db342), to(#63962c));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #588725;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 1px 0px rgba(160,209,107,1);
	-webkit-box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 1px 0px rgba(160,209,107,1);
	text-shadow: 0 1px 0 #61842A;
}

.button-lrg:hover {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration:none;
	padding: 16px 32px;
	background: -moz-linear-gradient(top,#e00000 0%,#b00000);
	background: -webkit-gradient(linear, left top, left bottom, from(#e00000), to(#b00000));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ac0000;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 1px 0px rgba(228,134,134,1);
	-webkit-box-shadow:	0px 0px 0px rgba(000,000,000,0), inset 0px 1px 0px rgba(228,134,134,1);
	text-shadow: 0 1px 0 #880000;
}

#container {
	margin:0 auto;
	padding:0;
	width:960px;
}

#container h1#logo {
	background: url(../images/header.png) top center no-repeat;
	width:715px;
	height:118px;
	margin:60px auto;
	text-indent:-9999px;
}

#container h1#seminars {
	background: url(../images/header-seminars.png) top center no-repeat;
	width:715px;
	height:118px;
	margin:60px auto;
	text-indent:-9999px;
}

#container #main {
	margin:20px;
}

#container #main #content-block {
	background:#FFF;
	border:1px solid #dce5c5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:40px 20px 20px;
	position:relative;
	box-shadow:0 1px 0 #FFF;
	-moz-box-shadow:0 1px 0 #FFF;
	-webkit-box-shadow:0 1px 0 #FFF;
}

#container #main #content-block .heading {
	position:absolute;
	z-index:1;
	top:150px;
	left:-9px;
	width:937px;
	height:73px;
	background:transparent url(../images/heading-lrg.png) no-repeat top left;
}
	
	#container #main #content-block .heading h1 {
		color:#FFFFFF;
		font-weight:normal;
		margin-top:28px;
		text-shadow:0 1px 1px #375a11;
		line-height:0.3em;
	}

#container #main #content-block .heading-top {
	position:absolute;
	z-index:1;
	top:-5px;
	left:-9px;
	width:937px;
	height:73px;
	background:transparent url(../images/heading-lrg.png) no-repeat top left;
}
	
	#container #main #content-block .heading-top h1 {
		color:#FFFFFF;
		font-weight:normal;
		margin-top:28px;
		text-shadow:0 1px 1px #375a11;
		line-height:0.3em;
	}


#container #main #content-block .heading-top-x2 {
	position:absolute;
	z-index:1;
	top:-5px;
	left:-9px;
	width:937px;
	height:103px;
	background:transparent url(../images/heading-lrg-x2.png) no-repeat top left;
}
	
	#container #main #content-block .heading-top-x2 h1 {
		color:#FFFFFF;
		font-weight:normal;
		margin-top:16px;
		text-shadow:0 1px 1px #375a11;
		line-height:1.2em;
	}

#container #footer {
	padding:0 0 10px;
}

.clear {
	clear: both;
}

.left {
	float:left;
	width:450px;
	height:400px;
	overflow:hidden;
	padding:0 0 20px 0 !important;
	display:block;
	margin-bottom:60px;
}

.right {
	float:right;
	width:450px;
	height:400px;
	overflow:hidden;
	padding:0 0 20px 0 !important;
	display:block;
	margin-bottom:60px;
}
