/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #fff url(../images/bg_body1.gif) repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	position: relative;
}

body.homeBody {
	background: url(../images/bg_body.gif) repeat-x 0 0;
} 

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 24px 0;
	line-height: 29px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 15px 0;
	line-height: 24px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 0 10px 0;
}

h3.subHeader {
	font-size: 16px;
	line-height: 15px;
    	font-weight:bold;
    	color: #88898b;
} /* added wm 4/7/2010*/

.noTopPadding {
	padding-top: 0;
}

.botPaddingS {
	padding-bottom: 7px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	padding-bottom: 20px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

.linkList {
	margin: 0;
	list-style: none;
	border-top: 1px solid #d8d8d8;
}	

li {
	line-height: 18px;
}

.linkList li {
	border-bottom: 1px solid #d8d8d8;
	padding: 6px 0 8px 0;
}

a {
	color: #aa0029;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

a:hover, a.active {
	text-decoration: underline;
}

.linkList li a {
	background: url(../images/ul_link.gif) 100% 4px no-repeat;
	padding-right: 15px;
	color: #2e2d27;
}	 

.linkList li a:hover {
	background: url(../images/ul_link_hover.gif) 100% 4px no-repeat;
	color: #b70005;
}	

img {
	border: none;
}

p {
	padding-bottom: 20px;
}

p.quote {
	color: #999999;
	border-left: 1px solid #969693;
	padding: 0 0 0 10px;
	margin-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

label {
	display: block;
	margin-top: 5px;
}

/* end global */


/* basic */


#wrap {
	width: 990px;
	margin: 0 auto;
}

#content {
	clear: both;
	float: left;
	padding-bottom: 60px;
}

/* end basic */


/* header */

#header {
	height: 133px;
	background: url(../images/bg_header.gif) no-repeat 0 0;
}

.logoHolder {
	height: 56px;
}

.logo {
	padding: 44px 0 0 20px;
	float: left;
	width: 215px;
}
.topLinks {
	padding: 12px 30px 0 0;
	color: #88898b;
	text-align: right;
	height: 25px;
}
.topLinks a {
	color: #88898b;
	padding: 0 2px;
	font-weight: normal;
	text-transform: uppercase;
}

/* menu */

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	padding-top: 22px;
	padding-left: 20px;
	float: left;
}

#nav a {
	display: block;
	width: 98px;
	padding: 23px 8px 0 8px;
	font-size: 12px;
	line-height: 15px;
	border-left: 1px solid #bfbebc;
	height: 51px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	float: left;
}

#nav a:hover {
	text-decoration: none;
}

#nav a.active {
	color: #bfbebc;
	text-decoration: none;
}

#nav li {
	float: left;
	height: 74px;
	/*width: 10em;*/
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 100;
}

#nav li.last {
	border: none;
}

/* second level */
#nav li ul {
	position: absolute;
	width: 202px;
	left: -999em;
	border: none;
	border-top: 1px solid #9e9e9f;
	border-bottom: 1px solid #a7a7a6;
	background: #ededed url(../images/bg_nav.gif) repeat-x 0 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	margin-top: 74px;
}

#nav ul ul li:hover, #nav ul ul li.sfhover {
	background: #bfbebc;
	color: #fff;
}

#nav ul ul li:hover, #nav ul ul li.sfhover {
	background: #bfbebc;
	color: #fff;
}

#nav ul ul li:hover .parent, #nav ul ul li.sfhover .parent {
	background: url(../images/bg_parent.gif) 185px 12px no-repeat;
}

#nav li ul li {
	border: none;
	height: auto;
	width: 202px;
}

#nav li ul a {
	color: #333333;
	width: 165px;
	display: block;
	padding: 7px 16px 7px 16px;
	height: auto;
	text-transform: none;
	font-weight: normal;
	border: none;
}

#nav li ul a:hover {
	color: #fff;
}

/* /second level */

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	left: 202px;
	margin-top: 0;
}

#nav li li:hover ul.leftFly, #nav li li.sfhover ul.leftFly {
	left: -202px;
	margin-top: 0;
}


/* /menu */

/* end header */


/* content */

/* columns */

