/* Begin CTA */
.CTAButton {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
	font-size: 20px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ff0027;
	border: 1px solid #ff0027;
}
.CTAButton:hover {
	color: #FFFFFF;
	background: #770000;
	border: 1px solid #770000;
}
.CTADescription {
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff0027;
}
.CTADownloadButton {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
	font-size: 20px;
	line-height: 19px;
	color: #fce960;
	font-weight: bold;
	font-style: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #506e5d;
	border: 1px solid #506e5d;
}
.CTADownloadButton:hover {
	color: #fce960;
	background: #225337;
	border: 1px solid #225337;
}
/* End CTA */

/* Begin Sticky Header */
#fixed-header	{
		background-color: #000000; /* Sticky Header Background Color */
		width: 100%;
		position: fixed;
		padding:5px;
		top: 0px;
		left: 0px;
		opacity: .80;
		z-index: 1500;
		}
/* End Sticky Header */

/* Begin Text */
.Headline {
	font-family: Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 40px;
	line-height: 0.95;
	font-style: normal;
	color: #8dc63f;
	letter-spacing: -1px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.Subhead {
	font-family: Rokkit, Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 28px;
	line-height: 0.95;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.BodyText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.BodyDesc {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.BodyTextRed {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FF0000;
}
.BodyTextWhite {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0px;
}
.CreditLine {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.BrandHeadline {
	font-family: League-Gothic, Arial, Helvetica, Verdana, sans-serif;
	font-size: 40px;
	line-height: 0.95;
	font-style: normal;
	color: #000000;
	letter-spacing: -2px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.BrandContentSubhead {
	font-family: League-Gothic, Arial, Helvetica, Verdana, sans-serif;
	font-size: 28px;
	line-height: 0.95;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.BrandContentBodyText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
}
.BrandColumnSubhead {
	font-family: League-Gothic, Arial, Helvetica, Verdana, sans-serif;
	font-size: 28px;
	line-height: 0.95;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.BrandColumnBodyText {
	ont-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
/* End Text*/

/* Start Footer */
.mainBottom {
	width: 100%;
	margin-bottom: -5px; /* This determines the space between the bottom graphic and footer */
}
#footer {
	width: 100%;
	margin: -2px;
	padding: 15px;
	height: 500px;
}
.footerCol1 {
	width: 100%;
}
.footerCol2 {
	width: 100%;
}
.footerCol3 {
	width: 100%;
}
.footerCol4 {
	width: 100%;
}

@media screen and (min-width:768px) {
#footer {
	width: 100%;
	margin: 0px;
}
.footerCol1 {
	width: 20%;
	float: left;
}
.footerCol2 {
	width: 20%;
	float: left;
}
.footerCol3 {
	width: 20%;
	float: left;
}
.footerCol4 {
	width: 30%;
	float: left;
}
}
#wrapper {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	width: 100%;
	overflow: hidden;
	margin: 0px;
}
.footer {
	background-color: #20467b;
	width: 100%;
	margin: 0px;
}
.footer-headline {
	font-family: Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #8dc63f;
	letter-spacing: 0px;
	text-align: left;
}
.footer-text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -0px;
	text-align: left;
}
.footer-links {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -0px;
	text-align: left;
}
.footer-copyright {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.footer-copyright a:link {
	color: #FFFFFF;
}
.footer-copyright a:visited {
	color: #EEEEEE;
}
.footer-copyright a:hover {
	color: #EEEEEE;
}
 .footer-copyright a:active {
color: #EEEEEE;
}
.footer-links a:link {
	color: #FFFFFF;
}
.footer-links a:visited {
	color: #EEEEEE;
}
.footer-links a:hover {
	color: #EEEEEE;
}
 .footer-links a:active {
color: #EEEEEE;
}
/* End Footer */

/* Begin Form Elements */
.Button {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px;
	font-size: 13px;
	color: #444444;
	font-weight: bold;
	font-style: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
}
.Button hover {
	color: #3D7489;
	background: #C6E1EC;
}
.MiniButton {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 3px;
	margin: 2px;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	font-style: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
}
.MiniButton hover {
	color: #3D7489;
	background: #C6E1EC;
}
.MenuList {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px;
	font-size: 13px;
	line-height: 15px;
	color: #555555;
	font-weight: normal;
	background-color: #EAEAEA;
	border-radius: 2px;
	border: outset 1px #CCCCCC;/*for demonstration only*/
	background: #EAEAEA; /* Old browsers */
	background: -moz-linear-gradient(top, #EAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAEAEA), color-stop(0%, #EAEAEA), color-stop(100%, #FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EAEAEA 0%, #eaeaea 0%, #FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #EAEAEA 0%, #eaeaea 0%, #FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 0%, #FFFFFF 100%); /* W3C */
	box-shadow: inset 0 1px 0 #FFFFFF;
	-moz-box-shadow: inset 0 1px 0 #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: auto;
}
.FormBkgd {
	color: #555555;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.SearchFormBkgd {
	color: #555555;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.SearchFormButton {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px;
	font-size: 13px;
	color: #444444;
	font-weight: bold;
	font-style: normal;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
}
.SearchFormButton hover {
	color: #3D7489;
	background: #C6E1EC;
}
/* End Form Elements */

/* Begin Coupon Elements */
.CouponHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bold;
	color: #880000;
	text-align: center;
}
.CouponHeaders {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #880000;
	padding: 2px 2px 2px 2px;
	border-radius: 0px 0px 0px 0px;
}
.CouponText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.CouponBorder {
	border-style: solid; /* dashed - solid - dotted */
	border-width: 0 1px 1px 1px 1px;
	border-color: #880000;
	background-color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-width: inherit;
}
/* End Coupon Elements */

/* Begin Blog Elements */
.BlogFeaturedHeaders {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #880000;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}
.BlogHeaders {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #880000;
	padding: 5px 10px 5px 10px;
	border-radius: 5px 5px 0 0;
}
.BlogTop {
	color: #FFFFFF;
	background-color: #880000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border: 1px;
}
.BlogPostUser {
	font-family: Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 17px;
	color: #666666;
	text-align: left;
}
.BlogCreditLine {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.BlogNavigationBox {
	background: #EAEAEA; /* Old browsers */
	background: -moz-linear-gradient(top, #EAEAEA 0%, #eaeaea 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAEAEA), color-stop(0%, #eaeaea), color-stop(100%, #FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eaeaea 0%, #EAEAEA 0%, #FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eaeaea 0%, #EAEAEA 0%, #FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eaeaea 0%, #EAEAEA 0%, #FFFFFF 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#FFFFFFf', GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 1px 0 #FFFFFF;
	-moz-box-shadow: inset 0 1px 0 #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 #FFFFFF;
	border: 1px solid #999999;
}
.BlogArchiveHeader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #808080;
	text-align: left;
}
.BlogArchiveLinks {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
/* End Blog Elements */