body {
  margin:0;
  padding:0;
  background:#fff url(/assets/images/body-bg.gif) 0 30px repeat-x;
}

body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:13px;
  line-height:18px;
  color:#5c5b5b;
}
h1,h2,h3,h4,h5,h6,p,table {
  margin:0 0 8px 0;
}
h1 {
  font-size:18px;
  font-weight:normal;
  line-height:27px;
  color:#245b3b;
}
h2 {
  font-size:13px;
  line-height:19px;
  color:#245b3b;
}
h3,h4,h5,h6 {
  font-size:13px;
  line-height:19px;
  color:#000;
}
a {
  color:#f28e00;
  text-decoration:none;
}
a:hover {
  color:#f28e00;
  xtext-decoration:underline;
}
ul {
  margin:0 0 8px 0;
  padding:0;
  list-style-image:url(/assets/images/li.gif);
}
ul li {
  margin:0 0 0 15px;
  padding:0;

}

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

.video-container {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
  /*padding-bottom: 42.86%;*/
  height:0;
  margin:0 0 1.5rem 0;
  background:#efefef;
}
.video-container video,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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:960px;
  margin:0 auto;
}
#fastlinks {
  height:20px;
  line-height:20px;
  padding:10px 0 0 0;
  text-align:right;
  font-size:11px;
}
#fastlinks a {
  color:#5c5b5b;
}
#fastlinks a:hover {
  text-decoration:none;
  color:#000;
}
#header {
  height:180px;
  background:#245b3b url(/assets/images/header-bg.gif);
}
#header-image {
  width:610px;
  height:160px;
  float:left;
  border-right:solid #f28e00 10px;
}
#header h1 {
  text-indent:-9999px;
  width:340px;
  height:160px;
  float:left;
  margin:0;
  background:url(/assets/images/logo.png);
}

#main {
  clear:both;
  margin:20px 0 0 0;
}
#leftbar {
  width:140px;
  margin:0 40px 0 0;
  float:left;
}
#nv {
  margin:0 0 10px 0;
}
#nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
  font-size:12px;
  text-align:right;
  line-height:30px;
}
#nv ul li {
  margin:0;
  padding:0;
  border-top:solid #eee 1px;
}
#nv ul li a {
  display:block;
  padding:0 5px;
  color:#5c5b5b;
}
#nv ul li a:hover {
  text-decoration:none;
  color:#000;
}
#nv ul li a.a1 {
  color:#245b3b;
  font-weight:bold;
}
#nv ul li.s1 {
  background:#d6e0da url(/assets/images/nv-s1.gif) no-repeat 5px 11px;
}
#nv li.d2 {
  border:none;
  font-size:11px;
  line-height:22px;
  background:url(/assets/images/li.gif) no-repeat 130px 9px;
}
#nv li.d2 a {
  padding:0 15px 0 0;
}
#content {
  width:580px;
  margin:0 20px 20px 0;
  float:left;
}
#rightbar {
  width:180px;
  float:left;
}