@charset "utf-8";
/* CSS Document */

* {
	margin: 0px auto;
	padding: 0px;
}
div.clear {
	clear: both;
}
body {
	background: #ffffff;
}

/******************Header Div*********************/

#header_container {
    background: none repeat scroll 0 0 #333333;
    border-top: 5px solid #777777;
    height: 100px;
    width: 100%;
}
.header {
	margin: 0 auto;
}
.memb_contenttop {
    float: left;
    font-family: Candara;
    padding: 10px;
    text-align: left;
    width: 539px;
}
.memb_content1 {
    float: left;
    font-family: Candara;
    padding: 10px;
    text-align: left;
    width: 320px;
}
.left1a {
	position: relative;
	float: left;
	left: 5px;
	width: 550px;
}
.left2a {
    float: right;
    margin-right: 1em;
    margin-top: 0.2em;
    position: relative;
    width: 400px;
}
.threecol {
    margin: 0 auto;
}
.memb_content {
    float: left;
    font-family: Georgia;
    padding: 10px;
    text-align: left;
    width: 350px;
}
.memb_content p {
	color:#d4d4d3;
}
a#logo {
    color: #919194;
    display: block;
    float: left;
    font-size: 40px;
    font-weight: 800;
    height: 2em;
    line-height: 40px;
    position: relative;
    width: 100%;
}
#logo img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
#logo .color {
    visibility: hidden;
    z-index: 100;
}
a#logo:hover .color {
    visibility: visible;
}

/*************Nav Menu**********************/


.menu:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.menu {
    background: none repeat scroll 0 0 transparent;
    height: 40px;
	text-align: center;
    border: medium none;
	list-style: none;
	z-index: 50;
}
.menu a {
	background: none;
	border-bottom: medium none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
	padding: 0.6em 0.6em 0.4em;
	text-shadow: 1px 1px 1px #000000;
	text-transform: none;
	text-decoration: none;
	line-height:35px;
	font-variant: small-caps;
}
.menu a:hover {
    	text-decoration: none;
	color: #5a0a0a;
}

/**************************Page-Wrap***************************/

#page-wrap {
	margin: 0 auto !important;
	width: 100%;
	background: #ffffff;
}

/************************Optin Area************************/

#page-wrap #billboard {
	width: 1100px;
	height: 325px;
	background: #ddd;
	padding-top: 25px;
}
#page-wrap #optin_area {
	width: 100%;
	background: #ddd;
}
#page-wrap #billboard #billboard_content {
	float: right;
	width: 380px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: center;
}

/************************Billboard2 Div************************/

#page-wrap #billboard2 {
	width: 1024px;
	background: #fff;
}

/**********************Popular Posts Div********************/

#page-wrap #content {
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 40px 0px 10px 0px;
	background: #ffffff;
	margin: 0 auto;
	border-top: 2px solid #222;
}
#page-wrap #content #twocol {
	width: 1024px;
}
#pop_post {
    	margin-bottom: 40px;
    	margin-left: 5em;
    	width: 950px;
}
#pop_post img {
	opacity: 1;
	margin-bottom: 2em;
}
#pop_post img:hover {
	opacity: 0.6;
}
#pop_post #left {
	margin-right: 50px;
}

/***********************Latest Posts Div***********************/

#late_post {
    	float: left;
    	margin-top: 40px;
    	width: 490px;
}
#late_post h2 {
    	border-bottom: 2px dashed #AAAAAA;
    	color: #AAAAAA;
    	margin-bottom: 1em;
    	text-align: left;
}
#late_post li {
    	list-style: none outside none;
    	margin-bottom: 4em;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12pt;
	line-height: 1.5em;
}
#late_post li a {
    	font-size: 14pt;
	font-weight: bold;
}
#late_post li ul {
    	list-style: none;
}
#whois {
    	background: none repeat scroll 0 0 transparent;
    	border-bottom: 2px dashed #AAAAAA;
   	padding: 0 10px 30px;
        margin-bottom: 5em;
}
#testimonials {
    	background: none repeat scroll 0 0 transparent;
    	border-bottom: 2px dashed #AAAAAA;
    	padding: 0 10px 30px;
}
#page-wrap #billboard3 #onecol {
    	height: 150px;
    	margin: 50px 0 80px 50px;
    	width: 400px;
}
#page-wrap #billboard3 #onecol2 {
    	height: 150px;
    	margin: 0 0 80px 40px;
    	width: 450px;
}
#onecol {
	float: left;
}
#onecol2 {
	float: left;
}
#page-wrap #billboard3 {
	background: #fff;
}
.recent-posts-thumb {
    	border: 4px solid #DDDDDD;
    	box-shadow: 2px 2px 2px #222222;
    	float: left;
    	margin-bottom: 1.2em;
    	margin-right: 1em;
}
#ad img {
	opacity: 1;
}
#ad img:hover {
	opacity: 0.7;
}

/**********************Footer Div***********************/

