* { 
	margin: 0; 
	padding: 0; 
	line-height:1;
	background:transparent none repeat scroll 0 0;
	border:none;
	font-size:100%;
	outline: none;
	vertical-align:baseline
}
	
body { 
	margin: 0; 
	padding: 0; 
}
	
body, p, td, th, div, blockquote, dl, ul, ol { 
	font: 12px/18px arial, helvetica, sans-serif; 
	color: #666666; 
}
	
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
a { 
	text-decoration: none;
}

clear {
	overflow:hidden;
	width:100%;
}
.clearFloats {
	clear:both;
}
.hideMe {
	visibility:hidden;
}
/*
	Slideshow added Dec 20 2011
*/

#slides {
	position:absolute;
	top:15px;
	left:85px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:absolute;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}
/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

 /*end slideshow from Dec 20 2011*/

/****************/
/* LINK BUTTONS */
/****************/


.clickMe a {
	background:transparent url('../images/common/button2b_bg.gif') no-repeat scroll right top;
	color:#003399;
	float:left;
	font-family:Futura, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	height:22px;
	line-height:14px;
	padding-right:7px;
	text-decoration:none;
	text-transform:uppercase;
}

.clickMe a:hover {
	background-position:right bottom;
	outline:none;
}

.clickMe a span {
	float:left;
	height:13px;
	background:transparent url('../images/common/button2a_bg.gif') no-repeat scroll left top;
	padding:6px 7px 3px 13px;
}

.clickMe a:hover span {
	background-position:left bottom;
}

.clickMe a:visited {
	color:#666666;
}


/***************/
/* FORM BUTTON */
/***************/

.goButton {
	background-color:transparent;
	background-image:url('../images/common/go_button_double.png');
	background-repeat:no-repeat;
	border:medium none;
	height:22px;
	margin:0;
	overflow:hidden;
	padding:22px 24px 0 0;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	width:auto;
}
.goButton:hover {
	background-position:left bottom;
}


/**************************/
/* MAIN styles start here */
/**************************/

body {
	background:#F8F9FA none repeat scroll 0 0;
	margin:0;
	padding:0;
}
body, p, div, blockquote {
	color:#333333;
	font-family:Futura, arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.hidden {
	display:none;
}
#full-container {
	height:100%;
	margin:0 auto;
	position:relative;
	width:1002px;
}
#site-container {
	background:#FFFFFF none repeat scroll 0 0;
	min-height: 100%;
	margin:0 auto;
	padding:0;
	width:974px;
}
#content-container {
	background-image:url(../images/common/curve.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:5px;
	padding:0 10px;
}
#shadow-box {
	background:transparent url(../images/common/shadowNew.png) repeat-y scroll left top;
	height:100%;
	padding:0 14px;
}
#shadow-box-bottom {
	background:transparent url(../images/common/pageBottom.png) no-repeat scroll left top;
	padding:32px 0 0;
}


/****************************/
/* header styles start here */
/****************************/

#header {
	height:100px;
	padding:10px 0 0;
	position:relative;
}
#logo {
	float:left;
	left:25px;
	position:absolute;
	top:10px;
}
#utility-nav {
	position:absolute;
	right:10px;
}
#utility-nav ul {
	color:#999999;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:right;
	margin: 0;
}
#utility-nav ul li {
	display:inline;
	letter-spacing:1px;
	margin:0 4px;
	text-transform:uppercase;
}
#utility-nav ul li a {
	color:#999999;
}
#utility-nav ul li a:hover {
	text-decoration:underline;
}
#login-area {
	color:#999999;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	height:24px;
	line-height:normal;
	margin-top:10px;
	position:absolute;
	right:10px;
	top:30px;
}

#login-area fieldset {
	padding: 0;
	border: none;
}

#login-area input {
	color:#333333;
	background-color: #E2E8FF;
	padding: 0;
	border:#CCC thin solid;
	padding: 3px 0 3px 3px;
}
	
/******************/
/* Section styles */
/******************/

