@charset "utf-8";
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,th,var {
  font-style:normal;
  font-weight:normal;
}
/*ol,ul {
  list-style:none;
}*/
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
/*end reset*/
/*common*/
body {
  background: url('../images/bg_body.jpg') repeat-y center top white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}
p { padding: 0 0 10px 0; }
#container {
  background: url("../images/bg_container.jpg") repeat-x scroll 0 165px white;
  margin: 0 auto;
  min-height: 690px;
  padding-bottom: 40px;
  position: relative;
  width: 988px;
}
#header {
  background: url(../images/bg_header.jpg) repeat-x left top transparent;
  height: 165px;
  position: relative; 
}
#header #logo, #header #banner, #header #help, #header #subscribehdr {
  position: absolute;
}
#header #logo {
  left: 22px;
  top: 0px;
}
#header #banner {
  left: 225px;
  top: 25px;
}
#header #subscribehdr {
  left: 781px;
  top: 124px;
  line-height: 30px;
  color: #fff;
  height: 36px;
  width: 200px;
}
#header #subscribehdr a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  float: left;
  margin: 0 5px;
}
#header #subscribehdr span {
  float: left;
}
#header #help {
  left: 580px;
  top: 122px;
}
#footer {
  position: relative;
  margin: 0 auto;
  width: 944px;
  background: url(../images/bg_footer.jpg) repeat-x 0 0 #152c3b;
  height: 90px;
  padding: 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}
#footer .copyright {
  left: 100px;
    position: absolute;
    top: 40px;
    width: 250px;
}
#footer .help {
  left: 845px;
    position: absolute;
    top: 30px;
    width: 105px;
}
/*slider*/
.carousel .prev, .carousel .next {
  position: absolute;
  top: 100px;
  display: block;
  width: 23px;
  height: 38px;
}
.carousel .prev {
  background: url("../images/btn_l.gif") no-repeat scroll left top transparent;
    left: -50px;
    z-index: 10;
}
.carousel .next {
  background: url(../images/btn_r.gif) no-repeat left top transparent;
  left: 915px;
}
.carousel .map, .carousel .jump, .carousel .understand, .carousel .know, .carousel .report, .carousel .track {
  background: url(../images/bg_btns.jpg) no-repeat left top transparent;
  display:block;
  width: 221px;
  height: 261px;
  text-indent:-30000px;
}
.carousel {
  height: 261px;
    left: 50px;
    padding-top: 30px;
    position: relative;
}
.carousel .jump {
  background-position: -221px top ;
}
.carousel .understand {
  background-position: -442px top;
}
.carousel .know {
  background-position: -663px top;
}
.carousel .report {
  background-position: -884px top;
}
.carousel .track {
  background-position: -1105px top;
}

.carousel .current .map, .carousel .map:hover {
  background-position: -1326px top ;
}
.carousel .current .jump, .carousel .jump:hover {
  background-position: -1547px top ;
}
.carousel .current .understand, .carousel .understand:hover {
  background-position: -1768px top;
}
.carousel .current .know, .carousel .know:hover {
  background-position: -1989px top;
}
.carousel .current .report, .carousel .report:hover {
  background-position: -2210px top;
}
.carousel .current .track, .carousel .track:hover {
  background-position: -2431px top;
}


/*slides*/
.slide_0 {
  padding: 60px 0 0;
    position: absolute;
    text-align: center;
    width: 988px;
    z-index: 5;
}
.slide_0 a {
  font-size: 14px;
  color: #0093cf;
  text-decoration: none;
}
.bg {
  background: url("../images/bg_slide.png") repeat-y scroll left top transparent;
    line-height: 18px;
    margin-left: 50px;
    position: relative;
    width: 887px;
  display:none;
  z-index: 20;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  color: #008dc7;
  padding: 0 0 10px 0;
}
.corner_bottom, .corner_top {
  position: absolute;
}
.corner_bottom {
  background: url("../images/bg_bottom.png") no-repeat scroll right top transparent;
    bottom: -13px;
    display: block;
    height: 13px;
    right: 0;
    width: 887px;
}
.corner_top {
  background:url(../images/bg_top.png) no-repeat right top transparent;
  width: 50px;
  height: 10px;
  display:block;
  top:0;
  right: 0;
}
.slide_text {
  float: left;
    padding: 18px 20px 18px 40px;
    width: 290px;
}
.slide_img {
  float: left;
    padding: 0;
}
.main_text ul li {
  background: url("../images/item.png") no-repeat scroll left 6px transparent;
    list-style-type: none;
    padding: 0 0 5px 15px;
}
.link_orange {
  color: #F95B00;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
}
