html{
  height: 100%;
}
body {
  margin:0;
  padding:0;
  height: 100%;
  background: #4c4c4c url(/assets/images/body-bg.png) repeat-x;
  }
body,table,input,textarea,select,button {
  font-family:arial, sans-serif;
  font-size:12px;
  color:#252524;
  line-height:1.4em;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 1em 0;
}
h1,h2,h3,h4,h5,h6{

}
h1 {
  font-size:14px;
  font-weight:bold;
  color:#8D9600;
}
#header h1,
#header-text h1{
  display: none;
}
h2 {
  font-size:14px;
  font-weight:bold;
}
h3{
  font-size: 12px;
  font-weight: bold;
}
h4, h5, h6{
  font-size: 11px;
}
a {
  color:#a30a46;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
img {
  border:0;
}
.left{
  float: left;
}
.right{
  float: right;
}
img.left {
  margin:0 15px 10px 0;
  float:left;
}
img.right {
  margin:0 0 10px 15px;
  float:right;
}
.clear{
  clear: both;
}
.uppercase{
  text-transform: uppercase;
}
/* 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%;
}
/*Master
********************************/
#container{
  width: 940px;
  margin: 0px auto 0 auto;
  background: url(/assets/images/main-bg.png) repeat-y;
  min-height:100%;
  height:auto !important;
  height:100%;
}
#top{
  height: 119px;
  background: #b0b0af;
  border-bottom: 1px solid #c8d200;
}
#logo{
  background: url(/assets/images/logo.png) no-repeat;
  width: 239px;
  height: 119px;
  float: left;
}
#top-right{
  width: 701px;
  height: 119px;
  float: right;
}
#fastlinks{
  height: 26px;
  line-height: 26px;
}
#fastlinks p{
  line-height: 26px;
  float: right;
  color: #fff;
  margin: 0 10px 0 0;
}
#fastlinks p a{
  color: #fff;
  text-decoration: none;
}
#fastlinks p a:hover{
  text-decoration: underline;
}
#fastlinks .languages{
  margin: 0 0 0 5px;
}
#fastlinks .languages a{
  position: relative;
  top: 4px;
}
#header{
  background: #a2a91d url(/assets/images/header.jpg) no-repeat;
  width: 940px;
  height: 299px;
  border-bottom: 1px solid #c8d200;
}
#header-text{
  width: 239px;
  height: 219px;
  background: #a2a91d url(/assets/images/header-text.jpg) no-repeat;
}
#main{
  width: 940px;
}
#main-left{
  float: left;
  width: 239px;
  border-top: 27px solid #c8d200;
}
#main-left-text{
  float: left;
  width: 239px;
}
#content{
  float: left;
  width: 661px;
  margin: 35px 20px;
}
/*Navigation
********************************/
#nv1{
  height: 92px;
  border-top: 1px solid #c8d200;
}
#nv1 ul{
  display: block;
  list-style:none;
  margin: 0;
  padding: 0;
}
#nv1 ul li{
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nv1 ul li a{
  height: 22px;
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  margin: 0 15px 0 0;
  padding: 70px 7px 0 7px;
}
#nv1 ul li a:hover,
#nv1 ul li a.a1,
#nv1 ul li a.s1{
  background: #c8d200;
}
#nv2{
  width: 239;
}
#nv2 ul,
#nv2 ul.d1{
  margin: 0;
  padding: 0;
  list-style: none;
}
#nv2 ul.d2{
  list-style: none;
}
#nv2 li,
#nv2 li.d1{
  list-style: none;
}
#nv2 a{
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  height: 30px;
  display: block;
  margin: 0;
  line-height: 30px;
  padding: 0 20px 0 0;
  text-align: right;
}
#nv2 a.d1{
  
}
#nv2 a.d2{
  
}
#nv2 a:hover,
#nv2 a.a1,
#nv2 a.s1{
  background: #c8d200;
}
