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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ends Meyer reset ==============================================================================================================*/
/*Create fluid images and other media; Richard Rutter (http://bkaprt.com/rwd/11/) ++++++++++++++++++++++++++++++++++++++++++++++++++*/
img,
embed,
object,
video {max-width: 100%;
}
/*For IE6 include width: 100% alternative as IE6 doesn't support max-width. See Responsive Web Design p 49 for details* ++++++++++++++*/

a:focus {
	outline: none;
} /*Removes dotted outline in Firefox*/
/*Ends resets =======================================================================================================*/

/* apply a natural box layout model to all elements, see Paul Irish http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; box-sizing: border-box; }

/* =======================================================================================================*/
body {
	color: #444943;
	font: normal 92%/1.25 "Segoe UI Light", Calibri, Candara, sans-serif;
	background-color: #edf1e2;
	
}
#page {
	width: 100%;
	min-height:90%;
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper {
	width: 83%; /*1000px / 1200px*/
	margin: 10px auto;
	padding: 0 2% 0 2%;
	background-color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 3px 9px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 3px 9px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 3px 9px rgba(0, 0, 0, .2);
}

.mainwide {
	min-height: 90%;
	padding: 2em 10%;
}

header {
	height: 10.5em; /* 152px is 9.5 x 16px basefont size */
	margin: 0 -2.7% 0 -2.6%;
	background-color: #cbcbee;
	-webkit-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	border-radius-topright:5px;
/*	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);*/
}
hgroup {

}
header hgroup h1 {
	color: #fff;
	font-size: 2.75em;
	line-height: 0.75;
	font-weight:normal;
	margin-left: 10%; /* 50px / 520px */
	padding-top: 1.5em;
	margin-bottom: 0;
	-moz-text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
}
header hgroup h2 {
	color: #fff;
	font-size: 2.75em;
	font-weight:normal;
	margin-left: 10%; /* 110px / 520px */
	line-height: inherit;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	padding-top: 5px;
	border-bottom: none;
	-moz-text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
}
header hgroup a {text-decoration:none;
}

footer a {
	text-decoration: none;
	color: #000;
}
footer a:hover {text-decoration: underline;
color: #fff;
}
		
nav {
	color: #7db53a;
	height: 2em;
	clear:both;
	font-size: 110%;
	margin: 0 -2.6% 0 -2.5%;
	text-align: right;
	padding-top: 0.5em;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
}
#navinner {
	margin: 0 0 0 2.5%;
	padding: 0px;
	float: left;
	width: 95%;
}


h1 {
	color: #3c403b;
	font-size: 2em;
	margin-bottom: 0.25em;
	line-height: 1em;
	/*-moz-text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);
	text-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .1);*/
}
.sectionhead h1, .main h1, .mainwide h1, .mainright h1 {
	color: #e54815;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	border-bottom: 1px solid #e54815; /*rgba(87, 87, 87, 0.2)*/
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}

h2 {
	color: #598327;
	font-size: 1.75em;
	padding-bottom: 0.25em;
	border-bottom: none;
	/* [disabled]margin-bottom: 0.5em; */
}


p,
ul,
ol {
	margin-bottom: 1em;
}	
	
.clear {clear:both;
}
.clearleft {clear: left;
}
.clearright {clear: right;
}

footer {
	padding: 1em 0 0.5em 0;
	color: #fff;
	text-align: center;
	background-color: #cbcbee;
	height: 3em;
	border-top: solid 1px #e54815;
	margin: 0 -2.7% 0 -2.6%;
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomright:5px;
	border-radius-bottomright:5px;
	}
.largertext {
	font-size: 1.25em;
}
footer p {
	font-size: 0.85em;
}



hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   	margin-bottom: 1.25em; 
}


ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1.5em;
}


a:link, a:visited {
	color:#598327; /* #659e05*/
	text-decoration:none;
}
a:hover {
	color: #e54815;
	text-decoration:none;
}
a.here {
	color: #e5653b;
}

/*NAVIGATION BAR ++++++++++++++++++++++++++++++++++++++++++++++++++++*/
nav a:link, .search a:link, nav a:visited, .search a:visited {
	color: #7db53a;
	text-decoration:none;
}

nav a:hover, .search a:hover {
	color: #e54815;
}
nav ul {list-style-type:none;
margin: 0;
padding: 0;
}
nav li {display:inline;
}
nav li a {
	display:block;
	float: left;
	padding: 0.05em 0.5em 0.3em 0.5em;
	text-transform: uppercase;
	font-size: 14px;
}
nav li a.here {
	font-weight: normal;
	text-decoration: none;
	color: #e54815;
}
nav li a:hover.here {text-decoration: none;
}
/*END NAVIGATION BAR STYLES +++++++++++++++++++++++++++++++++++++++++++*/



  
/*STYLES FOR FOUR AND THREE COLUMN PAGE LAYOUT ==================================*/



.italic {
	font-style: italic;
}

/*MEDIA QUERIES =========================================================================*/

@media screen and (max-width: 925px) {
.wrapper {width: 95%;
}
header {height: auto;;
width: auto;
}
hgroup {float: none;
width: auto;
padding-bottom: 2em;
}

header hgroup h1 {
	font-size: 3em;
	line-height: 1;
	margin-left: 10%;
	padding-top: 1.1em;
	margin-bottom: 0;
}
header hgroup h2 {
	font-size: 2em;
	font-weight:normal;
	margin-left: 10%;
	line-height: inherit;
	margin-bottom: 0;
}



}
@media screen and (max-width: 768px) {
.main h1 {
	margin-bottom: 0.5em;
}

.main {
	width: auto;
	min-height: inherit;
	padding: 0.5em 1.44230769230769% 1em 0;
	margin: 0 0 0 0; 
}
.mainwide, .mainright, .teambiog {
	width: auto;
	min-height: 90%;
	padding: 0.5em 2% 1em 5%;
	margin: 1em 0 0 4%;
}

}
@media screen and (max-width: 695px) {
nav {
		height: auto;
	}

}
@media screen and (max-width: 600px) {

body {font-size: 0.8em;
}

}
@media screen and (max-width: 480px) {


}

@media screen and (max-width: 320px) {



} /*don't lose this */
