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

body{
	background:url(images/background.jpg) repeat-x #CCC;
	margin:0;
	font:14px Verdana, Geneva, sans-serif;
}
div.topcbar{
	position:fixed;
	top:0;
	background:url(images/topcbarbg.jpg) repeat-x #004516;
	color:#FFF;
	padding:10px 5px;
	text-align:center;
	font-size:16px;
	display:block;
	height:20px;
	width:100%;
	z-index:100;
}
div.topcbar a{color:#ffd20e; text-decoration:none;}
div.topcbar ul{list-style:none; margin:0; padding:0;}
div.topcbar li{display:inline; margin:0 20px;}

div.mnwrapper{
	width:904px;
	margin:0 auto;
	position:relative;
	top:75px;
	margin-bottom:75px;
}

div.mnwrapper .lefts{
	float:left;
	width:50px;
}

div.mnwrapper .rights{
	float:left;
	width:50px;
}

div.mnwrapper .midcontent{
	float:left;
	width:800px;
}

div.topbanner{height:auto;}

div.header{background:url(images/headerbg.jpg) no-repeat; padding:1px 0; height:61px;}
div.header h1{
	margin:15px 15px 5px 15px;
	text-align:center;
	color:#FFF;
	font:22px Gill Sans, Verdana, Geneva, sans-serif;
	font-weight:bold;
}

div.maincontent{
	background:url(images/maincontentbg.jpg) no-repeat #FFF;
	color:#1a1a1a;
	min-height:200px;
}
div.maincontent .actual{
	padding:15px 35px;
}
div.maincontent h2{color:#027639; margin-bottom:2px;}
div.specialcontent{
	border:1px solid #027639;
	padding:5px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
div.picturecontent1{
	background:url(images/mosquitobg.jpg) no-repeat;
	color:#FFF;
	position:relative;
	height:234px;
	margin:12px 0;
}
div.picturecontent2{
	background:url(images/mistbg.jpg) no-repeat;
	color:#FFF;
	position:relative;
	height:234px;
	margin:12px 0;
}
div.pictext{
	position:absolute;
	bottom:25px;
	text-align:center;
	width:100%;
	font-size:12px;
}

div.contactheader{
	width:721px;
	margin:0 auto;
}
div.contactheader .mid{
	padding:6px 10px 1px 10px;
	text-align:center;
	font:18px Gill Sans, Verdana, Geneva, sans-serif;
	color:#FFF;
	background:url(images/contactheadermid.jpg) repeat-x #004214;
	font-weight:normal;
	height:32px;
}
div.contactform{
	background-color:#DDDDDD;
	padding:5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:711px;
	margin:0 auto;
	color:#000;
}

.field{
	width:140px;
}
