/* CSS Document */

.bodyfont {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
}

.bodyfont2 {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}

.bodyfont3 {
	font-family: Arial;
	font-size: 12px;
	color: #72AC0C;
	line-height: 15px;
}
.bodyfont4 {
	font-family: Arial;
	font-size: 18px;
	color: #72AC0C;
	line-height: 20px;
}
.bodyfont5 {
	font-family: Arial;
	font-size: 12px;
	color: #484848;
	line-height: 20px;
}

.titlegreen {
	font-family: Arial;
	font-size: 13px;
	color: #4F7808;
	line-height: 20px;
}

.contact1 {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
}

.contact2 {
	font-family: Arial;
	font-size: 18px;
	color: #4F7808;
	line-height: 20px;
}

.bottomfont {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
}

A.bottomfont:link { text-decoration: none; color: #ffffff}
A.bottomfont:visited { text-decoration: none; color: #ffffff}
A.bottomfont:active { text-decoration: none; color: #ffffff}
A.bottomfont:hover { text-decoration: underline; color: #ffffff}


.navfont1 {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	line-height: 15px;
}

A.navfont1:link { text-decoration: none; color: #ffffff}
A.navfont1:visited { text-decoration: none; color: #ffffff}
A.navfont1:active { text-decoration: none; color: #ffffff}
A.navfont1:hover { text-decoration: underline; color: #ffffff}

.navfont2 {
	font-family: Arial;
	font-size: 13px;
	color: #76B00A;
	line-height: 15px;
}

A.navfont2:link { text-decoration: none; color: #76B00A}
A.navfont2:visited { text-decoration: none; color: #76B00A}
A.navfont2:active { text-decoration: none; color: #76B00A}
A.navfont2:hover { text-decoration: underline; color: #76B00A}


.copyfont {
	font-family: Arial;
	font-size: 9px;
	color: #ffffff;
	line-height: 15px;
}

.pagetitle1 {
		font-family: serif;
		font-size: 26px;
		color: #FA5D1F;
	}

/*drop down styles*/

#dropmenudiv{
position:absolute;
border:1px solid #690303;
border-bottom-width: 0;
font:normal 13px Arial;
line-height:19px;
z-index:120;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #690303;
padding: 1px 0;
text-decoration: none;
color:#690303;
background-color:#E79135;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#690303;
background-color: #FAB56B;
}

.li-style { padding-top:6px; padding-bottom:6px;}
.li-style2 { height:16px;}