@charset "utf-8";

/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    background-color: #FFF0BF;
}
form {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
input, select, textarea{
    border: 1px solid #5D805A;
    margin: 0px;
    padding: 0px;
    color: #173329;
    text-align: justify;
    vertical-align: middle;
    overflow: hidden;
    width: 98px;
    background-color: #FFF9E6;
    font-family: Tahoma;
    font-size: 10px;
    line-height: 10px;
    color: #231F20;
}
.formtable input, .formtable select, .formtable textarea {
    width: 250px;
    padding: 3px;
}
h1 {
    font-family: Verdana;
    font-size: 18px;
    color: #A32032;
    margin-top: 0px;
    margin-bottom: 24px;
    line-height: 16px;
    font-weight: bold;
    padding: 0px;
}

h1.home {
    font-family: Verdana;
    font-size: 16px;
    color: #A32032;
    margin-top: 0px;
    margin-bottom: 24px;
    line-height: 16px;
    font-weight: bold;
    padding: 0px;
}

h2 {
    font-family: Tahoma, Verdana;
    font-size: 16px;
    color: #A32032;
    font-weight: bold;
    font-style: italic;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 14px;
    padding: 0px;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    color: #165511;
    font-weight: bold;
    line-height: 1.2;

}


.formtable {
    vertical-align: top;

}
.formtable td {
    vertical-align: top;
}
.formtable .td-left {
    width: 140px;
    text-align:left;
    font-family: Verdana;
    font-size: 12px;
    line-height: 12px;
    color: #231F20;
}
.formtable .text {

}
.clear{
    clear:both;
}
.center {
    text-align: center;
}
.submit {
    background-color: #FFF9E6;
    text-align: center;
}

.ur, .ul, .ll, .lr, .right-shadow, .bottom-shadow{
    overflow:hidden;
    line-height: 0px;
    background-repeat: no-repeat;
}

.trans-1, .trans-2, .trans-3, .trans-4, .trans-5, .trans-6, .trans-7, .trans-8 {
    height:1px;
    background-color: #C2BFAF;
    clear: both;
    overflow: hidden;
}

.trans-8 {
    opacity: 0.00;
    filter:alpha(opacity=0); /* IE's opacity*/
}
.trans-7 {
    opacity: 0.10;
    filter:alpha(opacity=10); /* IE's opacity*/
}

.trans-6 {
    opacity: 0.20;
    filter:alpha(opacity=20); /* IE's opacity*/
}
.trans-5 {
    opacity: 0.30;
    filter:alpha(opacity=30); /* IE's opacity*/
}
.trans-4 {
    opacity: 0.40;
    filter:alpha(opacity=40); /* IE's opacity*/
}
.trans-3 {
    opacity: 0.50;
    filter:alpha(opacity=50); /* IE's opacity*/
}
.trans-2 {
    opacity: 0.60;
    filter:alpha(opacity=60); /* IE's opacity*/
}
.trans-1 {
    opacity: 0.70;
    filter:alpha(opacity=70); /* IE's opacity*/
}
p {
    line-height:16px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#page-container {
    background-color: #FFFFFF;
    width: 760px;
    font-family: "Times New Roman";
    font-size: 14px;
    color: #173329;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
#header {
    height: 182px;

}
#nav  {
    height: 25px;
    background-color: #5C8059;
    width: 760px;
    clear: both;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #A32032;
    position: relative;
    cursor: pointer;
}
#nav #transbar {
    position: absolute;
    width: 760px;
    top: 23px;
    display: none;

}
#nav a {
    display: block;
    text-decoration: none;
    float: left;
    height: 18px;
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #F9EAC7;
    padding-top: 7px;
    padding-right: 13px;
    padding-left: 13px;
}

