html {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 2;
}
li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
li a {
	display: block;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
	height: 50px;
	line-height: 50px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #387612;
	text-decoration: none;
}
li:hover a {
	background-color: #0C5C0D;
}
li:hover ul a {
	background-color: #387612;
	padding: 0px 8px 0px 8px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
}
li:hover ul a:hover {
	background-color: #14356A;
	color: #fff;
}
li ul {
	display: none;
}
li ul li {
	display: block;
	float: none;
}
li ul li a {
	width: auto;
	min-width: 140px;
	padding: 0 20px;
}
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
.show-menu {
	display: none;
	height: 50px;
	background-color: #055105;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}
input[type=checkbox] {
	display: none;
	-webkit-appearance: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}

@media only screen and (min-width: 0px) and (max-width : 800px) {

ul {
	position: static;
	display: none;
}
li {
	margin-bottom: 1px;
}
ul li, li a {
	width: 100%;
}
.show-menu {
	display: block;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.pageheading {
	padding: 10px 0 10px 0;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 26px;
}
.photoblock {
	display: block;
	float: left;
	width: 40%;
	min-width: 150px;
	min-height: 300px;
	margin: 3px;
	position: relative;
	vertical-align: top;
	left: 5%;
}
.photoblock img {
	max-width: 90%;
	max-height: auto;
	object-fit: cover;
	border: 6px double #387612;
}
.contentblock {
	display: block;
	float: left;
	width: 95%;
	min-width: 150px;
	margin: 3px;
	position: relative;
	vertical-align: top;
}
.contentblock img {
	max-width: 100%;
	max-height: auto;
	object-fit: cover;
	border: 6px double #387612;
}
.contentmain {
	text-align: left;
	display: block;
	float: left;
	width: 95%;
	min-width: 150px;
	margin: 3px;
	position: relative;
	left: 2%;
	vertical-align: top;
}
P {
	clear: left;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding-left: 1%;
	padding-right: 1%;
}

form {
	padding-left: 0%;
}
}

@media only screen and (min-width : 801px) {
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.pageheading {
	padding: 15px 0 20px 0;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 36px;
}
.photoblock {
	display: block;
	float: left;
	width: 30%;
	min-width: 150px;
	margin: 3px;
	position: relative;
	left: 5%;
	vertical-align: top;
}
.photoblock img {
	max-width: 80%;
	max-height: auto;
	object-fit: cover;
	border: 6px double #28580B;
}
.contentblock {
	display: block;
	float: left;
	width: 20%;
	min-width: 150px;
	margin: 3px;
	position: relative;
	left: 10%;
	vertical-align: top;
}
.contentblock img {
	max-width: 80%;
	max-height: auto;
	object-fit: cover;
	border: 6px double #387612;
}
.contentmain {
	text-align: left;
	display: block;
	float: left;
	width: 60%;
	min-width: 150px;
	margin: 3px;
	position: relative;
	left: 10%;
	vertical-align: top;
}
P {
	clear: left;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10%;
	padding-right: 10%;
}

form {
	padding-left: 10%;
}

}

.header {
	height: 50px;
	background-color: #387612;
	background-image: url(logo.png);
	background-position: 48% 5px;
	background-repeat: no-repeat;
}

.logo img {
	position: absolute;
	max-width: 25%;
	object-fit: cover;
}
.splashpic {
	padding-top: 10px;
	background-color: #000;
}
.splashpic img {
	z-index: 1;
	max-width: 95%;
	max-height: auto;
	object-fit: cover;
}

.stretchpic img {
	max-width: 75%;
	max-height: auto;
	object-fit: cover;
}
.large40 {
	text-align: left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 40px;
}
.large30 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 30px;
	line-height: 20px;
}
.large20 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.large16 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

td {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}


P a {
	color: #387612;
	font-weight: bold;
	text-decoration: none;
}
P a:visited {
	color: #0D182E;
	font-weight: bold;
	text-decoration: none;
}
P a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
P a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #387612;
}

#back2top {
	z-index: 3;
	width: 38px;
	position: fixed;
	right: 3px;
	bottom: 5px;
}
.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #387612;
	padding-top: 4px;
	padding-bottom: 4px;
}
.footer a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0B1B6E;
	background-color: #FFF;
}
.smallprint {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 2px;
}
