/* styles for mobile */

body {
	background-color: #272624;
	width: 100%;
}

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;
	width: 100%;
}

.tinynav {
	display: block;
	width: 100%;
}

.menu {
	display: none;
}


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;
	width: 95%;
}

p {
	line-height: 1.25;
	font-weight: 400;
	width: 95%;
	display: block;
}

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

ul, ol {
	width: 85%;
	padding-left:18px;
}

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

.clear {
	clear: both;
}

br {
	display: none;
}

.site {
	width: 100%;
	margin: 0;
}

header, .header {
	background-color: #ffff;
	display: block;
}

.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: 100%;
	display: block;
}

.logo img {
	width: 100%;
	position:relative;
	z-index:300;
}

.slider {
	background-color: #FFF;
	width: 100%;
	display: block;
	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;
}

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

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

.content .cols.mainContent {
	width: 100%;
}

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

.subContent .subcols {
	width: 100%;
}

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

.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;
	width: 90%;
}

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

.cols h2, .subcols h2 {
	font-size: 1em;
	border-bottom: 2px solid red;
	line-height: 1;
	padding-bottom: 4px;
	display: block;
	width: 95%;
	
}

span.floatLeft, span.floatLeft, span .floatLeft, .floatLeft {
	display: block;
	width: 90%;
	margin: 15px 2.5%;
	clear:both;
	padding: 0;
	float:none;
}

.imgFR {
	display: block;
	width: 90%;
	margin: 15px 2.5%;
	clear:both;
	padding: 0;
	float:none;
}

.imgFL {
	display: block;
	width: 90%;
	margin: 15px 2.5%;
	clear:both;
	padding: 0;
	float:none;
}

.footer {
	display: block;
	line-height:
}

.footerMenu {
	display: none;
}

.copyright {
	font-size: .80em;
	clear: both;
	color: #fff;
	margin-top: 35px;
	display: block;
}
.social {
	position:absolute;
	z-index: 500;
	top: 315px;
	left: 15px;
}
.mainHeadline h1 {
	text-align: center;
	line-height: 1.15;
	margin: 0 20px;
	font-size: 1.55em;
	padding: 15px 0;
}