﻿body
{
    margin: 0px; /*removes indent IE and Opera*/
    border: 0px; /*removes indent Mozilla and NN7*/
    font-size: 10.5pt;
    color: #434e1b;
    text-align: left;
    font-family: sans-serif, Helvetica, Geneva, Arial;
    background-color: #95e23a;
    background-image: url(../images/back.jpg);
    background-repeat: repeat;
 
}

p, img {
    margin:0px;
    border:0px;
}
h1 
{
 font-size: 14pt;
} 

a, a:link, a:visited, a:active, a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #434e1b;
   }

a:hover {
    color: #a5cd70;
}
#container { 
    width:800px;
    left:50%; /*center div on page start*/
    margin-left:-400px;/*center div on page*/
    position: relative; /*center div on end*/
    background-image: url(../images/background.png); 
    background-repeat:repeat-y; 
    padding-left:10px;
}


#header
{
    height: 160px;
    background-image: url(../images/header2.png);
    background-repeat: no-repeat;
   
}


#menu
{
    padding-top: 109px;
    height: 35px;
    
}


#menu li {
	list-style-type: none; /*turns off display of bullet*/
	font-size: 13pt;
	letter-spacing: 150%;
	display:inline;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:hover
{
    text-decoration: none;
    text-transform: lowercase;
    font-weight: bold;
    color: #3c4d18;
    padding-right: 15px;
}

#menu a:hover {
    color: #ffffff;
}

#submenu
{
    float:left;
    width:200px;
   margin-top:-14px;
   margin-left:-16px;
   
   }

#pagecontent 
{
    float:left;
    width:400px;
}



#imagebar 
{
    width:185px;
    float:left;
    padding-top:8px;
    padding-right:-10px;
}

#imagebar img 
{
    padding-bottom:2px;
    padding-right:-10px;
   
}

#submenu li
{
    list-style-type: none; /*turns off display of bullet*/
    font-size: 85%;
}

#submenu a, #submenu a:link, #submenu a:visited, #submenu a:active, #submenu a:hover
{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #88ce35;
    display:block;
	width:155px;
	height:18px;
	padding-left:5px;
	padding-top:2px;
}

#submenu a:hover {
    background-color: #3c4d18;
}

#content {
    width:770px;
    padding:5px;
 

}


#flash
{
    margin-left:-5px;
    margin-top:-3px;
}


#content p, h1, ul
{
padding-top:8px;}

h1
{
    text-transform: capitalize;
}

.pdf
{
    background-image: url(../images/pdf_small.jpg);
    padding-left: 25px;
    background-position: left 5px;
    background-repeat: no-repeat;
    margin-top:10px;
}

#content ul 
{
    padding-left:15px;
}
#content li 
{
    padding-bottom:3px;
}

#address
{
    width:300px;
    padding-right:10px;
    float:left;
}

#address img 
{
 margin-left:-5px; 
 padding-bottom:2px;  
}

#contactdiv
{
    width:400px;
    padding-right:10px;
    float:left;
}



#footer 
{
     width:780px;
    background-color:#88ce35;
    clear: both;
    color: #ffffff;
}

#footer p
{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    
    font-size: 13pt;
    padding-top: 6px;
    
    
}

.FloatLeft 
{
    float:left;}
 .FloatRight 
 {
    float:right;}
.clear 
{
    clear:both;
}

#copyright 
{
    padding-right:8px;
    font-size:10px;
}
    