@import url("reset.css");

html{
  width: 100%;
  height: 100%;
}

body{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #010101;
}
ul li{
 margin: 0px;
 padding: 0 0 5px 11px;
 background: url("../img/lev2.gif") no-repeat 4px 7px;
}
a{
  color: #1a4387;
  text-decoration: underline;
}
a:hover{
  color: #d75b00;
}
h3{
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  color: #1a4387;
  padding: 0;
  font-weight: bold;
  margin: 15px 0;
}
#minWidth{
  min-width: 1000px;
  width: 100%;
}
#logo{
  width: 103px;
  height: 142px;
  position: absolute;
  margin: 10px 0 0 0;
  z-index: 1;
}
/*#map{
  width: 179px;
  height: 154px;
  position: relative;
  float: right;
  margin: -20px 15% 0 0;
}*/
#map{
  width: 100%;
  height: 200px;
  background: url(../img/map_.gif) no-repeat 80% 10px;
}
#head{
  width: 100%;
  height: 200px;
  background: url(../img/head_bgr.gif) repeat-x;
  font-size: 11px;
}
  #head_lang{
    width: 120px;
    height: 15px;
    /*margin: 15px 0 0 7px;*/
    margin: 17px 0 0 8px;
    text-align: left;
    /*float: left;*/
    position: absolute;
    z-index: 2000;
  }
    #head_lang a{
      margin: 0 15px;
    }
    #head_lang #select{
       text-decoration: none;
    }
  #head_but{
    width: 120px;
    height: 15px;
    margin: 15px 20px 0 0;
    text-align: right;
    float: right;
  }
    #head_but img{
      margin: 0 10px;
    }
  /*#head_text{
    width: 633px;
    height: 101px;
    margin: 5px 0 0 0;
  }*/
    #head_text{
    width: 100%;
    height: 200px;
    background: url(../img/head_text.jpg) no-repeat;
  }
  #head_menu{
    width: 665px;
    height: 45px;
    position: absolute;
    /*top: 140px;*/
    margin: 150px 0 0 5px;
    font-size: 11px;
    color: #fff;
  }
    #head_menu p{
      margin: 0 0 5px 10px;  
    }
    #head_menu a{
      color: #fff;
      padding: 3px 20px 3px 9px;
      text-decoration: none;
      line-height: 20px;
    }
    #head_menu a:hover{
      color: #30952e;
    }
      #l1{
        background: url(../img/l7.gif) no-repeat;
      }
      #l1:hover{
        background: url(../img/l7.gif) no-repeat;
      }
      #l2{
        background: url(../img/l1.gif) no-repeat;
      }
      #l2:hover{
        background: url(../img/l1.gif) no-repeat;
      }
      #l3{
        background: url(../img/l2.gif) no-repeat;
      }
      #l3:hover{
        background: url(../img/l2.gif) no-repeat;
      }
      #l4{
        background: url(../img/l3.gif) no-repeat;
      }
      #l4:hover{
        background: url(../img/l3.gif) no-repeat;
      }
      #l5{
        background: url(../img/l4.gif) no-repeat;
      }
      #l5:hover{
        background: url(../img/l4.gif) no-repeat;
      }
      #l6{
        background: url(../img/l5.gif) no-repeat;
      }
      #l6:hover{
        background: url(../img/l5.gif) no-repeat;
      }
      #l7{
        background: url(../img/l6.gif) no-repeat;
      }
      #l7:hover{
        background: url(../img/l6.gif) no-repeat;
      }
      #l8{
        background: url(../img/l5.gif) no-repeat;
      }
      #l8:hover{
        background: url(../img/l5.gif) no-repeat;
      }
      #l1, #l2, #l3, #l4, #l5, #l6, #l7, #l8{
        background-position: 0px -1px;
      }
      #l1:hover, #l2:hover, #l3:hover, #l4:hover, #l5:hover, #l6:hover, #l7:hover, #l8:hover, #l1.act, #l2.act, #l3.act, #l4.act, #l5.act, #l6.act, #l7.act, #l8.act{
        background-position: 0px -21px;
        color: #30952e;
      }
    #head_menu table{
      height: 26px;
      vertical-align: middle;
    }
    #head_menu td{
      background: url(../img/head_menu_c.gif) repeat-x;
      padding: 0 10px 0 0;
    }
    .sub{
      width: 110px;
      background: #e6f4ff;
      /*opacity: 0.95;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);*/
      display: none;
      position: absolute;
      /*top: 190px;*/
      z-index: 100;
      padding: 0;
      margin: 2px 0 0 0 ;
    }
    #head_menu .sub p{
      width: 90px;
      display: block;
      padding: 5px 10px;
      margin: 0;
      border-bottom: 1px solid #dde8f5;
      /*margin: 0 10px 0 10px;*/
    }
    /*#head_menu .sub .hr{
      font-size: 1px;
      line-height: 1px;
      width: 89px;
      height: 1px;
      background: #dde8f5;
      margin: 0 5px 0 5px;
    }
    #head_menu .sub img{
      padding-left: 5px;
    }*/
    #head_menu .sub a{
      color: #1a4387;
      width: 90px;
      text-decoration: none;
      line-height: 15px;
      
      display: block;
      padding: 0;
      margin: 0;
    }
    #head_menu .sub a:hover{
      color: #d75b00;
    }
