body {
	margin: 0;
	padding: 0 0 0px 0;
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	background: #11223A;
	font-size: 62.5%;
	color: #333333;
 }

a:link, a:visited {
outline-style:none;
	color: #FDBB30;
	text-decoration: none;
	 }

a:hover, a:visited:hover {
	color: #F15D22;
	text-decoration: none; }

a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

form { margin: 0; padding: 0; }

img { border: none; }

hr {
	border-color: #ccc;     
	border-style: solid;   
	border-width: 1px 0 0; 
	clear: both;           
	margin: 0px 0 10px 0; 
	height: 0;             
}

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #333333; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333; }

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height:15px;
	color: #333333; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333; }
	
h5 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #333333;
	}

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333; }

p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em; }

/* --------------HEADER ELEMENTS----------------*/

#HeaderContainer {
	position: absolute;
	width: 100%;
	height: 110px;
	z-index: 10;
	background: url(/img/darkblue_transparent.png) repeat;
}
#Header {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	width: 960px;
	position: relative;
}

#HeaderLeft {
	float: left;
	width: 300px;
	height: 100px;
}

#Logo {
	float: left;
	display: inline;
	text-indent: -9999px;
	margin: 20px 0 0px 0px;
	padding:0px 0 0px 0px;
	height: 70px;
	width: 211px;
	background: url(/img/logo.png) no-repeat top left;
	}
	
#Logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 211px;
	height: 70px;
	}

#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; }

/*--------------MAIN NAVIGATION----------------*/

#navigation {
	position: absolute;
	top: 35px; left:50%;
	margin-left: -10px;
	width: 500px;
	list-style-type: none; 
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
	cursor: pointer;
	display: block;
	z-index: 9000;
	}

#navigation ul {
	padding: 0;
	margin: 0;
}


#GotRoofHover {
z-index: 99999;
	position: absolute;
	top: 6px;
left: 25px;
	display: none;
	font-size: 1.0em;
	text-align: left;
	color: #FDBB30;
	background: #334156;
text-transform: uppercase;
}

#navigation li.upperlevel {
	list-style-type: none; 
	float: left;
	position: relative;
	top: 0;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	z-index: 1000;
	cursor: pointer;
	}

#navigation a {
	position: relative;
	cursor: pointer;
}

#navigation a.upperlevel {
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	cursor: pointer;
	font-size: 1.3em;
	text-align: left;
	padding: 6px 10px 3px 25px;
	color: #fff;
	text-transform: uppercase;
	background: url(/img/nav_arrow_down.gif) 8px 11px no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#navigation a.upperlevel.inactive {
	color: #4A5866;
}

#nav_projects { width: 125px;}
#nav_funds { width: 97px; }
#nav_institute { width: 128px; }
#nav_impact { width: 105px; }


#navigation ul li a.upperlevel:hover {
	color: #fff;
	background: url(/img/nav_arrow_down_hover.gif) 8px 11px no-repeat #334156;
}

#navigation ul li.upperlevel:hover a.upperlevel {
	background: url(/img/nav_arrow_down_hover.gif) 8px 11px no-repeat #334156;
	color: #fff;
}

#navigation ul li.upperlevel a.selected {
	background: url(/img/nav_arrow_down_hover.gif) 8px 11px no-repeat #334156;
color: #fff;
}

#navigation a.upperlevel.selected {
	background: url(/img/nav_arrow_down_hover.gif) 8px 11px no-repeat #334156;
color: #fff;
}

#navigation ul li.upperlevel a.selected:hover, #navigation a.upperlevel.selected:hover {
color: #fff;
}

ul.lowerlevel { background: #334156; }

#navigation li:hover #projects_sub {left:0px; width: 200px;}
#navigation li:hover #funds_sub {left:0px; width: 200px;}
#navigation li:hover #institute_sub {left:0px; width: 200px;}
#navigation li:hover #impact_sub {left:0px; width: 200px;}

ul.lowerlevel {
	display: none;
	list-style-type: none; 
	text-align: left;
}

li.upperlevel:hover ul.lowerlevel {
	left: auto;
	display: block;
}

#navigation ul.lowerlevel{
	position: absolute;
	color: #dfdfdf;
	margin: 0;
	padding: 0px 0 0px 0;
	z-index: 9999;
	top: 36px;
	}

#navigation ul.lowerlevel a{
	display: block;
	position: relative;
	height: 15px;
	margin: 0;
	z-index: 9999;
}

