
body
{
    margin: 0;
    padding: 0;
    width: 100%;
    color: #585757;
    font: normal 12px Tahoma; /*"Liberation sans"*/
    background: url(../images/main_bg.jpg) repeat-x left top;
}
html, .main
{
    padding: 0;
    margin: 0;
}
.main
{
    background: url(../images/header_bg.jpg) no-repeat center top;
}
.clr
{
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0px;
    line-height: 0px;
}
h2
{
    margin: 8px 0;
    padding: 8px 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    color: #585757;
    text-transform: none;
}
h3
{
    margin: 8px 0;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: #67A524;
    text-transform: none;
}
p
{
    margin: 8px 0;
    padding: 0 0 8px 0;
}
a
{
    color: #588b23;
    text-decoration: underline;
}

.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar
{
    margin: 0;
    padding: 0;
}

/* header */
.header
{
    background: url(../images/hbg_bg.jpg) no-repeat center 102px;
}
.header_resize
{
    margin: 0 auto;
    padding: 0 0 24px;
    width: 960px;
}
.logo
{
    padding: 0;
    float: none;
    float: left;
    width: auto;
    height: 146px;
}
h1
{
    margin: 0;
    padding: 40px 0 0 20px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 2px;
}
h1 a, h1 a:hover
{
    color: #fff;
    text-decoration: none;
}
h1 span
{
}
h1 small
{
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    color: #fff;
}
.slider
{
    margin: 0;
    padding: 0 13px 24px;
}
.rss
{
    padding: 18px 20px 0 0;
    float: right;
    width: auto;
}
.rss p
{
    margin: 0;
    padding: 0;
    float: right;
    width: auto;
    color: #fff;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: bold;
}
.rss a
{
    color: #fff;
    text-decoration: none;
}
.rss a:hover
{
    text-decoration: underline;
}
.rss img
{
    margin: -3px 0 -3px 6px;
    border: none;
}

/* menu */
.menu_nav
{
    margin: 0;
    padding: 40px 0 0;
    height: 56px;
    float: right;
}
.menu_nav ul
{
    list-style: none;
    padding: 0 0 0 2px;
    height: 56px;
    float: left;
}
.menu_nav ul li
{
    margin: 0;
    padding: 0 0 0 8px;
    float: left;
}
.menu_nav ul li a
{
    display: block;
    margin: 0;
    padding: 12px 0 0;
    width: 86px;
    height: 44px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    text-align: center;
}
.menu_nav ul li.active a, .menu_nav ul li a:hover
{
    text-decoration: none;
    color: #6ead2c;
    font-weight: bold;
    background: url(../images/menu_a.png) no-repeat center top;
}

/* content */
.content
{
    padding: 4px 0 0;
    background: url(../images/content_bg.gif) repeat-x left bottom;
}
.content_resize
{
    margin: 0 auto;
    padding: 24px 0 40px;
    width: 960px;
    background: url(../images/sidebar_bg.gif) repeat-y left top;
}
.content .mainbar
{
    margin: 0;
    padding: 0;
    float: right;
    width: 680px;
}
.content .mainbar h2
{
    margin-bottom: 4px;
}
.content .mainbar div.img
{
    padding: 12px 0;
    float: left;
}
.content .mainbar img
{
}
.content .mainbar img.fl
{
    margin: 0;
    border: 1px solid #dcdee2;
}
.content .mainbar .article
{
    margin: 0 0 8px;
    padding: 6px 20px;
}
.content .mainbar .post_content
{
    float: right;
    width: 440px;
}
.content .mainbar .post_content strong
{
    color: #585757;
}
.content .sidebar
{
    padding: 0;
    float: left;
    width: 260px;
}
.content .sidebar .gadget
{
    margin: 0 0 12px;
    padding: 6px 20px 24px;
}
.content .sidebar h2
{
}
ul.sb_menu, ul.ex_menu
{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #959595;
}
ul.sb_menu li, ul.ex_menu li
{
    margin: 0;
}
ul.sb_menu li, ul.ex_menu li
{
    padding: 8px 0;
    width: 220px;
}
ul.sb_menu li a
{
    color: #585757;
    text-decoration: none;
    margin-left: 0;
    padding: 4px 8px 4px 0;
}
ul.ex_menu li a
{
    font-weight: bold;
    color: #585757;
    text-decoration: none;
}
ul.sb_menu li a:hover, ul.ex_menu li a:hover
{
    color: #588b23;
    font-weight: bold;
    text-decoration: none;
}

p.spec
{
    padding: 0 0 16px;
}
p.infopost
{
    margin: 0;
    padding: 6px 12px 6px 0;
    text-transform: none;
    background: #f4f2f5;
}
p.infopost a
{
    padding: 0 2px;
    text-decoration: none;
    font-weight: normal;
    color: #588b23;
}
p.infopost a:hover
{
    text-decoration: underline;
}
p.infopost span.date
{
}
.article a.com
{
    display: block;
    float: left;
    margin: -16px 12px -4px 0;
    padding: 10px 84px 0 14px;
    width: 48px;
    height: 41px;
    font-size: 33px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: url(../images/comment.jpg) no-repeat center top;
}
.article a.com:hover
{
    text-decoration: none;
}
.article a.com span
{
}
.post_content a.rm
{
    display: block;
    float: left;
    margin: 0 0 16px;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    color: #588b23;
    text-decoration: none;
    text-align: center;
}
.post_content a.rm:hover
{
    text-decoration: underline;
}

