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

body {
	margin: 0; padding: 0;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #d5d5d5 url(images/bg.gif) repeat-y center top;
}
	body > div { font-size: 105%; }

h1 { margin-bottom: 1.5em; font-size: 150%; font-weight: normal; }

#container {
	position: absolute;
	left: 50%; top: 0;
	width: 950px; height: auto;
	margin-left:-475px;
}

#logo {
	margin: 55px 0 0 26px;
}
	#logo img { border-width: 0; }

#top {
	width: 924px;
	padding: 45px 0 44px 26px;
	border: 10px solid #0d3f6d;
	border-left-width: 0; border-right-width: 0;
	background: #4871af url(images/bg-mast.jpg) no-repeat left top;
}
	#home #top { padding-bottom: 138px; background-image: url(images/bg-homemast.jpg); }

#nav {
	display: block;
	width: 924px; min-height: 2.1em;
	margin: 0; padding: 0;
	padding-left: 26px;
	font-size: 12px;
	font-weight: 500;
	background-color: #4e731e;
}	
	#nav a {
		display: block;
		float: left;
		width: 160px; height: auto;
		margin: 0 -1px 0 0; padding: 5px 0 6px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #9eb933;
		border-top-width: 0; border-bottom-width: 0;
		color: #ffffff;
	}
	
	#nav a:hover { background-color: #79a73d; }

#content {
	position: relative;
	left: 260px; top: 0; 
	width: 410px;
	margin: 30px 0 42px;
	line-height: 190%;
}
	#content ul { margin: 0; padding: 0; list-style-position: inside; }

#leftcol {
	position: absolute;
	left: 25px; top: 320px;
	width: 200px;
	font-size: 90%;
}
	#leftcol ul { margin: 20px 0 0; padding: 0; }
	#leftcol li { list-style-type: none; margin-bottom: .7em; }

#footer { margin-bottom: 15px; }

ul.down li { margin-bottom: .8em; }

a { color: #4e731e; }
	a:hover { color: #62981c; }
	