body.about #contentHeader, body.news #contentHeader, body.contact #contentHeader {
	height: 80px;
	background-image:url('../images/aboutHeader_short.jpg');
	background-repeat:no-repeat;
}

body.energy #contentHeader {
	height: 80px;
	background-image:url('../images/energyHeader.jpg');
	background-repeat:no-repeat;
}

body.power #contentHeader {
	height: 80px;
	background-image:url('../images/powerHeader.jpg');
	background-repeat:no-repeat;
}
body.about #subnav, body.news #subnav, body.contact #subnav {
	height: 28px;
	background-color:#4b5b96;
}

body.energy #subnav {
	height: 28px;
	background-color:#aa231e;
}

body.power #subnav {
	height: 28px;
	background-color:#009785;
}

#contentHeader h1 a {
	color:#ffffff;
	font-family: futura, arial, helvetica, sans-serif;
	font-size:33px;
	font-weight:400;
	position:relative;
	top: 40px;
	left: 17px;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 10px;
}

#contentHeader h1 a:hover {
	color:#fc0;
}


#subnav ul {
	color:#ffffff;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	padding: 7px 0 0 14px;
	margin: 0;
}
#subnav ul li {
	font-weight:700;
	display:inline;
	letter-spacing:1px;
	margin:0 4px;
	text-transform:uppercase;
}
#subnav ul li a {
	color:#ffffff;
}
#subnav ul li a:hover {
	color:#FC0;
}

#subnav ul.history li#history, #subnav ul.history li#history a, #subnav ul.history li#history a:hover, #subnav ul.careers li#careers, #subnav ul.careers li#careers a, #subnav ul.careers li#careers a:hover, #subnav ul.sitemap li#sitemap, #subnav ul.sitemap li#sitemap a, #subnav ul.sitemap li#sitemap a:hover {
	color:#FC0;
}

#subnav ul.media li#media, #subnav ul.media li#media a, #subnav ul.media li#media a:hover, #subnav ul.research li#research, #subnav ul.research li#research a, #subnav ul.research li#research a:hover, #subnav ul.press li#press, #subnav ul.press li#press a, #subnav ul.press li#press a:hover {
	color:#FC0;
}

#subnav ul.expertise li#expertise, #subnav ul.expertise li#expertise a, #subnav ul.expertise li#expertise a:hover, #subnav ul.methodology li#methodology, #subnav ul.methodology li#methodology a, #subnav ul.methodology li#methodology a:hover, #subnav ul.products li#products, #subnav ul.products li#products a, #subnav ul.products li#products a:hover, #subnav ul.management li#management, #subnav ul.management li#management a, #subnav ul.management li#management a:hover {
	color:#FC0;
}

#subnav ul.directions li#directions, #subnav ul.directions li#directions a, #subnav ul.directions li#directions a:hover {
	color:#FC0;
}

/******************************/
/* main nav styles start here */
/******************************/

#main-nav {
	color:#AAAAAA;
	height:22px;
	position:absolute;
	right:12px;
	top:82px;
}
#main-nav dl {
	margin:0;
	padding:0;
}
#main-nav dt {
	float:left;
}
#main-nav dt a {
	background-position:0 -31px;
	background-repeat:no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding:22px 0 0;
}
#main-nav dt a:hover {
	background-position:0 -67px;
	background-repeat:no-repeat;
}
#main-nav dt#home, #main-nav dt#home a {
	background-image:url(../images/common/navHome.gif);
	width:72px;
}
#main-nav dt#about, #main-nav dt#about a {
	background-image:url(../images/common/navAbout.gif);
	width:109px;
}
#main-nav dt#power, #main-nav dt#power a {
	background-image:url(../images/common/navPower.gif);
	width:174px;
}
#main-nav dt#energy, #main-nav dt#energy a {
	background-image:url(../images/common/navEnergy.gif);
	width:207px;
}
#main-nav dt#contact, #main-nav dt#contact a {
	background-image:url(../images/common/navContact.gif);
	width:79px;
}
body.home dt#home, body.home dt#home a, body.home dt#home a:hover, body.about dt#about, body.about dt#about a, body.about dt#about a:hover, body.news dt#news, body.news dt#news a, body.news dt#news a:hover, body.power dt#power, body.power dt#power a, body.power dt#power a:hover, body.energy dt#energy, body.energy dt#energy a, body.energy dt#energy a:hover, body.contact dt#contact, body.contact dt#contact a, body.contact dt#contact a:hover {
	background-position:0 -67px;
	background-repeat:no-repeat;
}

