@charset "UTF-8";
/* CSS Document */


/*//////////////////////////////////////////////////////////////////// notes */

/* power house orange: #F8971D */
/* power house Dark green: #5C6F7C */
/* power house 50% Dark green: #adb7bd */



body {
		background-color: #707175;
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color: #CCC;
		
}

a {
	color: #f8971d;
}

a img {
	border: none;	
}



h1 {
	line-height:30px;
}




/*//////////////////////////////////////////////////////////////////// general element */




.wrapper{
	width: 860px;
	padding:0px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	margin-top:0px;
	min-height:180px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #666;
	border-right:1px solid #666;

}

	

.dotBox{
	width: 100%;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding:5px 0 5px 0;
}

.dotBoxWhite{
	width: 100%;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	padding:5px 0 5px 0;
	margin-top: 5px;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;	
}

li {
	line-height: 24px;
	font-size:14px;
	margin: 18px 0 18px 0;
}

.styledli li {
	line-height: 24px;
	list-style: url(../images/li_style.jpg);
	font-size:14px;
	margin: 18px 0 18px 0;
}

hr {
		border: 0px;
		height: 1px;
		background-color: #F8971D;
}
.customInput {
	width: 288px;
	border-top: 1px solid #999;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 6px;
	margin: 10px 0 10px 0;
}

.contact textarea {
	width: 288px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #999;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 6px;
	margin: 10px 0 10px 0;
}

.send {
	border: none;
	width: 68px;
	height: 31px;
	background-image: url(../images/SEND.jpg);
}

input {
	border: 1px solid #999;	
}


/*//////////////////////////////////////////////////////////////////// header */

.headerContainer{
	width:860px;
	height: 158px;
	position:relative;
	z-index:20;

}

.orangeBox {
	width: 840px;
	height: 266px;
	position: relative;
}
.orangeBoxSm{
	width: 860px;
	height: 200px;
	position: relative;
}
.headerTop{
	width:860px;
	height:160px;
	position: absolute;
	z-index:10;
}

.headerBottom{
	width:860px;
	height:160px;
	margin-top:0px;
	position: absolute;
}
	


.logo{
	width:238px;
	height:90px;
	margin:10px 0px 10px 0px;
	border-right: 2px solid #F8971D;
	float:left;
	position:relative;
	z-index:11;
}


.tagContainer{
	width:255px;
	height:35px;
	margin:45px 0 20px 10px;
	float:left;
	z-index:13;
}

.rightContainer{
	width:355;
	height:110px;
	z-index:12;
	float:left;
	overflow:hidden;
}

.searchContent{
	width:335px;
	margin:10px;
	height:30px;
	padding:0px;
	text-align:right;
	top:0px;
}

.searchButton{
	background-color: #333;
	background-image:url(../images/search.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:58px;
	height:20px;
	background-position:0 0;
	border: 0px;
	color:#FFF;
}


.contactContent{
	width:335px;
	margin:0 10px 20px 10px;
	text-align:right;
}


.headerOrange{
	width:860px;
	position: absolute;
	z-index:9;
	background-color:#F8971D;
}



/*//////////////////////////////////////////////////////////////////// navigation */

.navBarContainer{
	width:621px;
	height:48px;
	position: absolute;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	z-index:15;
	margin:111px 0 0 239px;
}

.quoteContainer {
	width: 560px;
	padding-right:20px;
	float: right;
	text-align:left;
	font-size:20;
	line-height: 24px;
	color:#fff;
}
.quoteContainerLg {
	width:800px;
	padding:20px;
	margin:10px;
	float: left;
	text-align:left;
	font-size:20;
	line-height: 24px;
	color:#fff;
}

.mainQuote {
	margin: 10px 0 10px 0;
	font-size: 27px;
	line-height: 48px;
	float: left;
}

.navBar{
	position:absolute;
	z-index:20;
}

.flowChartHolder {
	position: absolute;
	margin: -45px 0 0 30px;
}

.portraitHolder {
	width: 225px;
	height: 310px;
	position: absolute;
	bottom: 0px;
}


#nav
{	margin: 0;
	padding: 0;
	position: relative;
}

#nav li {
	margin:0;
	list-style: none;
	float: left;
	font-size:14px;
	line-height:10px;
	border-left:1px dotted #999;
}

