/* General CSS */

body {
	font: 12px/150% Verdana, Geneva, sans-serif;
	margin: 0;
}

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

a:hover {
	color: #009932;
}

/* Layout */

div#centercontainer {
	width: 840px;
	margin: auto;
}

div#quicklinks {
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 5px;
}

div#quicklinks a {
	font-size: 10px;
}

div#logocontainer {
	height: 62px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

/* -- Header -- */

div#header {
	position: relative;
	margin-top: 10px;
}

div#head {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/head.png);
	height: 252px;
	width: 840px;
}

div#navigation {
	background-color: #009932;
	color: #FFF;
	width: 840px;
	height: 250px;
	position: absolute;
	top: 215px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	filter: alpha(opacity=85);
}

div#navigation div {
	float: left;
	width: 197px;
	padding: 0 5px;
	height: 100%;
	cursor: pointer;
	font-size: 11px;
}

div#navigation div:first-child {
	padding-left: 10px;
}

div#navigation h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin: 0;
	padding: 9px 0 10px 30px;
}

div.nav-pic {
	height: 108px !important;
	width: 197px;
	background-image: url(images/nav_pics.png);
	padding: 0 !important;
	float: none !important;
}

div#nav-pic2 {
	background-position: 0 324px;
}

div#nav-pic3 {
	background-position: 0 216px;
}

div#nav-pic4 {
	background-position: 0 108px;
}