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

.tinynav {
	display: none;
}

body {
	background-color: #272624;
}

html, body, p, table, ul, ol, li, small, b, strong, div, h1, h2, h3, h4, h5, h6, i {
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2 {
 font-family: 'Source Serif Pro', serif;
 font-weight: 400;
}

h3, h4, h5, h6 {
 font-family: 'Source Serif Pro', serif;
 font-weight: 700;
}

h3 {
	color: #7D7155;
}

p {
	line-height: 1.25;
	font-weight: 400;
}

.imgFR {
	float: right;
	margin: 0 15px 15px 15px;
	width: 167px;
	height: auto;
}

.imgFL {
	float: left;
	margin: 0 15px 15px 15px;
	width: 167px;
	height: auto;
}

strong, b {
	font-weight: 900;
	font-size: 1.01em;
}

ul, ol {
	width: 85%;
}

ul li, ol li {
	font-size: .8em;
	line-height: 1.25;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.site {
	width: 925px;
	margin: 100px auto 0;
}

header, .header {
}

.menu {
	color: #FFF;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	width: auto;
}

.menu li {
	display: block;
	float: left;
	padding: 0 15px;
	margin: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 1;
	font-size: .85em;
}

.menu li:first-child {
	border-left: none;
}

.menu li:last-child {
	border-right: none;
}

.banner {
	background-image: url(../_images/template/banner.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 12px;
	margin-top: 25px;
	background-color: #fff;
}

.logo {
	width: 308px;
	float: left;
}

.logo img {
	width: 308px;
	height: auto;
}

.slider {
	background-color: #FFF;
	width: 617px;
	float: left;
	position: relative;
}

a:link, a:visited {
	text-decoration: none;
	color: #999;
}

a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

.content {
	background-color: #fff;
	margin-top: 15px;
}

.alternateBG {
	background-color: #DBD2B3;
}

.content .cols {
	width: 211px;
	margin: 0 10px;
	display: block;
	float: left;
}

.content .cols p {
	font-size: .80em;
}

.content .cols.mainContent {
	width: 633px;
}

.cols.sidebar {
	background-color: #565149;
	margin: 10px;
	width: 250px;
}

.cols.sidebar h4 {
	color: #fff;
	margin: 10px 20px;
	font-size: 1.60em;
	line-height: 1;
	font-weight: 400;
}

.cols.sidebar p {
	color: #DBD2B3;
	margin: 10px 20px;
}

.cols.sidebar img {
	margin: 10px 20.7%;
}

.subContent {
	color:#fff;
	font-size: .80em;
}

.subContent .subcols {
	width: 48%;
	float: left;
	padding-right: 2%;
}

.cols h2, .subcols h2 {
	font-size: 1em;
	border-bottom: 2px solid red;
	line-height: 1;
	margin: 8px 0 0;
	padding-bottom: 4px;
}

#form fieldset {
	border: none;
	margin-right: 20px;
	padding-bottom: 40px;
}

.btns a.more_btn span {
	border: 1px solid #000 !important;
	display: inline-block;
	padding: 5px 15px;
	background-color: #A79C7D;
}

.TermsAndConditionsLabel {
	width: 100% !important;
}
.checkboxes {
	display:inline !important;
	float:left !important;
	width:10px !important;
	height:10px !important;
	margin:5px !important;
	padding:0 !important
}
.floatLeft {
	float: left;
	margin: 15px 10px 10px 0;
	width: 265px;
	height:auto;
}

.footer {
	margin-top: 30px;
}

.footerMenu {
	color: #FFF;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	border-top: 2px solid #fff;
}

.footerMenu li {
	display: block;
	float: left;
	padding: 0 15px;
	margin: 7px 0 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: .9;
	font-size: .75em;}

.footerMenu li:first-child {
	border-left: none;
}

.footerMenu li:last-child {
	border-right: none;
}
.copyright {
	font-size: .80em;
	clear: both;
	color: #fff;
	margin-top: 35px;
	display: block;
}
a.whiteBgLinks:link, a.whiteBgLinks:active, a.whiteBgLinks:visited {
	color: #BF4426;
}

a.whiteBgLinks:hover {
	color: #565149;
}
.social {
	float: right;
}
.mainHeadline h1 {
	text-align: center;
	line-height: 1.15;
	margin: 0 20px;
	font-size: 1.55em;
	padding: 15px 0;
}