body {
    /*background: #5e5e5e;
    font-family: 'Times New Roman', Calibri, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.7em;
    font-size: 14px;*/


    background: #fff;

	color: #333;

	font-size: 11px;

	padding: 0 0 0px;

}

a:link, a:visited {
    color: #0066CC;
    text-decoration: none;
    font-weight: normal;
}

a:active, a:hover {
    color: #008400;
    text-decoration: underline;
}

p {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.divider {
    background: url(images/divider.jpg) repeat-x bottom;
}

.cleaner {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

.cleaner_h10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.cleaner_h20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.cleaner_h30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.cleaner_h40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.cleaner_h50 {
    clear: both;
    width: 100%;
    height: 50px;
}

.cleaner_h60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.button_01 a {
    display: block;
    width: 70px;
    height: 22px;
    padding: 5px 2px 0 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(images/button_01.png) no-repeat;
}

    .button_01 a:hover {
        color: #ffffff;
        background: url(images/button_01_hover.png) no-repeat;
    }

h2 {
    margin: 0 0 5px 0;
    padding: 10px 0;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}

h3 {
    margin: 0;
    padding: 2px 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

#wrapper {
    width: 75%;
    margin: 0 auto;
}

/* header */

#header_wrapper {
    width: 100%;
    /*background: url(images/header.gif);*/
    white-space: nowrap;
     background-color:#9D240C;
}

#header {
    clear: both;
    width: 75%;
    height: 110px;
    margin: 0 auto;
    padding: 0 10px;
    text-align:left;
    width:960px;
}

    #header img {
        float: left;
        width: 105px;
        height: 110px;
    }

    #header p {
        clear: both;
        width: 70%;
        margin-left: 140px;
        margin-bottom: 20px;
        color: #ffffff;
        font-size: 25px;
        font-style: italic;
        text-align:left;
    }


    #header #site_title {
        float: left;
        text-align:left;
        padding-top: 10px;
        margin-left: 10px;
        width: 700px;
        height: 60px;
        text-align: center;
        overflow: hidden;
         text-align:left;
    }

#site_title h1 {
    margin: 0px;
    padding: 15px 0 0 0;
}

    #site_title h1 a {
        font-size: 30px;
        text-align:left;
        font-family: 'Times New Roman', Geneva, sans-serif;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

        #site_title h1 a:hover {
            font-weight: bold;
            text-decoration: none;
        }

        #site_title h1 a span {
            display: block;
            margin-top: 10px;
            margin-left: 5px;
            font-size: 20px;
            color: #999;
            font-weight: normal;
            letter-spacing: 2px;
        }
 #site_title h3 span {
            display: block;
            margin-top: 5px;
            margin-left: 5px;
            font-size: 14px;
            color: white;
            font-weight: normal;
            letter-spacing: 2px;
            text-align:left;
            font-style:italic;
        }
nav {
    background: url(images/menu.jpg) repeat-x;
    float: left;
    width: 100%;
    height: 38px;
    margin: 0 auto;
}

    nav div {
        width: 75%;
        height: 38px;
        margin: 0 auto;
        padding: 0 30px;
    }

    nav ul {
        float: left;
        float: left;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px dotted #dddddd;
        list-style: none;
        display: inline;
        width:960px;
    }

        nav ul li {
            float: left;
            list-style: none;
            display: inline;
            position: relative;
            line-height: 30px;
        }

            nav ul li a {
                float: left;
                list-style: none;
                display: block;
                padding: 4px 22px;
                border-right: 1px solid #5f016f;
                color: #008400;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
            }

            nav ul li:hover ul li a:hover {
                color: #FFFFFF;
                text-decoration: none;
                background-color:#9D240C;
                font-weight:bold;
                width:auto;
            }

            nav ul li a:hover, nav ul li a.current {
                color: #008400;
            }

            nav ul li ul {
                display: none;
            }

            nav ul li:hover ul {
                min-width: 187px;
                width: auto;
                display: block;
                float: left;
                position: absolute;
                left: 0px;
                top: 35px;
                background: #FFFFFF;
                border: 1px dotted #36004d;
                z-index: 9999 !important;
            }

                nav ul li:hover ul li {
                    margin: 0 5px;
                    padding: 0px;
                    display: inline;
                    float: left;
                    border-bottom: 1px dotted #dddddd;
                    font-weight: bold;
                    font-size: 10px;
                    position: relative;
                    background: none;
                }

                    nav ul li:hover ul li a {
                        font-weight: normal;
                        padding: 0px;
                        float: none;
                        min-width: 300px;
                        width: auto;
                        display: block;
                        padding: 0px 0 0px 9px;
                        font-size: 11px;
                        line-height: 25px;
                        height: 25px;
                        border-left: none !important;
                        border-right: none !important;
                        text-decoration: none;
                    }

                    nav ul li:hover ul li ul {
                        display: none;
                    }

                    nav ul li:hover ul li:hover ul {
                        position: absolute;
                        left: 170px;
                        top: 0px;
                        display: block;
                    }

/* end of menu */

/* content */

#content_wrapper {
    width: 75%;
    padding: 30px;
    min-height: 400px;
    margin: 0 auto;
    background: #EDE4C7;
    width:960px;
}

#sidebar {
    float: left;
    width: 270px;
}

.sidebar_box {
    padding: 20px 30px;
    background: #EDE4C7;
}

.sidebar_box_bottom {
    width: 270px;
    height: 15px;
    margin-bottom: 30px;
    background: url(images/sidebar_section_bottom.jpg);
}