/*****************************************/
/* common content area styles start here */
/*****************************************/

.rule {
	margin: 10px auto;
	border-top: #999 thin solid;
	height: 10px;
}

.rule2 {
	margin: 2px auto;
	border-top: #999 thin solid;
	height: 2px;
}

#leftCol {
	margin-right:267px;
	position:relative;
	width:687px;
	min-height: 600px;
}

.article {
	padding: 25px 20px 0px 18px;
	font-family: Futura, Arial, Helvetica, sans-serif;

}

.article .anchorslist {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	margin: 0 0 20px 0;
}


.article .anchorslist li a {
	padding: 0 0 0 9px;
	background-image:url("../images/common/mewsbullet.png");
	background-position:left top;
	background-repeat:no-repeat;
	line-height: 18px;
	font-weight: normal;
	color: #039;
}

.article .backtotop {
	font-size: 10px;
	line-height: 18px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	margin: 0 0 20px 0;
	font-weight: normal;
}

.article p {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 10px 0;
}

.article span {
	font-weight: bold;
	color: #000;
	font-size:inherit;
}

.article h2 {
	font-size: larger;
	font-weight:bold;
	color: #039;
	padding-bottom: 10px;
	margin: 0;
	text-transform:uppercase;
}

.article h3 {
	font-size: 14px;
	color: #333;
	padding: 10px 0 5px 0px;
}

.article h3 a {
	background-image:url("../images/common/pdf_icon.png");
	background-position:left top;
	background-repeat:no-repeat;
	color:#333;
	text-decoration:none;
	padding-left: 18px;
}

.article h3 a:hover {
	color: #039;
	text-decoration:underline;
}

.article h4 {
	font-weight:bold;
	text-transform:uppercase;
	font-size: 18px;
	color: #039;
	text-transform:uppercase;
	line-height: 20px;
}
.article h5 {
	font-weight:bold;
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
}

.article h6 {
	font-weight:bold;
	font-size: 14px;
	color: #333;
}

.mainimg {
	margin: 0 auto;
	margin-top:20px;
}

.mapimg {
	margin: 0 auto;
	margin-top:5px;
}

.gMap {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.videoitem {
	width: 650px;
	margin: 0px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
}

.videoitem embed, .videoitem object {
	float: right;
	margin: 0px 0px 15px 15px;
}

.videoitem p {
	font-size: 12px;
	line-height: 14px;
	color: #333;

}

.videoitem h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size: 14px;
	color: #039;
	text-transform:uppercase;
	line-height: 20px;
}



.itemleft {
	float: left;	
}

.itemright {
	float: right;	
}

.itemleft, .itemright {
	padding: 25px 10px 0px 18px;
	width: 310px;
	font-family: Futura, Arial, Helvetica, sans-serif;

}

.itemleft p, .itemright p {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 10px 0;
}

.itemleft span, .itemright span {
	font-weight: bold;
	color: #000;
	font-size:inherit;
}

.itemleft h2, .itemright h2 {
	font-size: 12px;
	font-weight:bold;
	color: #039;
	margin: 0 0 3px 0;
	text-transform:uppercase;
}
.itemleft h3, .itemright h3 {
	font-size: 12px;
	font-weight:bold;
	color: #666;
	margin: 0 0 8px 0;
}

.itemleft a:hover p, .itemright a:hover p {
	text-decoration:underline;
}

.leftimg {
	float: left;
	padding: 0 15px 15px 0;
	vertical-align:text-top;
}