.colLeft {
	float: left;
	width: 230px;
	padding-right: 8px;
}

.colRight {
	float: right;
	width: 230px;
}

.twoColumnsLeft .colMain {
	width: 675px;
	float: right;
}

.twoColumnsRight, .twoColumnsLeft {
	padding: 44px 20px;
	width: 950px;
}

.twoColumnsRight .colMain{
	width: 671px;
	float: left;
}

/* /columns */

.box305 {
	width: 305px;
}

.inBox {
	padding: 23px 10px;
}

.inBox p {
	padding-bottom: 7px;
}

.specials {
	background: url(../images/bg_special_t.gif) 0 0 no-repeat #ededed;
	padding: 23px 0;
	width: 671px;
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 45px;
	position: relative;
}

.special {
	float: left;
	width: 177px;
	padding: 0 23px;
	border-right: #bfbebc 1px solid;
}

.special h2 {
	padding: 0 0 10px 0;
}

.special p {
	padding-bottom: 7px;
}

.specialLast {
	border: none;
}

.specialsBottom {
	position: absolute;
	background: url(../images/bg_special_b.gif) no-repeat  0 0;
	width: 671px;
	height: 7px;
	bottom: 0;
	left: 0;
}

.newsBlock {
	background: url(../images/bg_news_t.gif) no-repeat 0 0 #ededed;
	padding: 14px 19px 0 19px;
	width: 267px;
	height: 149px;
	position: relative;
}	

.titleBorder {
	padding: 0 5px 8px 5px;
	border-bottom: #aa0029 solid 1px;
}

.newsBottom {
	position: absolute;
	background: url(../images/bg_news_b.gif) 0 0 no-repeat;
	width: 305px;
	height: 10px;
	bottom: 0;
	left: 0;
}

.boxRight {
	margin-bottom: 20px;
}

.boxRightGray {
	background: url(../images/rightBoxT.gif) 0 0 no-repeat #ededed;
	padding: 10px 7px;
	position: relative;
}

.boxRightGray .inBox {
	padding: 8px 15px;
}

.boxRightGray .form-text {
	background: #fff;
	border: none;
	padding: 5px;
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.boxRightGray .form-submit {
	background: none;
	border: none;
	color: #aa0029;
	font-weight: bold;
	margin-top: 6px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: visible;
	text-align: right;
	
}

.bottomGray {
	position: absolute;
	background: url(../images/rightBoxB.gif) no-repeat  0 0;
	width: 230px;
	height: 10px;
	bottom: 0;
	left: 0;
}	

.boxContent {
	padding: 10px;
}

.boxDarkGray {
	background: url(../images/darkBoxT.gif) 0 0 no-repeat #333333;
	padding: 10px 7px;
	position: relative;
	color: #fff;
}

.boxDarkGray a {
	color: #bfbebc;
}

.boxDarkGray .inBox {
	padding: 8px 15px;
}

.boxDarkGray .bottomGray {
	background: url(../images/darkBoxB.gif) no-repeat  0 0;
}

.boxLeftNav {
	background: url(../images/rightBoxT.gif) 0 0 no-repeat #ededed;
	padding: 10px 0;
	position: relative;
}

.boxLeftNav .titleBorder {
	margin: 0 10px 10px 10px;
}

.boxLeftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxLeftNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxLeftNav ul li a {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 25px;
	display: block;
}

.boxLeftNav ul li a.active {
	font-weight: bold;
	text-decoration: none;
}

.boxLeftNav ul li a.activeParent {
	background: url(../images/bg_left_nav.gif) 0 6px no-repeat;
}

.boxLeftNav ul li li a {
	font-size: 12px;
	padding: 3px 25px 3px 40px;
}	

.action {
	text-align: right;
	padding-bottom: 40px;
}

.action a {
	margin-left: 15px;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding-bottom: 20px;
}
.subTitle {
	text-transform: uppercase;
	font-size: 16px;
	color: #88898b;
	font-weight: bold;
	padding-bottom: 20px;
}

.caseStudy {
	width: 172px;
	background: url(../images/bg_caseT.gif) 0 0 no-repeat #ededed;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 20px 9px 0 9px;
	position: relative;
    z-index:99;
}

.caseStudyBottom {
	height: 10px;
	width: 190px;
	position: absolute;
	background: url(../images/bg_caseB.gif) 0 0 no-repeat;
	bottom: 0;
	left: 0;
	
}

/* end content */
 

/* footer */

#footer {
	clear: both;
	color: #fff;
	padding: 3px 0 0 0;
	width: 990px;
	margin: 0 auto;
	background: url(../images/bg_footer.gif) no-repeat 0 0;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #88898b;
	font-weight: normal;
}
/* end footer */

