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: #464544;
	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;
}
#bodyst-bot {
  background: bottom left url(images/bodyst_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: right;
}
#logo-image {
  margin: 5px 0 0 8px;
  width: 110px;
  float: left;
}
#logo h1 {
  text-align: right;
  color: #6F7033;
  font: 16px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-left: 15px;
  padding-top: 1.4em;
  padding-right: 5px;
}
#logo p {
  text-align: right;
  color: #464544;
  font: 13px "Arial narrow", arial, sans-serif;
  padding-left: 15px;
  padding-right: 5px;
  margin: 0;
}

/** nav **/

#nav {
  margin: 15px 0 0 0;
  padding-bottom: 5px;
  position: absolute;
  text-align:left;
  vertical-align: top;
  display: inline;
  float: left;
}
#nav li {
  list-style: none;
  float: left;
  position: relative;
  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: #339999;
}

/** green box **/
#gbox {
  width: 431px;
  margin-top: 32px;
  margin-left: 22px;
  position: absolute;
  margin: 70px 0 0 30px; 
}

#gboxstore {
  width: 741px;
  height: 705px;
  border: 0;
  margin-top: 16px;
  margin-left: 22px;
  overflow: hidden;
  position: absolute;
}

#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; }

#gboxst-bg  { background: url(images/greenst_bg.gif) repeat-y; }
#gboxst-grd { background: bottom url(images/greenst_grad_bot.jpg) repeat-x; }
#gboxst-top { background: url(images/greenst_top.gif) no-repeat; height: 24px; }
#gboxst-bot { background: bottom left url(images/greenst_bot.gif) no-repeat; height: 23px; }

#store-content {
  margin: 30px 50px 0 250px;
  position:absolute;
  width: 480px;
  height: 705px;
  display: inline;
  padding-top: 1px;
  vertical-align: top;
  text-align: left;
}

#store-links {
  margin: 120px 0 0 80px;
  border: 0;
  width: 125px;
  position:absolute;
  float: left;
  font: bold 11px arial, sans-serif;
  color: #fff;
}
#store-links a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#store-links a:hover {
  color: #999999;
}
#store-links li {
  list-style-type: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-right: 15px;
  padding-left: 15px;
}

#store-ads {
  margin: 280px 0 0 0;
  border: 0;
  width: 105px;
  position: absolute;
  float: none;
  font: bold 11px arial, sans-serif;
  color: #fff;
}

#store-ads a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#store-ads a:hover {
  color: #999999;
}


#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;
}

#features {
  background: #EDF0C4;
  padding: 14px;

}
#features h2 {
  position: relative;
}
#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: 35%;
  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: 55%;
  float: none;
  position: relative;
  margin-top: 1em;
  margin: 15px 0 0 150px;
}
#events A:link {text-decoration: none; color: #464544;}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** blog box **/

#blogbox {
  width: 326px;
  position: absolute;
  top: 102px;
  left: 457px;
}
#blogbox-top {
  padding-left: 15px;
  padding-top: 18px;
}
#blogbox-top A:link {text-decoration: none; color: #464544;}
#blogbox-top A:visited {text-decoration: none; color: #464544;}
#blogbox-top A:active {text-decoration: none; color: #464544;}
#blogbox-top A:hover {text-decoration: none; color: #000000;}

#blogbox-bot {
  padding-bottom: 4px;
}
#blogbox h2 {
  font: bold 15px arial, sans-serif;
  color: #000000;
  line-height: 1.2;
}
#blogbox a {
  color: #fff;
}

/** grey box **/

#greybox {
  background: url(images/grey_bg.gif) repeat-y;
  width: 326px;
  position: absolute;
  top: 342px;
  left: 457px;
}
#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: 60px;
}