@charset "utf-8";
/* CSS Document */

.energy_text {
	color: #5b9608;
}
	
.h1 {
	color:#5b9608;
	font-size:180%;
	font-weight:bold;
}

#introtext a:link, #introtext a:visited {
color: #5b9608;
text-decoration:none;
}

#introtext a:hover {
text-decoration:underline;
}


/* TABS CSS */
	UL.tabNavigation {
	width:683px;
	list-style: none;
	padding-top: 7px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 25px;
	padding-bottom: 5px;
	color:#FFFFFF;
	}

		UL.tabNavigation LI {
	display:inline;
	color:#FFFFFF;

		}

		UL.tabNavigation LI A {
	color: #fff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	}

		UL.tabNavigation LI A.selected {
	color: #fff;
	padding-top: 0px;
	background-image: url(../images/triangle_bullet_png.png);
	background-repeat: no-repeat;
	background-position: left center;
		}
		
		
		UL.tabNavigation LI A:hover {
		color:#333333;
		padding-top: 0px;
		}
		
		UL.tabNavigation LI A:focus {
		color:#FFFFFF;
			outline: 0;
			
		}

		.tabs {
	width:705px;
	margin-top: 10px;
	margin-left:0px;
	text-align: justify;
	background-image: url(../images/panel_top_green.gif);
	background-repeat: no-repeat;
		}
		
		#first {

		}

		#second {
	
		}

		#third {
	
		}
		
    
#tabnav {
	width:650px;
	height: auto;
}

.panel {
	background-image: url(../images/panel_middle.gif);
	background-repeat:repeat-y;
	
}

.paneltext {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


.paneltext a:link, .paneltext a:visited {
color: #5b9608;
text-decoration:none;
}

.paneltext a:hover {
text-decoration:underline;
}

.panelbottom {
	height: 30px;
	margin:0;
	background-image: url(../images/panel_bottom.gif);
	background-repeat: no-repeat;
}

.paneltext ul {
	font-size:1.1em;
	color:#666;
	list-style-position:outside;
	list-style-image: url(../images/eccbullet.gif);
}
.paneltext li {
	margin-left:15px;
	margin-bottom:5px;
	padding:0px;
}

