html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #A3AACD;
}
.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-repeat: repeat-y;
	background-image: url(../images/body_bg_page.gif);
}
#body-bot {
	background-image: url(../images/body_bg_bot_page.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#body-top {
  background: url(../images/body_bg_top.gif) no-repeat;
  min-height: 600px;
  _height: 700px;
  padding-bottom: 20px;
}

/********************** logo *************************/
/****************************************************/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #000055;
  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: 30px;
	margin-bottom: 30px;
}
#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: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

/****************** BIG green box *******************/
/****************************************************/
#bigbox {
	width: 750px;
	margin-top: 50px;
	margin-left: 25px;
}

#bigbox-bg  {
	background-repeat: repeat-y;
	background-image: url(../images/body_bg_dblue.gif);
}
#bigbox-grd {
	background-repeat: repeat-x;
	background-position: bottom;
}
#bigbox-top {
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/blue_bg_top.gif);
}
#bigbox-bot {
	height: 24px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/blue_bg_bottom.gif);
}

#bigbox-grd {
	min-height: 400px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFFFFF;
}

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

#bigbox p {
	margin: 1em 0;
}

#features {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/body_bg_ltblue.gif);
	color: #000000;
	background-repeat: repeat-y;
}
#features h2 {
  position: relative;
}
#features li {
	margin-left: 12px;
	color: #000;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}

/******************** footer ************************/
/****************************************************/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#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: #FF9900;
	}
#events a {
	color: #FF9900;
}
#newsletter a:hover {
	color: #A3AACD;
}
#events a:hover {
	color: #A3AACD;
}
#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*********************** nav Footer******************/
/****************************************************/
#nav_foot {
	position: relative;
	text-align: left;
	width: 850px;
	margin: auto;
	list-style-image: url(../images/arr.gif);
	padding-left: 130px;
}
#nav_foot ul {
  margin: 0.3em 0;
  padding: 0;
}
#nav_foot li {
  list-style: none;
  float: left;
  background: left center url(../images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav_foot a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav_foot a:hover {
  color: #FFA405;
}

/************************ bottom of page ******************/
/****************************************************/
#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 40px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
	color: #A3AACD;
}
