@charset "utf-8";
/* CSS Document */

body {
	margin: 0; padding: 0;
	font: 100%/160% Arial, Helvetica, sans-serif;
	background: #031829 url(images/bg.gif) repeat-x left top; 
}

h1 { margin-top: 0; font-size: 180%; font-weight: 600; }
h2 { font-size: 140%; font-weight: 600; }

#container {
	position: absolute;
	left: 50%; top: 0;
	width: 946px; height: auto;
	margin: 0 0 0 -475px; padding: 177px 0 0;
	border: 1px solid #000000;
	border-bottom-width: 0; border-top-width: 0;
	background: #ffffff url(images/nameplate.jpg) no-repeat top center;
}

#nav {
	position: absolute;
	left: 0; top: 270px;
	margin: 0; padding: 0;
	list-style: none;	
}
	#nav li { margin: 0; padding: 0; }
	
	#nav li a { 
		display: block;
		width: 10em; 
		margin: 0 0 3px; padding: 8px 10px 10px 12px; 
		font: 600 100%/100% Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-decoration: none;
		background-color: #7b9a62;
	}
		#nav li a.on { background-color: #567040; }
		#nav li a:hover { background-color: #b4cba1; }

#motto, #footer {
	width: 926px; height: auto;
	padding: 10px;
	color: #ffffff;
	line-height: normal;
	text-align: center;
	background-color: #567040;
}
	#motto { margin-bottom: 50px; font-size: 110%; font-weight: 600; border-bottom: 1px solid #000000; }
	#footer { margin-top: 60px; font-size: 80%; border-top: 1px solid #000000;	z-index: 500; }

#content {	
	width: 550px; height: 100%;
	margin-left: 270px;
	z-index: 100;
}
	#contact #content p { line-height: 120%; }

p.feature { margin-bottom: -.4em; font-size: 140%; font-weight: 600; }
.down { margin-top: 2em; }
.nowrap { white-space: nowrap; }

a { color: #693015; outline: none; border-width: 0; }
a:hover { color: #d54500; }

