html {
	overflow-y: scroll;
}

body {
	padding: 0 0 2em 0;
	color: #848484;
	font-size: 12px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
}

h1 {
	display: inline;
	float: left;
	margin: 17px 12px 39px 17px;
	width: 185px;
	height: 29px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #716565;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

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

.AntiSpam {
	vertical-align: top;
}

.Content {
	margin: auto;
	width: 1000px;
	clear: both;
}

#BetaNotice {
	margin: 0 0 2em;
	padding: 6px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #4F4F4F;
	background: #EFEFEF;
	border-bottom: 1px dotted #8c8c8c;
}

/* Top Nav */

#TopNav {
	margin: 15px 0 0 0;
	padding: 0;
	display: inline;
	float: left;
	width: 786px;
	position: relative;
	height: 70px;
}

.TopSubList,
.TopNavItem,
.TopSubNavItem {
	margin: 0;
	padding: 0;
	list-style: none;
}

#TopNav a {
	text-decoration: none;
}

.TopNavItem {
	float: left;
	display: inline;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	background-position: -99px -99px;
	background-repeat: no-repeat;
}

.TopNavItem:hover {
	text-align: justify; /* ie trigger */
}

.TopNavLink {
	display: inline;
	float: left;
	height: 100%;
	padding: 0 11px;
}

.TopNavLink img {
	margin-right: 4px;
	vertical-align: middle;
}

.TopNavLink:hover img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.TopNavPoint {
	clear: both;
	position: relative;
	top: -6px;
	left: 31px;
	z-index: 1;
	width: 13px;
	height: 6px;
	font-size: 0;
	background: no-repeat;
}

.TopNavItem:hover .TopNavPoint {
	z-index: 5;
	background-position: top left;
}

.TopNavItemSelected .TopNavPoint {
	z-index: 3;
	background-position: top left;
}

.TopNavBlank {
	position: absolute;
	left: 0;
	top: 29px;
	z-index: 2;
	width: 400px;
	font-size: 0;
	height: 6px;
	background: white -99px -99px no-repeat; /* used to preload menu bgs */
}

.TopNavItem:hover .TopNavBlank {
	z-index: 4;
}

.TopSubNav {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	width: 786px;
	height: 35px;
	background: white;
}

.TopNavItemSelected .TopSubNav,
.TopNavItem:hover .TopSubNav {
	display: block;
}

.TopNavItem:hover .TopSubNav {
	z-index: 10;
}

.TopSubBg {
	display: inline;
	float: left;
	height: 29px;
}

.TopSubLeft,
.TopSubRight {
	display: inline;
	float: left;
	width: 13px;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

.TopSubRight {
 	background-color: white;
	background-position: -987px top;
}

.TopSubList {
	background-position: center top;
	background-repeat: no-repeat;
}

.TopSubNavItem {
	float: left;
	display: inline;
	margin: 3px 6px 0;
	line-height: 23px;
}

.TopSubNavItem a {
	display: inline;
	float: left;
	color: #707070;
}

.TopSubNavItem span {
	position: relative;
	float: left;
	display: inline;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	overflow: hidden;
}

.TopSubNavItem span img {
	position: absolute;
	margin: 0;
	left: -23px;
	top: -23px;
}

.TopSubNavItem a:hover {
	text-align: left; /* ie trigger */
}

.TopSubNavItem a:hover span img,
.TopSubNavItemSelected a span img {
	top: 0;
}

#AboutUs .TopNavPoint {
	background-image: url(../images/about/topnavitem_bg.png);
}

#AboutUs .TopNavLink,
#AboutUs .TopSubNavItem a:hover,
#AboutUs .TopSubNavItemSelected a {
	color: #3191dd;
}

#AboutUs .TopNavLink:hover {
	color: #5e9dcd;
}

#AboutUs .TopSubBg,
#AboutUs .TopNavBlank {
	background-image: url(../images/about/topsubnav_bg.png);
}

#CleanEnergy .TopNavPoint {
	background-image: url(../images/clean/topnavitem_bg.png);
}

#CleanEnergy .TopNavLink,
#CleanEnergy .TopSubNavItem a:hover,
#CleanEnergy .TopSubNavItemSelected a {
	color: #f99a16;
}

#CleanEnergy .TopNavLink:hover {
	color: #faae45;
}

#CleanEnergy .TopSubBg,
#CleanEnergy .TopNavBlank {
	background-image: url(../images/clean/topsubnav_bg.png);
}

#Landowners .TopNavPoint {
	background-image: url(../images/landowners/topnavitem_bg.png);
}

#Landowners .TopNavLink,
#Landowners .TopSubNavItem a:hover,
#Landowners .TopSubNavItemSelected a {
	color: #3c802d;
}

#Landowners .TopNavLink:hover {
	color: #639957;
}

#Landowners .TopSubBg,
#Landowners .TopNavBlank {
	background-image: url(../images/landowners/topsubnav_bg.png);
}

/* xTop Nav */


/* Banner */

#Banner {
	height: 260px;
	min-width: 1000px;
	text-indent: -999px;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Footer */

#Footer {
	margin: 2em 0 0;
	padding: 1em 0;
	background: #f9f9f9;
}

#FooterLinks {
	margin: auto;
	width: 548px;
}

#FooterLinks a {
	margin: 0 2em 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}

#FooterLinks a:hover {
	color: #a1a1a1;
}

#FooterContact {
	margin: 0;
}

/* xFooter */

