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

html, body {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	background-color: #000;
}
td {
	text-align: left;
	vertical-align: top;
}
* {
	margin:0;
	padding:0;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #AAA;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	margin-bottom: 15px;
}a {
	color:#C3DEAF;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}
img {
	outline:none;
}
p {
	margin-bottom: 15px;
	font-size: 12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
#utility-wrapper {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
	background-repeat: repeat-x;
	top: 0px;
	z-index: 2;
	background-image: url(../images/bg-utility.png);
}
#utility {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAA;
	font-size: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 2;
	position: relative;
}
#utility a {
	color: #AAA;
	text-decoration: none;
}
#utility a:hover {
	color: #FFF;
	text-decoration: none;
}
#utility .float-right {
	float: right;
	font-size: 10px;
}
#utility .green  {
	color: #a8d77d;
}
#tree-wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	height: 330px;
	position: absolute;
	background-image: url(../images/bg-tree-wrapper.png);
	background-position: center top;
	background-repeat: no-repeat;
	top: 0px;
	z-index: 1;
}
#header-wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	height: 210px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	top: 35px;
	z-index: 0;
	position: absolute;
}
#header {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	height: 210px;
	padding-top: 145px;
	padding-left: 60px;
}
#content-wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	top: 245px;
	position: absolute;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-x;
	background-color: #292E18;
}
#content {
	width: 960px;
	background-repeat: repeat-y;
	background-image: url(../images/bg-content.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content .width-ten {
	width: 10px;
}
#content a.thickbox {
	color: #a8d77d;
	font-size: 11px;
	text-decoration: none;
}
#content a.thickbox:hover {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
#footer {
	font-size: 10px;
	color: #AAA;
	line-height: 12px;
	width: 960px;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #000;
}
#footer a {
	color:#AAA;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: none;
}
.intro-paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFF;
	line-height: 24px;
	margin-bottom: 12px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
}
.subhead-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	padding-top: 8px;
}
.thumb {
	border: 1px solid #999;
}
a.link {
	font-size: 14px;
}

