body {
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
}

#container {
	border-right: 1px solid #ccc;
	width: 959px;
}

#header {
	width: 959px;
	height: 130px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header #gcplink {
	float: left;
	width: 200px;
	height: 60px;
	margin-left: 20px;
	margin-top: 10px;
}

#header #homelink {
	float: left;
	width: 400px;
	height: 50px;
	margin-left: 20px;
	margin-top: 5px;
}

#menu {
	background-color: #afd186;
	height: 36px;
}

#nav {
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	padding: 8px 8px 8px 15px;
	background-color: #afd186;
	height: 20px;
	_margin-bottom: -12px;
	width: 690px;
	float: left;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { 
	float: left;
	padding: 3px 5px 15px 5px;
	margin: 0 15px;
	display: inline;
}

#nav li li {
	padding: 6px;
	width: 100%;
	margin: 0;
}

#nav li ul { /* second level lists */
	position: absolute;
	left: -999em;
	background-color: #afd186;
	width: 200px;
	margin-top: 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav li ul ul { /* third and above level lists */
	margin: -15px 0 0 194px;
	background-color: #afd186;
	border-top: 1px solid #000;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a {
	color: #4c583d;
	text-decoration: none;
}

#nav a:hover {
	background-color: #9bbb74;
}

#content {
	min-height: 300px;
	_height: 300px;
	background-image: url(images/bluegradient.gif);
	background-repeat: repeat-x;
	padding: 20px;
}

#footer {
	min-height: 31px;
	_height: 31px;
	background-image: url(images/footergradient.gif);
	background-repeat: repeat-x;
	color: #3d637f;
	padding: 30px 20px 10px 20px;
}

.clear {
	clear: both;
	font-size: 0;
}