body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
}

a {
	outline: none;
	text-decoration: none;
	color: #008c10;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	width: 780px;
	margin: auto;
	padding: 0 20px;
}

#header {
	position: relative;
	height: 165px;
}

#logo {
	display: block;
	margin-left: 100px;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px !important;
	bottom: -2px;
	right: 0;
	border-top: 1px solid #88e982;
	border-left: 1px solid #88e982;
}

#nav li {
	float: left;
	display: block;
	border-right: 1px solid #88e982;
	width: auto !important;
	width: 1px;
}

#nav a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	height: 25px;
	background-color: #e0ffe4;
}

#nav a:hover {
	text-decoration: none;
	background-color: #cdfcc7;
}

#nav .current {
	height: 26px;
}

#nav .current:hover {
	height: 25px;
	border-bottom: 1px solid #aefba9;
}

#header h2 {
	position: absolute;
	bottom: -.5em;
	left: 10px;
	margin: 0;
	padding: 0;
}

#content {
	border-top: 1px solid #BBB;
	background: #f8fff7 url("../images/green-gradient.png") repeat-x;
	padding: 20px;
	border: 1px solid #aefba9;
	border-top: 1px solid #aefba9;
	border-right: 1px solid #88e982;
	border-left: 1px solid #cfffcc;
}

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #888;
	font-size: .8em;
}

.green_corners li {
	position: relative;
}

.green_corners span {
	position: absolute;
	top: -1px;
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.green_corners .tl {
	left: -1px;
	background-image: url("../images/tl-green.gif");
}

.green_corners .tr {
	right: -1px !important;
	right: -2px;
	background-image: url("../images/tr-green.gif");
}

.split {
	clear: left;
	height: 10px;
	border-bottom: 1px dashed #88e982;
	margin: 20px 0;
}