body {
  margin: 0;
  padding: 0;
  background: #91CB91;
  color: #2B3D2B;
  text-align: center;
}

h1 {
  padding: 0;
  margin: 0;
  background: url(/images/back_h1.gif) no-repeat right top;
  color: #2F382F;
  font: italic normal 16px/51px Georgia, Times, serif;
  text-align: center;
  height: 61px;
}

h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0 4px;
  color: #23613B;
  font: normal 17px Georgia, Times, serif;
}

h7 {
  margin: 0;
  padding: 0 4px;
  color: #23613B;
  font: normal 14px Georgia, Times, serif;
}

td,p,ul,ol,li,input,select,textarea,div,span,blockquote {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5em;
}

blockquote {
  margin: 10px 2%;
  padding: 0;
  border-right: 1px solid #8DB88D;
  border-bottom: 1px solid #8DB88D;
  background: url(/images/back_lite.gif);
}

blockquote p {
  padding: 6px;
  font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
}

a {
  color: #486548;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: underline;
}

img {
  border: 0 none;
}

hr {
  border-top: 1px dotted #FFF;
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  margin: 5px 0 14px 0;
  padding: 0;
}

form {
  margin: 0 10%;
  padding: 0;
}

form p {
  margin: 0;
  padding: 5px 0;
}

#container-page {
  width: 760px;
  margin: 0 auto;
  background: url(/images/back_body.gif) repeat-y;
  text-align: center;
  position: relative;
}

#container-head {
  background: url(/images/back_vert.gif) no-repeat center bottom;
  text-align: center;
  height: 110px;
}

#head-dotw {
  width: 62px;
  position: absolute;
  right: 60px;
  top: 14px;
  height: 74px;
}

#container-filter {
  padding: 0 0 10px 0;
  background: #B0B070;
}

#container-content {
  margin: 0 auto;
  width: 680px;
  text-align: left;
  position: relative;
  height: 720px;
}

#container-nav {
  width: 140px;
  position: absolute;
  top: 10px;
  left: 0;
}

#nav {
  margin: 0;
  padding: 0;
  width: 130px;
  list-style: none none;
}

#nav ul, #nav ul li {
  margin: 0;
  padding: 0;
  width: 100px;
  list-style: none none;
  text-indent: 0;
}

#nav ul {
  margin-bottom: 12px;
  padding-bottom: 4px;
  background: url(/images/nav_bot.gif) no-repeat bottom;
}

#nav ul li {
  display: inline;
}

#nav-main {
  background: url(/images/nav.png) no-repeat;
  text-indent: -9999px;
  line-height: 28px;
}

#nav-walk {
  background: url(/images/nav.png) no-repeat -130px 0;
  text-indent: -9999px;
  line-height: 28px;
}

#nav-enc {
  background: url(/images/nav.png) no-repeat -260px 0;
  text-indent: -9999px;
  line-height: 28px;
}

#nav-aff {
  background: url(/images/nav.png) no-repeat -390px 0;
  text-indent: -9999px;
  line-height: 28px;
}

#nav a {
  border-right: 1px solid #318852;
  padding-left: 8px;
  display: block;
  background: url(/images/back_nav.gif) no-repeat 2px center;
  background-color: #3DAB67;
  color: #C8E5C8;
  font: bold 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 1.5em;
}

#nav a:hover {
  background: #9CD09C;
  color: #486548;
  text-decoration: none;
}

#nav-aff a {
  border-right: 1px solid #318852;
  padding: 4px 0 0 6px;
  display: block;
  background: #3DAB67 none;
  color: #C8E5C8;
  font: bold 9px/normal Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto;
}

#nav-aff a:hover {
  background: #3DAB67 none;
  color: #C8E5C8;
}

#container-pri {
  width: 530px;
  border-top: 10px solid #B0B070;
  position: absolute;
  top: 0;
  left: 140px;
}

#content {
  padding: 10px;
