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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: Tahoma, sans-serif;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}
ul, ol, dl { 
	margin: 15px;
	list-style-position: inside;
}
ul {
    list-style: url("../images/red-check-bullet.png");
}
a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #D90000;
	text-decoration: underline;
}
audio {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
}
hr.hrStyle1{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
textarea {
	font-size:100%;
	width: 100%;
	resize: none;
}
#content {
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid  #CCC;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(102,102,102,0.75);
	-moz-box-shadow:	0px 0px 25px 0px rgba(102,102,102,0.75);
	box-shadow:			0px 0px 25px 0px rgba(102,102,102,0.75);

}
#header {
	background: #144097; /* Old browsers */ -moz-linear-gradient(top,  #144097 0%, #0e2b66 95%, #144097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #144097 0%,#0e2b66 95%,#144097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #144097 0%,#0e2b66 95%,#144097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144097', endColorstr='#144097',GradientType=0 ); /* IE6-9 */
	font-family: Tahoma, sans-serif;
	color: #FFF;
	font-size: 32px;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
	padding: 20px 0 1px 0;
}
#headerDownload {
	background: #144097; /* Old browsers */ -moz-linear-gradient(top,  #144097 0%, #0e2b66 95%, #144097 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #144097 0%,#0e2b66 95%,#144097 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #144097 0%,#0e2b66 95%,#144097 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144097', endColorstr='#144097',GradientType=0 ); /* IE6-9 */
	font-family: Tahoma, sans-serif;
	color: #FFF;
	font-size: 42px;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
	padding: 20px 0 1px 0;
}
#menu {
	text-align: center;
	padding-top:15px;
}
#footer {
	font-size: small;
	text-align: center;
	color:#999;
}
aside {
	float: right;
	max-width: 220px;
	padding: 10px 0;
	border-left: 1px solid #ccc;
	font-size: 12px;
	margin-left: 10px;
}
aside ul {
    list-style: square inside url("../images/user-red.png");
}
li {
	padding-bottom: 15px;
}
.imagePreload {
	display: none; 
}
/* font styles */
	/*  colors */
.redText {
	color: #D90000;
}
.blueText {
	color: #000080;
}
.largerBlueText {
	font-size:xx-large;
	font-weight:bold;
	color: #000080;
}
.yellowHighlight {
	background-color: #FFFF00;
}
	/* sizes */
.smallText {
	font-size: 12px;
}
.mediumText {
	font-size: 24px;
}
.mediumTextBold {
	font-size: 24px;
	font-weight:600;
}
.largeText {
	font-size: 30px;
	font-weight:bold;
}
.largerText {
	font-size: 32px;
	font-weight:bold;
}

/* Border Styles */
.yellowBackgroundOnly {
	background-color:#ffffe1;
}
.whiteBackgroundOnly {
	background-color:#fff;
}
.center {
	text-align:center;
}
.yellowBackgroundBorder {
	background-color: #FFFFCB;
	padding: 15px 50px 15px 50px;
	margin: 0 auto;
	width: 50%;
	border: 1px solid #000;
}
.dashedRedBorder {
	border: 4px dashed #F00;
	padding: 4px;
	width: 95%;
}
.dashedRedBorder75 {
	display:block;
	margin-right:auto;
	margin-left:auto;
	border: 4px dashed #F00;
	padding: 4px;
	width: 75%;
}
.solidRedBorder {
	display:block;
	margin-right:auto;
	margin-left:auto;
	border: 6px solid #F00;
	padding: 4px;
	width: 75%;
}
.solidRedBorderOnly {
	border: 3px solid #F00;
	padding: 5px;
}
.solidDarkRedBorder {
	display:block;
	margin-right:auto;
	margin-left:auto;
	border: 6px solid #c10601;
	padding: 15px;
	width: 75%;
}
.noBorder {
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding: 4px;
	width: 75%;
}