#navigation ul.lowerlevel a:link, #navigation ul.lowerlevel a:visited{
	font-family: 'Georgia', Georgia, Times, serif;
	font-size: 12px;
	text-indent: 0px;
	position: relative;
	display: block;
	color: #ffffff;
	padding: 9px 10px 12px 17px;
	margin: 0;
	text-decoration: none;
	}

#navigation ul.lowerlevel a:hover, #navigation ul.lowerlevel a:active{
	color: #ffffff;
	padding: 9px 10px 12px 17px;
	margin: 0;
	height: 15px;
	background: #F15D22;
	}



/*---------------LAYOUT BOXES----------------------*/

#TopGradientLeft {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 50%;
	height: 6px;
	overflow: hidden;
	z-index: 100;
	margin: 0;
	padding: 0;
	background: url(/img/top_gradient_left.jpg) top right no-repeat #d94819;	
}

#TopGradientRight {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 50%;
	height: 6px;
	overflow: hidden;
	z-index: 100;
	margin: 0;
	padding: 0;
	background: url(/img/top_gradient_right.jpg) top left no-repeat #e9a422;
}

.frame {
	z-index: 10;
	padding: 110px 0px 0 0px;
	height: 500px;
	width: 100%;
	position: relative;
	z-index: 0;
}

#FrameSecondary {
	z-index: 10;
	padding: 0px 0px 0 0px;
	width: 100%;
	min-height: 400px;
	background: url(/img/framesecondary_bg.gif) bottom left repeat-x #fff;
	position: relative;
	z-index: 0;
	border-top: 110px solid #11223A;
}

.content {
	width: 960px;
	display: block;
	position: relative;
	margin: 0px auto 0px auto;	
	padding: 30px 0 0px 0;
}

#FullCol {
	float: left;
	width: 930px;
	margin: 0 0 20px 0px;
	display: inline;
}

#MainCol {
	float: left;
	width: 750px;
	margin: 0 0px 30px 0;
}

#SubCol {
	float: left;
	width: 150px;
	margin: 0 40px 30px 0px;
	display: inline;
}

#RightCol {
	float: left;
	width: 250px;
	margin: 0 0 30px 0;
}

#RightColImages {
	float: right;
	width: 250px;
	margin: 0 0 30px 40px;
}

#MainColFull {
	float: left;
	width: 750px;
	margin: 0 0px 30px 0;
}

#SingleCol {
	float: left;
	width: 700px;
	margin: 0 0 20px 0;
}

/*--------------------HOMEPAGE-----------------------*/

.intromessage {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 290px;;
	padding: 17px 17px 10px 17px;
	/*background: url(/img/darkblue_transparent.png);*/
	background: #112239;

}

.intromessagequote {
background: none;
}

.intromessagequote div {
background: none;

}

.intromessage.wide {
	width: 326px;
}

.gradientheader {
	position: absolute;
	top: 74px;
	left: 0;
	width: 324px;
	height: 7px;
	background: url(/img/home_roof_small.png) top left no-repeat;
}

.gradientheaderwide {
	position: absolute;
	top: 74px;
	left: 0;
	width: 361px;
	height: 7px;
	background: url(/img/home_roof_long.png) top left no-repeat;
}

.intromessage h2 {
	color: #FFFFFF;
	font-size: 2.0em;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.intromessage p {
	font-size: 1.2em;
	color: #fff;
}

.intromessage p.quote {
font-family: Georgia, Times, serif;
	font-size: 1.2em;
line-height: 1.3em;
font-style: italic;
	color: #fff;
}

.intromessage a:hover, .intromessage a:visited:hover { color: #F15D22; text-decoration: none;}

.homebarcontainer {
	position: absolute;
	top: 390px;
	left: 0px;
	width: 100%;
	height: 190px;
	padding: 15px 0 0 0;
	background: url(/img/darkblue_transparent_60.png);
}

.homebar {
	display: block;
	margin: 0 auto 0 auto;
	width: 960px;
}

.homebar .option1, .homebar .option2, .homebar .option3 {
	float: left;
	position: relative;
	border: 3px solid #dfdfdf;
	height: 169px;
	width: 295px;
	margin: 0 9px 0 9px;
	display: inline;
	overflow: hidden;
}
.homebar .option1 a.fulllink, .homebar .option2 a.fulllink, .homebar .option3 a.fulllink, .homebar .option1 a.fulllink:link, .homebar .option2 a.fulllink:link, .homebar .option3 a.fulllink:link {
position: absolute;
display: block;
top: 0;
left: 0;
height: 169px;
width: 295px;
z-index: 9999;
text-indent: -9999px;
}


.homebar .option1:hover, .homebar .option2:hover, .homebar .option3:hover {
	border: 3px solid #db491a;
}

.homebar h3{
	position: absolute;
	top: 60px;
	left: 0px;
	padding: 15px;
	width: 265px;
	margin: 0 0 0 0;
	background: url(/img/darkblue_transparent_60.png);
z-index: 100;
color: #FDBB30;
}

.comingsoon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#HomeSlideshowContainer {
	width: 100%;
	height: 610px;
	overflow: hidden;
}


#HomeSlideshow {
	width: 1200px;
	height: 610px;
	overflow: hidden;
margin: 0 auto 0 auto;
}

