﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

h1
{
    color: #0E5A23;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0;
}

a
{
    text-decoration: none;
}

a img
{
    border: none;
}

p
{
    margin: 0 0 12px;
    padding: 0;
    text-align: justify;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix
{
    clear: both;
}

#wrap
{
    margin: 8px auto;
    width: 740px;
}

#top_navigation .left
{
    background-image: url(/assets/images/button_left.jpg);
    float: left;
    height: 34px;
    width: 7px;
}

#top_navigation .centre
{
    background-image: url(/assets/images/button_center.jpg);
    float: left;
    height: 44px;
    width: 726px;
}

#top_navigation li
{
    float: left;
    padding-left: 54px;
}

#top_navigation li a
{
    color: #000;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    padding-top: 10px;
}

#top_navigation li a.active
{
    color: #000;
    display: block;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
}

#top_navigation li img
{
    margin-top: 10px;
}

#top_navigation .right
{
    background-image: url(/assets/images/button_right.jpg);
    float: left;
    height: 34px;
    width: 7px;
}

#header
{
    background-image: url(/assets/images/header.jpg);
    height: 179px;
    width: 740px;
}

#sub_header
{
    margin-top: 10px;
}

#sub_header_left
{
    float: left;
}

#sub_header_left .top
{
    background-image: url(/assets/images/sub_header_top.jpg);
    height: 8px;
    width: 201px;
}

#sub_header_left .content
{
    background-color: #b1d3a0;
    border-left: 1px solid #b1d3a0;
    border-right: 1px solid #b1d3a0;
    min-height: 130px;
    width: 199px;
}

#sub_header_left li
{
    background-image: url(/assets/images/arrow.jpg) left;
}

#sub_header_left li img
{
    margin-right: 5px;
}

#sub_header_left a
{
    color: #0e5a23;
    font-family: Verdana;
    font-size: 12px;
}

#sub_header_left .bottom
{
    background-image: url(/assets/images/sub_header_bottom.jpg);
    height: 8px;
    width: 201px;
}

#sub_header_right
{
    float: right;
}

#content
{
    margin-top: 15px;
    min-height: 250px;
}

#left_content .content_container
{
    border-top: solid 1px #d4d4d4;
}

#left_content
{
    float: left;
    width: 490px;
}

#left_content table
{
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 13px;
    margin: 0 0 10px;
    text-align: center;
}

#left_content table th, #left_content table td
{
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

#left_content table th
{
    background-color: #b1d3a0;
    font-weight: 700;
}

#left_content .small
{
    color: #5c5b59;
    display: block;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

#left_content .left
{
    border-right: solid 1px #d4d4d4;
    float: left;
    padding: 15px 0 10px;
    width: 50%;
}

#left_content .left ul
{
    list-style: disc;
    margin: 0 20px;
}

#left_content .left li
{
    padding-top: 10px;
}

#left_content .right
{
    float: left;
    padding: 15px 0 10px 5px;
    width: 45%;
}

#left_content .right p
{
    margin: 8px 0 0 7px;
}

#right_content
{
    float: right;
}

#right_content .top
{
    background-image: url(/assets/images/right_content_top.jpg);
    height: 11px;
    width: 239px;
}

#right_content .middle
{
    background-image: url(/assets/images/center.jpg);
    background-repeat: repeat-x;
    width: 239px;
}

#right_content .small
{
    color: #5c5b59;
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding-left: 20px;
    text-transform: uppercase;
}

#right_content .large
{
    color: #5c5b59;
    display: block;
    font-size: 26px;
    font-weight: 900;
    padding-left: 20px;
    text-transform: uppercase;
}

#right_content .line
{
    background-color: #ccc;
    height: 4px;
    margin-bottom: 10px;
    margin-left: 12px;
    margin-top: 5px;
    width: 215px;
}

#right_content ul
{
    list-style: disc;
    margin: 0 20px 0 30px;
}

#right_content li
{
    font-size: 12px;
    padding-bottom: 10px;
}

#right_content .bottom
{
    background-image: url(/assets/images/right_content_bottom.jpg);
    height: 11px;
    width: 239px;
}

#footer_wrap
{
    background-image: url(/assets/images/bot_background.jpg);
    margin: 0 auto;
    min-height: 96px;
    width: 1000px;
}

#footer
{
    background-image: url(/assets/images/footer_image.jpg);
    height: 28px;
    margin-left: 109px;
    text-align: right;
    width: 782px;
}

#footer span
{
    color: #fff;
    display: block;
    font-size: 10px;
    padding-right: 20px;
    padding-top: 8px;
}

#footer a
{
    color: #fff;
    font-size: 10px;
}

#contact_form
{
    padding-bottom: 10px;
}

#contact_form label
{
    font-weight: 700;
}

#contact_form input[type=text]
{
    background-color: #f3f6fb;
    border: 1px solid #0e5a23;
    display: block;
    margin-bottom: 5px;
    width: 264px;
}

#contact_form textarea
{
    background-color: #f3f6fb;
    border: 1px solid #0e5a23;
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

#articles
{
    margin-bottom: 10px;
}

.admin th
{
    text-align: left;
}

.admin input[type=text], .admin textarea
{
    width: 95%;
}

.tiny_mce
{
    height: 300px;
    width: 250px;
}

.validation
{
    color: Red;
    font-weight: 700;
}

#article_list ul
{
    list-style: disc;
    margin: 10px;
}

#article_list li
{
    margin: 0 0 5px 18px;
}

#article_list li a
{
    color: #0e5a23;
    display: block;
}

#article_list li a:hover
{
    text-decoration: underline;
}