body {
	margin: 0;
	padding: 0px 0 20px 0;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	background: url(img/bg.gif) top left repeat-x #b9ecff;
	color: #ffffff;
 }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #566652;
	text-decoration: none;
	 }

a:hover, a:visited:hover {
	color: #333333;
	text-decoration: underline; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #000; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #000; }

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #000; }


/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em; }

hr {
	border-color: #ccc;     
	border-style: solid;   
	border-width: 1px 0 0; 
	clear: both;           
	margin: 0px 0 20px 0; 
	height: 0;             
}

/*---------------LAYOUT BOXES----------------------*/

#Frame {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
}

#Content {
	float: left;
	width: 960px;
	background: url(img/content_bg.gif) top left repeat-x #0a1842;
	overflow: hidden;
}

#FullCol {
	float: left;
	width: 960px;
}

#MainCol {
	float: left;
	width: 350px;
	padding: 30px 0px 30px 30px;
}

#SubCol {
	float: left;
	width: 550px;
	padding: 30px 30px 30px 0px;
	text-align: right;
}

#ContentLeft {
	float: left;
	width: 435px;
	padding: 0px 30px 30px 30px;
}

#ContentRight {
	float: left;
	width: 435px;
	padding: 0px 0px 30px 0px;
}

/*--------------HEADER ELEMENTS----------------*/

img { border: none; }

#Header {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0px;
}

#HeaderRight {
	float: right;
	position: relative;
	width: 209px;
	padding: 10px 0 0 0;
}

#Tagline {
	width: 209px;
	height: 10px;
	background: url(img/cleanenergyconnected.gif) top left no-repeat;
	text-indent: -9999px;
}

#Logo {
	float: left;
	position: relative;
	display: inline;
	text-indent: -9999px;
	margin:0px 0 25px 0px;
	padding:0px 0 0px 0px;
	height: 55px;
	width: 127px;
	background: url(img/logo.gif) no-repeat top left;
	}
#Logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 127px;
	height: 55px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	}

#Logo a span, #Logo span { display: none; }


/*------------------------NAVIGATION-----------------------------*/

#navigation {
	font-family: Arial, verdana, helvetica, sans-serif;
	width: 960px;
	height: 45px;
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0 0;
	background: #051139;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	list-style-type: none; 
	float: left;
	position: relative;
	top: 0;
	margin: 0 0px 0 0;
	padding: 0px 0 0 0;
	z-index: 1000;
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}
	
#navigation a {
	float: left;
	position: relative;
	height: 28px;
	padding: 14px 30px 3px 30px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#navigation ul li a:hover {
	color: #90ABC7;
	text-decoration: none;
}

#navigation ul li a.selected {
	color: #F4D437;
	background: url(img/nav_selected.gif) bottom center no-repeat;
}

/*------------------------ SUB NAVIGATION-----------------------------*/
#SubNav {
	float: left;
	width: 956px;
	height: 34px;
	display: inline;
	padding: 0px 0 0 4px;
	margin: 0 0 0px 0px;
	background: url(img/subnav_bg.gif) top left repeat-x;
	overflow: hidden;
}

#SubNav ul {
	margin: 0;
	padding: 0;
}

#SubNav ul li {
	display: inline;
	list-style-type: none;
	font-size: 1.2em;
}

#SubNav ul li a, #SubNav ul li span{
	float: left;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
}

#SubNav ul li a.selected, #SubNav ul li a.selected:hover {
	color: #F4D437;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background: url(img/subnav_selected.gif) top center no-repeat;
}

#SubNav ul li a:hover {
	color: #90ABC7;
	text-decoration: none;
}

/*--------------------MISCELLANEOUS-----------------------*/
form .group {
	float: left;
	padding: 0 0 10px 0;
}
.searchfield {
	float: left;
	font-family: Arial, Verdana, helvetica, sans-serif;
	border: 1px solid #ffffff;
	margin: 0 5px 5px 0;
	padding: 4px;
	height: 12px;
	top: 0px;
	font-size: 11px;
	width: 150px;
	color: #4D4D4D;
}

