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

body{
    background-image: url(images/background4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: white;
     margin: 0 auto;
    
}

.top_nav{
    width: 920px; 
    margin: auto; 
    text-align: left;    
    z-index: 99;
    position: relative;
}

.top_bar{
    background-color: #1c6410;
    width: auto;
    height: 35px;
    line-height: 35px;
    
}

.top_bar ul{
    margin: 0;
    padding: 0;
    color: #e1d5ab;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.top_bar ul li{
    
    display: block;    
    margin-right: 20px;
    height: 35px;
    float: left;
}

.top_bar li:hover{
    background-image: url(images/active_arrow.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;    
}


#current{
    color: white;
}

#current li{
    background-image: url(images/active_arrow.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;    
}

#current_li{
    background-image: url(images/active_arrow.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;    
    
}

.top_bar a{
    
    height: 35px;
    text-decoration: none;
    color: #e1d5ab;
}

.top_bar a:hover{
    color: white;
    
}



.login_box{
    width: 400px;
    height: 35px;
    background-color: #e6c585;
    position: absolute;
    right: 40px;
    bottom: 6px;
    color: #1c6410;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    
}

.main_cont{
    width: 951px;
    margin: 0 auto;
}

.top_box{
    background-image: url(images/home_top_back2.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 334px;
    position: relative;
}

.subnav{
    background-image: url(images/home_subnav_back2.jpg);
    background-repeat:no-repeat;
    width: 950px;
    height:  30px;
    line-height: 30px;
    padding-left: 70px;
}

.subnav ul{
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 14px;
    color: #1c6410;
}

.subnav li{
    display: block;
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    height: 30px;
}

.subnav li:hover{
    background-color: #1c6410;    
    color: white;
}

.subnav a{
    text-decoration: none;
    color: #1c6410;
    cursor: hand;
}

.subnav a:hover{
    color: white;    
}

#current_sub{
    color: white;
    background-color: #1c6410;    
}

#current_sub_li{
    background-color: #1c6410;        
}

.bottom_box{
    background-image: url(images/home_bottom_back2.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 325px;
        
}

.flash_pics{
    position: absolute;
    top: 5px;
    margin-left: 450px;
    width: 518px;
    height: 306px;
    z-index: 5;
}

.home_text{
    margin-left: 40px;
    margin-top: 15px;
    width: 40%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 20px;
}

.bottom_logo{
    display: block;
    position: absolute;
    padding-top: 210px;
    
}

.rounded_box{
    background-image: url(images/tan_rounded.gif);
    background-repeat: no-repeat;
    width: 353px;
    height: 189px;
    line-height: 189px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    position: relative;
    
}

.window_cont{
    width: 82%;
    margin: 0 auto;
}

.rounded_box img{
    margin-left: 13px;    
}

.box_text{
    margin-top: 50px;
    display: block;
    float: right;
    line-height: 18px;
    text-align: center;
    padding-right: 15px;
    font-family: Arial, Helvetica, sans-serif;
    width: 54%;
}

.box_text2{
    margin-top: 50px;
    display: block;
    float: left;
    line-height: 18px;
    text-align: left;
    padding-right: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.green_corner{
    background-image: url(images/green_corner_back.png);
    position: absolute; 
    right: 0px;    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
    text-align: center;
    width: 181px;
    height: 33px;
    line-height: 33px;
    
}

.home_bottom_txt{
    text-align: center;
    margin-top: 30px;
    margin-left: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}

.footer{
    margin: 0 auto;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 930px;
}

.rounded_button{
    width: 102px;
    height: 28px;
    line-height: 28px;
    background: url(/images/rounded_button.png) no-repeat;
    text-align: center;
}
    
#button_link{
    color: white;
    text-decoration: none;
    font:  bold 14px Arial, Helvetica, sans-serif;
}

.footer a{
    color: #1c6410;    
}

.bottom_box a{
    color: #1c6410;    
}