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

body {
	font-size: 62.5%; /* Set 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #303030;
	padding: 0;
	margin: 0;
	background:#FFF;
	background:url(../images/bg_page.gif) repeat-x;
}

.alignleft {float: left; width: 225px; margin-bottom:10px;}
.alignright {float: right; width: 225px; text-align: right;}

strong {font-weight: bold;}

#leftSide input, #rightSide input {
	border: 1px solid #4E7C11;
	background: url(../images/formbg.gif) repeat-x;
	padding: 4px;
	padding-left: 6px;
	color: #666;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#leftSide button, #rightSide button {
	border: 0;
	background: 0;
	margin: 0;
	padding: 0;
	color: #4E7C11;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 90px;
	letter-spacing: -0.025em;
}

#rightSide button {
	margin-left: 105px;
}

#rightSide input {
	width: 209px;
	margin-bottom: 10px;
}

#rightSide input.check {
	margin: 0;
	padding: 0;
	float: left;
}

#leftSide input.search {
	background: url(../images/searchformbg.gif) no-repeat;
	width: 140px;
	padding-left: 30px;
}

#container {
	width: 902px;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
}

#content {
	margin-top:20px;
	float: left;
}

#content p {
	font-size: 1.2em;
	line-height: 125%;
}

#header * {margin: 0;padding: 0;}

#header {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#header .logo {
	float: left;
	display: block;
	padding-top: 2px;
}

#links {
	float: right;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#links ul {
	text-align: right;
}

#links ul li {
	display: inline;
}

#links a {
	text-decoration:none;
	color:#303030;
}

#links a:hover {
	text-decoration: underline;
}

#links p {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/header_tagline.gif) no-repeat;
	width: 464px;
	height: 19px;
	margin-top: 15px;
}

#nav {
	float: left;
	clear: both;
	background: url(../images/banner_top.jpg) no-repeat;
	width: 902px;
	height: 136px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	height: 43px;
	float: left;
	margin-top: 93px;
	overflow:hidden;
	text-indent: -9999px;
}

#nav li.home a {
	background: url(../images/nav_home.gif) no-repeat;
	width: 68px;
}

#nav li.regulatory a {
	background: url(../images/nav_regulatory.gif) no-repeat;
	width: 168px;
}

#nav li.investor a {
	background: url(../images/nav_investor.gif) no-repeat;
	width: 149px;
}

#nav li.reduction a {
	background: url(../images/nav_reduction.gif) no-repeat;
	width: 155px;
}

#nav li.trading a {
	background: url(../images/nav_trading.gif) no-repeat;
	width: 108px;
}

#nav li.altenergy a {
	background: url(../images/nav_alt_energy.gif) no-repeat;
	width: 81px;
}

#nav li.practices a {
	background: url(../images/nav_best_practices.gif) no-repeat;
	width: 173px;
}

#leftSide {
	width: 175px;
	float: left;
}

.aboutsite {
	font-size: 1.2em;
	line-height: 125%;
	text-align: left;
	font-style: italic;
}

#rightSide {
	width:222px;
	float:left;
	margin-top: -10px;
}

#centerContent {
	width: 465px;
	float: left;
	margin-left:15px;
	margin-right:15px;
}

#centerContent p {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-size: 1.2em;
}

#centerContent ul {
	margin-left: 20px;
}

#centerContent li {
	margin-bottom: 10px;
}
	
.newsBox .link {
	text-align:right;
}

.newsBox {
	margin-bottom: 10px;
	overflow: visible;
	float: left;
}
	
.newsBox .link a {
	font-weight:bold;
	color:#666666;
	font-size: 1.2em;
}

.newsBox .link a:hover {
	color: #333;
}

h2 {
	color:#4E7C11;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.075em;
	font-size: 2.5em;
	margin-bottom: 10px;
	clear: left;
}

.recent {
	padding-top: 20px;
}

h3, h3 a {
	font-style:oblique;
	color:#000000;
	margin-top:0px;
	text-decoration:none;
	font-size: 1.45em;
	line-height: 125%;
	letter-spacing: -0.025em;
}

h3 a:hover {
	color: #333;
}

.newsBox p {
	line-height: 150%;
	font-size: 1.2em;
}

.boxLeft .title, .boxRight .title {
	font-weight:bold;
	font-size: 1.6em;
	letter-spacing: -0.06em;
	margin-bottom: 10px;
}

.boxLeft, .boxRight {
	width:210px;
	float:left;
/*	background:#EAEDE8; */
	padding:10px;
	margin-bottom: 10px;
/*	min-height: 250px; */
	overflow-y: auto;
	overflow-x:auto;
}

.boxRight {
	float: right;
}

.boxLeft ul, .boxRight ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.boxLeft li, .boxRight li {
	background: url(../images/bullet.gif) 6px 4px no-repeat;
	margin-bottom: 10px;
	font-size: 1.25em;
	line-height: 125%;
	padding-left: 20px;
}