.gobutton {
	float: left;
	margin: 2px 0 0 0;
}

.text {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	float: left;
	border: none;
	margin: 0 5px 5px 0;
	padding: 4px;
	top: 0px;
	font-size: 12px;
	width: 200px;
	color: #3c3c3c;
	border: 2px solid #506e94;
}

.error {
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
		float: left;
		border: none;
		margin: 0 5px 5px 0;
		padding: 4px;
		top: 0px;
		font-size: 12px;
		width: 200px;
		color: #3c3c3c;
		border: 2px solid #506e94;
}

label {
	float: left;
	width: 100px;
	padding: 2px 0 0 0px;
	font-size: 1.2em;
}

#NewsBar {
	float: left;
	width: 960px;
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0;
	background: #F2F2F2;
}

#NewsTitle {
	float: left;
	width: 130px;
	padding: 12px 0 12px 30px;
}

#NewsHeadline {
	float: left;
	width: 750px;
}

#BodyText #NewsTitle h4 {
	font-size: 1.4em;
	color: #255B8A;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#BodyText #NewsHeadline ul {
	float: left;
	list-style-type: none;
	margin: 12px 0 0 5px;
	padding: 0;
}

#BodyText #NewsHeadline ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	color: #666;
}

#BodyText #NewsHeadline a:link, #BodyText #NewsHeadline a:visited { color: #0095C7; text-decoration: none;}
#BodyText #NewsHeadline a:hover, #BodyText #NewsHeadline a:visited:hover { color: #255B8A;text-decoration: underline;}

#HomeSlideshow, #SolutionsPage {
	float: left;
	width: 860px;
	height: 390px;
	overflow: hidden;
	background: url(img/content_bg.gif) top left repeat-x #0a1842;
	
}

.homeslide {
	float: left;
	width: 860px;
	height: 390px;	
	position: relative;
	background: url(img/content_bg.gif) top left repeat-x #0a1842;
	
}
#HomeSlideshow .copy, #SolutionsPage .copy {
	float: left;
	width: 315px;
	margin: 30px 0 0 30px;
	display: inline;
}

#HomeSlideshow .graphic, #SolutionsPage .graphic {
	display: inline;
	float: right;
	margin: 30px 30px 0 0;
	padding: 0;
	width: 480px;
	text-align: right;
}

.homeslide .graphic img{
	float: right;
}

#BodyText #HomeNav {
	float: left;
	background: url(img/home_nav.gif) #ffffff no-repeat;
	height: 390px;
	width: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	}
	
#BodyText #HomeNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	top: 0;
	}
	
#BodyText #HomeNav li, #BodyText #HomeNav a {
	height: 89px;
	display: block;
	cursor: pointer;
	}

#BodyText #HomeNav a {
	text-indent: -5000px;
	text-decoration: none;
	}
	
#BodyText #nav_installers {height:89px; width: 100px;}
#BodyText #nav_financiers {height: 89px; width: 100px;}
#BodyText #nav_regulatory {height: 89px; width: 100px;}
#BodyText #nav_agencies {height: 89px; width: 100px;}

#BodyText #nav_installers a:hover { background: url(img/home_nav.gif) -101px 0px no-repeat;}
#BodyText #nav_financiers a:hover { background: url(img/home_nav.gif) -100px -89px no-repeat;}
#BodyText #nav_regulatory a:hover { background: url(img/home_nav.gif) -100px -178px no-repeat;}
#BodyText #nav_agencies a:hover { background: url(img/home_nav.gif) -101px -267px no-repeat;}