#footer {
    	background: none repeat scroll 0 0 #333333;
    	border-bottom: 8px solid #777777;
    	border-top: 2px solid #AAAAAA;
    	box-shadow: 0 0 6px #000000 inset, 0 -1px 10px #000000;
    	height: 40px;
    	width: 100%;
}
.foot_menu {
    	background: none repeat scroll 0 0 transparent;
    	border: medium none;
    	height: 40px;
    	list-style: none outside none;
    	margin: 0.2em 2em 0;
    	text-align: left;
    	z-index: 50;
}
.foot_menu a {
	background: none;
	border-bottom: medium none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
	padding: 0.6em 0.6em 0.4em;
	text-shadow: 1px 1px 1px #000000;
	text-transform: none;
	text-decoration: none;
	line-height:35px;
    	font-variant: small-caps;
}
.foot_menu a:hover {
    	text-decoration: none;
	color: #5a0a0a;
}	
/********************H Tags*******************/

h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	font-size: 1.875em;
	line-height: 100%;
	color: green;
}
h2 {
    	border-bottom: 2px solid #AAAAAA;
    	color: #AAAAAA;
    	font-family: Georgia,"Times New Roman",Times,serif;
    	font-size: 16pt;
    	font-weight: bold;
    	line-height: 100%;
    	margin-bottom: 2em;
    	padding-bottom: 1em;
    	text-align: center;
}
h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	font-size: 1.375em;
	line-height: 100%;
}
h4 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 100%;
}
h5 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 100%;
}
h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	font-size: 0.875em;
	line-height: 100%;
}

/**********************PARAGRAPH******************/

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12pt;
	line-height: 1.5em;
}

/***********************Links**********************/

a {
    	color: #2361A1;
    	text-decoration: none;
}
a:hover {
    	text-decoration: underline;

}

/**********************Webform*********************/

#af-form-1068154275 .af-body .af-textWrap{
	width:70%;
	display:block;
	float:right;
}
#af-form-1068154275 .af-body input.text, #af-form-1068154275 .af-body textarea{
	background-color:#FFFFFF;
	border-color:#0F0F0F;
	border-width:1px;
	border-style:solid;
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	font-family:Verdana, sans-serif;
}
#af-form-1068154275 .af-body input.text:focus, #af-form-1068154275 .af-body textarea:focus{
	background-color:#FFFAD6;
	border-color:#030303;
	border-width:1px;
	border-style:solid;
}
#af-form-1068154275 .af-body label.previewLabel{
	display:block;
	float:left;
	width:25%;
	text-align:left;
	color:#030303;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, sans-serif;
}
#af-form-1068154275 .af-body{
	padding-bottom:5px;
	padding-top:105px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url("../../../uploads/2012/07/optin-form.png");
	color:#000000;
	font-size:11px;
	font-family:Verdana, sans-serif;
}
#af-form-1068154275 .af-quirksMode{
	padding-right:25px;
	padding-left:25px;
}
#af-form-1068154275 .af-standards .af-element{
	padding-right:25px;
	padding-left:35px;
}
#af-form-1068154275 .buttonContainer input.submit{
	background-color:#0479c2;
	background-image:url("../../../uploads/2012/07/submit-button.png");
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, sans-serif;
}
#af-form-1068154275 .buttonContainer input.submit{
	width:auto;
}
#af-form-1068154275 .buttonContainer{
	text-align:center;
}
#af-form-1068154275 button,#af-form-1068154275 input,#af-form-1068154275 submit,#af-form-1068154275 textarea,#af-form-1068154275 select,#af-form-1068154275 label,#af-form-1068154275 optgroup,#af-form-1068154275 option{
	float:none;
	position:static;
	margin:0;
}
#af-form-1068154275 div{
	margin:0;
}
#af-form-1068154275 form,#af-form-1068154275 textarea,.af-form-wrapper,.af-form-close-button,#af-form-1068154275 img{
	float:none;
	color:inherit;
	position:static;
	background-color:none;
	border:none;
	margin:0;
	padding:0;
}
#af-form-1068154275 input,#af-form-1068154275 button,#af-form-1068154275 textarea,#af-form-1068154275 select{
	font-size:100%;
}
#af-form-1068154275 select,#af-form-1068154275 label,#af-form-1068154275 optgroup,#af-form-1068154275 option{
	padding:0;
}
#af-form-1068154275,#af-form-1068154275 .quirksMode{
	width:293px;
}
#af-form-1068154275.af-quirksMode{
	overflow-x:hidden;
}
#af-form-1068154275{
	background-color:transparent;
	border-color:#CFCFCF;
	border-width:1px;
	border-style:none;
}
#af-form-1068154275{
	display:block;
}
#af-form-1068154275{
	overflow:hidden;
}
.af-body .af-textWrap{
	text-align:left;
}
.af-body input.image{
	border:none!important;
}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{
	float:none!important;
}
.af-body input.text{
	width:100%;
	float:none;
	padding:2px!important;
}
.af-body.af-standards input.submit{
	padding:4px 12px;
}
.af-clear{
	clear:both;
}
.af-element label{
	text-align:left;
	display:block;
	float:left;
}
.af-element{
	padding:5px 0;
}
.af-form-wrapper{
	text-indent:0;
}
.af-form{
	text-align:left;
	margin:auto;
}
.af-quirksMode .af-element{
	padding-left:0!important;
	padding-right:0!important;
}
.lbl-right .af-element label{
	text-align:right;
}