/*  background: url(/images/back_tree.gif) no-repeat center top;*/
  height: auto !important;
  height: 340px;
  min-height: 340px;
}

#content ul,#content ol {
  margin: 0 8%;
  padding: 0 10px;
}

#content ol li {
  line-height: 1.5em;
}

#content ul li {
  list-style: url(/images/li.gif);
  line-height: 1.5em;
}

#container-foot {
  width: 688px;
  margin: 0 36px;
  background: url(/images/back_vert.gif) no-repeat center top;
  text-align: center;
  height: 45px;
}

#foot {
  margin: 0 auto;
  width: 680px;
  background: #3DAB67;
  height: 36px;
  position: relative;
  top: 9px;
}

#foot-copy,#foot-credits {
  padding: 4px 6px;
  display: inline;
  color: #ADD8AD;
  font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#foot-credits {
  float: right;
  text-align: right;
}

#foot-copy {
  float: left;
  text-align: left;
}

#container-foot a {
  color: #FFF;
}

#container-foot a:hover {
  color: #2B3D2B;
}

div#qTip {
  padding: 3px;
  border-top: solid 1px #5D825D;
  border-left: solid 1px #5D825D;
  border-right: solid 2px #5D825D;
  border-bottom: solid 2px #5D825D;
  display: none; /*white-space: nowrap;*/
  background: #FFF;
  color: #2B3D2B;
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
}

.heading {
  padding: 3px;
  border-top: 1px solid #C4E1C4;
  border-bottom: 1px solid #8AB08A;
  border-left: 1px solid #C4E1C4;
  border-right: 1px solid #8AB08A;
  display: block;
  color: #23613B;
  background: url(/images/back_dark.gif);
  font: bold 16px Georgia, Times, serif;
}

.news-date {
  padding-left: 10px;
  display: block;
  color: #FFF;
  font: normal 10px Georgia, Times, serif;
}

.li {
  padding: 0 0 10px 7px;
  margin: 6px;
  list-style: none;
  background: url(/images/li.gif) no-repeat 0 4px;
}

.back-dark {
  border-right: 1px solid #8DB88D;
  border-bottom: 1px solid #8DB88D;
  background: url(/images/back_dark.gif);
}

.back-lite {
  border-right: 1px solid #8DB88D;
  border-bottom: 1px solid #8DB88D;
  background: url(/images/back_lite.gif);
}

.back-lite ol {
  margin: 0;
  padding: 0;
}

.big {
  font: bold 14px Arial, Helvetica, sans-serif;
}

.border {
  border: 1px solid #496549;
}

.border-left {
  border-left: 1px solid #496549;
}

.border td {
  font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#content .list-2,#content .list-3 {
  margin: 0;
  list-style: none none;
}

#content .list-2 li {
  width: 50%;
  float: left;
  list-style: none none;
}

#content .list-3 {
  margin: 0;
  padding: 10px 0;
  list-style: none none;
}

#content  .list-3 li {
  width: 33%;
  float: left;
  list-style: none none;
}

.formbutton {
  padding: 2px;
  border-top: 1px solid #2B3D2B;
  border-bottom: 1px solid #2B3D2B;
  border-left: 1px solid #2B3D2B;
  border-right: 1px solid #2B3D2B;
  background: #6D986D;
  color: #DEF0DE;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#2B3D2B,direction=135, strength=1);
}

.formfield {
  padding: 2px;
  border-top: 1px solid #82B682;
  border-bottom: 2px solid #82B682;
  border-left: 1px solid #82B682;
  border-right: 2px solid #82B682;
  width: 300px;
  background: #DEF0DE;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
}

.huge {
  margin-right: -30px;
  margin: 0;
  padding: 0;
  color: #A5C99C;
  font: bold 50px/.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: -4px;
}

.small {
  font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.padded {
  padding-left: 6px;
  padding-right: 6px;
}

.trans {
  filter: alpha(opacity=1);
  -moz-opacity: .01;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

