html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial;
  font-size: 81.25%;
}

h1 {
  color: #2e4b2f;
}

ol.green {
  color: #3c5c3d;
  font-weight: bold;
}

ol.green li {
  padding-bottom: 5px;
}
 
ol.green li span {
  color: #000;
  font-weight: normal;
}

.after_effect {
  color: #8c966f;
}

/************ Header Styles ****************/

#header {
  height: 130px; /* This is here for an assortment of IE bugs */
  position: relative;
	border: 3px solid #BD842B;
}

#return {
  position: absolute; 
  left: 200px;
  top: 25px;
  width: 180px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  background: #b4bca0;
  text-align: center;
}

#return a {
  color: #2e4b2f;
  text-decoration: none;
}

#return .white {
  color: #fff;
}

#tagline {
  position: absolute;
  right: 10px;
  bottom: 15px;
  text-align: right;
  font-size: 18px;
  color: #2e4b2f;
  font-family: avante garde, sans-serif;
}

/************ Menu Styles ****************/
#menu {
  color: #ffffff;
  background: #2e4b2f;
  height: 4em;
  line-height: 125%;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#menu a {
  text-decoration: none;
  display: block;
  width: 100%;
}

#menu a, #menu td:hover li a {
  color: #ffffff;
}

#menu a:hover, #menu td:hover a, #menu td:hover li a:hover {
  color: #8c966f;
}

#menu table {
  width: 100%;
  height: 100%;
}

#menu td {
  width: 16.667%;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu td ul {
  display: none;
  padding: 0;
  margin: 0 1.8335%;
  
  width: 13%;
  position: absolute;
  top: 3.8em;
  background: #2e4b2f;  /* Done for an IE bug */
}

#menu td:hover ul {
  display: block;
}

#menu td li {
	position: relative;
	top: -1px;
  list-style: none;
  line-height: 150%;
  font-size: 90%;
}

/************ Container Styles ****************/
#container {
  width: 100%;
}

#container td {
  vertical-align: top;
}

/************ Left Bar Nav Styles ****************/
#leftbar {
  font-size: 92%;
	padding-left: 2px;
  width: 14em;
  background: #8c966f;
	border: 3px solid #BD842B;
}

#leftbar .lc {
	font-size: 10px;
	color: #E8D9BA;
}

#leftbar a {
	color: #000;
	text-decoration: none;
}

#leftbar a:hover {
	color: #fff;
}

/************ Content Styles **********************/
#content {
  background: #ffffff;
  padding-left: 1em;
  padding-right: 1em;
}

.front_header {
  color: #2e4b2f;
  font-size: 160%;
  font-family: sans-serif;
	margin-bottom: 0px;
}

#how_to_invest {
  font-family: Verdana, Arial;
	margin-top: 20px;
}

#how_to_invest table {
}

#how_to_invest td {
  padding: 5px 5px;
}

.dark_green_bar {
  background-color:  #2e4b2f;
  color: #fff;
  height: 40px;
  font-size: 115%;
	font-weight: bold;
	padding: 0 2px;
	vertical-align: top;
}

.dark_green_box {
  background-image: url('/images/green_box.gif');
  color: #fff;
  height: 15px;
  line-height: 15px;
  text-align: center;
  vertical-align: top;
  width: 15px;
}

.light_green_bar {
  background-color: #93a985;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
	padding: 0 2px;
}

.light_green_bar a, .light_green_bar a:visited {
	color: #2E4B2F;
}

.light_green_bar a:hover {
  color: #fff;
}

#address td {
  padding: 0 10px;
}

#nav {
  border-collapse: separate;
}

#nav th {
  background-color: #9ea985;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

#nav th.last {
  border-right: 1px solid #666;
}

#nav td {
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}

#nav td.dark {
  background-color: #2e4b2f;
  border-bottom: 0;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  color: #fff;     
}

#nav td.last {
  border-right: 1px solid #666;
}

#nav td.noborder {
  border: 0;
}

#request_form table {
  table-layout: fixed;
}

