* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  font-size: 11px;
  color: #6a6c84;
  background: url(../img/header.jpg) top center no-repeat #fff;
  font-family: Arial, Helvetica, sans-serif;
}

a {

}

a:hover {

}

a img {
  border: none;
}

a.pdf {
    background: url("../img/ico_pdf.png") no-repeat scroll 100% 0 transparent;
    line-height: 1.9em;
    padding: 4px 22px 4px 0;
}

.cleaner {
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}


#wrapper {
  width: 1131px;
  height: auto;
  margin: 0px auto;
}

#logo {
  padding: 40px 0 30px;
}


#header {
  background: url(../img/header.png);
  height: 426px;
  position: relative;
  z-index: 5;
}

#menu {
  position: absolute;
  background: url(../img/menu.png) repeat-x;
  height: 37px;
  width: 955px;
  left: 89px;
  top: 1px;
  margin: 0px auto;
}

#menu ul {
  list-style-type: none;
  &width: 453px;
}

#menu ul li {
  height: 48px;
  display: inline-block;
  &float: left;
  width: 150px;
}

#menu ul li a {
  font-size: 15px;
  color: #7f8b9d;
  text-decoration: none;
  padding-top: 13px;
  display: block;
  height: 33px;
  width: 146px;
  float: left;
}

#menu ul li span.divider {
  background: url(../img/divider.png) no-repeat;
  display: block;
  width: 2px;
  height: 48px;
/*  float: left;*/
 float: right;
}

#carousel {
  left: 98px;
  position: relative;
  top: 44px;
/*  width: 937px;
  height: 303px;*/
  z-index: 10;
}

#carousel p {
  position: absolute;
  left: 0px;
  top: 0px;
}


.inner {
  margin-top: -30px !important;
}


#content {
  width: 935px;
  margin: 0px auto;
  text-align: left;
  padding: 0px 10px 60px;
  min-height: 300px;
}

#content h2 {
  color: #97a5bc;
  font-size: 35px;
  margin: 10px 0px 15px;
  font-weight: normal;
  letter-spacing: -2px;
}

#content h3 {
  color: #97a5bc;
  font-size: 35px;
  margin: 10px 0px 15px;
  font-weight: normal;
  letter-spacing: -2px;
}

#content p {
  line-height: 180%;
  padding: 5px 0px;
}

#content a {
  color: #97A5BC;
}

#content ul {
  margin-left: 40px;
}

#content ul li {
  line-height: 180%;
}


sup {
  font-size: 0.8em;
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}


#text {
  width: 280px;
  float: left;
  margin-left: 0px;
}

#news {
  margin-left: 45px;
  float: left;
}

.new {
  margin-bottom: 10px;
}

.new p:first-child {
  font-size: 9px;
}

.new h3 a {
  color: #97a5bc;
  font-size: 11px;
}

#first, #second {
  width: 280px;
  float: left;
}

#second {
  margin-left: 45px;
}


#footer {
 clear: both;
 width: 100%;
 background: url(../img/footer.jpg) top center no-repeat;
 height: 214px;
 padding-top: 44px;
}

#footer p {
  color: #d5dce9;
}

#footer a {
  color: #fff;
}


#footer p span.l {
  padding-right: 30px;
}

#footer p span.r {
  padding-left: 30px;
}