.rightimg {
	float: right;
	padding: 0 0 15px 15px;
	vertical-align:text-top;
}

.rightimgborder {
	float: right;
	margin: 0 0 15px 15px;
	vertical-align:text-top;
	border: 1px #999 solid;
}

.article a {
	color: #03c;
	font-weight:bold;
}

.article a:hover {
	text-decoration:underline;
}

.article .bulletsBox {

	background-image:url(../images/common/feature_box_bg.gif);
	background-repeat:repeat-x;
}

.article .careersBox {
	background-color:#EEE;
}

.article .bulletsBox, .article .careersBox {
	height:100%;
	margin: 15px auto;
	padding:20px 20px 10px 20px;
	width:580px;
	border-bottom: #DDD thin solid;
}

.article .bulletsBox ul, .article .careersBox ul {
	margin-bottom: 20px;
}

.article .bulletsBox li, .article .careersBox li {
	background-image:url(../images/common/bullet_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0 0 15px;
	padding-left:31px;
}

.article .bulletsBoxPower li {
	background-image:url(../images/common/bullet_icon_green.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0 0 15px;
	padding-left:31px;
}

.article .bulletsBoxPetrol li {
	background-image:url(../images/common/bullet_icon_red.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0 0 15px;
	padding-left:31px;
}

.article .bulletsBox h3 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 12px 0;
	text-transform:uppercase;
}

.article .careersBox h3 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 12px 0;
	text-transform: capitalize;
}

.article .careersBox h4 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin: 0 0 12px 0;
}

.article .twocol {
	margin: 0 auto;	
	width: 480px;

}
.article .bulletsBox2 {
	float: left;
	background-image:url(../images/common/feature_box_bg.gif);
	background-repeat:repeat-x;
	height:150px;
	overflow:visible;
	margin: 15px 0 15px 0;
	padding:10px 10px 10px 10px;
	width:220px;
	border-bottom: #DDD thin solid;
}

.article .bulletsBox2 ul {
	margin-bottom: 20px;
}

.article .bulletsBox2 li {
	background-image:url(../images/common/bullet_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0px 0 15px;
	padding-left:21px;
}

.article .bulletsBox3 {
	float: left;
	background-image:url(../images/common/feature_box_bg.gif);
	background-repeat:repeat-x;
	height:150px;
	overflow:visible;
	margin: 15px 0 15px 0;
	padding:10px 10px 10px 10px;
	width:220px;
	border-bottom: #DDD thin solid;
}

.article .bulletsBox3 ul {
	margin-bottom: 20px;
}

.article .bulletsBox3 li {
	background-image:url(../images/common/bullet_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0px 0 15px;
	padding-left:29px;
}


.article .bulletsBox4 {
	float: left;
	background-image:url(../images/common/feature_box_bg.gif);
	background-repeat:repeat-x;
	overflow:visible;
	margin: 10px 0 10px 32px;
	padding:10px 10px 10px 10px;
	width:378px;
	border-bottom: #DDD thin solid;
}

.article .bulletsBox4 h3 {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.article .bulletsBox4 ul {
	margin-bottom: 20px;
}

.article .bulletsBox4 li {
	background-image:url(../images/common/bullet_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0px 0px 0px;
	padding-left:29px;
}

.petro-table-b
{
	font-family:Futura, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px auto;
	width: 620px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #ab1900;
	border-bottom: 7px solid #ab1900;
}
.petro-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	background: #9d7068;
	border-right: 1px solid #ab1900;
	border-left: 1px solid #ab1900;
	color: #fff;
}
.petro-table-b td
{
	padding: 3px;
	background: #fedcd6; 
	border-right: 1px solid #ab1900;
	border-left: 1px solid #ab1900;
	color: #333;
}


#dataBox {
	font-family:Futura, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:10px auto;
	overflow:hidden;
	width:237px;
}

.databox_table {
	font-family:Futura, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	font-size: 11px;
	width:237px;
	border: none;
	border-collapse:collapse;

}

.databox_table th
{
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	text-transform:uppercase;
	padding-left: 10px;
	background: #e4eaf3;
	color: #344e83;
	margin:0px;
	border-collapse:collapse;
}
.databox_table td
{
	font-size: 10px;
	background: #fff; 
	color: #3359a5;
	border-bottom: #ddd 1px solid;
	padding: 2px 0px 2px 10px;
	border-collapse:collapse;
}

.databox_table td.up {
	color:#3C0;	
}

.databox_table td.down {
	color: red;	
}

.databox_table td.caption {
	color:#999;
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	font-style:italic;
	padding-left: 10px;
}

.article .caption {
	color:#999;
	font-size: 10px;
	font-weight: normal;
	text-align:left;
	font-style:italic;
}


/************************************************/
/* page-specific content area styles start here */
/************************************************/


.landingFeature {
	float: left;
	width: 303px;
	height: 62px;
	margin: 0px 15px 15px 0;
}

.landingFeatureArea {
	margin: 0 auto;
}

.landingFeature a {
	padding: 25px 15px 15px 92px;
	color: #333;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 62px;
	vertical-align:middle;
	text-transform:uppercase;	
	text-decoration: none;
}

.landingFeature a:hover {
	color: #03c;
	text-decoration: underline;

}

.landingFeature a:visited {
	color: #333;
}

#powerProducts {
	background: url(../images/pow_products_thm.jpg) no-repeat left top;
}
#powerExpertise {
	background: url(../images/pow_expertise_thm.jpg) no-repeat left top;
}
#powerMethodology {
	background: url(../images/pow_methodology_thm.jpg) no-repeat left top;
}
#powerManagement {
	background: url(../images/pow_management_thm.jpg) no-repeat left top;
}