#body{
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  background: url(../img/content_dot_l.gif) repeat-y 98% 0; 
}
  #left{
    width: 185px;
    float: left;
  }
  #left #sel{
    color: #d75b00;
  }
    .lev1{
      background: #edf7ff;
      padding: 8px 0 8px 5px;
      font-weight: bold;
    }
      .lev1 li{
        padding: 0 0 0px 0px;
        background: none;
      }
      .lev1 li a{
        padding: 5px 0;
        display: block;
      }
        .lev2{
          background: #fff;
          padding: 8px 0 8px 8px;
          margin: 0 0 0 -5px;
          font-weight: normal;
        }
          .lev2 li{
            padding: 0 0 0 6px;
            background: url(../img/lev2.gif) no-repeat 0 6px;
          }
          .lev2 li:hover{
            padding: 0 0 0 6px;
            background: url(../img/lev2h.gif) no-repeat 0 6px;
          }
          .lev2 li a{
            padding: 0 0 8px 0;
            display: block;
          }
          .lev2 #select{
            color: #d75b00;
            background: url(../img/lev2h.gif) no-repeat 0 6px;
          }
    #search{
      width: 185px;
      height: 37px;
      margin: 15px 0 20px 0;
      background: url(../img/search_bgr.gif) no-repeat;
    }
      #search table{
        margin: 0 0 0 9px;
      }
      #search table td{
        padding: 0 0 0 13px;
        height: 37px;
      }
      #search input{
        border: 0;
        color: #798db0;
        width: 115px;
      }
    #banner{
      width: 184px;
      text-align: center;
    }
  #content{
    padding: 12px 0 50px 0;
    margin: 0 50px 0 215px; 
    font-size: 12px;
  }
    #content .crumbs{
      font-size: 11px;
      color: #d75b00;
      margin: 0 0 15px 0;
    }
    #content .crumbs span{
      color: #1a4387;
      margin: 0 7px;
    }
    .hr{
      width: 100%;
      line-height: 1px;
      font-size: 1px;
      height: 1px;
      background: #e7e7f3;
      margin: 0 0 15px 0;
      float: left;
    }
    .t_bottom{
      width: 100%;
      height: 30px;
      margin: 0 0 15px 0;
      float: left;
    }
    .t_bottom .left{
      height: 30px;
      float: left;
    }
    .t_bottom .right{
      width: 160px;
      height: 30px;
      float: right;
    }
    .t_bottom td{
      /*width: 50%;*/
    }
      .print{
        float: right;
        padding: 0 0 0 17px;
        background: url(../img/print.gif) no-repeat 0 2px;
      }
    #content #site_map {
      font-weight: bold;
      margin: 0;
      padding: 0;
    } 
    #content #site_map li{
      line-height: 20px;
      margin: 0;
      padding: 0;
      background: none;
    }
    #content #site_map a{
      display: block;
    }
    /*#content .map ul{*/
    #content #site_map #map_l2{
      margin: 0 0 0 10px;
      padding: 0;
      font-weight: bold;
    } 
    #content #site_map #map_l2 #map_l3{
      margin: 0 0 0 4px;
      padding: 0;
      font-weight: normal;
    } 
    #content #site_map #map_l2 #map_l3 li{
      margin: 0;
      padding: 0 0 0 6px;
      background: url(../img/lev2.gif) no-repeat 0 9px;      
    } 
    #content #site_map #map_l2 #map_l3 li:hover{
      margin: 0;
      padding: 0 0 0 6px;
      background: url(../img/lev2h.gif) no-repeat 0 9px;   
    } 
