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

br{ 
    display: block;
    line-height: 0.1; 
    content: " ";
}

/* Begin Text */
.h1 {
	element: h1;
	font-family: "Deja-Vu-Condensed", Arial, helvetica, sans-serif;
	font-size: 40px;
    font-weight:400;
	line-height: 0.95;
	font-style: normal;
	color: #2c78b9;
	letter-spacing: -1px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.h2 {
	element: h2;
	font-family: "Gill-Sans", Arial, helvetica, sans-serif;
	font-size: 28px;
    font-weight:400;
	line-height: 0.95;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	letter-spacing: -1px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.h3 {
	element: h3;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.BodyDesc {
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #222222;
	letter-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.BodyTextRed {
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FF0000;
}
.BodyTextWhite {
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0px;
}

/* Start Basic Link Styles */
a.Headline:visited {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.Headline:hover {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.Headline:active {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.Subhead:link {
	color:#F00000 !important;
	text-decoration: none
}
a.Subhead:visited {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.Subhead:hover {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.Subhead:active {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.BodyText:link {
	color:#F00000 !important;
	text-decoration: none
}
a.BodyText:visited {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.BodyText:hover {
	color:#EEEEEE !important;
	text-decoration: none;
	}
a.BodyText:active {
	color:#EEEEEE !important;
	text-decoration: none;
	}

a.Headline:link {
	color:#F00000 !important;
	text-decoration: none
}
a:link {
	color: #F00000;
	text-decoration: none;
	}
a:visited {
	color: #800000;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
a:active {
	color: #FF0000;
	text-decoration: none;
	}
/* End Basic Link Styles */

/* Start Bullet Style */
.BodyText-ul {
	list-style: none; /* Remove default bullets */
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-kerning: normal;
	color: #747474;
	letter-spacing: 0px;
	line-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 40px; /* Set bulleted copy indent */
}
.BodyText-ul li::before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #C99F59; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */ 
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	position: relative; 
	bottom: -0px; /* Adjust the vertical location (tweak if needed) */
}
/* End Bullet Style */

.CreditLine {
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
/* End Text*/

/* Start Footer */
.mainBottom {
	display:block;
	width: 100%;
	margin-bottom: -18px; /* 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: #2c78b9;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	height:75%;
}
.footer {
	width: 100%;
	margin: 0px;
}
.footer-headline {
	element: h1;
	font-family: "Deja-Vu-Condensed", OpenSans, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
	text-align: left;
}
.footer-text {
	element: h3;
	font-family: "Gill-Sans", OpenSans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -0px;
	text-align: left;
}
.footer-links {
	element: h3;
	font-family: "Gill-Sans", OpenSans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -0px;
	text-align: left;
}
.footertelephone-links {
	element: h1;
	font-family: "Gill-Sans", OpenSans, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
	text-align: left;
}
.footer-copyright {
	font-family: "Gill-Sans", OpenSans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
/* Begin Footer Links */
.footer-links a:link {
	color: #FFFFFF;
}
.footer-links a:visited {
	color: #c4e4ff;
}
.footer-links a:hover {
	color: #c4e4ff;
}
 .footer-links a:active {
color: #c4e4ff;
}
.footer-copyright a:link {
	color: #FFFFFF;
}
.footer-copyright a:visited {
	color: #c4e4ff;
}
.footer-copyright a:hover {
	color: #c4e4ff;
}
.footer-copyright a:active {
	color: #c4e4ff;
}
.footertelephone-links a:link {
	color: #FFFFFF;
}
.footertelephone-links a:visited {
	color: #c4e4ff;
}
.footertelephone-links a:hover {
	color: #c4e4ff;
}
.footertelephone-links a:active {
	color: #c4e4ff;
}

/* End Footer Links */
/* 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 {
  position: relative;
  color: #AAAAAA;
  font-size: 13px;
  height: 33px;
  margin-top: 0px;
}
.SearchFormBkgd input {
  width: 100%;
  height: 35px;
  color: #555555;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  background: #EEEEEE;
  padding: 0px;
  border: 1px solid #CCCCCC;
  height: 33px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.SearchFormBkgd input { text-indent: 32px;}
.SearchFormBkgd .fa-search { 
  position: absolute;
  top: 10px;
  left: 10px;
}
.SearchFormButton {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 9px;
	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%);
	border-radius: 0px 5px 5px 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	max-height: 35px;
}
.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 */

/* Begin Details Box Elements */
.DetailBoxTop {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #2997B6; 
	padding: 5px 10px 5px 10px;

}
.DetailBox{
	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='#FFFFFF',GradientType=0 ); /* IE6-9 */
	padding:10px;
	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;
}
.DetailBoxBottom {
	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='#FFFFFF',GradientType=0 ); /* IE6-9 */
	padding:10px;
	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;
}
/* End Details Box Elements */

/* Begin Calendar Box Elements */
.CalendarBoxText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 3px;
}
/* End Calendar Box Elements */