/**
style Number: 1
===============

Notes:
======

Last Updated:
=============
$lastUpdated = "9/2/2010 4:38:32 PM";
**/

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(pics/site/style1/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(pics/site/style1/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(pics/site/style1/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(pics/site/style1/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(pics/site/style1/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
  float: left;
}
#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;
}
#logo a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

/** login **/

#login {
  width: 25em;
  text-align: center;
  float: left;
  padding-bottom: 51px;
}
#login h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#login p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}
#login input {
  border: 0px;
  background: #D6D6D6;
}

/** nav **/

#nav {
  margin-top: 0px;
  padding-bottom: 57px;
}
#nav ul {
  //float: left;
  padding-left: 15px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(pics/site/style1/arr.gif) no-repeat;
  padding-left: 10px;
  padding-right: 15px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

/** green box **/
#grnbox {
  width: 431px;
  margin-top: 18px;
  margin-left: 15px;
}

#grnbox-bg  { background: url(pics/site/style1/green_bg.gif) repeat-y; }
#grnbox-grd { background: bottom url(pics/site/style1/green_grad_bot.jpg) repeat-x; }
#grnbox-top { background: url(pics/site/style1/green_top.gif) no-repeat; height: 24px; }
#grnbox-bot { background: bottom left url(pics/site/style1/green_bot.gif) no-repeat; height: 23px; }

#grnbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#grnbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#grnbox p {
  margin: 1em 0;
}

#stuffBox1 {
  position: relative;
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#stuffBox1 h2 {
  position: relative;
}
#stuffBox1 ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#stuffBox1 li {
  list-style: square;
  margin-left: 12px;
}

#stuffBox2 {
  background: #AAAAA8;
  padding: 14px;
}
#stuffBox2 h2 {
  position: relative;
}
#stuffBox2 ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#stuffBox2 li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#subbox1, #subbox2 {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#subbox1 h2, #subbox2 h2 {
  color: #fff;
}
#subbox1 .text {
  width: 125px;
}
#subbox1 form {
  margin: 0.3em 0 0.6em 0;
}
#subbox1 p {
  margin: 0.3em 0;
  font-size: 10px;
}
#subbox1 a {
  color: #000;
}

#subbox2 {
  margin-left: 6%;
  width: 38%;
}
#subbox2 ul {
  margin: 0.3em 0;
  padding: 0;
}
#subbox2 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  background: url(pics/site/style1/grey_bg.gif) repeat-y;
  width: 326px;
  position: absolute;
  top: 88px;
  left: 457px;
}
#greybox-top {
  background: url(pics/site/style1/grey_img.jpg) no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
}
#greybox-bot {
  background: bottom left url(pics/site/style1/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;
}