body {
  margin:0;
  padding:0;
  background:#fff url(/assets/images/body-bg.gif) repeat-y;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;

  color:#5B5C5D;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset {
  margin:0 0 15px 0;
}
h1 {
  font-size:16px;
  color:#007AC3;
}
h2 {
  font-size:12px;
  color:#5B5C5D;
  text-transform:uppercase;
}
h3,h4,h5,h6 {
  font-size:12px;
  color:#5B5C5D;
}
a {
  color:#007AC3;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
ul {
  list-style-type:square;
  margin:0 0 15px 0;
  padding:0;
}
ol {
  margin:0 0 15px 0;
  padding:0;
}
ul li,
ol li{
  margin:0 0 0 30px;
  padding:0;
}

img {
  border:0;
}
img.left,
img[align=left] {
  float:left;
  margin:0 20px 10px 0;
}
img.right,
img[align=right] {
  float:right;
  margin:0 0 10px 20px;
}

/* 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:850px;
}
#header {
  margin:3px 0 0 0;
}
#logo {
  border-top:solid #5B5C5E 25px;
  width:156px;
  height:168px;
  float:left;
  margin:0 11px 0 0;
  padding:0 0 0 0;
  border-bottom:solid #DEDEDE 1px;
}
#banner {
  float:left;
  width:682px;
  height:193px;
  border-bottom:solid #DEDEDE 1px;
}
#banner #fastlinks {
  line-height:25px;
  background:#5B5C5E;
  color:#fff;
  font-size:10px;
  text-align:right;
  padding:0 10px;
}
#banner #fastlinks a {
  color:#fff;
}
#banner #banner-image {
  background:url(/assets/images/banner-bg.jpg);
  height:164px;
}
#banner #banner-image #biogas-org {
  line-height:25px;
  background:#fff;
  width:175px;
  float:right;
  margin:139px 0 0 0;
  padding:0 8px;
  font-weight:bold;
  color:#007AC3;
}

#leftbar {
  clear:both;
  width:156px;
  float:left;
  margin:0 11px 0 0;
  padding:25px 0 0 0;
}
#nv {
  margin:0 0 15px 0;
}
#nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv ul li {
  margin:0;
  padding:0;
  line-height:24px;
  border-bottom:solid #DEDEDE 1px;
}
#nv ul li a {
  display:block;
  color:#5B5C5D;
  font-weight:bold;
  padding:0 0 0 10px;
}
#nv ul li a:hover {
  text-decoration:none;
  color:#007AC3;
  background:url(/assets/images/rarr.gif) 1px 0 no-repeat;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  color:#007AC3;
  background:url(/assets/images/rarr.gif) 1px 0 no-repeat;
}

#nv ul ul li {
  border-bottom:0;
  font-size:11px;
  line-height:20px;
  background:none;
}
#nv ul ul li a {
  background:none !important;
  color:#5B5C5D !important;
  font-weight:normal !important;
  padding:0 0 0 20px;
}
#nv ul ul li a:hover {
  background:url(/assets/images/rarr.gif) 11px -2px no-repeat !important;
  color:#007AC3 !important;
}
#nv ul ul li.a1 a {
  background:url(/assets/images/rarr.gif) 11px -2px no-repeat !important;
  color:#007AC3 !important;
}

#content {
  width:446px;
  float:left;
  margin:49px 5px 0 0;
  padding:10px 10px 0 30px;
  border-top:solid #DEDEDE 1px;
}
#rightbar {
  width:191px;
  float:left;
  padding:25px 0 0 0;
}
#rightbar h4 {
  background:#007ac3 url(/assets/images/rightbar-hl-bg.gif) no-repeat;
  color:#fff;
  line-height:25px;
  padding:0 8px;
  font-size:12px;
  font-weight:normal;
  margin:0 0 4px 0;
}