/* added by Barry */

.mainBody img {
    padding-left:20px;
    padding-bottom:10px;
}

.rel {
    position:relative;
}

.popup {
	position: absolute;
	top: 80px;
	left: 0;
	width: 230px;
	display: none;
	z-index: 100;
}

.popup .head {
	background: #ededed;
	padding: 5px 12px 10px 12px;
	float: left;
	width: 204px;
	border: 1px solid #000;
	border-bottom: none;
}

.popupCon {
	padding: 15px;
	border: 1px solid #000;
	border-bottom: none;
	border-top: none;
	clear: both;
	background: url(../images/popupbg.gif) repeat-x 0 0 #fff;
	height: 68px;
	overflow: auto;
}

#pop5 .popupCon, #pop6 .popupCon {
	height: 165px;
}


.popup .head h3 {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

.popup .head h3 a.close {
	font-size: 10px;
	float: right;
	color: #333;
	padding: 0;
	font-weight: normal;
	margin: 0;
	width: 10px;
	height: 10px;
}

.popupBot {
	width: 230px;
	height: 30px;
	background: url(../images/popupBot.gif) 0 100% no-repeat;
}

#pop1 {
	top: -190px;
	left: 1px;
	z-index: 610;
}

#pop2 {
	top: -190px;
	left: 1px;
	z-index: 620;
}

#pop3 {
	left: 360px;
	z-index: 630;
}

#pop4 {
	left: 450px;
	z-index: 640;
}

#pop5, #pop6 {
	left: 685px;
	top: 80px;
	z-index: 640;
}

#pop6 {
	z-index: 650;
}

.popupBot1 {
	border: 1px solid #000;
	border-top: none;
	background: #fff;
	height: 10px;
	overflow: hidden;
}

.presPopuplinks {
	height: 107px;
	padding-top: 168px;
	margin-left: 131px;
}

.presPopuplinks a {
	height: 107px;
	float: left;
	width: 100px;
	margin-right: 3px;
}


.pop {
    display:none;
    position:absolute;
    width:100px;
    padding:5px;
    border:1px solid #999;
    background-color:#fff;
    left:1px;
    top:-30px;
}
.popup2 {
	position: absolute;
	top: -185px;
	left: -20px;
	width: 230px;
	display: none;
	z-index: 800;
}

.popup2 .head {
	background: #ededed;
	padding: 0 12px 10px 12px;
	float: left;
	width: 204px;
    height:42px;
    overflow:hidden;
	border: 1px solid #000;
	border-bottom: none;
}

.popupCon2 {
	padding: 15px;
	border: 1px solid #000;
	border-bottom: none;
	border-top: none;
	clear: both;
	background: url(../images/popupbg.gif) repeat-x 0 0 #fff;
	height: 74px;
	overflow: auto;
}