#energyProducts {
	background: url(../images/ener_products_thm.jpg) no-repeat left top;
}
#energyExpertise {
	background: url(../images/ener_expertise_thm.jpg) no-repeat left top;
}
#energyMethodology {
	background: url(../images/ener_methodology_thm.jpg) no-repeat left top;
}
#energyManagement {
	background: url(../images/ener_management_thm.jpg) no-repeat left top;
}

#homeFlash {
	margin-bottom:30px;
}

.homeflashreplace {
	 width: 686px;
	 height: 399px;
}


#powerBox, #energyBox {
	background-image:url(../images/common/feature_box_bg.gif);
	background-repeat:repeat-x;
	display:inline;
	float:left;
	height:100%;
	padding:12px 20px 0 20px;
	width:297px;
}

#powerBox {
	margin:10px 12px 25px 0px;
}
#energyBox {
	margin:10px 0 25px 0;
}
#powerBox h1, #energyBox h1 {
	color:#fff;
	background-color:#264273;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	padding: 5px 0 5px 10px;
	margin: 0 0 12px 0;
}

#powerBox h1 a , #energyBox h1 a, #powerBox h1 a:visited , #energyBox h1 a:visited {
	color:#fff;
	text-transform:uppercase;
}

#powerBox h1 a:hover , #energyBox h1 a:hover {
	color:#fff;
	text-decoration:underline;
}

#powerBox a.button, #energyBox a.button {
	padding-left:18px;
}

#powerBox .pdf p, #energyBox .pdf p {
	color:#666666;
	background-image:url(../images/common/pdf_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#powerBox .homebullet p {
	background-image:url(../images/common/bulletPower.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#energyBox .homebullet p {
	background-image:url(../images/common/bulletPetrol.png);
	background-position:left top;
	background-repeat:no-repeat;
}


#powerBox .homebullet p, #energyBox .homebullet p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:12px;
	padding-left:21px;
}

#powerBox .homebullet a, #energyBox .homebullet a {
	color:#666666;
	line-height:14px;
	text-decoration:none;
}

#powerBox .homebullet a:hover, #energyBox .homebullet a:hover {
	color:#666666;
	line-height:14px;
	text-decoration:underline;
}

