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: url(images/body_bg_page.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: 600px;
  _height: 700px;
  padding-bottom: 14px;
}

/********************** 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: 40px;
}
#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: 431px;
	margin-top: 55px;
	margin-left: 22px;
}

#bigbox-bg  { background: url(images/big_bg.gif) repeat-y; }
#bigbox-grd { background: bottom url(images/big_grad_bot.jpg) repeat-x; }
#bigbox-top {
	background: url(images/big_top.gif) no-repeat;
	height: 23px;
}
#bigbox-bot {
	background: bottom left url(images/big_bot.gif) no-repeat;
	height: 23px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

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

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

#bigbox p {
	margin: 1em 0;
}

#features {
	padding: 14px;
	margin: 0 -14px;
	background-color: #6c7bb7;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
	list-style-image:  url(images/bullet.gif);
	margin-left: 12px;
}

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

#newsletter, #events {
  float: left;
  width: 53%;
  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: 40%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
	margin: 0;
	padding: 0;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}

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

#smbox {
	background: url(images/sm_bg.gif) repeat-y;
	width: 326px;
	position: absolute;
	top: 149px;
	left: 454px;
}
#smbox-top {
  background: url(images/sm_img.jpg) no-repeat;
  padding-left: 165px;
  padding-top: 18px;
}
#smbox-bot {
  background: bottom left url(images/sm_bot.gif) no-repeat;
  padding-bottom: 4px;
}
#smbox h2 {
	color: #FF9900;
	line-height: 1.5;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#smbox a {
  color: #fff;
}
#smbox a:hover {
	color: #A3AACD;
}
/************************ bottom of page ******************/
/****************************************************/
#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 40px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
	color: #A3AACD;
}
