@charset "utf-8";
/* CSS Document */

body {
    background: none repeat scroll 0 0 rgb(248 251 220);
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
p {
    line-height: 18px;
}
h2 {
    color: #000;
}
h3, h3 a {
    color: #659728;
    text-decoration: none;
}


.header {

    height: 130px;
    width: 100%;
}
.img_header {
    float: left;
    height: 130px;
    width: 300px;
}
.caption {
    color: #49007a;
    float: right;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 1.5px;
    margin-top: 51px;
    padding-right: 1%;
    text-align: right;
}
.logo {
    color: #ffffff00;
    float: left;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 34px;
    margin-top: 11px;
    text-align: right;
    background-image: url(../images/header_logo.jpg);
    background-repeat: no-repeat;
    height: 109px;
    width: 100%;
    position: absolute;
    left: 32%;
    padding: 1%;
}

.date {
    background: none repeat scroll 0 0 #659728;
    color: #fff;
    font-size: 11px;
    height: 23px;
    letter-spacing: 2px;
    padding-left: 3%;
    padding-top: 13px;
    width: 97%;
}
.wrapper {
    /* background: none repeat scroll 0 0 #b0ad5f; */
    height: auto;
    width: 100%;
    background: #e4f4cd !important;
}
.nav {
    /*background: none repeat scroll 0 0 #b0ad5f;*/
    float: left;
    height: auto;
    margin-bottom: 2%;
    padding: 4% 3% 10% 0;
    background: rgb(224 239 212);
    width: 16%;
    min-height: 300px;
}
.nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.nav ul li {
    border-bottom: 1px solid #72a62d;
    list-style: none outside none;
}
.nav ul li a {
    color: #000000;
    display: block;
    padding: 10px 10px 10px 0;
    text-align: right;
    text-decoration: none;
    font-size: 17px;
}
.nav ul li a:hover {
    background: none repeat scroll 0 0 #72a62d;
    color: #fff;
}
.nav li:last-child {
    border: 0 none;
}
.content {
    float: right;
    height: auto;
    padding-right: 5%;
    padding-top: 5%;
    width: 74%;
}
.content1 {
    float: right;
    height: auto;
    padding-right: 5%;
    padding-top: 5%;
    width: 74%;
}
.main {
    color: #333;
    font-size: 16px;
    padding-left: 6%;
    width: 73%;
}
.main p img {
    padding-right: 10px !important;
}
.ss {
    color: #c47f07;
}
.link a, .link td {
    color: #7d2b01;
    font-size: 16px;
    text-align: center;
}
.about {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}
.footer {
    float: left;
    font-size: 11px;
    margin: auto;
    text-align: center;
}
.content img {
    height: auto;
    max-height: 500px;
    max-width: 400px;
    width: auto;
}