#powerBox .homebullet span, #energyBox .homebullet span {
	color:#094988;
	font-weight:bold;
	text-transform:uppercase;
}

#rightCol {
	background-image:url(../images/home_rtCol_bg_grad.gif);
	background-repeat:repeat-x;
	min-height: 600px;
	margin:0 auto;
	position:absolute;
	right:25px;
	top:115px;
	width:259px;
}
#quicklinks {
	background-image:url(../images/common/quicklinks_bg.gif);
	background-repeat:no-repeat;
	height:103px;
	position:relative;
	width:267px;
}
#quicklinks form {
	position:relative;
	right:10px;
	text-align:right;
	font-size:10px;
	top:29px;
}

#quicklinks select {
	margin-right: 5px;
	margin-bottom: 3px;
	background-color: #ffffff;
 	color: #666666;
 	border: 1px solid #284279; 
}
#quicklinks button {
	margin-right: 5px;
}

.featureAd {
	display: block;
	margin:15px auto;
	width:238px;
	height: 45px;
	background-image:url("../images/ads/webinar_thing.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.powerNECA {
	display: block;
	margin:15px auto;
	width:237px;
	height: 45px;
	background-image:url("../images/ads/power_ad_Box_NECADinner.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.sidebar1 {
	margin:15px auto 0px auto;
	width:237px;
}

.sidebar2 {
	margin:0px auto;
	width:237px;
}

.sidebarconteacts {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin:0px auto 10px auto;
	width:237px;
}

#newsBox {
	height:230px;
	margin:15px auto;
	padding:12px 10px 0;
	width:217px;
}
#newsBox h1 {
	color:#333333;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	margin-bottom:12px;
	text-transform:uppercase;
}
#newsBox a.button {
	padding-left:9px;
}

#newsBox .powernews p {
	background-image:url("../images/common/newsbullet_power.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#newsBox .petrolnews p {
	background-image:url("../images/common/newsbullet_petrol.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#newsBox .powernews p, #newsBox .petrolnews p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:12px;
	padding-left:9px;
}

#newsBox a, #newsBox .powernews a, #newsBox .petrolnews a {
	color: #666;
	line-height:14px;
	text-decoration:none;
}

#newsBox a:hover, #newsBox .powernews a:hover, #newsBox .petrolnews a:hover {
	color: #666;
	line-height:14px;
	text-decoration:underline;
}

#newsBox .petrolnews span, #newsBox .powernews span {
	color:#999999;
	font-size:10px;
	font-weight:bold;
	text-transform:lowercase;
}

.article .dataSets {
	background-color:#ffffff;
	height:100%;
	margin: 5px 0 20px 0;
	padding:10px 0 10px 0;
	width:630px;
}

.article .dataSets ul {
	margin-bottom: 10px;
}

