﻿html, body {
	background: #131d1c;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414d49;
	line-height: 17px;
}

hr {
	height: 1px;
	margin-top: 10px;
	border: none;
	border-top: 1px solid #666;
}

a {outline: none;}
a img {outline: none; border:0;}

h1 {font-size: 18px; font-weight: normal; color: #5da104; line-height: 20px; margin: .67em 0;}
h2 {font-size: 16px ; font-weight: bold; color: #5da104; line-height: 18px; margin: .83em 0;}
h3, h4, h5, h6 {font-size: 12px ; font-weight: bold; color: #5da104; line-height: 13px;}
p, dl {margin: 1em 0;}
h3 {margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {margin: 1.67em 0;}
h6 {margin: 2.33em 0;}
a:link {color: #5da104; text-decoration: underline;}
a:visited {color: #5da104; text-decoration: underline;}
a:hover {color: #5da104; text-decoration: underline;}
a:active {color: #5da104; text-decoration: underline;}
.right {float: right; margin: 0 0 10px 15px;}
.left {float: left;margin: 10px 15px 10px 0;}

.large-green {
	font: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8cc63f;
	line-height: 20px;
}

.img-bdr-01 {
	background:#a1cd3a url(/images/img-bdr-01.jpg) bottom right no-repeat;
	padding: 1px 1px 67px 1px;
}
.img-bdr-02 {
	background:#a1cd3a url(/images/img-bdr-02.jpg) bottom right no-repeat;
	padding: 1px 1px 55px 1px;
}
#youtube-vid {
	width: 425px;
	height: 355px;
	background:#a1cd3a url(/images/img-bdr-02.jpg) bottom right no-repeat;
	padding: 1px 1px 55px 1px;
}
#container {
	background: url(/images/content-bg.gif) top left repeat-y;
}

#header {
	background: url(/images/logo.gif) top left no-repeat;
}

#header-logo {
	background: none;
}

#footer {
	font-size: 12px;
	color: #f2f2f2;
	background:  url(/images/footer-bg.gif) top left no-repeat;
}

#content {
	background: url(/images/content-top.gif) top left no-repeat;
}
#content-index {
	background: url(/images/black-bg.gif) top right no-repeat;
}
html>body #content-index {
	background: url(/images/black-bg-7ff.gif) top right no-repeat;
}
#content-index-new {
	background: url(/images/black-bg.gif) top right no-repeat;
}
html>body #content-index-new {
	background: url(/images/black-bg-7ff.gif) top right no-repeat;
}
#content-index-new-energy {
	background: url(/images/black-bg.gif) top right no-repeat;
}
html>body #content-index-new-energy {
	background: url(/images/black-bg-7ff.gif) top right no-repeat;
}
#content ul {
	margin: 11px 0 11px 40px;
}

#content blockquote {
	margin: 11px 0 11px 40px;
}

#right-column {
	background: #DDD;
}

#left-column{
	background: url(/images/left-column-bg.gif) top left repeat-y;
}

#loginbox {
	padding: 7px;
	margin: 7px;
}

#access_buttons {
	padding: 2px 7px 0;
	position: relative;
}

span.access-button {
	display:none;
}

a.access-button:hover span.access-button {
	display:block;
	position: absolute;
	font-weight:bold;
	color: #444;
	left: 80px;
	top: 18px;
}

a.footer-links:link, a.footer-links:visited, a.footer-links:active
 {color: #f2f2f2; text-decoration: underline;}

a.footer-links:hover
 {color: #111111; text-decoration: underline;}