/* Two Column Layout */
.twoColumnNoBorder {
	display: block;
	overflow: hidden;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
.column1NoBorder    {
	display: block;
	width: 48%;
    float: left;
	margin: 5px;
}
.column2NoBorder  {
	display: block;
	width: 48%;
	float: left;
	margin: 5px;
}
.twoColumnDashedWrapper	{
	position: relative;
	height: 100%;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	display: table; 
	table-layout: fixed;
	overflow: auto;
	border-collapse: separate;
	border-spacing: 5px;
}
.column1Dashed	{
	width: 49%;
	vertical-align: top;
	padding: 10px 0;
	display: table-cell;
	border: 4px dashed #F00;
}
.column1Dashed-stuff	{
	display: block;
}
.column2Dashed	{
	width: 49%;
	padding: 10px 0;
	display: table-cell;
	border: 4px dashed #F00;
}
.column2Dashed-stuff	{
	width: auto;
	height: auto;
}

.twoColumnSolidWrapper	{
	position: relative;
	height: 100%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	display: table; 
	table-layout: fixed;
	overflow: auto;
	border-collapse: separate;
	border-spacing: 5px;
}
.column1Solid	{
	width: 49%;
	vertical-align: top;
	padding: 10px 0;
	display: table-cell;
	border: 1px solid #000;
}
.column1Solid-stuff	{
	display: block;
}
.column2Solid	{
	width: 49%;
	padding: 10px 0;
	display: table-cell;
	border: 1px solid #000;
}
.column2Solid-stuff	{
	width: auto;
	height: auto;
}

@media only screen and (max-width: 730px) {
	.twoColumnDashedWrapper {
	}
	.column1Dashed {
		width: 98%;
		float: left;
		border: 4px dashed #F00;
		margin-bottom: 5px;
	}
	.column2Dashed {
		width: 98%;
		float: left;
		border: 4px dashed #F00;
		margin-bottom: 5px;
	}
	
	.twoColumnSolidWrapper {
	}
	.column1Solid {
		width: 96%;
		float: left;
		border: 1px solid #000;
		margin-bottom: 5px;
	}
	.column2Solid {
		width: 96%;
		float: left;
		border: 1px solid #000;
		margin-bottom: 5px;
	}
	.column1 {
		width: 98%;
		float: left;
	}
	.column2 {
		width: 98%;
		float: left;
	}

}

/* ~~~~~~~~~~ Affiliate Form ~~~~~~~~~~ */
.wrapper {
	margin: 47px auto;
	max-width:580px;
}
#contact_form { 
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#ff label { 
	cursor:pointer;
	margin:4px 0;
	color:#ed7700;
	display:block;
	font-weight:800;
}
input { 
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:25px;
}
.sendButton {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #eeb44f;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	width:25%;
	font-weight:bold;
	text-shadow:1px 1px 0px #cc9f52;
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}

/* ~~~~~~~~~~ Aweber Form - Download Page~~~~~~~~~~ */

#af-form-2009993746 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-2009993746 .af-body input.text, #af-form-2009993746 .af-body textarea{background-color:#FFFFFF;border-color:#D9D9D9;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:24px;font-family:Helvetica, sans-serif;}
#af-form-2009993746 .af-body input.text:focus, #af-form-2009993746 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-2009993746 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:24px;font-family:Helvetica, sans-serif;}
#af-form-2009993746 .af-body{padding-bottom:15px;padding-top:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#CCCCCC;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-2009993746 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-2009993746 .af-standards .af-element{padding-right:15px;padding-left:15px;}
#af-form-2009993746 .buttonContainer input.submit{background-image:url("https://forms.aweber.com/images/auto/gradient/button/07c.png");background-position:top left;background-repeat:repeat-x;background-color:#0057ac;border:1px solid #0057ac;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:24px;font-family:Helvetica, sans-serif;}
#af-form-2009993746 .buttonContainer input.submit{width:auto;}
#af-form-2009993746 .buttonContainer{text-align:right;}
#af-form-2009993746 button,#af-form-2009993746 input,#af-form-2009993746 submit,#af-form-2009993746 textarea,#af-form-2009993746 select,#af-form-2009993746 label,#af-form-2009993746 optgroup,#af-form-2009993746 option{float:none;position:static;margin:0;}
#af-form-2009993746 div{margin:0;}
#af-form-2009993746 form,#af-form-2009993746 textarea,.af-form-wrapper,.af-form-close-button,#af-form-2009993746 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-2009993746 input,#af-form-2009993746 button,#af-form-2009993746 textarea,#af-form-2009993746 select{font-size:100%;}
#af-form-2009993746 select,#af-form-2009993746 label,#af-form-2009993746 optgroup,#af-form-2009993746 option{padding:0;}
#af-form-2009993746,#af-form-2009993746 .quirksMode{width:100%;max-width:300px;}
#af-form-2009993746.af-quirksMode{overflow-x:hidden;}
#af-form-2009993746{background-color:#F0F0F0;border-color:#000000;border-width:1px;border-style:none;}
#af-form-2009993746{display:block;}
#af-form-2009993746{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-bottom:5px;padding-top:5px;}
.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;}
body {
}

