@charset "UTF-8";
/* CSS Document */

html body {
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
#topContainer {
	width:100%;
	background-color:#6699cc;
	background-image: url(images/layout_03.jpg);
	background-repeat: repeat-x;
	height: 51px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#topNavigation {
	width:960px;
	height:31px;
	background-image: url(images/layout_10.jpg);
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 20px;
	font-size: 11px;
}
#navContainer {
	width:100%;
	background-color:#FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
}
#header {
	width:960px;
	background-image: url(images/header02.jpg);
	height:220px;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-position: center top;
}
#mainNavigation {
	background:no-repeat center top;
	color:#273c81;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	width:955px;
	height: 25px;
	padding-top: 198px;
	padding-right: 10px;
	padding-left: 0px;
}

#mainContainer {
	width:100%;
	background-color:white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

#mainContent {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#middleContent {
	width:570px;
	height:auto;
	margin:0px 140px 0px 225px;
	padding:10px;
	font-size: 12px;
}
#middleContent a:link, a:visited, a:active {
	color:#69c;
	text-decoration:none;
}
#middleContent a:hover {
	text-decoration:underline;
}
#sidebar1 {
	float: left; 
	width: 220px;
	padding:10px 0px; 
	font-size: 12px;	
}
#sidebar1 a:link, a:visited, a:active {
	color:#69c;
	text-decoration:none;
}
#sidebar1 a:hover {
	text-decoration:underline;
}
#sidebar2 {
	float: right;
	width: 140px;
	padding:5px 0px 10px;
	font-size: 12px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;*/
	height: 100%;
	margin-bottom: 0px;
	margin-top: 5px;
}

#footerContainer {
	height: 100px;
	width: 100%;
	clear: both;
	background-image: url(energy/images/layout_12.jpg);
	background-repeat: repeat-x;
	background-position: top;
	bottom:0px;
	padding-top: 45px;
}
#footerContent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
}



/******************* classes ********************/

a.mainNavigation:link, a.mainNavigation:visited, a.mainNavigation:active {
	color:#FFF;
	text-decoration:none;
	margin-left:10px;
	margin-right:15px;
	padding-bottom:7px
}
a.mainNavigation:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom:4px #fff solid;
	background-image:url(energy/images/white-marker.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.topNavigation:link, a.topNavigation:visited, a.topNavigation:active {
	color:#fff;
	text-decoration:none;
	margin-right:10px;
}
a.topNavigation:hover {
	text-decoration:underline;
}
a.footer:link, a.footer:visited, a.footer:active {
	color:#666;
	text-decoration:none;
	margin-right:10px;
}
a.footer:hover {
	text-decoration:underline;
}
.gold{
	background-color: #FC0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.silver{
	background-color: #CCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.divide{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.image-right{
	float: right;
	height: 200px;
	width: 200px;
	margin: 5px;
}
.blue {
	background-color: #273c81;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	color: #FFF;
}
.float-right {
	float: right;
	margin: 5px;
}
.lightblue {
	color:#6699cc;
}.bronze {
	background-color: #C96;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.heading {
color:#273C81;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bolder;
letter-spacing:0;
text-decoration:none;
}
.hide{
	visibility: hidden;
	display:none;
}