.article .dataSets li {
	background-image:url(../images/common/bullet_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:8px 0px 0 15px;
	padding-left:31px;
}

.article .dataSets ul.level2 {
	margin:5px 0 5px 0;
}

.article .dataSets ul.level2 li {
	background-image:url(../images/common/mewsbullet.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:3px 0 0 15px;
	padding-left:31px;
}

.article .rightLink {
	text-align: right;
}

.pdfdownload {
	background-image:url(../images/common/pdf_icon_smMid.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color: #999;
	line-height:14px;
	height: 35px;
	padding-left:33px;
	width: 120px;
	float: right;
	margin: 5px 0 10px 10px;
	vertical-align:text-top;
}

.pdfdownload a {
	color: #999;
	text-decoration:none;
}

.pdfdownload a:hover {
	text-decoration:underline;
}

.articlelink {
	background-image:url(../images/common/go_button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color: #999;
	line-height:14px;
	height: 30px;
	padding-left:33px;
	width: 140px;
	float: right;
	margin: 5px 0 10px 10px;
	vertical-align:text-top;
}

.articlelink a {
	color: #999;
	text-decoration:none;
}

.articlelink a:hover {
	text-decoration:underline;
}

/***********************************/
/* News page accordion menu styles */
/***********************************/


.esaiMenu{
	margin: 5px 0;
	padding: 0;
	width: 650px; /*width of menu*/
	border: none;
}

.esaiMenu div.ESAIheader a {
	font: normal 14px Futura, Arial, Helvetica, sans-serif;
	color: #666666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0 5px 32px;
	margin-bottom: 2px;
	text-decoration: none;
	text-transform:uppercase;
}

.esaiMenu div.ESAIheader a.regheader{
	background: #DDDDDD url('../images/common/bullet_icon.png') no-repeat center left;
}

.esaiMenu div.ESAIheader a.powerheader{
	background: #DDDDDD url('../images/common/bullet_icon_green.png') no-repeat center left;
}

.esaiMenu div.ESAIheader a.petrolheader{
	background-color: #DDDDDD;
	background-image: url(../images/common/bullet_icon_red.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.esaiMenu div.ESAIheader a.petrolheader2{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
}

.esaiMenu div.selected a.petrolheader, .esaiMenu div.selected a.petrolheader:active, .esaiMenu div.selected a.powerheader, .esaiMenu div.selected a.powerheader:active  {
	background-color: #7f8cbe;
	color: white;
}


.esaiMenu div.ESAIheader a.petrolheader:hover, .esaiMenu div.ESAIheader a.powerheader:hover, .esaiMenu div.ESAIheader a.regheader:hover {
	background-color: #7f8cbe;
	color: white;
}

.esaiMenu div.submenu p { /*DIV that contains each sub menu*/
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
	background: white;
	padding: 10px 15px 5px 32px;
	height: 100%; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.esaiMenu div.submenu h1 { /*DIV that contains each sub menu*/
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #039;
	background: white;
	padding: 10px 15px 5px 32px;
	height: 100%; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.esaiMenu .accordionList ul {
	margin-bottom: 20px;
}

.esaiMenu .accordionList li {
	background-image:url(../images/common/bullet_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin:12px 0 0 15px;
	padding-left:21px;
}

.esaiMenu div.submenu img {
	float: right;
	margin: 15px 0px 15px 15px;
	vertical-align:text-top;
	border: 1px #AAA solid;
}




/**********************/
/* footer styles here */
/**********************/


#footer {
	clear:both;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	/*letter-spacing: 10%;*/
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#footer a {
	color:#999;
	text-decoration:underline;
}



/**********************/
/* dropdown styles here */
/**********************/



.mainmenu {
 position: absolute;
 right: 252px;
 z-index:100;
 line-height:25px;
 width:90px;
} 

ul.menu {
 padding:0; 
 margin:0; 
 list-style:none; 
 width:90px; 
 overflow:hidden; 
 float:left; 
 margin-right:1px;
} 

ul.menu a {
 text-decoration:none; 
 color:#fff; 
 padding-left:5px;
}
 
ul.menu li.list {
float:left;
width:250px;
margin:-32767px -125px 0px 0px;
background:url(images/top1.png) no-repeat left bottom;
}

ul.menu li.list a.category {
position:relative;
z-index:50;
display:block;
float:left;
width:120px;
margin-top:32767px;
background:transparent;
}

ul.menu li.list a.category:hover,
ul.menu li.list a.category:focus,
ul.menu li.list a.category:active {
 margin-right:1px;
}

ul.submenu {
 float:left; 
 padding:25px 0px 0px 0px; 
 margin:0; 
 list-style:none; 
 background-color: #CCC;
 margin:-25px 0px 0px 0px;
}
 
ul.submenu li a {
float:left;
width:120px;
background:#369;
clear:left;
}

ul.submenu li a.endlist {
 background-color: #CCC;
}
 
ul.submenu li a.endlist:hover,
ul.submenu li a.endlist:focus,
ul.submenu li a.endlist:active {
background-color: #900;
}
 
ul.submenu a:hover,
ul.submenu a:focus,
ul.submenu a:active {
background:#900;
margin-right:1px;
}