#nav li a {
	display: block;
	margin: 0 1px 0 0;
	padding-top:20px;
	padding-bottom:5px;
	width: 122px;
	height:23px;
	color: #CCC;
	font-weight:lighter;
	font-size:12px;
	text-transform:uppercase;
	text-align: center;
	text-decoration: none;
}


#nav li a:hover {
	background: #0A2525;
}




#nav div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width:123px;
	text-align:left;
	
}

#nav div a {
	    position: relative;
		display: block;
		margin: 0px;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #666;
		color: #999;
		font-size:12px;
		line-height:24px;
		text-transform:capitalize;
}

#nav div a:hover {
		color: #FFF;
		background-color: #0A2525;
}


/*//////////////////////////////////////////////////////////////////// focus */

.focusContainer{
	position: relative;
	width: 100%;
	text-align: center;
	float:left;
	margin-top:0px;
	display:inline;
	z-index:18;
	margin-bottom:0px;
	overflow:hidden;
	
}

.focusContent{
	padding: 20px 10px 0 10px;
	width:840px;
	background-color:#FFF;
	margin-bottom:0px;
	overflow: hidden;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #FFF;
	position:relative;
	z-index:30;
}

.focusContentIndex{
	padding: 20px 10px 0 10px;
	width:840px;
	background-color:#FFF;
	margin-bottom:0px;
	height:625px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #FFF;
	position:relative;
	z-index:30;
}



.leftSide{
	width:320px;
	margin:0 0 0 0;
	float:left;
	background-color:#CCC;
	min-height:565px;
	position: relative;
	z-index:20;
}

.rightSide{
	width:500px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:right;
	position:relative;
}

.leftColumn {
	width:510px;
	margin:20px 10px 0px 0px;
	float:left;
}

.rightColumnTop {
	width: 320px;
	height: 19px;
	float: right;
	background-image: url(../images/rightColumnTop.jpg);
}

.contactTop {
	width: 320px;
	height: 19px;
	background:url(../images/contactTop.jpg);
}

.contact {
	width: 300px;
	padding: 10px;
	background:url(../images/contactBG.jpg);
	background-repeat: repeat-x;
	background-color: #afafaf;
}

.rightColumn {
	width:300px;
	padding: 0 10px 0 10px;
	float:right;
	background-image: url(../images/rightColumnBg.jpg);
	background-repeat: repeat-x;
	background-color:#fcb96b;
}

.rightColumnLower {
	width:300px;
	padding: 10px;
	float:right;
	background-image: url(../images/rightColumnLowerBg.jpg);
	background-repeat: repeat-x;
	background-color: #ffe2c0;
}

.IntroContainer{
	width:100%;
	float:left;
	position:relative;
	
}

.newsBox{
	width:290px;
	margin:0 10px 0 10px;
	height:240px;
	float:left;
	padding:5px;
	background-image:url(../images/news-bg.jpg);
}



.FactsBox{
	width:290px;
	margin:10px;
	float:left;
	padding:5px;
	color: #fff;
	background-image:url(../images/facts-bg.jpg);
	
}



.FactsBoxC02{
	width:290px;
	margin:10px;
	float:left;
	padding:5px;
	color: #fff;
	background-image:url(../images/c02_reduced_bg.jpg);
}


.portrait {
	float: left;
	background-color: #F8971D;
	background-image:url(../images/portraitBG.jpg);
	color: #fff;
	padding: 4px;
	width: 150px;
	font-weight: bold;
	margin: 0 10px 10px 0;
	box-shadow: 10px 10px 5px #888;
}


.footerQuoteContainer {
	width: 460px;
	float:right;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top right;
	margin-top:20px;
	margin-bottom:10px;
}

.Signatures{
	float:left;
	width:100%;
	position:relative;
	margin:20px 0 0 0;
}