.popup2 .head h3 {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

.popup2 .head h3 a.close {
	font-size: 10px;
	float: right;
	color: #333;
	padding: 0;
	font-weight: normal;
	margin: 0;
	width: 10px;
	height: 10px;
}

.popupBot2 {
	width: 230px;
	height: 30px;
	background: url(../images/popupBot.gif) 0 100% no-repeat;
}

.head h3 img {
	float: left;
	margin-right: 10px;
}

.popup2 .head h3 img {
	float: left;
	margin: 3px 10px 0 5px;
    padding:0;
}


.block {
    display:block;
}


.newsletter {
    width:953px;
    margin: 0 auto;
    border-right:1px solid #5a6a80;
    border-bottom:1px solid #5a6a80;
    border-left:1px solid #5a6a80;
    background-color:#fff;
}
.newsletterHeader {
    background-color:#e8e8e8;
    padding-top:23px;
}
.newsletterHeader img {
    display:block;
}

.newsletterLeftCol {
    float:left;
    width:565px;
    padding:50px 40px 0 80px;
}

.newsletterLeftCol .header {
    font-size:25px;
    font-weight:normal;
    color:#000!important;
}

.newsletterLeftCol .header font {
    font-size:25px;
    font-weight:normal;
    color:#000!important;
}

.newsletterLeftCol img {
    padding:0 5px 10px 5px;
}

.newsletterRightCol {
    float:left;
    width:247px;
    padding-top:45px;
    font-size:11px;
}

.newsletterVolume {
    border-bottom:1px solid #000;
    padding-bottom:8px;
    margin-bottom:12px;
    font-weight:bold;
    font-size:12px;
}

.newsletterSidebar {
    padding:15px 10px 15px 22px;
    background-color:#ededed;
}

.newsletterSidebar font {
    background-color:transparent!important;
}
body.newsletterBody {
	background-image: none;
	background-color: #ccc;
}

.popLabel {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.formTable td {
    padding:3px;
}

.icon {
    padding:0!important;
    margin:0!important;
}
h1.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	padding-bottom: 20px;
}

h2.subTitle {
	text-transform: uppercase;
	font-size: 16px;
	color: #88898b;
	font-weight: bold;
	padding-bottom: 20px;
}

h3.subHeader {
	font-size: 16px;
	line-height: 15px;
    	font-weight:bold;
    	color: #88898b;
}


#news li a {
color:#B52246;
font-size:14px;
line-height:30px;
}

.colMain ul li {
list-style-type:none;
}

.colMain ul {
list-style-type:none;
margin:0;
padding:0;
}

.divider {
background:none repeat scroll 0 0 #BFBEBC;
float:left;
height:2px;
margin:20px 0;
width:100%;
}

#article {
font-size:14px;
}

#article a {
color:#AA0029;
font-size:14px;
font-weight:bold;
}

.btn-white-papers {
background:url("../images/sprite-gif.gif") no-repeat scroll 0 -57px transparent;
float:left;
height:65px;
text-indent:-9999px;
width:288px;
}

.btn-benchmark {
background:url("../images/sprite-gif.gif") no-repeat scroll 0 -123px transparent;
float:right;
height:65px;
text-indent:-9999px;
width:290px;
}

.floatclear {
clear:both;
}

/*** Channel ***/
#channel-left h2, #channel-right h2{
	text-transform:capitalize;
}
#channel-left{
	float:left;
	margin-bottom:10px;
	width:300px;
}

#channel-right{
	float:right;
	margin-bottom:10px;
	width:300px;
}

#channel-left a, #channel-right a{
	color:#aa0029;	
	text-transform:uppercase;
}

#channel-left p, #channel-right p{
	width:293px;
}

.lifecycle{
	float:left;
	text-indent:-9999px;
	background:url(../images/sprite-jpg.jpg) 0 0 no-repeat;
	width:293px;
	height:97px;
}

.fuel{
	float:left;
	text-indent:-9999px;
	background:url(../images/sprite-jpg.jpg) 0 -99px no-repeat;
	width:293px;
	height:97px;
}

.fleet{
	float:left;
	text-indent:-9999px;
	background:url(../images/sprite-jpg.jpg) 0 -197px no-repeat;
	width:293px;
	height:97px;
}

.gas{
	float:left;
	text-indent:-9999px;
	background:url(../images/sprite-jpg.jpg) 0 -296px no-repeat;
	width:293px;
	height:97px;
}

.event{
	float:left;
	text-indent:-9999px;
	background:url(../images/sprite-jpg.jpg) 0 -395px no-repeat;
	width:293px;
	height:97px;
}

.incentives{
	float:left;
	text-indent:-9999px;
	background:url(../images/sprite-jpg.jpg) 0 -494px no-repeat;
	width:293px;
	height:97px;
}

a.link-14-red-bold-cap  {
color:#AF1138;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

.header {
color:#000000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14pt;
font-weight:bold;
}





