html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}/*
BASIC STYLE	
Filename: styles.css
Author: Vivian Clark
Website: Dr.Don Nelson [thenelson.org]
*/

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(//d2neluxq9hrlqh.cloudfront.net/3b75-97813-bg.gif?pfvId=olj.f8qfhc7p) repeat-x top left;
}
.page {
  width: 814px;
  margin: 0 auto;
  text-align: center;
  position: relative;              /* footer at the bottom*/
  min-height: 100%;               
  height: auto !important;       
  height: 100%;                 /* footer at the bottom*/
}
#e_content {
  width: 814px;
  margin: 0 auto;
  text-align: center;
  clear: both;
  float: none;
  padding-bottom: 74px;
}
/* header -------------------------------------------*/

#header {
  width: 814px;
  height: 231px;
  text-align: center;
  margin: 0 auto;
  background: url(//d13fmrce4nfa5n.cloudfront.net/3938-78813-header.gif?pfvId=olr.f8qfhcgs) no-repeat top left;
  position: relative;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 180px;
}
#logo h1 a {
  display: block;
  width: 200px;
  height: 180px;
  text-indent: -4000em;
}

/* main navigation ---------------------------------------*/
#main_menu {
  width: 386px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 27px;
}
#main_menu li {
  font-family: Courier, monospace;
  padding: 2px 16px;
  border-right: 1px solid black;
}
#main_menu li.last {
  border-right: none;
}
#main_menu li a {
  color: black;
}
/* submenu (column1)-------------------------------*/

#submenu li {
  background: url(/resources/dyn/files/31002z6bf3fd7b/_fn/arrow_red.gif) no-repeat left 7px;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dashed #ddd;
  font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}
#submenu li.first {
  font-size: 1.8em;
  font-weight: normal;
  background-image: none;
  padding: 0;
  border: none;
  font-family: Courier, monospace;
}
#submenu li ul li,
#submenu li ul li.first {
  padding: 2px 0 2px 10px;
  border: none;
  font-size: 1em;
  background-image: none;
  font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}
#submenu li.first a {
  color: #045109;
}
#submenu li a,
#submenu li ul li a,
#submenu li ul li.first a {
  color: #333;
}

/* footer -------------------------------------------*/

#footer {
  position: absolute;       /* footer at the bottom*/
  bottom: 0 !important;      
  bottom: -1px;             
  right: 0;                /* footer at the bottom*/
  clear: both;
  width: 814px;
  height: 24px;
  padding-top: 50px;
  background: url(//d13fmrce4nfa5n.cloudfront.net/e5ef-38813-footer.gif?pfvId=oln.f8qfhcc8) no-repeat bottom center;
}
#footer_copyright {
  float: left;
  width: 500px;
  text-align: left;
  padding-left: 20px;
}
#footer_menu {
  float: right;
  width: 150px;
}
/* general styles ----------------------------------*/
h1, h2, h3, h4 {
  color: #045109;
}
h1 {
  font-size: 2em;
  font-family: Courier, monospace;
}
h2 {
  padding-bottom: 8px;
  font-size: 1.8em;
  font-family: Courier, monospace;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
img {
  border: none;
}
a {
  color: #045109;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  line-height: 16px;
  padding-bottom: 15px;
}

/* columns ------------------------------------------*/
#e_column_0 {
  text-align: left;
  clear: both;
}
#column1 {
  float: left;
  width: 200px;
  padding: 20px 10px;
}
#column2 {
  float: left;
  width: 540px;
  padding: 20px;
  margin-left: 10px;
  border-left: 1px dashed #ddd;
}
#column3 {
  display: none;
}
