body, html {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #9CCD4E url("../../images/bg.gif") top left repeat-x;
}
body p, body li {
	font-size: 11px;
}
#main p, #main li {
	font-size: 13px;
	line-height: 1.5em;
}
#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background: #ffffff;
	border-left: 1px solid #74A02F;
	border-right: 1px solid #74A02F;
}
#container-wide {
	margin: 0 auto;
	width: 920px;
	text-align: left;
	background: #ffffff;
	border-left: 1px solid #74A02F;
	border-right: 1px solid #74A02F;
}
#header {
	background: #8DBE3F url("../../images/electricitybanner.gif") 0 0 no-repeat;
}
#header-wide {
	background: #8DBE3F url("../../images/electric-banner-large.gif") 0 0 no-repeat;
}
#network {
	float: right;
}
#network .image {
	display: block;
	width: 130px;
	height: 60px;
	background-image: url("../../images/spacer.gif");
	cursor: pointer;
}
#menu {
	padding-top: 80px;
	border-bottom: 2px solid #000000;
}
#menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 2px 0;
}
#menu ul {
	padding-left: 15px;
}
#menu ul li {
	display: inline;
	padding-right: 5px;
}
#menu ul li a {
	background: url("../../images/tab-lg-right.gif") no-repeat 100% 0;
	color: #000000;
	padding: 5px 10px 2px 0 !important; /* FF */
	_padding: 0px 10px 0 0; /* IE 6 and below */
	*padding: 0px 10px 0 0 !important; /* IE 7 */
	text-decoration: none;
}
#menu ul li a span {
	background: url("../../images/tab-lg-left.gif") no-repeat;
	padding: 5px 0 2px 11px !important;
	padding: 5px 0 2px 11px;
}
#menu ul li a:hover span {
	color: #FFFFFF;
}
#menu ul li.selected a {
	background: url("../../images/tab-dg-right.gif") no-repeat 100% 0;
	color: #000000;
	padding: 5px 10px 4px 0 !important; /* FF */
	_padding: 0 10px 0 0; /* IE 6 and below */
	*padding: 0 10px 0 0 !important; /* IE 7 */
	text-decoration: none;
}
#menu ul li.selected a span {
	background: url("../../images/tab-dg-left.gif") no-repeat;
	padding: 5px 0 4px 11px !important;
	padding: 5px 0 4px 11px;
}
#menu ul li.selected a:hover span {
	color: #000000;
}
#smenu {
	background: #74A02F;
	padding: 4px;
	border-bottom: 2px solid #000000;
}
#smenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#smenu li{
	display:inline;
	margin:0;
	padding:0;
}
#smenu li a{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#smenu li a:hover{
	color: #000000;
}
#smenu li.selected a, #smenu li.selected a:hover {
	color: #000000;
}
#main {
	float:left;
	width:570px;
	margin-top: 4px !important;
	margin-top: 10px;
	padding-left: 10px;
}
#main-wide {
	float:left;
}
.content {
	margin: 0 10px 10px 10px;
	overflow: hidden;
}
#main h2, #main h3 {
	padding: 0 10px;
}
#main h3, .heading {
	background: #D0F890 url("../../images/h3-bg.gif") bottom left repeat-x;
	padding: 5px;
	border: 1px solid #9CCD4E;
	font-size: 13px; 
	font-weight: bold;
	clear: both;
	margin-top: 10px !important;
	margin-top: 4px;
}
#main h3 a {
	color: #000000;
	display: block;
}
#main h3 a:hover {
	color: #8DBE3F;
}
h4 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	clear: left;
}
.news{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
}
h4 span{
	font-weight: normal;
}
h5 {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
}
.source, .faded {
	font-size: 11px;
	color: #999999;
}
#cheader {
	overflow: hidden;
}
.box-home {
	border: 1px solid #cccccc;
	margin-top: 4px;
}
#main .box-home p {
	font-size: 11px;
	line-height: 1.2em;
}
#clogo {
	float: right;
	border: 1px solid #C5C5C5;
	text-align: center;
	padding: 0;
	background: #F8C678;
	/*background-color:white;*/
	margin-bottom: 5px;
}
#clogo img {
	border-bottom: 1px solid #C5C5C5;
}
ul#clist {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #C5C5C5;
	clear: both;
}
ul#clist li {
	overflow: hidden;
	padding: 2px;
	border-bottom: 1px solid #C5C5C5;
}
ul#clist li span.clabel {
	float: left;
	font-weight: bold;
}
ul#clist li span.cdetail {
	float: right;
	width: 250px;
}
ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.links li {
	padding-bottom: 10px;
}
ul.links li a {
	color: #74A02F;
	text-decoration: none;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
ul.links li a:hover {
	color: #000000;
}
#side {
	float:right;
	width:180px;
	padding-right: 10px;
}
#side ul {
	margin-bottom:0;
}
#guide {
	margin-top: 14px;
	border: 1px solid #C5C5C5;
	text-align: center;
	margin-bottom: 10px;
}
#guide h3 {
	font-size: 13px;
	font-weight: bold;
}
#guide h4 {
	font-size: 12px;
	font-weight: bold;
}
#guide ol {
	border-top: 1px solid #e4e4e4;
	padding: 0 0 10px 0;
	margin: 5px;
	list-style: none;
}
#guide ol li a {
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
	padding: 3px;
	display: block;
	width: 162px;
}
#guide ol li a:hover {
	background: #f5f5f5;
}
#tips{
	background: #FDBF80;
	color: #000000;
	padding: 5px;
	border: 1px solid #C5C5C5;
	text-align: center;
	margin-bottom: 10px;
}
#tips h3 {
	margin: 0;
	padding:0;
}
ul.clist {
	margin: 0;
	padding: 0 10px 10px 10px;
	list-style:none;
}
ul.clist li a {
	color: #74A02F;
	text-decoration: none;
	display: block;
	width: 100%;
}
ul.clist li a:hover {
	color: #000000;
}
.privacy {
	color: #555555;
}
.subbox {
	background: #D0F890;
	padding: 10px;
	border: 1px solid #9CCD4E;
	margin-top: 10px;
}
.subbox p {
	padding: 0;
	margin: 0;
}
#footer {
	clear:both;
	padding: 0 10px 0 10px;
}
#footer h3 {
	padding: 5px 0 15px 0;
	margin:0;
	font-size: 10px;
	font-weight: normal;
}
.hidden {
	display: none;
}
.articlelist {
	border-bottom: 1px solid #e4e4e4; 
}
.articleone, .articletwo {
	background: #ffffff;
	padding: 15px 10px 10px 10px;
	border-top: 1px solid #e4e4e4;
}
.articleone {
	background: #f5f5f5;
}
.pagelinks {
	text-align: right;
	color: #CCCCCC;
}
.jump {
	color: #333333;
	font-size: 11px;
	padding: 4px 0;
}
.commentlist {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.commentone, .commenttwo {
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	height: 100% !important;
	height: auto;
}
.commentone {
	background: #f5f5f5;
}
.boxnocomments {
	background: #f5f5f5 url("../../images/h3-sub-bg.gif") bottom left repeat-x;
	border: 1px solid #CC0000;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	height: 100% !important;
	height: auto;
	font-size: 11px;
	margin-bottom: 10px;
}
.boxnocomments h4 {
	font-weight: bold;
	color: #CC0000;
}
.boxerror {
	background: #f5f5f5 url("../../images/h3-sub-bg.gif") bottom left repeat-x;
	border: 1px solid #CC0000;
	overflow: hidden;
	height: 100% !important;
	height: auto;
}
.boxerror h4 {
	background: #cc0000;
	border-bottom: 1px solid #CC0000;
	color: #ffffff;
	padding: 5px;
}
.boxcomplete {
	background: #f5f5f5 url("../../images/h3-sub-bg.gif") bottom left repeat-x;
	border: 1px solid #8DBE3F;
	margin-bottom: 10px;
	overflow: hidden;
	height: 100% !important;
	height: auto;
}
.boxcomplete h4 {
	background: #8DBE3F;
	border-bottom: 1px solid #8DBE3F;
	color: #ffffff;
	padding: 5px;
}
.tbl .row  {
	clear: left;
	overflow: hidden;
	height: 100% !important;
	height: auto;
	padding: 2px 0 2px 0;
}
.tbl .row img  {
	float: left;
	padding: 0px 5px 10px 0;
}
.tbl .row p  {
	padding: 0;
	margin: 0;
}
form {
	border: 0;
	margin: 0;
	border: 1px solid #cccccc;
	background: #f5f5f5 url("../../images/h3-sub-bg.gif") bottom left repeat-x;
	padding: 10px;
	margin-top: 10px;
}
form input {
	width: 250px;
	border: 1px solid #666666;
	background: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px;
}
form textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #666666;
	background: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px;
}
form button {
	border: 2px solid #74A02F;
	background: #74A02F url("../../images/button-bg.gif") top left repeat-x;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.right {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	border: 1px solid #C5C5C5;
}
.rightplain {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
	border: 0;
}
.left {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px solid #C5C5C5;
}
.leftplain {
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0;
	border: 0;
}
.center {
	text-align: center;
}
.columns {
	width: 100%;
	overflow: hidden;
}
.lcol {
	width: 49%;
	float: left;
}
.rcol {
	width: 49%;
	float: right;
}
.banner {
	padding-bottom: 10px;
}
a {
	color: #74A02F;
	text-decoration: none;
}
a:hover {
	color: #8DBE3F;
}
img {
	border: 0;
}
table {
	width: 100%;
	font-size: 11px;
}
.tblheader {
	background: #74A02F;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.tblsubheader {
	background: #9CCD4E;
	font-weight: bold;
}
.tblrowalt {
	background: #e4e4e4;
}
.tblrowlast {
	background: #cccccc;
	font-weight: bold;
}
.boxgrey {
	border: 1px solid #999999;
	background: #f5f5f5;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}
.bubblesafety {
	background: url("../../images/safetybubble.gif") top right no-repeat;
	width: 280px;
	height: 240px;
	float: left;
	background-color: #FFFFFF;
}
.bubblesafety a { 
	background: url("../../images/safety-text-b.gif") center center no-repeat;
	padding: 0;
	width: 115px;
	height: 60px;
	float: right;
	margin: 30px 35px 0 0;
}
.bubblesafety a:hover { 
	background: url("../../images/safety-text-lb.gif") center center no-repeat;
}
.bubblesafety p {
	text-align: right;
	width: 135px;
	margin: 50px 10px 0 0 ;
	float: right;
	color: #000000;
}
.bubblefixit {
	background: url("../../images/fixitbubble.gif") top right no-repeat;
	width: 280px;
	height: 240px;
	float: left;
	background-color: #FFFFFF;
}
.bubblefixit a { 
	background: url("../../images/fixit-text-b.gif") center center no-repeat;
	padding: 0;
	width: 112px;
	height: 76px;
	float: left;
	margin: 28px 0 0 60px;
}
.bubblefixit a:hover { 
	background: url("../../images/fixit-text-lb.gif") center center no-repeat;
}
.bubblefixit p {
	text-align: center;
	width: 135px;
	margin: 40px 0 0 35px !important;
	margin: 40px 0 0 20px;
	float: left;
	color: #000000;
	clear: both;
}
.bubblescience {
	background: url("../../images/sciencebubble.gif") center center no-repeat;
	width: 280px;
	height: 250px;
	float: left;
	background-color: #FFFFFF;
}
.bubblescience a { 
	background: url("../../images/science-text-b.gif") center center no-repeat;
	padding: 0;
	width: 112px;
	height: 76px;
	float: left;
	margin: 40px 0 0 33px;
}
.bubblescience a:hover { 
	background: url("../../images/science-text-lb.gif") center center no-repeat;
}
.bubblescience p {
	text-align: center;
	width: 135px;
	margin: 60px 0 0 20px !important;
	margin: 60px 0 0 10px;
	float: left;
	color: #000000;
	clear: both;
}
.bubbleemergencies {
	background: url("../../images/emergenciesbubble.gif") top center no-repeat;
	width: 280px;
	height: 281px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.bubbleemergencies a { 
	background: url("../../images/emergencies-text-b.gif") center center no-repeat;
	padding: 0;
	width: 150px;
	height: 76px;
	float: right;
	margin: 35px 10px 0 0;
}
.bubbleemergencies a:hover { 
	background: url("../../images/emergencies-text-lb.gif") center center no-repeat;
}
.bubbleemergencies p {
	text-align: center;
	width: 115px;
	margin: 40px 20px 0 0 !important;
	margin: 40px 10px 0 0;
	float: right;
	color: #000000;
	clear: both;
}
.boxhome {
	border: 1px solid #AFDD66;
	margin: 10px 0 10px 10px;
}
.boxhome div.boxhomeheader {
	background: #D0F890 url("../../images/h3-bg.gif") bottom left repeat-x;
	padding: 5px;
	font-weight: bold;
}
.boxhome div.content {
	padding: 0 10px 0 10px;
}
.boxnewspreview {
	border: 1px solid #758FD8;
	margin: 0 10px 10px 0;
	clear: both;
	background: url("../../images/radio-faded.gif") bottom right no-repeat;
}
.boxnewspreview div.boxhomeheader {
	background: #A8BBF0 url("../../images/news-h-bg.gif") bottom left repeat-x;
	padding: 5px;
	font-weight: bold;
}
.boxnewspreview div.content {
	padding: 10px;
}
.boxnewspreview a {
	color: #758FD8;
}
.boxnewspreview a:hover {
	color: #A8BBF0;
}

.rad {
	width: 15px;
	border-style: none;
}

/* user comments */
.bubblecomments {
	background: url("../../images/star-image.gif") top right no-repeat;
	width: 187px;
	height: 157px;
	float: left;
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
}
.bubblecomments a {
	background: url("../../images/star-text-black.gif") center center no-repeat;
	width: 107px;
	height: 51px;
	float: left;
	margin: 25px 0 0 70px;
}
.bubblecomments a:hover { 
	background: url("../../images/star-text-yellow.gif") center center no-repeat;
}
.userbox {
	margin-bottom: 50px;
}
.usertitle {
	padding-bottom: 30px;
	border-bottom: 1px solid #C5C5C5;
}
.logo {
	float: left;
	width: 70px;
	background-color:white;
	border: 1px solid #C5C5C5;
}
.stars {
	float: right;
	margin-bottom: 10px;
}