.news_box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #8a9ba8;
}

    .news_box .post_info {
        font-size: 14px;
    }

        .news_box .post_info a {
            color: #157ad2;
            font-weight: normal;
        }

    .news_box a {
        color: #000000;
        font-weight: normal;
    }

    .news_box span {
        color: #157ad2;
    }

.sidebar_box label {
    display: block;
    margin-bottom: 10px;
}

.sidebar_box #input_field {
    height: 20px;
    width: 200px;
    padding: 0 5px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    font-variant: normal;
    line-height: normal;
}

.sidebar_box #submit_btn {
    float: right;
    height: 30px;
    width: 80px;
    margin: 0px;
    padding: 3px 0 15px 0;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    vertical-align: bottom;
    white-space: pre;
    outline: none;
}

#content {
    float: right;
    width: 590px;
}

.content_box {
    clear: both;
    width: 590px;
    padding: 30px 30px;
    background: #EDE4C7;
}

.content_box_bottom {
    width: 590px;
    height: 36px;
    margin-bottom: 20px;
    background: url(images/content_bottom.jpg) no-repeat;
}

.content_box .image_fl {
    float: left;
    margin: 3px 15px 0 0;
}

.content_box .section_w250 {
    width: 250px;
}

.list_01 {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: decimal-leading-zero;
}

    .list_01 li {
        color: #008400;
        margin-bottom: 7px;
    }

/* end of content */

/* footer */

#footer_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff url(images/dialog_sides.gif) top repeat-x;
}

#footer {
    width: 75%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: #7c7471;
}

    #footer a {
        color: #333333;
    }

    #footer .footer_menu {
        margin: 0 0 10px 0;
        padding: 0px;
        list-style: none;
    }

.footer_menu li {
    margin: 0px;
    padding: 0 10px;
    display: inline;
    border-right: 1px solid #333333;
}

.footer_menu .last_menu {
    border: none;
}

/* end of footer */



.inputtext {
    min-width: 160px;
}

textarea, select {
    min-width: 160px;
    font-family: Calibri, sans-serif;
}

textarea {
    overflow: hidden;
}

.field {
    border: solid 1px #d3cfc7;
    font-family: 'Times New Roman', sans-serif;
    background: #fff;
    padding: 2px;
}

.txtlong {
    min-width: 160px;
}

.small-field {
    border: solid 1px #d3cfc7;
    font-family: 'Times New Roman', sans-serif;
    background: #fff;
}

.checkbox {
    width: 13px;
    height: 13px;
    vertical-align: top;
    position: relative;
    top: 2px;
}

.button {
    background: #A5422B url(images/header.gif) repeat-x 0 0;
    border: solid 1px #b1a874;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    line-height: 14px !important;
}

    .button:hover {
        color: #A5422B;
        border-color: #A5422B;
        background: #ffffff;
    }


.field:focus {
    color: #000;
    border-color: #857b42;
}

a img {
    border: 0;
}

a {
    color: #ba4c32;
    text-decoration: underline;
    cursor: pointer;
}

    a:hover {
        color: #8d341f;
        text-decoration: none;
    }

.left, .alignleft {
    float: left;
    display: inline;
}

.right, .alignright {
    float: right;
    display: inline;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.ac {
    text-align: center !important;
}

h1 {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
}

    h1 a {
        color: #fff;
        text-decoration: none;
    }

h2 {
    font-size: 15px;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

    h3 a {
        text-decoration: none;
    }

    .rounded_cornersw {
    border: 1px solid #9D240C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background-color :#9D240C ;
    font-family:'Times New Roman';
    font-size:20px;
}
     .rounded_cornersws {
    border: 1px solid #FDE4DF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background-color :#FDE4DF ;
    font-family:'Times New Roman';
    font-size:12px;
}
.rounded_corners {
    border: 1px solid #9D240C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    padding-left:10px;
}

    .rounded_corners td, .rounded_corners th {
        border: 1px solid #9D240C;
        font-family: 'Times New Roman';
        font-size: 12px;
        text-align: left;
        /*padding-left:10px;*/
    }

    .rounded_corners table table td {
        border-style: none;
    }

.Content_box {
    padding: 0px 30px;
    font-size:20px;
    font-family:'Times New Roman';
    color: #fff;
}

    .Content_box .label {
        display: block;
        margin-bottom: 10px;
    }

.input_field {
    height: 18px;
    width: 240px;
    border-radius: 5px;
    border: 1px solid #000000;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
    font-variant: normal;
    line-height: normal;
     padding-left:5px;
}

.dropdown_field {
    height: 28px;
    width: 240px;
    border-radius: 1px;
    border: 1px solid #000000;
    color: #000000;
    margin-bottom: 10px;
    font-size: 13px;
    font-variant: normal;
    line-height: 18px;
}

.Content_box .submit_btn {
    float: right;
    height: 30px;
    width: 80px;
    margin: 0px;
    padding: 3px 5px 15px 0;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    white-space: pre;
    outline: none;
}

.tblborder {
    font-family: 'Times New Roman';
    font-size: 13px;
    font-weight: normal;
    
    /*background-color:#e3effc*/
}
.notborder {
    border-style:none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;   
    width: 100%;
    /*background-color:#e3effc*/
}

.WaterText {
    font-family: 'Times New Roman';
    font-size: 12px;
    color: #A0A0A0;
    font-weight: normal;
    text-align: left;
}
