#nav ul { list-style-type: none; padding: 0; margin: 0; }
#nav li { display: block; }
#nav a { font-weight: bold; display: block; color: #396b38; padding: 5px 15px; text-decoration: none; }
#nav a:hover { color: #fff; display: block; background-color: #9acc99; text-decoration: none; }

#searchbar { float: right; padding: 7px 0 0 0; }
#searchbar form { margin: 0; }

#banner {
	height: 220px;
	padding: 0 0 0 7px;
	}

#footer {
	padding: 0;
	}
#footer table { background-color: #96865e; }
#footer table tr td img { padding: 6px 0 0 30px; border: none; }
#footer table tr td a { padding: 0 5px; color: #fff; text-decoration: none; }
#footer table tr td a:hover { padding: 0 5px; color: #e0ca95; }
#footer table tr td hr { color: #fff; height: 1px; }
#footer table tr td p { color: #fff; padding: 1px 10px 5px 10px;}
