﻿body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: vernada, tahoma, sans-serif;
	letter-spacing: 1px;
	color: #454545;
	background: #C9F681 url('../images/bg.gif') repeat-x;
}
#wrapper1-1 {
	margin: 0 auto;
	width: 900px;
	height: 656px;
	display: block;
	background: url('../images/bg1.gif') no-repeat top;
}
#wrapper1-2 {
	margin: 0 auto;
	width: 900px;
	height: 833px;
	display: block;
	background: url('../images/bg2.gif') no-repeat top;
}
#wrapper1-3 {
	margin: 0 auto;
	width: 900px;
	height: 1000px;
	display: block;
	background: url('../images/bg1topcropped.gif') no-repeat top;
}
/* Top CSS */
#logo {
	background: url('../images/logo.jpg') no-repeat;
	margin-top: 10px;
	margin-left: 130px;
	float: left;
	width: 300px;
	height: 75px;
	clip: rect(1px, auto, auto, auto);
}
#flashmain {
	float: left;
	width: 249px;
	height: 318px;
}

#wrapper3 {
	float: left;
	width: 249px;
}


/* Content CSS */
#wrapper2 {
	float: left;
	width: 420px;
}
#wrapper2-1 {
	float: left;
	width: 540px;
}
.maintext {
	padding: 30px 20px 20px 20px;
	width: 102%;
	float: right;
	color: #ffffff;
	display: block;
	overflow: hidden;
	position: relative;
	left: 30px;
}
.maintext img {
	border: 0px none #EAEAC1;
	background-color: #5C8A41;
	margin-right: 5px;
	padding: 5px;
	float: none;
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	right: 0px;
	z-index: auto;
}
.maintext ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.maintext li {
	list-style: none;
	margin: 0 0 7px 20px;
	padding: 0 0 0 8px;
	background: url('../images/bullet_01.gif') 0 4px no-repeat;
}
/* Sidebar CSS */
#sidebar {
	margin-top: 30px;
	width: 197px;
	height: 225px;
	float: right;
	display: block;
	background: url('../images/box_bg.gif') no-repeat 50% top;
	left: 40px;
	position: relative;
}
.sidebartxt img {
	display: block;
	padding: 5px;
	margin: 0 auto;
}
.sidebartxt {
	width: 190px;
	text-align: center;
	color: red;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
}
#sidebar h1 {
	width: 170px;
	text-align: center;
	color: #3E7922;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	font-variant: normal;
	padding-top: 2px;
}
/* Footer CSS */
#footer {
	margin: 0px auto;
	background: url('../images/bottom_bg.gif') no-repeat;
	width: 900px;
	height: 35px;
}
.footertext {
	font-size: 11px;
	padding-left: 100px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 32px;
}
/* Navigation CSS */
#menu {
	width: 600px;
	line-height: 32px;
	margin-top: 12px;
	margin-left: 2px;
	float: left;
	padding-left: 3px;
}
#menu ul {
	width: auto;
	margin: 0px 2px 0px 2px;
}
#menu li {
	float: left;
	color: #fff;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#menu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px 3px 0px 6px;
	float: left;
}
#menu li a:hover {
	background: #fff;
	color: #498326;
	line-height: 27px;
	margin-top:5px;

}
#submenu {
	width: 200px;
	margin-top: 20px;
	margin-right:10px;
	float: right;
	line-height:28px;
}
#submenu ul {
	list-style-type: none;
	width: auto;
}
#submenu li {
	color: #fff;
	padding-bottom: 10px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 11px;
}
#submenu li a {
	float: right;
	border-bottom: 1px #fff dotted;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px 10px;

}
#submenu li a:hover {
	color: #205316;
	display: block;

}
/* General CSS */
a {
	color: #D9F3F8;
	text-decoration: none;
}
a:hover {
	color: #D90F0F;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 3px;
	padding-left: 12px;
	letter-spacing: 5px;
	margin-bottom: 3px;
}
h2 {
	color: #E58128;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding-bottom: 5px;
	letter-spacing: 2px;
}
h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	letter-spacing: 1px;
}
h5 {
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0;
}
