@font-face {
font-family: 'The Hand';
src: url('the-hand-regular-webfont.eot'); /* IE9 Compat Modes */
src: url('the-hand-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('the-hand-regular-webfont.woff') format('woff'), /* Modern Browsers */
url('the-hand-regular-webfont.woff2') format('woff2'), /* Modern Browsers */
url('the-hand-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('the-hand-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */}

body {
	font-family: 'Cabin', sans-serif;
	font-weight:400;
	color: #404546;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
/*################# WRAPPER #####################*/

.wrapper {
	
}
.banner-wrapper {
	background-color:#404546;
	padding:0 0 10px 0;
	width:100%;
	
}
.banner-wrapper img {
	width:100%;
}

.columns-wrapper {
	overflow: hidden;
	max-width: 1140px;
	margin: 10px auto;
}
.columns-wrapper .content {
	overflow: hidden;
}

/*################# MASTHEAD #####################*/
.masthead {
	position:relative;
	overflow: hidden;
	padding: 10px;
	z-index:99;
}
.masthead .content {
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	overflow: hidden;
	z-index:99;
	position:relative;
}
#sm {
	float:right;
	margin-top:-60px;
	z-index:9999999;
	position:relative;
	width:100px;
	height:45px;
	text-align:right;
}
.logo {
	
}
#apDiv1 {
	position:relative;
	width:180px;
	height:63px;
	z-index:1;
	left: 908px;
	top: 28px;
}
.address {
	float: right;
	width: 200px;
}
/*################# NAVIGATION #####################*/
.navigation {
	background-color: #404546;
	font-family: 'The Hand';
}
.navigation .content {
	max-width: 1140px;
	margin: 0 auto;
}

/*################# CONTENT #####################*/
.main-content {
	float: left;
	width: 100%;
}
.main-content .content {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.main-content-inner {
	float: left;
	width: 68%;
}
.main-content-inner .content {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.sidebar {
	width: 30%;
	float: right;
}
.sidebar .content {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.sidebar p {
	margin:0;
	padding:0;
}
/*################# FOOTER #####################*/

.footer {
	clear: both;
	bottom: 0px;
	background-color:#404546;
}
.footer .content {
	font-size: 0.9em;
	max-width: 1120px;
	margin: 0 auto;
	color:#a7b5a5;
	line-height:1.5em;
	padding: 10px 10px;
}
.text-right {
	text-align:right;
	padding-right:80px;
}
.copyright {
	text-align:right;
	padding-right:80px;
	font-size: 0.9em;
}
/*################# HEADINGS #####################*/

h1, h2, h3, h4 {
	margin: 0px 0px 30px 0px;
	font-weight: normal;
	line-height: normal;
	font-family: 'The Hand';
}
h1 {
	font-size: 3em;	
	color:#004600;
	
}
h2 {
	font-size: 2.2em;
	color:#004600;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 2em;
	color: #a7b5a5;
}
h4 {
	font-size: 1.1em;
}

/*################# LINKS #####################*/
.main-content a:link, .sidebar a:link {
	color: #004600;
	text-decoration: none;
}
.main-content a:visited, .sidebar a:visited {
	color: #004600;
	text-decoration: none;
}
.main-content a:hover, .main-content a:focus, .sidebar a:hover, .sidebar a:focus {
	color: black;
	text-decoration: none;
}
.main-content-inner a:link {
	color: #004600;
	text-decoration: none;
}
.main-content-inner a:visited {
	color: #004600;
	text-decoration: none;
}
.main-content-inner a:hover {
	color: black;
	text-decoration: none;
}
.masthead a:link {
	color: darkred;
	text-decoration: underline;
}
.masthead a:visited {
	color: darkred;
	text-decoration: underline;
}
.masthead a:hover {
	color: black;
	text-decoration: none;
}
.footer a:link {
	color: #a7b5a5;
	text-decoration: none;
}
.footer a:visited {
	color: #a7b5a5;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #fff;
}

/*################# NEWS #####################*/

.news {
	line-height: 1.35em;
	padding:12px;
	margin-bottom:20px;
	overflow:hidden;
}
.news-img-side {
	width: 30%;
	float: left;
	margin-right: 1em;
}
.news-img-side-details {
	width: 40%;
	float: left;
	margin-right: 1em;
}


/*################# BOXES #####################*/

.box-content img {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.column-fourth:last-child {
	float: left;
	margin-right: 0;
}
.box-content a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.box-content {
	line-height: 1.35;
	padding:12px 12px 4px 12px;
	margin:6px;
	border: 1px solid;
	border-color: #ccc;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
}


/*################# GENERAL #####################*/

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/*####################################################################*/

/*                         Media Queries

/*####################################################################*/
@media only screen and (min-width: 0px) and (max-width: 800px) {

#sm {
	float:right;
	margin-top:-40px;
	z-index:9999999;
	position:relative;
	width:100px;
	height:35px;
}
#sm img {
	height:35px;
	width:auto;
}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	
	.banner-wrapper {
	background-color:#404546;
	padding:0 0 10px 0;
	width:150%;
	margin-left:-160px;
}


body {
 padding-bottom: 0px;
}
#sm {
	float:right;
	margin-top:-40px;
	z-index:9999999;
	position:relative;
	width:100px;
	height:35px;
	text-align:right;
}
#sm img {
	height:35px;
	width:auto;
}
.footer {
 position: static;
 width: auto;
}
.content-wrapper, .columns-wrapper {
margin: 0px;
border: none;
}
.sidebar, .main-content, .main-content-inner {
 width: auto;
 float: none;
 position: static;
}
.main-content .content, .sidebar .content, .main-content-inner .content {
 padding: 20px 10px;
 border: none;
 height: auto !important;
 max-height: 888678px;
}
.column-third, .column-content-mid {
 float: none !important;
 width: auto !important;
}
.column-content, .column-content-mid {
 height: auto !important;
 max-height: 888678px;
 border: none !important;
 padding:6px !important;
 margin:6px !important;
}
.news-wrapper img {
	max-height:50%;
	width:100%;
}

.text-right {
	text-align:left;
	padding-right:0px;
}
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
	
	.banner-wrapper {
	background-color:#404546;
	padding:0 0 10px 0;
	width:150%;
	margin-left:-120px;
}

#sm {
	float:right;
	margin-top:-25px;
	z-index:9999999;
	position:relative;
	width:70px;
	height:25px;
	text-align:right;
}
#sm img {
	height:25px;
	width:auto;
}
}
.anim {
display:none;
}