@charset "utf-8";
/**
 * Style Name: EverGreen
 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	background: #F8EBD4 url(../images/page_bg.jpg) repeat-y left top;
	min-width: 440px;
	padding-bottom: 10px;
}
.header {
	margin: 10px 0;
	background: #4D7730 url(../images/header_bg.gif) repeat-x left top;
	border-bottom:2px solid #779359;
	border-top:2px solid #779359;
	padding:5px 5px 5px 130px;
}
.mainwrapper {
	margin-left: 140px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
sup {
	display: block;
	position: absolute;
	font-size: 10px;
	color: #FFF;
	display: none;
}
h1 a {
	color: #FFF;
	text-decoration: none;
}
h1 a:hover sup {
	display: inline-block;
	text-decoration: none;
}
h1 span {
	color: #FFF;
	font-size: 16px;
}
h2 {
	color: #003300;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	background:transparent url("../images/title_bg.gif") repeat-x scroll left top;
}
h3 {
	color: #003300;
	font-size: 14px;
	margin-left: 14px;
}
h3 span.right {
	float: right;
	margin-right: 10px;
	font-family: "Courier New", Courier;
}
a {
	color: #003300;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style: circle;
	margin-left: 42px;
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	margin: 1em 0;
	margin-left: 28px;
}
p span {
	color: #666;
}
small {
	font-size: 9px;
}
blockquote {
	border: 1px dashed #CCC;
	margin-left: 28px;
}
blockquote p {
	margin-left: 0;
}
abbr {
	border-bottom: 1px dashed #CCC;
	cursor: help;
}
img {
	border: none;
}
img.thumb {
	border: 1px solid #CCC;
	padding: 4px;
	background: #FFF;
}

.gallery ul {
	list-style: none;
	margin: 0;
	margin-left: 14px;
}
.gallery ul li {
	display: inline;
}
.gallery ul li a {
	text-decoration: none;
}
.gallery ul.features {
	list-style: square;
	margin-left: 64px;
}
.gallery ul.features li {
	display: list-item;
}
.gallery h3 {
	margin: 10px 0;
	padding-left: 14px;
	border-bottom: 1px dashed #CCC;
	font-family: "Courier New", Courier;
}
.gallery h3 span {
	padding-right: 24px;
}
.gallery p {
	margin-left: 14px;
}