html {
  height: 100%;
}
body {
  margin:0;
  padding:0;
  background:#FAFAFB url(/assets/images/bodyBg.gif) repeat-y;
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:1.4em;
  color:#00305E;
}
a {
  color:#F28518;
  text-decoration:none;
}
a:hover{
  color: #5a6c92;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 .8em 0;
}
h1 {
  font-size:18px;
  color:#00305E;
}
h2 {
  font-size:18px;
  color:#00305E;
}
h3 {
  font-size:14px;
  color:#00305E;
}
h4 {
  font-size:12px;
  font-weight: bold;
  color:#00305E;
}
img {
  border:0;
}
.left{
  float: left;
}
.right{
  float: right;
}
/* 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: 951px;
}
#header {
  height:245px;
  background:#fff;
}
#logo {
  display:block;
  width:195px;
  height:245px;
  float:left;
  margin:0;
  background:url(/assets/images/logo.gif);
  border-bottom:solid #fff 1px;
}
#logo span {
  display:none;
}
#nv1 {
  width:745px;
  height:65px;
  float:left;
  list-style-type:none;
  margin:0;
  padding:0 0 0 10px;
  font-size:15px;
  font-weight: bold;
}

#nv1 li {
  display:block;
  float:left;
  margin:0 20px 0 0;
  padding:0;
}
#nv1 a {
  display:block;
  float:left;
  border-top:solid #fff 10px;
  padding:30px 0 0 0;
}
#nv1 a:hover {
  text-decoration:none;
  border-top:solid #dee1e9 10px;
  color:#a8afc5
}
#nv1 li.a1 a,
#nv1 li.s1 a {
  border-top:solid #a8afc5 10px;
  color:#a8afc5;
}
#bannerImage {
  float:left;
  width:754px;
  height:180px;
  border-left:solid #fff 1px;
}
#leftbar {
  width:195px;
  float:left;
  clear: both;
  padding:10px 0 0 0;
}
#nv2 {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv2 li {
  margin:0;
  padding:0 75px 0 0;
  text-align:right;
}
#nv2 li.a1 {
  background:url(/assets/images/li.gif) no-repeat 136px 50%;
}
#nv2 li.a1 a {
  color:#00305e;
}
#nv2 li a:hover{
  color:#a8afc5
}
#content {
  width:755px;
  float:left;
  background:#fff;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}