#footer{
  width: 100%;
  height: 29px;
  margin: 0 0 15px 0;
  background: url(../img/footer_bgr.gif) repeat-x;
}
  #copyright{
    float: left;
    height: 29px;
    font-size: 11px;
    color: #fff;
    margin: 0 0 0 20px;
  }
  #create{
    height: 29px;
    float: right;
    vertical-align: middle;
    font-size: 11px;
    margin: 0 20px 0 0;
  }
  #create a{
    margin: 0 3px;
    color: #fff;
    text-decoration: none;
  }
  #create a:hover{
    text-decoration: underline;
  }
.news{
  width: 100%;
  margin: 0 0 15px 0;
  display: block;
  float: left;
}

  .news td{
    width: 50%;
    padding: 0 20px 20px 0;
  }
  .news_date{
    font-size: 11px;
    color: #d75b00;
    padding: 0;
    margin: 0 0 5px 0;
  }
  .news_title{
    padding: 0;
    margin: 0 0 5px 0;
  }
  #top a{
    padding: 0 0 2px 18px;
    background: url(../img/star.gif) no-repeat left top;
  }
  .news_title a{
    padding: 0 0 2px 0;
  }
  .news_text{
    padding: 0;
    margin: 0 0 5px 0;
  }
  .news_text img{
    float: left;
    padding: 3px 7px 0 0;
  }
  
.book{
  width: 100%;
  margin: 0 0 10px 0;
}
.book .book_title{
  padding: 0 0 10px 0;
  margin: 0;
}
  .book td{
    margin: 0 0 5px 0;
    vertical-align: top;
  }
  .book img{
    padding: 0;
    margin: 0 10px 5px 0;
  }
.pageing{
  font-size: 12px;
  display: block;
  color: #1a4387; 
}
.pageing li{
  display: inline;
  line-height: 20px;
  padding: 2px;
  background: none;
}
.pageing a{
  padding: 2px;
}
.pageing #sel{
  background: url(../img/pageing_sel.gif) no-repeat 60% 4px;
  padding: 6px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
* + html .pageing #sel{
  background: url(../img/pageing_sel.gif) no-repeat 35% 4px;
}
.article{
  padding: 5px 0 0 0;
  margin: 0 0 0 115px;
}
.article li{
  margin-bottom: 5px; 
}
.article .download{
  margin-top: 30px; 
  background: url(../img/ico_pdf.gif) no-repeat;
  padding: 0 0 0 25px;
  line-height: 20px;
}


h1{
  font-family: Tahoma, Verdana, Arial;
  font-size: 16px;
  color: #1a4387;
  padding: 0;
  font-weight: bold;
  margin: 15px 0;
}

p {
    margin: 10px 0;
}

.field310{width:200px; border:1px solid; margin-bottom:3px;}
textarea.field310{width:400px; height:200px;}
.btn_otpr{border:2px solid #1A4387; background-color:#fff; color:#1A4387;}



  .gsc-control-cse {
    font-family: "Trebuchet MS", sans-serif;
    border-color: #ffffff;
    background-color: #ffffff;
  }
  input.gsc-input {
    border-color: #94CC7A;
  }
  input.gsc-search-button {
    border-color: #94CC7A;
    background-color: #AADA92;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #A9DA92;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #A9DA92;
    background-color: #A9DA92;
  }
  .gsc-tabsArea {
    border-color: #A9DA92;
  }
  .gsc-webResult.gsc-result {
    border-color: #A9DA92;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #A9DA92;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #0066CC;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #0066CC;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #0066CC;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #0066CC;
  }
  .gsc-cursor-page {
    color: #0066CC;
  }
  a.gsc-trailing-more-results:link {
    color: #0066CC;
  }
  .gs-webResult .gs-snippet {
    color: #454545;
  }
  .gs-webResult div.gs-visibleUrl {
    color: #815FA7;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #815FA7;
  }
  .gs-webResult div.gs-visibleUrl-short {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #A9DA92;
  }
  .gsc-results .gsc-cursor-page {
    border-color: #A9DA92;
    background-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #A9DA92;
    background-color: #A9DA92;
  }
  .gs-promotion {
    border-color: #ffffff;
    background-color: #CBE8B4;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
    color: #0066CC;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
    color: #0066CC;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
    color: #0066CC;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
    color: #0066CC;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right *  {
    color: #454545;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
    color: #815FA7;
  }
