/* HTML ELEMENT STYLING */
body {
	background:#FFF url(img/body_bg.gif) repeat-y top center;
	color:#565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	}

a {
	text-decoration:none;
	color:#BB0000;
	}

a:hover {
	text-decoration:underline;
	}

H1 {
	color:#538805;
	text-transform:capitalize;
	font-size:16px;
	margin:0 auto 10px 0;
	}
H2 {
	color:#B88A00;
	text-transform:capitalize;
	font-size:14px;
	margin:15px auto 5px 0;
	}
H3 {
	color:#565656;
	text-transform:capitalize;
	font-size:12px;
	margin:10px auto 5px 0;
	}
H4 {
	color:#333;
	font-size:11px;
	margin:0 auto 5px 0;
	text-transform:capitalize;
	}

p {
	margin:0 0 10px 0;
	}

form {
	margin:10px 0 10px 0;
	}

	form input.field {
		width:125px;
		border:#999 1px solid;
		}

	form input.button {
		padding:0 5px 0 5px;
		color:#FFF;
		background:#376C01 url(img/menu_bg.gif) repeat-x 0 0;
		border-width:0;
		}
		

/* PAGE ELEMENTS */

#window {
	width:850px;
	text-align:left;
	}

#slogan {
	height:30px;
	line-height:30px;
	margin:0 10px 0 10px;
	}

	#slogan .left, #navi .left {
		float:left;
		}

	#slogan .right, #navi .right {
		float:right;
		}

	#sitemap {
		display:none;
		position:absolute;
		z-index:10;
		width:450px;
		margin-left:-450px;
		margin-top:20px;
		background-color:#FFF;
		border:#DDD 1px solid;
		line-height:10px;
		}

		#sitemap .inner {
			padding:10px;
			border:#999 1px solid;
			}

		#sitemap .indent {
			padding-left:20px;
			}

		#sitemap a {
			color:#538805;
			font-weight:bold;
			}

		#sitemap a.close {
			margin-left:380px;
			color:#0000FF;
			font-size:8px;
			font-weight:normal;
			text-transform:uppercase;
			}

		#sitemap p {
			margin:3px auto 10px 0;
			}


	

#header {
	height:75px;
	background:#6BA812 url(img/header.jpg) no-repeat 0 0;
	margin:0 10px 0 10px;
	}

	#header a.title {
		display:block;
		position:absolute;
		line-height:50px;
		width:300px;
		height:25px;
		margin-top:25px;
		overflow:hidden;
		text-indent:310px;
		}

#menu {
	height:33px;
	background:#376C01 url(img/menu_bg.gif) repeat-x 0 0;
	border:#568C06 1px solid;
	margin:0 10px 0 10px;
	}

	#menu a {
		display:block;
		float:left;
		height:33px;
		line-height:33px;
		padding:0 10px 0 10px;
		color:#FFF;
		border-right:#86BC37 1px solid;
		font-size:9px;
		text-transform:uppercase;
		}

	#menu a:hover, #menu a.active {
		background-color:#455E20;
		text-decoration:none;
		}

#content {
	border:#D1D1D1 1px solid;
	border-width:0 1px 1px 1px;
	margin:0 10px 10px 10px;
	padding:5px 5px 20px 5px;
	}

	#navi {
		line-height:22px;
		border-bottom:#D2D1D1 1px solid;
		text-transform:uppercase;
		font-size:9px;
		}

	#left {
		float:left;
		width:155px;
		margin-right:10px;
		margin-top:10px;
		}

	#center {
		float:left;
		padding-left:10px;
		padding-right:10px;
		width:470px;
		border-left:#D2D1D1 1px solid;
		border-right:#D2D1D1 1px solid;
		margin-top:10px;
		margin-right:5px;
		}

	#right {
		float:left;
		width:155px;
		margin-top:10px;
		}

		#left H1, #right H1, #left H2, #right H2 {
			color:#565656;
			font-size:10px;
			text-transform:uppercase;
			margin:0;
			padding-bottom:5px;
			border-bottom:#DDD 1px solid;
			}

#footer {
	text-align:center;
	margin:0 10px 0 10px;
	}

	#footer a {
		color:#565656;
		font-size:9px;
		}


/* CLASSES */
.linkbox {
	margin-top:5px;
	margin-bottom:10px;
	}

	.linkbox a {
		display:block;
		/*height:22px;*/
		line-height:10px;
		padding:3px 0 5px 3px;
		color:#538805;
		text-transform:uppercase;
		font-size:9px;
		}

	.linkbox a.sub, .linkbox a.sub_active {
		padding-left:8px;
		}

	.linkbox a.active, .linkbox a.sub_active {
		color:#8D8C8C;
		}

.featurebox {
	margin:5px;
	}

.featurebox2 {
	padding:8px 0 3px 0;
	margin:5px;
	border:#CCC 1px solid;
	border-width:0 0 1px 0;
	}

a.topical {
	color:#888;
	text-decoration:none;
	border-bottom: #999 1px dotted;
	}
	
a.topical:hover {
	color:#333;
	}