#SliderNav {
	position: absolute;
	display: block;
	top: 100px;
	.top: 110px;
	left: 50%;
	width: 92px;
	margin-left: 360px;
	padding: 10px 0 10px 12px;
	z-index: 1000;
	background: url(/img/darkblue_transparent.png);
}

#SliderNav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#SliderNav li{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#SliderNav li a {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 12px 0 0px;
	background: #405063;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

}

#SliderNav li.activeLI a {
	background: #FDBB30;
}

/*--------------------SECONDARY-----------------------*/

#BodyText ul#SubNav {
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	border-top: 1px solid #E6E6E6;
}

#BodyText ul#SubNav li{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#BodyText ul#SubNav li a{
	float: left;
	width: 140px;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	color: #4D4D4D;
	border-bottom: 1px solid #E6E6E6;

}

#BodyText ul#SubNav li a.selected{
	font-weight: bold;
	color: #F15D22;
	background: url(/img/subnav_selected.gif) right 10px no-repeat;
}

.energygeneration {
	float: left;
	padding: 15px 5px 0 5px;
	width: 140px;
	height: 280px;
	margin: 0 0 20px 0;
	text-align: center;
	background: url(/img/energygeneration_bg.jpg) top left no-repeat;
}

#BodyText .energygeneration h3{
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #85683A;
	margin: 0 0 7px 0;
	padding: 0;
}

#BodyText .energygeneration p.value{
	font-size: 2.4em;
	line-height: 1.0em;
	font-weight: bold;
	color: #405063;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#BodyText .energygeneration p.unit{
	font-size: 1.2em;
	font-weight: bold;
	color: #405063;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

.sidebargraphic {
	float: left;
	margin: 0 0 20px 0;
}

.wherewebuild {
	position: relative;
	float: left;
	width: 115px;
	height: 115px;
	margin: 0 5px 10px 5px;
	display: inline;
}

.wherewebuild a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);

}

#BodyText .wherewebuild p {
	width: 95px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 6px 10px 6px 10px;
	background: url(/img/darkblue_transparent.png) repeat;
}


#BodyText .wherewebuild a:hover p {
	background: url(/img/orange_transparent.png) repeat;
}

#FinancialToolsChart {
float: left;
position: relative;
width: 729px;
height: 393px;
border: 1px solid #b7b7b7;
background: url(/img/financialtools/financialtools_bg.gif) repeat-x bottom left #fff;
}

.financialtoolschartfull {
display: none;
position: absolute;
top: 0;
left: 0;
width: 729px;
height: 393px;
background: #1f2a3c;
z-index: 1000;
}

.closebutton {
position: absolute;
top: 20px; right: 20px;
cursor: pointer;
}

.financialtoolschartfull .icon {
float: left;
width: 300px;
height: 300px;
margin: 40px 0 0 0;
}

.financialtoolschartfull .desc {
float: right;
background: #0b111a;
padding: 20px;
width: 375px;
margin: 100px 0 0 0;
}

#BodyText .financialtoolschartfull .desc h3{
color: #fff;
}

#BodyText .financialtoolschartfull .desc p{
color: #fff;
}

.chartpanel {
position: relative;
}

#BodyText .chartpanel:hover h3, #BodyText .chartpanel h3:hover, #BodyText .chartpanel:hover p{
color: #fff;
}

#BodyText .chartpanel h3 {
font-size: 1.7em;
}