#nav a:hover {
    color: #E9BD2E;
    background-color: #7D966D;

}
#nav ul{
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
#nav ul li{
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding: 15px;
    margin: -15px;
}
#nav .level2{
    display:none;
    position: absolute;
    top: 25px;
    height: auto;
    list-style: none;
    border: 1px solid #A32032;
    background: #FFF0BF;
    padding: 5px;
}
#nav .level2 li {
    clear: both;
    width: 100px;
}
#nav .level2 a{
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    background: #FFF0BF;
    margin: 0px;
    padding: 5px;
    display: block;
}
#nav .level2 a:hover{

    color: #A31F32;
    text-decoration: underline;
    font-size: 11px;
    font-weight: normal;
    background: #FFF0BF;
    margin: 0px;
    padding: 5px;
    display: block;
}
#nav li:hover .level2{
    display: block;
}
/*
 * Start IE6 Compatablity
 * The following are used to set the width of
 * the dropdowns or IE6 won't show them properly.
*/
#nav .aboutUs {
    width: 250px;
    * margin-left: -100px;
}

#main {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #5E815B;
    border-left-color: #5E815B;
    background-image: url(/image/main-bg.jpg);
    background-repeat: repeat-y;
    background-color: #FFF9E6;
}




#left {
    float: left;
    width: 164px;
    padding-left: 13px;
}
#left a{
    color: #453E30;
}
#left a:hover{
    color: #000000;
    text-decoration: none;
}
#main #left .title {
    height: 28px;
    width: 150px;
}
#main #left #newsletter .title {
    background-image: url(/image/left-box-title-news.jpg);
}

#main  #left  .box-content  {
    background-color: #F5F5FA;
    width: 148px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #5D805A;
    border-bottom-color: #5D805A;
    border-left-color: #5D805A;
    padding-top: 15px;
    padding-bottom: 27px;
    font-size: 10px;
    line-height: 10px;
    color: #231F20;
}


#main #left .box-spacer {
    background-image: url(/image/left-box-spacer.jpg);
    height: 20px;
    width: 150px;
}
#main #left #upcoming .title {
    background-image: url(/image/left-box-title-upcoming.jpg);
}

#main #left #newsletter {
    font-family: Tahoma;
    font-size: 10px;
    line-height: 10px;
    color: #231F20;
}
#main #left #newsletter p{
    line-height:10px;

}
#main #left #upcoming .box-content {
    font-family: Verdana;
}
#main #left #upcoming .box-content p {
    line-height:10px;
    margin-right: 15px;
    margin-left: 5px;
}
#main #left #testimonial {
    font-family: "Times New Roman";
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    color: #231F20;
    text-align: center;
    width: 120px;
    margin-top: 62px;
    margin-bottom: 53px;
    padding-left: 18px;
}
#main #left .img {
    margin-left: 23px;
}
#main #right a {
    color: #000000;
}
#main #right .divider {
    background-image: url(/image/right-divider-bg.gif);
    clear: both;
    height: 6px;
    width: 571px;
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 0px;
    overflow: hidden;
}

#right {
    width: 571px;
    float: left;
    padding-right: 10px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 12px;
    color: #231F20;
}

#right img{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#footer {
    clear: both;
    background-image: url(/image/footer-bg.gif);
    background-repeat: no-repeat;
    background-color:#5C8059;
    height: 35px;
    width: 760px;
    font-family: Verdana;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #EEEEEE;
    text-align: center;
    padding-top: 29px;
}
#extra/**/
{
    font-family: Verdana;
    font-size: 12px;
    color: #231F20;
    text-align: right;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
}
#extra  #copyright {
    float: left;
    font-family: Verdana;
    font-size: 10px;
    color: #231F20;
    text-align: left;
}

#copyright a {
    color: #231F20;
}
#copyright a:hover {
    color: #231F20;
    text-decoration: none;
}
.formtable {
    font-family: a;
}

ul.menu {
	padding-left: 0px;
	margin-left: 18px;
}
ul.menu li {
	line-height:16px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
