/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #000; }
body { background: url(/bg.jpg) repeat-x top left #fff; font-family: Arial Narrow, Arial, Helvetica, sans-serif; font-size: 12px; }
ol { margin-bottom: 1.3em; margin-left: 15px; list-style-position: inside; }
ol li { background: none; padding: 0; }
ul { margin-bottom: 1.3em; margin-left: 15px; list-style-type: disc; }
li ul { margin: 0; }
li ul li { margin: 0.25em 0 0 0; }
li { margin-top: 0.25em; margin-bottom: 0.25em; }
p { margin-bottom: .7em; font-size: 1em; line-height: 13px }
h1, h2, h3, h4, h5 { line-height: normal; }
h1 { font-size: 22px; display: block; color: #38705b; line-height: 22px; }
h2 { font-size: 22px; display: block; }
h3 { display: block; color: #38705b; }
h4 { display: block; }
h5 { display: block; color: #38705b; }
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #38705b; }
a:hover { text-decoration: underline; color: #38705b; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.clear { clear: both; overflow: hidden; margin-top: -1px; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#outside_container {
  width: 845px;
  margin: 0 auto;
  position: relative;
}
#hometop {
  background: url(/homeheader.jpg) no-repeat top left;
  width: 845px;
  height: 241px;
}
#homemid {
  width: 845px;
}

#homebtm {
  background: url(/homebtm.jpg) no-repeat top left;
  width: 785px;
  height: 230px;
  padding: 5px 30px;
}
.H1 {
  display: none;
}
#footer {
  width: 845px;
  text-align: center;
}