@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ededed;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    overflow-x: hidden;
    overflow-y: auto;
}



a {color: #666666; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}



hr{
    color: #FFFFFF;
    border: 1px dotted #CCCCCC;
    height: 1px;
    width: 100%;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #f59b00;
}


.col {
    width: 990px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: url(../images/col.gif) repeat-y;
}

.white2 {
    float: left;
    width: 920px;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px;
    background-color: #FFFFFF;
}

.white3 {
    float: left;
    width: 920px;
    height: 30px;
    margin-left: 35px;
    margin-right: 35px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}


.header {
    float: left;
    width: 990px;
    height: 85px;
    margin: 0 auto;
    padding-top: 50px;
    background: url(../images/header.gif) no-repeat;
}

.logo {
    float: left;
    width: 200px;
    height: 85px;
    padding-left: 35px;
    text-align: left;
}

.search {
    float: right;
    width: 152px;
    height: 22px;
    padding-right: 35px;
    text-align: right;
    background: url(../images/search.gif) no-repeat;
}

.search_box {
    width:105px;
    height:16px;
    border:0px;
    color:#999999;
}

.search_btn {
    width:30px;
    height:16px;
    border:0px;
}

.topNavi {
    overflow: hidden;
    float: left;
    width: 900px;
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 20px;
    background: url(../images/menu_bg.gif) no-repeat;
    background-position: top center;    
}

.flash {
    float: left;
    width: 920px;
    height: 330px;
    padding-left: 35px;
    padding-right: 35px;
}

.leftCol {
    float: left;
    width: 240px;
    padding-bottom: 70px;
}

.menu {
    overflow: hidden;
    float: left;
    width: 160px;
    padding-left: 40px;
    padding-right: 40px;  
}

.centerCol {
    margin: 0 240px;
    width: 485px;
    padding-bottom: 70px;
}

.rightCol {
    float: right;
    width: 210px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.box {
    float: left;
    margin-bottom: 20px;
}

.box_head {
    float: left;
    width: 210px;
    height: 10px;
    font-size: 0px;
    background: url(../images/box_head.gif) no-repeat;
}

.box_content {
    float: left;
    width: 170px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background: url(../images/box_content.gif) repeat-y;
}

.box_foot {
    float: left;
    width: 210px;
    height: 10px;
    font-size: 0px;
    background: url(../images/box_foot.gif) no-repeat;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.footer {
    width: 990px;
    margin: -70px auto 0 auto;
    height: 70px;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
}


.nav1_passive {
    float: left;
    height: 40px;
    border-right: 1px #cbcbcb solid;
}


.nav1_passive:hover {
    background-color: #8f8f8f;
}


.nav1_active {
    float: left;
    height: 40px;
    border-right: 1px #cbcbcb solid;
    background-color: #f59b00;
}

.nav1_passive_text, .nav1_passive_text:hover {
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav1_active_text, .nav1_active_text:hover {
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav2_passive {
    float: left;
    width: 160px;
    height: 30px;       
    margin: 0px;
    line-height: 30px;
    background-image: url(../images/btn_passive.gif);
    background-repeat: no-repeat;
}

.nav2_passive:hover {
    float: left;
    width: 160px;
    height: 30px;       
    margin: 0px;
    line-height: 30px;
    background-image: url(../images/btn_passive.gif);
    background-repeat: no-repeat;
}

.nav2_active {
    float: left;
    width: 160px;
    height: 30px;       
    margin: 0px;
    line-height: 30px;
    background-image: url(../images/btn_active.gif);
    background-repeat: no-repeat;
}

.nav2_passive_text {
    display: block;
    height: 30px; 
    padding-left: 25px;
    line-height: 30px;  
    color: #666666;
    text-decoration: none;
}

.nav2_passive_text:hover {
    display: block;
    height: 30px; 
    padding-left: 25px;
    line-height: 30px;  
    color: #333333;
    text-decoration: none;
}

.nav2_active_text, .nav2_active_text:hover {
    display: block;
    height: 30px; 
    padding-left: 25px;
    line-height: 30px;  
    color: #000000;
    text-decoration: none;
}




.nav3_passive {
    float: left;
    width: 160px;
    height: 25px;       
    margin: 0px;
    line-height: 25px;
}

.nav3_passive:hover {
    float: left;
    width: 160px;
    height: 25px;       
    margin: 0px;
    line-height: 25px;
}

.nav3_active {
    float: left;
    width: 160px;
    height: 25px;       
    margin: 0px;
    line-height: 25px;
}

.nav3_passive_text {
    display: block;
    height: 25px; 
    padding-left: 25px;
    line-height: 25px;
    font-size: 11px;   
    color: #666666;
    text-decoration: none;
}

.nav3_passive_text:hover {
    display: block;
    height: 25px; 
    padding-left: 25px;
    line-height: 25px; 
    font-size: 11px; 
    color: #333333;
    text-decoration: none;
}

.nav3_active_text, .nav3_active_text:hover {
    display: block;
    height: 25px; 
    padding-left: 25px;
    line-height: 25px; 
    font-size: 11px;  
    color: #f59b00;
    text-decoration: none;
}


.pic_div {
   float:left;
   width:143px;
   height:107px;
   border:1px #CCCCCC solid;
   padding:3px;
   margin-bottom: 20px;
}

.pic_img {
   width:143px;
   height:107px;
   border:0px;
}

.pic_space {
   float:left;
   height:135px;
   width:15px;
}
