/* elements */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	background: #3366A6;
}
.bluetext {
	color: rgb(51, 102, 166);
}
.redtext {
	color: rgb(204, 0, 0);
}
.redtext_bold {
	color: rgb(204, 0, 0);
	font-weight: bold;
	font-size: 1.2em;
}
/* Layout */
#page {
	width: 755px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 5px;
}
#wrap {
	width: 750px;
	margin-left: 0;
	background: #fff;
}

#content {
	width: 90%;
	padding: 0 10px;
	margin: 0 auto;
}

.yellowbox {
	width: 300px;
	height: auto;
	background: #ffffcc;
	border: 1px solid #000;
	text-align: center;
	margin:5px 0 5px 180px;
	padding: 5px;
}
.exampleBox {
	margin: 15px 20px;
	padding: 0 15px;
	border: 2px solid #3366a6;
	background: #ffc;
}
td img {
	padding-right: 10px;
}
/* footer */
#footer {
	color: #fff;
	width: 755px;
	margin: 0 auto;
	clear: both;
	font-size: .75em;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 5px 0;
}
#footer li {
	display: inline;
	list-style: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: red;
	text-decoration: underline;
}
#footer p {
	margin: 4px 0;
}
#footer #nav {
	clear: both;
	width: 755px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}
#footer #nav ul {
	margin: 0;
	padding: 5px 0;
}
#footer #nav li {
	display: inline;
	list-style: none;
	background: #fff;
}
#footer #nav a {
	padding: 10px 12px;
	color: #3366A6;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#footer #nav a:hover {
	color: #3366A6;
	text-decoration: underline;
}
#footer img {
	display: block;
}

#copywrite {
	margin-top: 7px;
}
/* SFM Signature */
#webdev {
	padding: 2px 0 10px;
}
#webdev,
#webdev a,
#webdev a:visited {
	clear: both;
    text-decoration: none;
	color: #fff;
    text-align: center;
    font-size: 8pt;
}
#webdev a:hover {
	text-decoration: underline;
}

#subscribe .subscribeform {
	margin-left: 150px;
	width: 350px;
	padding: 5px 0;
}
#subscribe .subscribeform h2 {
	margin: 0 0 6px;
	border: none;
	color: #000;
	font-weight: normal;
}
#subscribe .subscribeform div {
	padding: 0 0 3px;
}
#subscribe .subscribeform label {
	padding: 1px 10px 0 10px;
	font-size: 1em;
	color: #000;
	font-weight: bold;
}
#subscribe .subscribeform input {
	width: 200px;
	padding: 2px;
	font-size: 1em;
}

#subscribe .subscribeform .button {
	height: 18px;
	margin-top: 4px;
	margin-left: 130px;
}
#subscribe .subscribeform .button input {
	width: 100px;
	cursor: pointer;
}
#subscribe .subscribeform .button input:hover {
	color: red;
}
#subscribe .subscribeform img {
	display: inline;
}
/* forms */
.mceContentBody {
	margin: 0 5px;
	background: #fff;
	text-align: left;
}
acronym {
	border: 0;
}
blockquote {
	margin: 0 .5em;
	font-family: monospace;
	font-size: 105%;
}
dt {
	font-weight: bold;
}
h1 {
	height: 210px;
	width: 750px;
	margin: 0;
	font-size: 50%;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/header.jpg)
}
h2 {
	color: #3366A6;
	font-size: 24px;
	text-align: center;
}
h3 {
	color: #3366A6;
	font-size: 18px;
}
h4 {
	font-size: 18px;
	color: #0033CC;
}
h5 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

p {
	font-size: 1em;
	margin: 15px 0;
}
hr {
	margin: 15px 0;

}
a img {
	border: 0;
}
a {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* blocks */
.disclaimer {
	font-size: 70%;
	color: #666;
}

.contentAdSection {
	margin: 15px 0;
	color: #fff;
	background: #f00457;
}
.contentAdSection h3 {
	margin: 8px 0;
	float: left;
	color: #fff;
}
.contentAdSection h3 a {
	padding-left: 25px;
	color: #fff;
	text-decoration: none;
	background: url(../images/redh3BG.png) 9px no-repeat;
}
.contentAdSection h3 a:hover {
	text-decoration: underline;
}
.contentAdSection p {
	margin: 6px 0 6px 123px;
	font-size: .75em;
}

.profile {
	width: 80%;
	padding: 0;
	margin-left: 80px;
}

.profile p {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 15px 0;
	text-align: left;
}
.profile .narrow {
	width: 80%;
	margin-left: 30px;
}

.profile .narrow img {
	padding-right: 5px;
}
.profile .narrow li {
	text-align: left;
	padding: 10px 0;
}
.profile .narrow .redtext_bold {
	color: rgb(204, 0, 0);
	font-weight: bold;
	font-size: 1.2em;
}
.profile .narrow .mini {
	color: #000;
	font-weight: normal;
	font-size: .7em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}


/* inlines */
.center {
	text-align: center;
}
.error,
.red {
	color: #d00;
}

/* WordPress image alignment */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
}
img.alignleft {
	display: inline;
	padding: 4px;
	margin: 0 7px 2px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}


/* button */
.button a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.button a:hover {
	color: red;
}

/* inline */
.phrase {
	text-align: right;
}

