/* CSS Document */
body 
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #455A30;
	text-decoration: underline;
}

a:visited {
	color: #455A30;
	text-decoration: underline;
}

a:hover {
	color: #DC5D00;
	text-decoration: underline;
}

a.header:link {
	font-size: 11px;
	color: #767676;
	text-decoration: none;
}

a.header:visited {
	font-size: 11px;
	color: #767676;
	text-decoration: none;
}

a.header:hover {
	font-size: 11px;
	color: #FFAD00;
	text-decoration: underline;
}

a.navigation:link {
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a.navigation:visited {
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a.navigation:hover {
	font-size: 11px;
	color: #68872D;
	text-decoration: underline;
}

a.subnav:link {
	font-size: 11px;
	color: #68872D;
	text-decoration: none;
}

a.subnav:visited {
	font-size: 11px;
	color: #68872D;
	text-decoration: none;
}

a.subnav:hover {
	font-size: 11px;
	color: #93B15C;
	text-decoration: underline;
}

a.contactbox:link {
	font-size: 11px;
	color: black;
	text-decoration: underline;
}

a.contactbox:visited {
	font-size: 11px;
	color: black;
	text-decoration: underline;
}

a.contactbox:hover {
	font-size: 11px;
	color: #FFD5A4;
	text-decoration: underline;
}

a.boxes:link {
	color: black;
	text-decoration: none;
}

a.boxes:visited {
	color: black;
	text-decoration: none;
}

a.boxes:hover {
	color: #455A30;
	text-decoration: underline;
}
/* Dropdown Script */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8B9F68;
}
/* Dropdown Script */

#home_square1 {
	background-color: #B8C2A1;
	font-size: 12px;
	padding: 10px;
}

#home_square2 {
	background-color: #BFC9D9;
	font-size: 12px;
	padding: 10px;
}

#home_square3 {
	background-color: #D9CCA6;
	font-size: 12px;
	padding: 10px;
}

p {
	font-size: 12px; 
}

#footer {
	padding-top: 10px;
	border-top: 1px solid #D3D3D3;
	font-size: 10px;
}

#navigation {
	padding-top: 10px;
	font-size: 11px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 15px;
}

li {
	list-style-type: none;
}

#contactblock {
	font-size: 11px;
	background-color: #C3C3C3;
	padding: 5px;
}

#nav_divider {
	background-image: url(../images/nav_gradient.jpg);
	background-repeat: repeat-y;
}

h1 {
	font-size: 16px;
	margin-top: 10px;
}

#content {
	padding-left: 5px;
}

#subcontent {
	list-style-type: disc;
	margin-left: 40px;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#subcontent_normal {
	list-style-type: disc;
	margin-left: 40px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#numbered {
	list-style-type: decimal;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}