#nav
{
    clear: both;
    width: 950px;
    height: auto;
    background: url(style/nav_bg.gif) repeat-x;
    overflow: hidden;
}
#nav .navleft
{
    display: block;
    float: left;
    width: 8px;
    height: 35px;
    background: url(style/nav_bg.gif) 0 -180px no-repeat;
}
#nav .navright
{
    display: block;
    float: right;
    width: 8px;
    height: 35px;
    background: url(style/nav_bg.gif) no-repeat;
    background-position: 100% -180px;
}
#nav .navmiddle
{
    display: block;
    float: left;
    width: 934px;
    height: auto;
}
#nav ul
{
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
}
#nav ul li
{
    float: left;
    list-style: none;
    display: inline;
}
#nav ul li a
{
    float: left;
    width: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 14px;
    background: url(style/nav_bg.gif) 0 -45px no-repeat;
    color: #FFF;
    text-align: center;
}
#nav ul li a span
{
    display: block;
    background: url(style/nav_bg.gif) no-repeat;
    background-position: 100% -45px;
    font-weight: bold;
    padding: 13px 14px 8px 0;
}
#nav ul li a.current
{
    background: url(style/nav_bg.gif) 0 -90px no-repeat;
    cursor: pointer;
    color: #666;
}
#nav ul li a.current span
{
    background: url(style/nav_bg.gif) no-repeat;
    background-position: 100% -90px;
    cursor: pointer;
}
#nav ul li a:hover
{
    background: url(style/nav_bg.gif) 0 -135px no-repeat;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    text-decoration: underline;
}
#nav ul li a:hover span
{
    background: url(style/nav_bg.gif) no-repeat;
    background-position: 100% -135px;
    cursor: pointer;
}
#ulnav li:hover ul
{
    top: 34px;
}
#navinfo
{
    display: block;
    width: auto;
    margin: 0 auto;
    clear: both;
    border: #E0E0E0 1px solid;
    border-top: none;
    line-height: 28px;
    height: 31px;
    overflow: hidden;
    background: url(blue/subnav_bg.gif) repeat-x;
    color: #666;
    text-indent: 5px;
}
.indexbanner
{
    float: left;
    margin: 0;
    padding: 0;
    width: 700px;
    height: 180px;
}
.indexnews
{
    float: right;
    margin: 0;
    padding: 0;
    width: 240px;
    height: 180px;
}
#box
{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    background: url(style/title_bg.gif) 0 -70px repeat-x;
}
#box h2
{
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: url(style/title_bg.gif) right -35px no-repeat;
}
#box .t
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 30px;
    background: url(style/title_bg.gif) no-repeat;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    text-indent: 22px;
}
#box2
{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    background: url(style/title_bg.gif) 0 -70px repeat-x;
}
#box2 h2
{
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: url(style/title_bg.gif) right -35px no-repeat;
}
#box2 .t
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 30px;
    background: url(style/title_bg.gif) no-repeat;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    text-indent: 22px;
}
#mainbox
{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    background: url(style/title_bg.gif) 0 -70px repeat-x;
}
#mainbox h2
{
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: url(style/title_bg.gif) right -35px no-repeat;
}
#mainbox .t
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 30px;
    background: url(style/title_bg.gif) no-repeat;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    text-indent: 22px;
}
#bot
{
    clear: both;
    display: block;
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: url(style/bottom_bg.gif) repeat-x;
}
#bot span.botleft
{
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    background: url(style/bottom_bg.gif) 0 -8px no-repeat;
}
#bot span.botright
{
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    background: url(style/bottom_bg.gif) no-repeat;
    background-position: 100% -8px;
}
#box .subbox, #box2 .subbox, #mainbox .subbox
{
    clear: both;
    margin: 0;
    padding: 2px;
    _padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    border-left: 1px solid #DEE3DE;
    border-top: 0px solid #DEE3DE;
    border-right: 1px solid #DEE3DE;
    border-bottom: 0px solid #DEE3DE;
    background: #FFF;
}
#subnav
{
    margin: 0;
    padding: 0;
}
#subnav ul
{
    margin: 0;
    padding: 2px 0 0 0;
}
#subnav li
{
    margin: 0 0 2px 0;
    padding: 0;
    list-style: none;
    line-height: 26px;
}
#subnav li a
{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: normal;
    background: #EEE url(style/subnavitem.gif) 3px 3px no-repeat;
    text-indent: 20px;
    color: #666;
}
#subnav li a:hover
{
    background: #D4D4D4 url(style/subnavitem_on.gif) 3px 3px no-repeat;
    color: #000;
}
#subnav li a.current
{
    background: #D4D4D4 url(style/subnavitem_on.gif) 3px 3px no-repeat;
    color: #000;
}
#subnav li li a
{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: normal;
    background: #FFF url(style/subnavitem.gif) 23px 3px no-repeat;
    text-indent: 40px;
    color: #666;
}
#subnav li li a:hover
{
    background: #D4D4D4 url(style/subnavitem_on.gif) 23px 3px no-repeat;
    color: #000;
}
#subnav li li a.current
{
    background: #D4D4D4 url(style/subnavitem_on.gif) 23px 3px no-repeat;
    color: #000;
}
#subnavh
{
    margin: 0;
    padding: 0;
}
#subnavh ul
{
    margin: 0;
    padding: 0;
}
#subnavh li
{
    float: left;
    width: auto;
    _width: 100px;
    margin: 0 20px 2px 0;
    padding: 0;
    list-style: none;
    line-height: 26px;
}
#subnavh li a
{
    display: block;
    margin: 0;
    padding: 0 5px 0 0;
    width: 100%;
    height: auto;
    background: #EEE url(style/subnavitem.gif) 3px 3px no-repeat;
    text-indent: 20px;
    color: #666;
}
#subnavh li a:hover
{
    background: #D4D4D4 url(style/subnavitem_on.gif) 3px 3px no-repeat;
    color: #000;
}
#subnavh li a.current
{
    background: #D4D4D4 url(style/subnavitem_on.gif) 3px 3px no-repeat;
    color: #000;
}
.more
{
    float: right;
    margin: 0;
    padding: 0;
}
.more a
{
    display: block;
    width: 60px;
    height: 30px;
    background: url(style/more.gif) center center no-repeat;
}
.more span
{
    display: none;
    text-indent: -9999px;
}
#more
{
    clear: both;
    margin: 0;
    padding: 0;
    float: right;
}
#more a
{
    display: block;
    width: 60px;
    height: 30px;
    background: url(style/more2.gif) center center no-repeat;
}
#more span
{
    display: none;
    text-indent: -9999px;
}
#linktext
{
    margin: 0;
    padding: 0;
    text-align: left;
    background: #D4D4D4;
    overflow: hidden;
    padding-left: 10px;
}
#linktext a
{
    color: #666;
    text-decoration: none;
}
#linktext a:hover
{
    color: #000;
    text-decoration: underline;
}
#linkpic
{
    margin: 0;
    padding: 0;
    text-align: left;
    background: #FFF;
    overflow: hidden;
}
#linkpic a
{
    color: #666;
    text-decoration: none;
}
#linkpic a:hover
{
    color: #000;
    text-decoration: underline;
}
#linkpic img
{
    width: 110px;
    height: 42px;
    margin: 0 8px 0 8px;
}
#copyright
{
    clear: both;
    margin: 0;
    padding: 5px 0 20px 2px;
    text-align: center;
    width: auto;
    height: auto;
    color: #666;
    border-top: 1px #D4D4D4 solid;
    background: url(style/copyright_bg.gif) repeat-x;
    overflow: hidden;
}
#copyright a:link
{
    text-decoration: none;
    color: #999;
}
#copyright a:hover
{
    text-decoration: none;
    color: #999;
}
#btn1
{
    float: right;
    margin: 0;
    padding: 0;
}
#btn1 a
{
    display: block;
    width: 240px;
    height: 55px;
    background: url(style/btn1.jpg) center top no-repeat;
}
#btn1 span
{
    display: none;
    text-indent: -9999px;
}
#btn2
{
    float: right;
    margin: 0;
    padding: 0;
}
#btn2 a
{
    display: block;
    width: 240px;
    height: 55px;
    background: url(style/btn2.jpg) center center no-repeat;
}
#btn2 span
{
    display: none;
    text-indent: -9999px;
}
#btn3
{
    float: right;
    margin: 0;
    padding: 0;
}
#btn3 a
{
    display: block;
    width: 240px;
    height: 55px;
    background: url(style/btn3.jpg) center center no-repeat;
}
#btn3 span
{
    display: none;
    text-indent: -9999px;
}
#btn4
{
    float: right;
    margin: 0;
    padding: 0;
}
#btn4 a
{
    display: block;
    width: 240px;
    height: 55px;
    background: url(style/btn4.jpg) center bottom no-repeat;
}
#btn4 span
{
    display: none;
    text-indent: -9999px;
}