#SunriseDatabase {
float: left;
width: 208px;
height: 159px;
padding: 20px 10px 0 145px;
overflow: hidden;
border-right: 1px solid #b7b7b7;
border-bottom: 1px solid #b7b7b7;
background: url(/img/financialtools/sunrise_bg.jpg) no-repeat top left #fff;
}

#SunriseDatabase:hover {
background: url(/img/financialtools/sunrise_bg.jpg) no-repeat 0 -179px #fff;
}

#SunriseDatabaseLinkWhole {
position: absolute;
top: 0;
left: 0;
width: 363px;
height: 179px;
}

#RadianceDial {
float: left;
width: 200px;
height: 159px;
padding: 20px 20px 0 145px;
overflow: hidden;
border-bottom: 1px solid #b7b7b7;
background: url(/img/financialtools/radiance_bg.jpg) no-repeat top left #fff;
}

#RadianceDial:hover {
background: url(/img/financialtools/radiance_bg.jpg) no-repeat 0 -179px #fff;
}

#RadianceDialLinkWhole {
position: absolute;
top: 0;
left: 0;
width: 365px;
height: 179px;
}

#AzimuthPanel {
float: left;
width: 210px;
height: 193px;
padding: 20px 8px 0 145px;
overflow: hidden;
border-right: 1px solid #b7b7b7;
background: url(/img/financialtools/azimuth_bg.jpg) no-repeat top left #fff;
}

#AzimuthPanel:hover {
background: url(/img/financialtools/azimuth_bg.jpg) no-repeat 0 -213px #fff;
}

#AzimuthPanelLinkWhole {
position: absolute;
top: 0;
left: 0;
width: 363px;
height: 213px;
}


#SOLIndex {
float: left;
width: 200px;
height: 193px;
padding: 20px 20px 0 145px;
overflow: hidden;
background: url(/img/financialtools/supernova_bg.jpg) no-repeat top left #fff;
}

#SOLIndex:hover {
background: url(/img/financialtools/supernova_bg.jpg) no-repeat 0 -213px #fff;
}

#SOLIndexLinkWhole {
position: absolute;
top: 0;
left: 0;
width: 365px;
height: 213px;
}

#sunone_map, #suntwo_map {
float: left;
width: 730px;
height: 370px;
margin: 0 0 20px 0;
position: relative;
border: 1px solid #dfdfdf;
overflow: hidden;
}

#sunone_map img, #suntwo_map img {
position: absolute;
top: 150px;
left: 332px;
}

.reportlist {
float: left;
width: 750px;
border-bottom: 1px solid #dfdfdf;
margin: 0 0 10px 0;
}

.reportthumb{
float: right;
margin: 15px 0 20px 20px;
}

.reportthumb img {
border: 1px solid #ccc;
}
/*--------------------GENERAL-----------------------*/
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 9999;
    margin-left: -300px;
    width: 600px;
    background-color: #fff;
    color: #ccc;
    padding: 0px;
}

.jqmHeader {
	float: left;
	width: 570px;
	display: inline;
	padding: 10px 10px 10px 20px;
	height: 18px;
	text-align: left;
	background: #292e3a;
}

.jqmHeader .jqmClose p {
	float: left;
	color: #fff;
	font-size: 1.2em;
	margin: 0 0px 0px 0;
	padding: 2px 0 0 0;
}

.jqmHeader h3 {
	float: left;
	font-family: Georgia, Times, serif;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.jqmHeader h3 strong{
	color: #FDBB30;
}

.jqmClose {
	float: right;
	width: 60px;
	text-align: right;
	font-weight: normal;
	margin: 0 10px 0 0;
	display: inline;
	color: #fff;
	cursor: pointer;
}

.jqmClose img{
	float: right;
	margin: 0 0 0 5px;
}

.jqmContent {
	float: left;
	padding: 20px 20px 20px 20px;
}

.jqmContent h3{
	float: left;
	font-size: 2.0em;
	font-weight: bold;
	margin: 3px 0 15px 0;
	padding: 0 0 5px 0;
	color: #2A3649;
}

.jqmContent p {
	color: #333333;
}

.image-left {
	float: left;
	margin: 0 20px 10px 0;
}

#slideshow {
	width: 560px;
	height: 320px;
	background: #5E6970;
	overflow: hidden;
}

.slideshownav {
	float: right;
	width: 100px;
}

#next {
	float: right;
	cursor: pointer;
}

#prev {
	float: right;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.partnerportal {
	float: left;
	padding: 40px 0 40px 95px;
	display: inline;
}

