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/green/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;  /** was 10 **/
}

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

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



/** logo **/

#logo {
  width: 30em; /** changed from 25 **/
  text-align: center;
}
#logo h1 {
  color: #66cc33;
  font: 25px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  text-align: right;
  font: 10px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 50px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/green/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav ul {
	text-align: center;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}







/** Banner box rotate piccy **/
#bannerbox {
  position: absolute;
  width: 431px;
  margin-top: 45px;
  margin-left: 240px;
}

#bannerbox-bg  { background: url(images/green/imgboxpic_bg.gif) repeat-y; }
#bannerbox-top { background: url(images/green/imgboxpic_top.gif) no-repeat; height: 18px; }
#bannerbox-bot { background: bottom left url(images/green/imgboxpic_bot.gif) no-repeat; height: 18px; }

#bannerbox-grd { 	min-height: 80px;
		padding: 2px 24px;
		}






/** Text box right **/
#txtboxr {
  position: absolute;
  width: 431px;
  margin-top: 230px;
  margin-left: 352px;
}

#txtboxr-top { background: url(images/green/txtboxr_top.gif) no-repeat; height: 18px; }
#txtboxr-bg  { background: url(images/green/txtboxr_bg.gif) repeat-y; }
/** #gboxr-grd { background: bottom url(images/green/txtboxr_grad_bot.jpg) repeat-x; } **/
#txtboxr-bot { background: bottom left url(images/green/txtboxr_bot.gif) no-repeat; height: 18px; }

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

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

#txtboxr p {
  margin: 1em 0;
}


/** Features **/

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}




/** box centre **/
#boxcntr {
  position: absolute;
  width: 531px;
  margin-top: 45px;
  margin-left: 240px;
}

#boxcntr-bg  { background: url(images/green/boxcntr_bg.gif) repeat-y; }
#boxcntr-top { background: url(images/green/boxcntr_top.gif) no-repeat; height: 21px; }
#boxcntr-bot { background: bottom left url(images/green/boxcntr_bot.gif) no-repeat; height: 21px; }

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

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

#boxcntr p {
  margin: 1em 0;
}




/** 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;
}


/** news box left **/

#news {
  position: absolute;
  background: url(images/green/green_news_bg.gif) repeat-y;
  width: 326px;
  overflow: hidden;
  top: 440px; /** was420 **/
  left: 18px;
  overflow: hidden;

}
#news-top {
  background: url(images/green/green_news_img.gif) no-repeat;
  padding-left: 145px; /** was165 **/
  padding-top: 18px;
  text-align: center;
}
#news-bot {
  background: bottom left url(images/green/green_news_bot.gif) no-repeat;
  padding-bottom: 4px;
}
#news h2 {
  font: bold 12px arial, sans-serif;
  color: black;
  line-height: 1.5;
}
#news a {
  color: #fff;
}



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


/*- Menu ----------------------- */
	
#menu {
  position: absolute;
	width: 200px;
	margin: 10px;
	margin-top: 40px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333; /*- was 333 -*/
	display: block;
	background:  url(/images/menu/green/assi-menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #fff;
	background:  url(images/menu/green/assi-menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
