body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: rgb(21, 21, 21);
	background-image: url(../images/background_black2.png);
	width: auto;
	overflow-x: hidden;
}

div {
	font-family: Arial;
	font-weight: normal;
	color: rgb(200, 200, 200);
	font-size: 11pt;
	text-align: justify;
}

.container {
	position: relative;
	width: 975px;
	display: block;
	margin: 0px auto;
	overflow: hidden;
}

.slideshow-container {
	position: relative;
	width: 1200px;
	display: block;
	margin: 0px auto;
}

#head-top {
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: rgb(140, 198, 64);
	height: 7px;
}

#head-wrapper {
	position: relative;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

#middle-wrapper-home {
	position: relative;
	z-index: -10;
	background-color: rgb(0, 103, 57);
	height: 350px;
}

#middle-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: rgb(35, 99, 35);
	background-image: url(../images/section_background2.jpg);
	background-position: center;
	height: 150px;
}

#body-wrapper {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 300px;
	overflow: hidden;
	background-color: rgb(21, 21, 21);
}

#home-green-wrapper {
	height: 150px;
	padding: 20px;
	padding-top: 20px;
	background: rgb(140, 198, 64);
	background-image: url(../images/simple_dashed2.png);
}

#body-green-wrapper {
	height: 90px;
	padding: 20px;
	padding-top: 30px;
	background-color: rgb(140, 198, 64);
	overflow: hidden;
	background-image: url(../images/simple_dashed2.png);
}

#bottom-green-banner {
	height: 40px;
	background-color: rgb(140, 198, 64);
	background-image: url(../images/simple_dashed2.png);
}

#bottom-wrapper {
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: rgb(48, 48, 48);
}

#logo {
	float: left;
	text-align: left;
	position: relative;
	margin-top: 32px;
	margin-bottom: 25px;
}

#menu {
	float: right;
	text-align: left;
	position: relative;
	margin-top: 74px;
}

/* Menu */
#menu-items {
	padding: 0;
	margin: 0;
}

#menu-items li {
	display: inline;
}

#menu-items li a {
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 15px;
	color: rgb(0, 104, 57);
}

#menu-items li a:hover,a.sub-active {
	background: url(../images/background_submenu3.png);
}

h1 {
	font-family: "Oswald", arial;
	font-weight: normal;
	color: rgb(255, 255, 255);
	font-size: 18pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: "Oswald", arial;
	font-weight: normal;
	color: rgb(255, 255, 255);
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 1.4em;
	padding: 0px 0px 5px 0px;
}

h3 {
	font-family: arial;
	font-weight: normal;
	color: rgb(140, 140, 140);
	font-size: 12pt;
}

a {
	color: rgb(140, 198, 64);
	text-decoration: underline;
}

a:hover {
	color: rgb(140, 198, 64);
	text-decoration: none;
}

img {
	border: 0;
}

.img-border {
	background-color: rgb(40, 40, 40);
	border: 1px solid rgb(60, 60, 60);
	padding: 5px;
}

table,td,tr {
	border: 0;
}

table.top-bar {
	width: 100%;
	height: 8px;
	border-collapse: collapse;
	background-color: rgb(0, 0, 0);
	border-spacing: 0;
	border-width: 0px 0px 0px 0px;
	padding: 0;
}

table.top-bar td {
	border: none;
}

.form-label {
	float: left;
	font-weight: normal;
	width: 100px;
}

.form-field {
	float: left;
	font-weight: normal;
	font-size: 11pt;
}

.form-spacer {
	height: 10px;
	clear: both;
}

.txtfld {
	font-family: Arial;
	font-size: 10pt;
	color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 0px;
	background-color: #444;
	height: 18px;
	width: 320px;
}

.btn {
	display: inline-block;
	padding: 3px 5px;
	background: #aaa;
	border: 0px solid #f3f3f3;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
}