.footerQuote {
	margin: 80px 190px 0 0;
	width: 260px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5C6F7C;
	text-align:right;
	font-style: italic;
	font-weight:bold;
}

.footerCredit {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F8971D;
	font-size: 11px;
	font-weight:normal;
	font-style: normal;
	line-height:10px;
}

.titleContainer {
	float: left;
	margin: 0 80px 0 0;
}

.titleContainerNo {
	float: left;
	margin: 0 0 0 0;
}

.titleContainer a {
	color:#333;	
}

.titleContainerNo a {
	color:#333;	
}




/*//////////////////////////////////////////////////////////////////// fonts */

.c02Reduced {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	margin: 2px 10px 0 0;
	border-right: 1px solid #666;
	float: left;
	width: 105px;
	color:#F8971D;
	padding: 10px 0 10px 0;
	float: left;
}

.c02_reduced_right {
	font-size: 14px;
}

a {
	text-decoration: none;	
}

.newsDate {
	color: #888;	
	font-style: italic;
}

h2{
	margin: 0px 0 10px 0;
	color:#F90;
}

p{
	font-size:14px;
	color: #333;
	line-height:18px;
}

.largeBold {
	font-size: 35px;
	font-weight: bold;
}

.title {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.tagLine{
	text-align:left;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F8971D;
	text-transform: uppercase;
}

.rightColumn h1 {
	width: 100%;
	color: #fff;
	font-size: 20px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.contactHeader a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#adb7bd;
	text-align:right;
	text-decoration:none;
}

.contactHeader a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#adb7bd;
	text-align:right;
	text-decoration: underline;
}

.siteMap {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#adb7bd;
	text-align:right;
	text-decoration:none;
}


.siteMap a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#adb7bd;
	text-align:right;
	text-decoration: underline;
}

.siteMap a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-align:right;
	text-decoration: underline;
}

.contactFooter{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#adb7bd;
	text-align: left;
	text-decoration: none;
}

.sideBarHeader{
	font-size:24px;
	text-align:left;
	text-transform:uppercase;
	font-weight: bold;
	color: #5C6F7C;
}

.sideBarHeaderWhite{
	font-size:24px;
	text-align:left;
	text-transform:uppercase;
	font-weight: bold;
	color: #FFF;
}


/*//////////////////////////////////////////////////////////////////// green news */


.jScrollPaneContainer {
    position: absolute;
	margin-top:10px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 180px;
	background-image:url(../images/track.jpg);
	background-repeat:repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background-image:url(../images/slider.gif);
	height:40px;
	background-repeat:no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.scroll-pane {
	width: 280px;
	height: 180px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

.greenNewsItem{
	width:250px;
	float:left;
	margin-bottom:20px;
}

.greenNewsDate{
	width:40px;
	height:40px;
	float:left;
	text-align: center;
	padding:10px 5px 0 5px;
	margin:0 5px 0 0;
	background-color:#39B54A;
}

.greenDate{
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}

.greenTopic{
	font-size:12px;
	color: #666;
	text-align: left;
	text-decoration:none;
	line-height:18px;
}

.greenTopic p{
	font-size:12px;
	color: #666;
	text-align: left;
	text-decoration:none;
	line-height:18px;
}



.greenTopic a{
	font-size:16px;
	color: #F8971D;
	text-align: left;
	text-decoration:none;
}

.greenTopic a:hover{
	font-size:16px;
	color: #F8971D;
	text-align: left;
	text-decoration:underline;
}




/*//////////////////////////////////////////////////////////////////// facts rotate */

.FactContainer{
	width:270px;
	min-height:160px;
	padding:10px;
	float:left;
}

.FactNumber{
	text-align:left;
	color: #FFF;
	font-size:36px;
	font-weight:bold;
	padding:0 0 10px 0;
	margin-bottom:5px;
}

.FactCopy{
	font-size:14px;
	color: #FFF;
	text-align:left;
	line-height:20px;
}

.quoteCopy{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-weight: bold;
	line-height:16px;
	color: #FFF;
}

.quoteby{
	font-size:12px;
	color:#FFF;
	text-align:left;
	line-height:14px;
}


.moreFacts{
	width:290px;
	height:26px;
	float:left;
	padding-top:20px;
}
	


.anythingSlider {
	width: 290px;
	height: 160px;
	position: relative;
	float:left;
	margin:0;
}
.anythingSlider .contain {
	width: 290px;
	overflow: auto;
	height: 160px;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	
}
.anythingSlider .contain ul{
	width: 9999px;
	list-style: none;
	list-style-position:0px;
	position: absolute;
	top: 0;
	background: #95a1a9;
	margin: 0;
	padding:1px;
}
.anythingSlider ul li{
	display: block;
	list-style: none;
	float: left;
	padding: 0;
	height: 160px;
	width: 290px;
}


.anythingSlider .arrow {
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	margin:-20px;
	cursor: pointer;
}

.anythingSlider .forward{
	background-position: 0 0;
	right: -20px;
}


.anythingSlider .back{
	background-position: -60px 0;
	left: -20px;
}

.anythingSlider .forward:hover{
	background-position: 0px -40px;
}

.anythingSlider .back:hover{
	background-position: -60px -40px;
}

#ac {
	background-color:#FFF8F0;
}

#ac li{
	line-height:39px;
	padding: 10px;
	margin: 0px;
	list-style:none;
}

