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

* {
	margin:0;
}

body {
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
}

#header-wrapper {
	width:100%;
}

#header {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	overflow:hidden;
	color:#FFFFFF;
}

h1 {
	font-size:100%;
	color:#FFFFFF;
}

h2, h3, h4, h5, h6 {
	font-size:110%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:15px;
	margin-bottom:15px;
}

p {
	margin-top:10px;
	margin-bottom:15px;
	line-height:1.3em;
}

.smalltext {
	font-size:0.80em !important;
}

.verysmalltext {
	font-size:0.66em !important;
}

.justifytext {
	text-align:justify;
}

a {
	color:#669999;
}

#banner-wrapper {
	width:100%;
	height:200px;
	background-color:#378829;
}

#banner {
}

#main-menu-wrapper {
	width:100%;
	height:auto;
	min-height:3.7em;
	background-color:#2f3036;
	margin-top:0px;
	overflow:hidden;
}

#main-menu {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:1200px;
	font-size:90%;
	height:auto;
	overflow:hidden;
}

.content-wrapper {
	width:100%;
	padding-top:0px;
	overflow:hidden;
}

.content-section {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:1200px;
	font-size:90%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:40px;
	padding-bottom:40px;
	height:auto;
	min-height:100px;
	clear:both;
	overflow:hidden;
}

#footer-wrapper {
	width:100%;
	background-color:#333333;
	padding-top:40px;
	padding-bottom:60px;
	margin-top:0px;
	clear:both;
	height:auto;
	overflow:hidden;
}

#footer {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-size:90%;
}

#footer a {
	font-size:1em;
	color:ffffff !important;
}

.onepcssgrid-1000, .onepcssgrid-1200 {
	margin: 0 auto;
	padding: 0 0 0 1%;
}

.onepcssgrid-1200 {
	max-width: 1220px;
}

.onepcssgrid-1000 {
	max-width: 1020px;
}

.onerow {
	clear: both;
	padding: 0 10px;
	height:auto;
}

.padding5pc {
	padding-left:5%;
	padding-right:5%;
}

.padding10px {
	padding:10px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}



/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}

.clearfloat {
	clear:both;
}


/*****************
* Site specific css
*/

.background1 {
	background-color:#669999;
}

.background2 {
	background-color:#0D4D4D;
}

.background3 {
	background-color:#D46A6A;
}

.background4 {
	background-color:#D46A6A;
}

.greybg {
	background-color:#801515;
}

.blacklinks a {
	color:#000000;
}


/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	
	#main-menu-wrapper {
	min-height:2em;
	}
	
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
		margin-bottom:10px;
	}
	
	#header {
	padding-top:3px;
	padding-bottom:3px;
	}
}



/* *********************************************************************************************************************
 * Smaller devices - phones
 */
@media all and (max-width: 600px) {
	
	#header p {
		text-align:center;
	}
	
	h1 {
	font-size:100%;
	text-align:center;
	}
	
	#banner-wrapper {
	height:0px;
	visibility:hidden;
	}

	#banner {
		height:0px;
		visibility:hidden;
	}
	
	.notmobile {
		visibility:hidden;
		display:none;
		height:0;
	}
}