.boxLeft li a, .boxRight li a{
	font-style:oblique;
	color:#000000;
}

.boxLeft li a:hover, .boxRight li a:hover {
	color: #333;
}

.greenTitle {
	background-color:#4e7c10;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:10px;
	font-size: 1.5em;
	letter-spacing: -0.035em;
	padding: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#channels ul{
	list-style:none;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#channels li a {
	color:#000000;
	text-decoration:none;
	font-style:italic;
	display: block;
	padding: 10px;
	border-bottom:solid 1px #999999;
}

#channels li a:hover {
	background: #EEE;
}

#editor {
	text-align:center;
}

#leftSide .specialreport a {
	background: url(../images/pdficon.png) no-repeat;
	padding-left: 40px;
	font-size: 1.3em;
	color: #666;
	display: block;
	font-style: italic;
	font-weight: bold;
	height: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#leftSide .awards a {
	background: url(../images/award.gif) no-repeat;
	padding-left: 40px;
	font-size: 1.3em;
	color: #666;
	display: block;
	font-style: italic;
	font-weight: bold;
	height: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}


#editor img {
	border: 1px solid black;
}

#editor p a, #editor p {
	color:#666666;
	text-align:center;
	font-size: 1.1em;
}

#editor p.name {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

#editor p.title a {
	font-weight:bold;
	font-style:italic;
	margin-top: 10px;
	color: black;
	font-size: 1.6em;
}

#editor p.title a:hover {
	color: #333;
}

#editor p a:hover {
	color: black;
}

#featured p a {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	text-decoration:underline;
	color:#333333;
}

#events li {
	clear: left;
	overflow: auto;
	font-size: 1.3em;	
}

#events .date {
	color:#666666;
	font-weight:bold;
	display: block;
	height: 25px;
	float: left;
	width: auto;
	line-height: 125%;
}

#events a {
	font-weight:bold;
	font-style:italic;
	text-align:left;
	text-decoration:underline;
	color:#333333;
	float: left;
	display: block;
	width: 130px;
	height: auto;
	padding-left: 10px;
	line-height: 125%;
}

#events ul {
	list-style:none;
	padding-left:0;
}

#events li {
	padding-top: 8px;
	padding-bottom:8px;
	border-bottom:solid 1px #999999;
}

.navigation {
	padding-top:5px;
	padding-bottom:15px;
	font-weight:bold;
}

.navigation a {
	
	text-decoration:none;
	color:#333333;
}

.post {
	padding-top:10px;
	padding-bottom:10px;
}

.postmetadata,  .postmetadata a{
	color:#333333;
	font-weight:bold;
}

#rightSide .featuredpaper {
	font-size: 1.6em;
	color: black;
	font-weight: bold;
}

#rightSide button {
	font-size: 1.3em;
	font-weight: bold;
}

#newsletters {
	background: #4E7C11 url(../images/mailinglistbox.jpg) no-repeat;
	color: white;
	padding: 15px;
	width: 190px;
	min-height: 319px;
	font-size: 1.4em;
	margin-top: 25px;
	margin-bottom: 20px;
}

#newsletters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#newsletters p {
	font-style: oblique;
	margin: 0;
	padding: 0;
	line-height: 110%;
}

#newsletters li {
	clear: both;
	margin-top: 10px;
}

#newsletters .check label {
	font-weight: bold;
	line-height: 1.3em;
	display: inline;
}

#newsletters .check input {
	float: left;
	width: auto;
	margin-right: 10px;
	background: transparent;
	border: 0;
}

#newsletters button {
	color: white;
	font-size: 1.0em;
}

#newsletters .selectall a {
	font-size: 0.9em;
	color: white;
}

#newsletters .selectall {
	margin-top: 5px;
}

#newsletters .email input {
	width: 188px;
	border-color: #30480B;
	background-color: white;
	font-size: 0.9em;
	margin-left: -5px;
	margin-top: 10px;
	margin-bottom: -5px;
}

#newsletters #disclaimer {font-size: 70%; text-align: center; margin-top: -10px;}

#newsletters #disclaimer a {color: white;} #newsletters #disclaimer a:hover {color: #333;}


.pagetitle {margin-bottom: -10px;}

.post h3 {margin-bottom: 0;}


#footer {
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
}

.caption {
	font-size: 80%;
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.caption img {
	float: left;
	border: 1px solid black;
}

.bio img {
	float: left;
	border: 1px solid black;
	margin-right: 10px;
	margin-top: 9px;
}


.caption p {
	float: left;
	width: 100px;
}

address {
	padding-top: 10px;
}

.bio {
	padding: 8px;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
	width: 235px;
	float:left;
	border: 1px #CCCCCC solid;
	margin-right: 10px;
	font-size:90%;
}