﻿body{
	margin: 0; 
	background-color: #126505;
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
}
#Wrapper	{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}
#Container {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:11px;
	background-color:white;
	margin-bottom:11px;
}
#Header {
	height:auto;
	background-color:white;
}
#Menu {	
	height:auto;
	background-color:white;
	margin-left:11px;
	float:left;
}
#MainBody {
	width:auto;
	height:auto;
	background-color:white;
	margin:5px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:medium;
	font-style:normal;
	padding:5px;
}
#Footer {
	width:auto;
	height:80px;
	background-color:#D5D5D5;
	text-align:center;
	margin-right:10px;
	margin-left:10px;
}
.center	{
	text-align:center;
	padding:10px;
}
.img-responsive	{
	display:block;
	max-width:100%;
	height:auto;
    margin: auto;
}
.green {
	color:green;
}
h2{
	text-align:center;
	color:green;
	font-weight:bold;
}
h5{
	text-align:center;
}
.offset	{
	margin:10px;
}
form	{
	margin:20px;
}

ul {
	list-style-type:none;
}
ul#menu li {
	width:150px;
	text-align:center;
	position:relative;
	float:inherit;
	margin:4px;
}
ul#menu a {
	text-decoration:none;
	display:block;
	width:150px;
	height:25px;
	line-height:25px;
	background-color:#126606;
	border-radius:5px;
	color:white;
}
ul#menu .hidden li {
	margin-left:5px;

}
ul#menu .hidden a {
	margin-top:none;
	border-radius:5px;
} 
ul#menu li:hover > a {
	background-color:#CFC;
	color:black;
}
ul#menu li:hover a:hover {
	background-color:#FF0;
}
ul#menu ul.hidden {
	display:none;
	position:absolute;
	top:-5px;
	left:125px;
	margin-left:20px;
	width:150;
}
ul#menu li:hover .hidden {
	display:block;
}
/* Remove menu */
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1080px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	.burgees {
		display:none;
	}
	.home_page_heading {
		display:block;
	}
	body {
		background-color: #126505;
	}
	#Wrapper	{
		background-color: white;
		margin-top:0px;
	}
	#Container {
		width:100%;	
	}
	#Header {
		width:100%;
		margin-bottom:-60px;
		text-align:center;
	}
	img {
		max-width:100%;
		height:auto;
		margin:0 0 10px 0;
	}
	#Menu {
		margin-top:5px;
		float:right;
	}
	#SlideShow {
		display:none;
	}
	#MainBody {
		height:auto;
		width:100%;
		float:left;
		margin-left:0;
		margin-right:0;	
	}
	#Footer {
		width:auto;
		height:75px;
		margin-left:8px;
		margin-right:8px;
		background-color:#D5D5D5;
		text-align:center;
		color:white;
	}
	.white	{
		color:white;
	}
	#whats-new	{
		font-size:large;
	}
	form	{
		margin:5px;
	}

}	
[data-component=slideshow] .slide {
	display: none;
  text-align: center;
}

[data-component=slideshow] .slide.active {
	display: block;
}