.jqmWindow.presscontent {
	width: 550px;
	margin-left: -280px;
	padding: 0px;
	display: none;
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 9999;
    background-color: #11223A;
    color: #fff;
}

.jqmWindow.presscontent a.jqmClose {
clear: both;
float: right;
text-align: right;
font-weight: bold;
margin: 10px 10px 10px 0;
color: #A9B4BF;
}


.jqmWindow.presscontent .jqmHeader {
	float: left;
	width: 510px;
	text-align: left;
	padding: 20px;
	height: 70px;
	background-color: #11223A;
	
}

.jqmWindow.presscontent .jqmHeader .left {
	float: left;
	text-align: left;
	width: 300px;
}

.jqmWindow.presscontent .jqmHeader .right {
	float: right;
	text-align: right;
	width: 200px;
	padding: 25px 0 0 0;
}

.jqmWindow.presscontent .jqmHeader .right h3 {
	float: right;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.jqmWindow.presscontent .centercontent {
	padding: 30px;
	background: url(/img/framesecondary_bg.gif) repeat-x bottom left #fff;
}

.jqmWindow.presscontent .centercontent h3{
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #333333;
}

.jqmWindow.presscontent .centercontent p{
	font-size: 1.2em;
	color: #333333;
}

.jqmWindow.presscontent .centercontent p a{
	color: #F15D22;
}


.jqmOverlay { background-color: #4D4D4D; z-index: 0;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: 100px;
}

.email {
	float: left;
	border: 1px solid #dfdfdf;
	font-size: 1.8em;
	padding: 4px;
	height: 26px;
	margin: 0 5px 0 0;
	width: 240px;
}

.btn {
	float: left;
	margin: 0 0 10px 0;
}

.biophoto {
float: left;
margin: 0 20px 20px 0;
display: inline;
}

/*-------------- TEXT STYLING ELEMENTS -----------------*/

#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #333333; }

#BodyText p.highlight {
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
}
#BodyText ul {
	margin: 0 0 7px 25px;
	padding: 0;
}

#BodyText ul li {
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #606060; 
}

#BodyText ol {
	margin: 0 0 17px 25px;
	padding: 0;
}

#BodyText ol li {
	padding: 0px 0px 3px 0px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #606060; }
	
#BodyText h5 {
	padding: 10px 0px 5px 0px;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333; }

#BodyText h4 {
	font-family: Georgia, Times, serif;
	padding: 10px 0px 2px 0px;
	margin: 0px 0 15px 0;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;

	color: #363D4B; }
	
#BodyText h3 {
	padding: 0px;
	margin: 1px 0 10px 0;
	font-size: 2.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #2A3649; }

#BodyText h2{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	font-size: 2.4em;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #11223A; 
}

#BodyText h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 2.5em;
	line-height: 3.5em;
	font-weight: bold;
	color: #eeeeee; 
}
		
#BodyText a:link, #BodyText a:visited { color: #F15D22; text-decoration: none; }
#BodyText a:hover, #BodyText a:visited:hover { color: #F15D22; text-decoration: underline;}

/*-------------- Copyright Footer -----------------*/
#Footer {
	width: 100%;
	padding: 0 0 80px 0;
	margin: 0;
	background: #11223A;
}
#Copyright {
	font-family: Arial, Verdana, sans-serif;
	width: 960px;
	display: block;
	margin: 20px auto 0 auto;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

#Copyright .left {
	float: left;
	width: 300px;
}

#Copyright .right {
	float: right;
	width: 500px;
	text-align: right;
}

#Copyright h5 {
	margin: 0px 0px 15px 0;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	}


#Copyright .right h5 {
font-size: 0.9em;
}

#Copyright a:link, #Copyright a:visited { text-transform: uppercase; font-size: 1.3em; color: #fff; text-decoration: none; padding: 0 0px 0 20px;}
#Copyright a:hover, #Copyright a:visited:hover { color: #FDBB30;text-decoration: none; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}
	
.cufon-loading #navigation li, .cufon-loading .jqmHeader h3, .cufon-loading #BodyText .energygeneration h3, .cufon-loading #BodyText h2, .cufon-loading #BodyText h4, .cufon-loading .homebar h3, .cufon-loading .intromessage h2, .cufon-loading #HeaderRight h3, .cufon-loading #Copyright h5 a, .cufon-loading .financialtoolschartfull h3{
	visibility: hidden !important;
}