.content p.pages
{
    margin: 0;
    padding: 24px 20px;
    font-size: 11px;
    line-height: 16px;
    color: #959595;
    text-align: left;
}
.content p.pages span, .content p.pages a
{
    display: block;
    float: left;
    margin: 0;
    padding: 12px 0;
    width: 36px;
    text-decoration: none;
    text-align: center;
    background: url(../images/page_p.jpg) no-repeat center center;
}
.content p.pages span, .content p.pages a:hover
{
    color: #fff;
    background: #212121;
    background: url(../images/page_a.jpg) no-repeat center center;
}
.content p.pages a
{
    color: #fff;
    border: none;
}
.content p.pages small
{
    font-size: 12px;
    float: right;
    line-height: 24px;
}

/* subpages */
.content .mainbar .comment
{
    margin: 0;
    padding: 16px 0 0 0;
}
.content .mainbar .comment img.userpic
{
    border: 1px solid #dedede;
    margin: 10px 16px 0 0;
    padding: 0;
    float: left;
}

/* fbg */
.fbg
{
    border-top: 3px solid #5b5b5b;
    border-bottom: 1px solid #242424;
    background: #323232;
}
.fbg_resize
{
    margin: 0 auto;
    width: 920px;
    padding: 16px 20px;
}
.fbg h2
{
    margin-bottom: 24px;
    padding-bottom: 8px;
    color: #827f7f;
}
.fbg img.gal
{
    margin: 0 8px 8px 0;
    padding: 0;
    border: 4px solid #fff;
}
.fbg .col
{
    margin: 0;
    float: left;
}
.fbg .c1
{
    padding: 0 16px 0 0;
    width: 281px;
}
.fbg .c2
{
    padding: 0 36px 0 16px;
    width: 280px;
}
.fbg .c3
{
    padding: 0 0 0 16px;
    width: 274px;
}
.fbg .fbg_ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fbg .fbg_ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fbg .fbg_ul li a
{
    display: block;
    margin: 0;
    padding: 2px 0 2px 12px;
    color: #FFFFFF;
    text-decoration: none;
    background: url(../images/li.gif) no-repeat left center;
}
.fbg .fbg_ul li a:hover
{
    color: #588b23;
    text-decoration: none;
    font-weight: normal;
}
.fbg p.contact_info
{
    line-height: 1.8em;
}
.fbg p.contact_info a
{
    color: #588b23;
    text-decoration: underline;
    font-weight: normal;
}
.fbg p.contact_info span
{
    display: block;
    float: left;
    width: 74px;
    font-weight: bold;
}

/* footer */
.footer
{
    border-top: 1px solid #3f3f3f;
    background: #323232;
}
.footer_resize
{
    margin: 0 auto;
    padding: 0;
    width: 920px;
}
.footer p.lf
{
    margin: 0;
    padding: 32px 0 28px;
    text-align: left;
    width: auto;
    line-height: 1.5em;
    color: #585757;
}
.footer p.lf a
{
    text-decoration: none;
    font-weight: bold;
    color: #588b23;
}
.footer p.lf a:hover
{
    text-decoration: underline;
}
.footer p.lf span
{
    float: right;
}

/* form */
ol
{
    list-style: none;
}
ol li
{
    display: block;
    clear: both;
}
ol li label
{
    display: block;
    margin: 0;
    padding: 16px 0 0 0;
}
ol li input.text
{
    width: 480px;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 5px 2px;
    height: 16px;
    background-color: #fff;
}
ol li textarea
{
    width: 480px;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 2px;
    background-color: #fff;
}
ol li .send
{
    margin: 16px 0 0 0;
}

/* search */
.searchform
{
    padding: 12px 0 24px 20px;
    float: left;
}
#formsearch
{
    margin: 0;
    padding: 0;
    width: auto;
    height: 30px;
}
#formsearch span
{
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    background: url(../images/search_bg.gif) no-repeat left top;
}
#formsearch input.editbox_search
{
    margin: 0;
    padding: 7px 10px;
    float: left;
    width: 168px;
    font-size: 12px;
    line-height: 16px;
    color: #a9a9a9;
    background: none;
    outline: none;
    border: none;
}
#formsearch input.button_search
{
    margin: 0;
    padding: 0;
    border: none;
    float: left;
}

.news
{
    display: block;
    float: left;
    margin: -4px 12px -4px 0;
    padding: 10px 84px 0 14px;
    width: 333px;
    height: 29px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #67A624;
}
img
{
    border: none;
}
.ballontip
{
    background-color: #99CA54;
    color: #ffffff;
}
.newscountbg
{
    background-image: url('../images/page_a.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 13px;
}

.noborder
{
    border: none;
}
.newsmore
{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ie-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.sep
{
    border-bottom: 2px dotted #71AE2D;
    padding-top: 3px;
    padding-bottom: 3px;
}


input:focus, textarea:focus
{
    background-color: #FFFFCA;
}
