body {
  margin:0;
  padding:0;
  background:#C5CDC7;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  color:#010101;
  line-height:1.4em;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,form,table {
  margin:0 0 .8em 0;
}
h1 {
  background:#939889;
  color:#fff;
  line-height:30px;
  padding:0 10px;
  font-size:18px;
  font-weight:normal;
}
h2 {
  font-size:16px;
  line-height:24px;
}
a {
  color:#9FAD2C;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

ul {
  margin:0 0 .8em 0;
  padding:0;
  list-style-type:square;
}
ul li {
  margin:0 0 0 16px;
  padding:0;
}

img {
  border:0;
  line-height:0,
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#container {
  width:902px;
  margin:0 auto;
  border:solid #939889;
  border-width:0 10px 10px 10px;
  background:#fff;
}
#top {
  height:30px;
  background:#DEE6CF;
}
#fastlinks {
  width:664px;
  float:left;
  margin:0 10px;
  padding:10px 0 0 0;
  list-style-type:none;
  color:#2E431E;
  line-height:10px;
  font-size:11px;
}
#fastlinks li {
  float:left;
  margin:0 10px 0 0;
  padding:0 10px 0 0;
  border-right:solid #2E431E 1px;
}
#fastlinks li a {
  color:#2E431E;
}
#fastlinks li a:hover {
  text-decoration:none;
  color:#000;
}
#search {
  width:218px;
  float:left;
  padding:5px 0 0 0;
  margin:0;
}
#search label {
  float:left;
  width:55px;
  display:block;
  padding:2px 0 0 0;
}
#search .box {
  float:left;
  background:#fff;
  border:solid #A0A0A0 1px;
  padding:1px;
  height:17px;
}
#search input.text {
  margin:0;
  border:0;
  padding:1px;
  background:#fff;
  width:130px;
}
#search input.button {
  vertical-align:bottom;
  border:0;
  padding:0;
}

#nv1 {
  height:110px;
  background:url(/assets/images/nv1-bg.gif);
  background:url(/assets/images/banner-bg.png) 0 -30px;
}
#nv1 ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv1 ul li {
  display:block;
  float:left;
  width:114px;
  margin:0;
  padding:0;
  text-align:center;
  line-height:50px;
}
#nv1 ul li a {
  color:#fff;
  background:url(/assets/images/nv1-a1-bg.gif) no-repeat 0 -50px;
  display:block;
  height:50px;
  padding:0 10px 0 0;
  font-weight:bold;
}
#nv1 ul li a:hover {
  background-position:0 0;
  text-decoration:none;
}
#nv1 ul li.a1 a,
#nv1 ul li.s1 a {
  background-position:0 0;
}

#main {
  clear:both;
  background:url(/assets/images/main-bg.jpg) no-repeat;
  background:url(/assets/images/banner-bg.png) 0 -140px no-repeat;
  padding:50px 0 20px 0;
}

#leftbar {
  float:left;
  width:200px;
  margin:0 28px 0 0;
  padding:41px 0 0 0;
  min-height:10px;
  height:auto !important;
  height:10px;
}
#nv2 {
  margin:0 0 15px 0;
  padding:0;
  list-style-type:none;
  line-height:24px;
  text-align:right;
}
#nv2 li {
  margin:0;
  padding:0;
  border-bottom:dotted #939889 1px;
}
#nv2 li a {
  color:#010101;
  display:block;
}
#nv2 li a:hover {
  color:#CDD960;
  text-decoration:none;
  background:url(/assets/images/nv2-a1-bg.gif) repeat-y 0 0;
}
#nv2 li.a1 a,
#nv2 li.s1 a {
  color:#9FAD2C;
  background:url(/assets/images/nv2-a1-bg.gif) repeat-y 0 0;
}
#content {
  float:left;
  width:674px;
  min-height:300px;
  height:auto !important;
  height:300px;
}