body {
  margin:0;
  padding:0;
  background:#D4E9F5 url(/assets/images/top-bg.jpg) repeat-x 50% 0;
}

body,table,input,textarea,button,select {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#000;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}

h1 {
  font-size:22px;
  line-height:24px;
  font-weight:normal;
  color:#014F89;
}
h2 {
  font-size:18px;
  line-height:20px;
  font-weight:normal;
  color:#014F89;
}
h3 {
  font-size:16px;
  line-height:18px;
  font-weight:normal;
  color:#014F89;
}
h4,h5,h6 {
  font-size:12px;
  color:#014F89;
}


a {
  text-decoration:none;
  color:#014F89;
}
a:hover {
  text-decoration:underline;
}

img {
  border:0;
}

/* clearfix
********************************/
.clearfix:after {  /* Firefox, IE8, Opera, Safari, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html .clearfix { /* IE7 */
  display: inline-block;
}
* html .clearfix { /* IE6 */
  height: 1%;
}

#container {
  width:990px;
  margin:0 auto;
  position:relative;
}
#header {
  height:105px;
}
#logo {
  display:block;
  margin:20px 0 0 20px;
  float:left;
}
#fastlinks {
  position:absolute;
  right:0;
  background:url(/assets/images/fastlinks-bg.png) no-repeat;
  width:300px;
  height:47px;
  padding:99px 0 0 15px;
  text-transform:uppercase;
  font-size:11px;
  line-height:30px;
}
#fastlinks a {
  display:block;
  float:left;
  padding:0 5px;
}

#main {
  clear:both;
  background:url(/assets/images/main-top.png) no-repeat;
}
#leftbar {
  float:left;
  width:247px;
  padding:50px 0 0 0;
}
#nv {
  margin:0 0 15px 0;
  padding:0 0 0 20px;
}
#nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv ul li {
  margin:0 0 1px 0;
  padding:0;
  background:url(/assets/images/nv-li.png) repeat-y;
}
#nv ul li a {
  display:block;
  padding:4px 15px;
}
#nv ul li a:hover {
  text-decoration:none;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  color:#71961E;
  font-weight:bold;
  background:url(/assets/images/nv-a1.png) no-repeat 0 6px;
}

#nv ul ul li a {
  color:#014F89 !important;
  font-weight:normal !important;
  padding-left:25px;
  background:transparent !important;
}
#nv ul ul li.a1 a,
#nv ul ul li.s1 a {
  font-weight:bold !important;
}

#right {
  float:left;
  width:742px;
  padding:33px 0 0 0;
}
#banner {
  position:relative;
  left:-16px;
  height:307px;
}
#banner .image {
  position:absolute;
  padding:19px 0 0 18px;
}
#banner .overlay {
  position:absolute;
  width:754px;
  height:307px;
  background:url(/assets/images/banner-overlay.png);
}

#content {
  padding:0 32px 0 10px;
}
#jiggys {
  clear:both;
  padding:0 0 120px 0;
}

#bottom {
  background:url(/assets/images/bottom-bg.png) 50% 0;
  width:100%;
  height:120px;
  position:fixed;
  bottom:0;
  z-index:8;
}
#sign {
  position:fixed;
  left:50%;
  bottom:0;
  z-index:9;
  margin:0 0 0 -475px;
  width:130px;
  height:184px;
  padding:46px 20px 0 30px;
  background:url(/assets/images/sign-bg.png) no-repeat;
}
#sign h4 {
  line-height:31px;
  font-size:13px;
  color:#000;
  font-style:italic;
  margin:0;
}
#sign p {
  line-height:13px;
  height:27px;
  font-size:10px;
  font-weight:bold;
  margin:0;
  padding:4px 0 0 0;
}
#fuesse {
  width:214px;
  height:114px;
  background:url(/assets/images/fuesse-bg.png);
  position:fixed;
  left:50%;
  bottom:0;
  z-index:9;
  margin:0 0 0 240px;
}