#ac li ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
	line-height:16px;
	font-size: 12px;
}


.large_button {
	text-align: center;
	font-size: 22px;
	color:#fff;
	width: 110px;
	height: 39px;
	line-height:39px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/button_bg_l.png);
	float: left;
}

.ac_h1 {
	font-size: 22px;
	color: #F8971D;
	float: left;
	margin-left: 25px;
}

.clearb {
	clear:both;	
}

.boldOrange {
	font-weight: bold;
	color: #F8971D;
	font-size: 16px;
	line-height: 22px;
}

.comment {
	color:#f8971d;
	font-style:italic;
	font-size: 12px;
}

#smart {
	float: left;
	margin: 10px 0 10px 0;
}



/*Prevents*/

.anythingSlider .contain ul ul{
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .contain ul ul li{
	float: none;
	height: auto;
	width: auto;
	background: none;
}



/*//////////////////////////////////////////////////////////////////// footer */

.footerContainer{
	position: relative;
	width: 860px;
	text-align: center;
	padding: 20px 0 20px 0;
	margin-top:0px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-color:#6f6e73;
}

.footerContent{
	width:820px;
	padding:0px 20px 0px 20px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	float:left;

}

.footerSocial{
	width:172x;
	height:28px;
	float:left;
}

.footerContact{
	width:380px;
	height:20px;
	padding:4px;
	text-align: center;
	float:left;
}

.footerPhone{
	width:140px;
	height:20px;
	padding:4px 10px 4px 10px;
	text-align: center;
	float:left;
}
.footerEmail{
	width:84px;
	height:20px;
	padding:0px;
	text-align: right;
	float:right;
}


div#social{
	width: 86px;
	height:26px;
	float:left;
	margin: 0 5px 0 0;


}
		
		div#social a
		{
			width: 86px;
			height: 26px;
			display: block;
		}


a#buttonFacebook {
	background-image:url(../images/facebook.png);
	background-repeat:no-repeat;
	background-position:0px 0px;

}

a#buttonFacebook:hover{
	background-image:url(../images/facebook.png);
	background-repeat:no-repeat;
	background-position:0px -30px;

}

a#buttonFacebook:visited{
	background-image:url(../images/facebook.png);
	background-repeat:no-repeat;
	background-position:0px 0px;

}


a#buttonTwitter {
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
	background-position:0px 0px;

}

a#buttonTwitter:hover{
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
	background-position:0px -30px;

}

a#buttonTwitter:visited{
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
	background-position:0px 0px;

}

.massiveLogo{
	width:100%;
	height:50px;
	float:left;
	margin-top:25px;
	text-align:left;
	position:relative;
	z-index:60;
	margin-bottom:25px;
}