/* forms */
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}
.buttons {
	text-align: center;
}

form,
.contactform {
	width: 80%;
	margin: 15px auto;
	padding: 15px 15px;
	background: #00BCE9;
	border: 1px solid #000;
}
form div,
.contactform div {
	margin: 5px 0;
}
form .error,
.contactform .error {
	color: #d00;
	text-align: center;
}
form label,
.contactform label {
	float: left;
	width: 105px;
	padding: 2px 5px 0 22px;
	font-weight: bold;
	text-align: right;
}
form .submit {
	text-align: center;
}
form #waitMessage {
	font-style: italic;
	font-size: 90%;
	color: #666;
}
form .secureMessage {
	width: 280px;
	margin: 10px auto 10px;
	padding: 15px 100px;
	border: 1px solid #000;
	background: url(/images/secure-image.png) no-repeat 10px center #d2e49f;
	font-size: 12px;
}
.subscriptionoffsite {
	background: #fff;
	border: 3px solid #d2e49f;
}
#step1 {
	width:193px;
	height:62px;
	margin:15px 0 15px 5px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step1.png) no-repeat;

}
#step2 {
	width:193px;
	height:62px;
	margin:15px 0 15px 5px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step2.png) no-repeat;
}
#step3 {
	width:193px;
	height:62px;
	margin:15px 0 15px 5px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step3.png) no-repeat;

}
#step4 {
	width:193px;
	height:62px;
	margin:15px 0 15px 5px;
	padding:0;
	text-indent:-9999px;
	background:url(../images/step4.png) no-repeat;
}
.tellafriend label {
	float: left;
	padding: 2px 5px 0 22px;
	font-weight: bold;
	text-align: right;
	width: 250px;
}

/* hCard */
.vcard {
	clear: both;
}
.vcard .type {
	display: none;
}
.vcard .org,
.vcard .tel,
.vcard .adr,
.vcard .email {
	margin-bottom: 3px;
}
.vcard .org {
	font-weight: bold;
}
.vcard .adr .street-address {
	display: block;
}
.vcard p {
	font-size: 5px;
}

.blogBox {
	padding: 5px 15px;
	border: 1px solid #d9572a;
	background: url( ../images/forumBG.png) repeat-x #fac151;
}
.blogBox p {
	margin: 0;
	padding: 5px 0;
}
.forumBox {
	padding: 5px 15px;
	border: 1px solid #2777bd;
	background: url( ../images/blogBG.png) repeat-x #21c3f3;
}
.forumBox p {
	margin: 0;
	padding: 5px 0;
}
.blogBox a,
.forumBox a {
	color: #fff;
	text-decoration: none;
}
.blogBox a:hover,
.forumBox a:hover {
	text-decoration: underline;
}

.block h5 {
	margin: 5px 0 10px;
	font-size: 1.1em;
	letter-spacing: .5px;
	text-align: center;
}
.block ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block li {
	margin: 10px 0;
}
.liveBox {
	width: 182px;
	margin: 0 auto .7em;
	padding-bottom: 0;
	border: 1px solid #999;
	background: #FFF;
	text-align: center;
}
.liveBox img {
	display: block;
	border: 0;
}

/* before after images */
.beforeAfter {
	margin: 15px 10px;
	padding: 0 20px;
	background: #ddf;
	border: 2px solid #cbcbf5;
}
.beforeImage {
	float: left;
}
.beforeImage img {
	display: block;
}
.afterImage {
	float: right;
}
.afterImage img {
	display: block;
}
.beforeAfter p {
	margin: 4px 0 0;
	padding: 0 0 5px;
	text-align: center;
	font-weight: bold;
}
.beforeAfter .caption {
	margin: 0 0 4px;
	padding: 5px 0 0;
	clear: both;
}

/* sfmstyle */
.greeting {
	width: 144px;
	height: 26px;
	text-indent: -9999px;
	background: url( ../images/greeting.png) no-repeat;
}
.signoff {
	width: 137px;
	height: 31px;
	text-indent: -9999px;
	background: url( ../images/signoff.png) no-repeat;
}
.expose {
	margin: 15px 30px 0;
	padding: 15px 20px;
	text-align: center;
	border: 3px dashed #a60813;
}
.offer {
	margin: 5px;
	padding: 10px;
	border: 4px solid #0c8bf9;
}
.extra {
	padding: 10px 0 10px 50px;
	background: url( ../images/tickBox.jpg) no-repeat 10px center;
}
ul.extra {
	padding: 0 0 0 40px;
	background: none;
}
ul.extra li {
	list-style: none;
	padding: 10px 0 10px 40px;
	background: url( ../images/tickBox.jpg) no-repeat left center;
}
.alt {
	color: #fff;
	margin: 5px 25px;
	padding: 15px;
	border: 2px dotted #00f;
	background: #09f;
}
.standout {
	color: #f00;
	background: #ff0;
}
.youtube,
.media {
	margin: 15px 0;
	text-align: center;
}
.highlight {
	color: #e36c0a;
	font-size: 14px;
	font-weight: bold;
}
.pretty {
	color: #e36c0a;
	font-size: 12px;
	font-weight: normal;
}

.green{
	color: #00cc00;
	font-size: 12px;
	font-weight: bold;
}
table p {
	font-size: 0.8em;
	padding: 0 5px;
	margin: 10px 0;
}
