html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

img {
	border: 0;
}
a {
	color: #464544;
}

a:hover {
	color: #666666;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #ffffff;
	padding-bottom: 10px;
}

#outer {
	background: top left url(images/page_bg_top.gif) repeat-x;
	padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
}

#body-bot {
	background: bottom left url(images/body_bg_bot.jpg) 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;
  cursor: pointer;
}
#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;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}

#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#nav a:hover {
  color: #FFA405;
}

#gbox {
  width: 431px;
  margin-top: 47px;
  margin-left: 22px;
}

#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#fullbox {
  width: 541px;
  margin-top: 47px;
  margin-left: 22px;
  margin-bottom: 15px;
  border: 1px solid #CFD0D0;
  background: #FFFFFF;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#fullbox img {
  position: relative; top: 0px; left: 0px; 
}

#fullbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000000;
  margin: 0;
}

#fullbox p {
  margin: 1em 0;
}

#features {
  background: #E5E5E5;
  padding: 14px;
  margin: 0 -14px;
  border: 1px solid #CFD0D0;
}
#features h2 {
  position: relative;
background: #989898;
border-top: 1px solid #CFD0D0;
padding: 3px 4px 4px 4px;
margin: 2px 0 0 0;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** 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: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#logot {
  width: 326px;
  position: absolute;
  top: 192px;
  left: 487px;
}
#greybox-top {
  background: url(images/grey_img.jpg) no-repeat;
  padding-left: 165px;
  padding-top: 18px;
}
#greybox-bot {
  background: bottom left url(images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 30px;
}

/** new navigation **/
#navcontainer { }
#navcontainer a { text-decoration: none; }

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

#navcontainer li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  background: left center url(images/arr.gif) no-repeat;
}

/*1st level elements*/
#navcontainer ul {
	/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;*/
	padding: 2px 0;
	padding-top: 50px;
	margin-bottom: 2em;
	margin-left: 15px;
}

#navcontainer li { margin: 0 0 0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited {
	/*background-color: #36c;
	border: 1px solid #36c;*/
	background-color: #E1DAD0;
	border: 1px solid #E1DAD0;
	color: #000000;
	padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus {
	background-color: #9CD4F7;
	border: 1px solid black;
	color: black;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }

/*Second and subsequent levels*/
#navcontainer ul ul {
	font-size: 80%;
	position: absolute;
	/*top: 23px;*/
	left: 0;
	width: 100%;
	border-top: none;
	padding-top: 5px;
/*background-color: #95B1BB;*/
}

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited {
	background-color: #FFFFFF;
	border: 1px solid #95b1bb;
	color: black;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus {
	background-color: #9CD4F7;
	border: 1px solid black;
	color: black;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { font-weight: bold; }

