html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #2287da;
}
a:hover {
	color: #b11da4;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.nav-item {
  margin-left: 2rem;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 14px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 95%;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/sbody1_bg_bot.png) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/
#nav {
  margin-top: 50px;
}
#nav li {
  list-style: none;
  float: left;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

/** green box **/
#gbox {
  width: 95%;
  margin-top: 27px;
  margin-left: 22px;
}

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#rcorners2 {
  border-radius: 15px;
  padding: 15px; 
  width: 100%;
  height: 100%;  
}

#features {
  border-radius: 15px;
  padding: 15px;
  width: 100%;
  height: 50%;  
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 95%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

#features1 {
  background: #cbcf8f;
  padding: 14px;
  margin: 0 -14px;
}
#features1 h2 {
  position: relative;
}
#features1 ul {
  float: left;
  width: 95%;
  margin: 1em 0;
  padding: 0;
  font-size: 14px;
}
#features1 li {
  list-style: square;
  margin-left: 12px;
  font-size: 14px;
}

/** footer **/
#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 14px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  width: 95%;
  margin-top: 27px;
  margin-left: 22px;
}
#greybox-top {
  padding-left: 165px;
  padding-top: 18px;
}
#greybox-bot {
  background: bottom left url(images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}

#greybox p {
  margin: 1em 0;
}

#greybox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#greybox a {
  color: #fff;
}

#copyright {
  font-size: 14px;
  color: #fff;
  margin-top: 60px;
}