body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

html, body {
	color: #333333;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

/* Section */

.section {
	width: 990px;
	margin: 0 auto;
}

/* Header */

#headerWrapper {
	background: #399139 url(../images/header-bg.png) repeat-x;
}

#header {
	position: relative;
	height: 128px;
}

#header .facebook {
	float: right;
	width: 36px;
	height: 63px;
	background: url(../images/facebook.png) no-repeat;
	text-indent: -9999em;
}

#header .contact {
	margin: 4px -2px 0 0;
	padding: 0 92px 0 15px;
	float: right;
	font-size: 14px;
	color: #f7edd6;
	background: #045904;
	height: 30px;
	line-height: 30px;
}

#header .contact a {
	color: #f7edd6;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 178px;
	height: 175px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#navigation {
	float: right;
	margin-top: 57px;
	margin-right: -36px;
}
#navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
#navigation li {
	position: relative; 
	float:left;
}
#navigation ul li a {
	display: block;
	padding: 8px 15px 8px;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	margin-top: 0;
	width: auto;
	white-space: nowrap;
	text-transform: uppercase;
}
#navigation ul li.First a {
	border-left: 0;
}
#navigation ul li.Last a {
	padding-right: 0;
}
#navigation ul li a:hover {
	background-color: #55a155;
}
#navigation ul ul {position:absolute; width:500px; display:none;padding-left:0; }
#navigation ul li:hover ul {display:block;}
#navigation ul ul li { float:none;}
#navigation ul ul li a {text-align:left; width:180px; background:#368F36; white-space:nowrap;}
#navigation ul ul li a.First{ } 
#navigation ul ul li a:hover {background:#55a155; color:#fff;}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 35px;
	outline: none;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	background: #fff;
}

#mm-navigation {
	text-align: left;
}

#mm-navigation ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

#mm-navigation ul li.Current {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#mm-navigation *:after, #mm-navigation *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-panels  .section {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* Banner */

#Bbanner {
	height: 656px;
	background: url(../images/banner-image.jpg) no-repeat center top;
}
#banner {
	height: 475px;
	background: url(../images/main_header.jpg) no-repeat center top;
}
#nobanner {
	height: 36px;
}
/* Content */

#content {
	min-height: 550px;
	padding-bottom: 110px;
}

/* Heading Section */

#headingSection {
	height: 132px;
	background: url(../images/heading-section.png) no-repeat center 25px;
	margin: -35px auto 27px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#headingSection p {
	margin: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	color: #045904;
	text-align: center;
	line-height: 1.1;
}

#headingSection p span {
	display: block;
	font-family: 'brushsci', cursive;
	font-size: 60px;
	font-style: normal;
	color: #333333;
	text-shadow: 0 3px 0 #d9d9d9;
}



/* Footer */

#footerWrapper {
	background: #045904;

}

#footer {
	position: relative;
	padding: 28px 0 28px 138px;
}

#footer  .cornerImage {
	position: absolute;
	left: 14px;
	top: -105px;
}

#footer ul.footerLinks {
	margin: 0 0 11px;
	padding: 0;
	text-align: center;
}

#footer ul.footerLinks li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #fff;
}

#footer ul.footerLinks li a {
	color: #fff;
	padding: 0 13px;
}

#footer .copyright {
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#FormBlock td {
	padding: 2px 0;
}
#FormBlock .formtext {
font-size: 12px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