#nav_installers.selected a, #nav_installers.selected a:link, #BodyText #nav_installers.selected a:hover, #BodyText #nav_installers.selected a:visited, #BodyText #nav_installers.selected a:visited:hover { background: url(img/home_nav.gif) -101px 0px no-repeat;}
#BodyText #nav_financiers.selected a, #BodyText #nav_financiers.selected a:link, #BodyText #nav_financiers.selected a:hover, #BodyText #nav_financiers.selected a:visited, #BodyText #nav_financiers.selected a:visited:hover { background: url(img/home_nav.gif) -100px -89px no-repeat;}
#BodyText #nav_regulatory.selected a, #BodyText #nav_regulatory.selected a:link, #BodyText #nav_regulatory.selected a:hover, #BodyText #nav_regulatory.selected a:visited, #BodyText #nav_regulatory.selected a:visited:hover { background: url(img/home_nav.gif) -100px -178px no-repeat;}
#BodyText #nav_agencies.selected a, #BodyText #nav_agencies.selected a:link, #BodyText #nav_agencies.selected a:hover, #BodyText #nav_agencies.selected a:visited, #BodyText #nav_agencies.selected a:visited:hover { background: url(img/home_nav.gif) -101px -267px no-repeat;}

.solutionlist {
	float: left;
	width: 410px;
	margin: 10px 40px 0px 0;
}

.solutionicon {
	float: left;
	width: 80px;
	margin: 15px 0 30px 0;
}

.solutiontext {
	float: left;
	width: 320px;
}


/*-------------- TEXT STYLING ELEMENTS -----------------*/

#BodyText{
	float: left;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#BodyText p {
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #fff; }

#BodyText #HomeSlideshow p {
	width: 275px;
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	text-indent: 0px;
	color: #fff; }
	
#BodyText #SolutionsPage p {
	width: 275px;
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #fff; }
	
#BodyText .intro p {
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
	text-indent: 0px;
	color: #fff; }

#BodyText h2 {
	font-family: Arial, Verdana, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 3.6em;
	line-height: 1.0em;
	font-weight: normal;
	color: #fff; 
}

#BodyText h3 {
	font-family: Arial, Verdana, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 5px 0;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	color: #fff; 
}

#BodyText h3 .green {
	color: #B7EE0A;
}


#BodyText h4 {
	font-family: Arial, Verdana, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 10px 0;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	color: #fff; 
}

#BodyText ol {
	padding: 0px 0px 25px 15px;
	margin: 0 0 0 15px;
}
	
#BodyText ol li {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #fff; }


#BodyText ul {
	padding: 0px 0px 15px 25px;
	margin: 0;
}
	
#BodyText ul li {
	list-style-type: disc;
	padding: 0px 0px 5px 5px;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #fff; }

#BodyText ul li ul {
	padding: 7px 0px 0px 25px;
	margin: 0;
}
	
#BodyText ul li li {
	list-style-type: circle;
	padding: 0px 0px 8px 5px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #fff; }

#BodyText a:link, #BodyText a:visited { color: #c7edff; text-decoration: none;}
#BodyText a:hover, #BodyText a:visited:hover { color: #ffffff;text-decoration: underline;}

#BodyText #NewsTitle h4 a:link, #BodyText #NewsTitle h4 a:visited { color: #255B8A; text-decoration: none;}
#BodyText #NewsTitle h4 a:hover, #BodyText #NewsTitle h4 a:visited:hover { color: #151515;text-decoration: none;}

/*-------------- Copyright Footer -----------------*/

#Copyright {
	background: #051139;
	padding: 60px 20px 30px 20px;
	text-align: left;
}

#Copyright .left {
	float: left;
	width: 400px;
}

#Copyright .right {
	float: right;
	text-align: right;
	width: 485px;
}
#Copyright h4 {
	margin: 0px 0px 0 0;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: normal;
	}

#Copyright ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#Copyright ul li {
	float: left;
	padding: 0px 5px 0 5px;
	font-size: 1.2em;
	line-height: 1.0em;
	color: #FFFFFF;
	font-weight: normal;
	border-right: 1px solid #dfdfdf;
}

#Copyright ul li.last {
	padding: 0 0 0 5px;
	border-right: none;
}

#Copyright a:link, #Copyright a:visited { color: #ffffff; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #ffffff;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }