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

html,
body
{
	margin: 0;
	padding: 0;
	
	width: 100%;
}

body
{
	background: #0183d5 url('images/bg-page.gif') top repeat-x;
	/*text-align: center; */
}

body.ndwContentBody
{
	background: #0183d5 url('images/bg-content.jpg') top repeat-x;
	text-align: left;
}

a:link,
a:visited
{
	text-decoration: underline;
	font: inherit;
}

a:active,
a:hover
{
	text-decoration: none;
	font: inherit;
}

h1, h2, h3, h4, h5
{
	margin: 0;
	margin-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

dl
{
	margin: 0 0 20px 0;
	padding: 1px;
}

dl dt,
dl dd
{
	margin: 0 0 6px 0;
	padding: 0;
}

img
{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

dl dd img
{
	margin-bottom: -6px;
}

p
{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
}


/*************************
** COMMON STYLES
*************************/
div#document
{
	margin: auto;
	padding: 0;
	background-color: transparent;
	
	width: 780px;
}

div#container
{
	margin: 0;
	padding: 0;
	background: #0183d5 url('images/bg-content.jpg') bottom repeat-x;
	height: 416px;
	width: 780px;
	overflow: auto;
}

div.content
{
	margin: 0;
	padding: 0;
	height: 416px;
	width: 100%;
	overflow: hidden;
}

div.scroller
{
	margin: 0;
	padding: 20px 10px 0 20px;
	background-color: transparent;
	color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 396px;
	overflow: auto;
	text-align: left;
}

div.scroller a:link,
div.scroller a:visited
{
	background-color: transparent;
	border-bottom: 1px dotted #bcddf2;
	color: #bcddf2;
	text-decoration: none;
}

div.scroller a:hover,
div.scroller a:active
{
	background-color: transparent;
	border-bottom: none;
	color: #bcddf2;
	text-decoration: none;
}

div#navPrimary
{
	margin: 0;
	padding: 0;
	background-color: #05538b;
	border-bottom: 1px solid #0183d5;
	border-top: 1px solid #0183d5;
	text-align: center;
}

div#header
{
	margin: 0;
	padding: 0;
	background-color: #0183d5;
	height: 53px;
	width: 100%;
}

div#breadCrumb
{
	margin: 0;
	padding: 18px 0 0 42px;
	background: #0183d5 url('images/icon-home.gif') 22px 18px no-repeat;
	color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

div#breadCrumb a:link,
div#breadCrumb a:visited,
div#breadCrumb a:hover,
div#breadCrumb a:active
{
	background-color: transparent;
	color: #bcddf2;
	text-decoration: none;
}

div#breadCrumb a:hover,
div#breadCrumb a:active
{
	text-decoration: underline;
}

div#headerTitle
{
	margin: 0;
	padding: 0;
	background-color: #0273bb;
	border-bottom: 1px solid #3eaef5;
	border-top: 1px solid #3eaef5;
}

div#headerExtras
{
	margin: 0;
	padding: 12px 0 0 0;
	float: left;
	display: block;
	background-color: transparent;
	color: #bcddf2;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	width: 260px;
	text-align: right;
	overflow: hidden;
}

div#headerExtras a:link,
div#headerExtras a:visited,
div#headerExtras a:hover,
div#headerExtras a:active
{
	background-color: transparent;
	color: #bcddf2;
	text-decoration: none;
}

div#headerExtras a:hover,
div#headerExtras a:active
{
	text-decoration: underline;
}

div#footer
{
	margin: 0;
	padding: 0;
	background: #015e9b url('images/bg-footer.jpg') bottom repeat-x;
	color: #156baf;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

div#footer table
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #156baf;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height: 89px;
	width: 100%;
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active
{
	background-color: transparent;
	color: #156baf;
	text-decoration: none;
}

div#footer a:hover,
div#footer a:active
{
	text-decoration: underline;
}

table.tblAuto
{
	margin: auto;
	padding: 0;
}

table.tblAuto tr td
{
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

table.tblAuto tr td.logoArea
{
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	width: 50%;
}

div.logoArea
{
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	width: 100%;
}

div.logoArea a,
table.tblAuto tr td.logoArea a
{
	border: none !important;
}

div.logoArea img,
div.logoArea a img,
table.tblAuto tr td.logoArea img,
table.tblAuto tr td.logoArea a img
{
	display: inline;
	border: none !important;
	margin: auto;
}

/*****************************
** PANEL ROUNDED TABLE BLUE
*****************************/
table.tblPanel,
table.tblButtonRounded
{
	margin: auto;
	padding: 0;
}

table.tblPanel tr td.panelContent
{
	margin: 0;
	padding: 0;
	background-color: #2a97dc;
	text-align: left;
	width: auto;
}

table.tblPanel tr td.topEdge
{
	margin: 0;
	padding: 0;
	background: url('images/panel-t.gif') top repeat-x;
	height: 14px;
}

table.tblPanel tr td.bottomEdge
{
	margin: 0;
	padding: 0;
	background: url('images/panel-b.gif') top repeat-x;
	height: 14px;
}

table.tblPanel tr td.leftEdge
{
	margin: 0;
	padding: 0;
	background: url('images/panel-l.gif') right repeat-y;
	width: 14px;
}

table.tblPanel tr td.rightEdge
{
	margin: 0;
	padding: 0;
	background: url('images/panel-r.gif') left repeat-y;
	width: 14px;
}

table.tblPanel tr td.topLeftEdge,
table.tblPanel tr td.topRightEdge,
table.tblPanel tr td.bottomLeftEdge,
table.tblPanel tr td.bottomRightEdge,
table.tblPanel tr td.topLeftEdge img,
table.tblPanel tr td.topRightEdge img,
table.tblPanel tr td.bottomLeftEdge img,
table.tblPanel tr td.bottomRightEdge img
{
	margin: 0;
	padding: 0;
	height: 14px;
	width: 14px;
}

/*****************************
** PANEL ROUNDED TABLE WHITE
*****************************/
table.tblButtonRounded tr td.caption
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
	width: auto;
}

table.tblButtonRounded tr td.caption a:link,
table.tblButtonRounded tr td.caption a:visited,
table.tblButtonRounded tr td.caption a:hover,
table.tblButtonRounded tr td.caption a:active
{
	background-color: #FFFFFF;
	color: #0000FF;
}

table.tblButtonRounded tr td.topEdge
{
	margin: 0;
	padding: 0;
	background: url('images/btn_round-t.gif') top repeat-x;
	height: 12px;
}

table.tblButtonRounded tr td.bottomEdge
{
	margin: 0;
	padding: 0;
	background: url('images/btn_round-b.gif') top repeat-x;
	height: 12px;
}

table.tblButtonRounded tr td.leftEdge
{
	margin: 0;
	padding: 0;
	background: url('images/btn_round-l.gif') right repeat-y;
	width: 12px;
}

table.tblButtonRounded tr td.rightEdge
{
	margin: 0;
	padding: 0;
	background: url('images/btn_round-r.gif') left repeat-y;
	width: 12px;
}

table.tblButtonRounded tr td.topLeftEdge,
table.tblButtonRounded tr td.topRightEdge,
table.tblButtonRounded tr td.bottomLeftEdge,
table.tblButtonRounded tr td.bottomRightEdge,
table.tblButtonRounded tr td.topLeftEdge img,
table.tblButtonRounded tr td.topRightEdge img,
table.tblButtonRounded tr td.bottomLeftEdge img,
table.tblButtonRounded tr td.bottomRightEdge img
{
	margin: 0;
	padding: 0;
	height: 12px;
	width: 12px;
}

/************************
** TABLE XP BUTTON
************************/
table.tblXP tr td.leftEdge,
table.tblXP tr td.rightEdge
{
	margin: 0;
	padding: 0;
	height: 25px;
	width: 6px;
	font-size: 0;
}

table.tblXP tr td.leftEdge
{
	background: transparent url('images/xp-button-l.gif') no-repeat;
}

table.tblXP tr td.rightEdge
{
	background: transparent url('images/xp-button-r.gif') no-repeat;
}

table.tblXP tr td.caption
{
	background: transparent url('images/xp-button-bg.gif') top left repeat-x;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
}

table.tblXP tr td.caption a:link,
table.tblXP tr td.caption a:visited
{
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

table.tblXP tr td.caption a:active,
table.tblXP tr td.caption a:hover
{
	background-color: transparent;
	color: #000099;
	text-decoration: none;
}

/************************
** TABLE STYLES
************************/
table tr td.formContainer
{
	margin: 0;
	padding: 0;
	width: 500px;
	text-align: left;
}

table tr td.formContainer div
{
	padding-right: 20px;
}

table tr td.addressContainer
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 270px;
	text-align: right;
}

table.tblForms
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: auto;
}

table.tblForms tr td,
table.tblForms tr th
{
	background-color: transparent;
	color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

table.tblForms tr th
{
	font-weight: bold;
	text-align: center;
}

div.spacer
{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

* html div.spacer
{
	height: 1px;
	overflow: hidden;
}

p.note,
p.required,
span.note,
span.required
{
	background: transparent;
	color: #ffeb96;
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
}

ol.numberedList
{
}

ol.numberedList li
{
	margin: 0;
	padding: 0 0 1.4em 0;
	line-height: 1.4em;
}

ol.numberedList li a
{
	font-weight: bold;
}

ul.listNoBullet
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.listNoBullet li
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

ul.listNoBullet li a:link,
ul.listNoBullet li a:visited
{
	background-color: transparent;
	color: #bcddf2;
	text-decoration: none;
	border-bottom: none;
}

ul.listNoBullet li a:active,
ul.listNoBullet li a:hover
{
	background-color: transparent;
	color: #bcddf2;
	text-decoration: none;
	border-bottom: 1px dotted #bcddf2;
}

dl.list
{
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	background: transparent url('images/dot-v.gif') bottom repeat-x;
	color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

dl.list dd,
dl.list dt
{
	margin: 0;
	padding: 0;
}

dl.list dt a
{
	font-weight: bold;
}

dl.list dd
{
	padding-bottom: 12px;
}

/***************************
** HEADING TITLE STYLES
***************************/
div#headerTitle h2
{
	margin: 0;
	padding: 0;
	/*float: left;*/
	display: block;
	/*background-position: 0 0;*/
	background-repeat: no-repeat;
	height: 36px;
	width: 500px;
}

div#headerTitle h2 span
{
	display: none;
}

h2#titlePage-news
{
	background: url('images/title-news.gif');
}

h2#titlePage-about_us
{
	background: url('images/title-about_us.gif');
}

h2#titlePage-products_services
{
	background: url('images/title-products.gif');
}

h2#titlePage-business_investment
{
	background: url('images/title-business_investment.gif');
}

h2#titlePage-customers
{
	background: url('images/title-customers.gif');
}

h2#titlePage-cng_vs_other_fuels
{
	background: url('images/title-cng_vs_others.gif');
}

h2#titlePage-career
{
	background: url('images/title-career.gif');
}

h2#titlePage-contact_us
{
	background: url('images/title-contact_us.gif');
}

h2#titlePage-cost_saving
{
	background: url('images/title-cost_savings.gif');
}

h3.title
{
	margin: 0;
	padding: 0 0 20px 0;
	background-color: transparent;
	color: #bcddf2;
}

/***************************
** PAGE BACKGROUND STYLES
***************************/
div#page-news
{
	background: url('images/bg-news.jpg') right bottom no-repeat;
}

div#page-about_us
{
	background: transparent url('images/bg-about_us.jpg') right bottom no-repeat;
}

div#page-products_services
{
	background: url('images/bg-products.jpg') right bottom no-repeat;
}

div#page-business_investment
{
	background: url('images/bg-business_investment.jpg') right bottom no-repeat;
}

div#page-customers
{
	background: url('images/bg-customers.jpg') right bottom no-repeat;
}

div#page-cng_vs_other_fuels
{
	background: url('images/bg-cng_vs_others.jpg') right bottom no-repeat;
}

div#page-career
{
	background: url('images/bg-career.jpg') right bottom no-repeat;
}

div#page-contact_us
{
	background: url('images/bg-contact_us.jpg') right bottom no-repeat;
}

/***************************
** DROP UP MENU STYLES
***************************/
#dropmenudiv
{
	position:absolute;
	border: 1px solid #0183d5;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:24px;
	text-align: left;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	background-color: #05538b;
	border-bottom: 1px solid #0183d5;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#dropmenudiv a:hover
{ /*hover background color*/
	background-color: #0173bc;
}

/***************************
** FORM RELATED STYLES
***************************/
form
{
	margin: 0;
	padding: 0;
}

input.input-txt,
input.input-txt-on,
textarea.input-txt,
textarea.input-txt-on
{
	background-color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 344px;
}

input.input-short,
input.input-short-on
{
	background-color: #bcddf2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

input.input-txt-on,
input.input-short-on,
textarea.input-txt-on
{
	background-color: #FFFFFF;
}

input.button
{
	background-color: #05538b;
	border: 1px solid #bcddf2;
	color: #FFFFFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

form#frmCostSaving input
{
	background-color: #FFFFFF;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

form#frmCostSaving input.input-apps-ro
{
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
}

#lang {
	/*margin: 10px 10px 0 0 ;*/
	margin: 8px 7px 0 0 ;
	padding:0;
	float:right;
}
 
 html > body #lang {
 	margin: 7px 14px 0 0 ;
	padding:0;
	float:right;
} 
 
#lang a img{
	display:inline;
	/*width:61px;
	height:20px;
	border: 1px solid #FFFFFF; */
}

#langHome {
	/*margin: 10px 10px 0 0 ;*/
	margin: 8px 7px 0 0 ;
	padding:0;
	clear:both;
}
#langHome a img{
	display:inline;
}

 html > body #langHome {
 	margin: 7px 14px 0 0 ;
	padding:0;
	float:right;
} 

table.tblFormsAr
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: auto;
}

table.tblFormsAr tr td,
table.tblFormsAr tr th
{
	background-color: transparent;
	color: #bcddf2;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

table.tblFormsAr tr th
{
	font-weight: bold;
	text-align: right;
}
p.required-ar
{
	background: transparent;
	color: #ffeb96;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
}
/* */


h2#titlePage-news_ar
{
	background: url('images/title-news_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-about_us_ar
{
	background: url('images/title-about_us_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-products_services_ar
{
	background: url('images/title-products_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-business_investment_ar
{
	background: url('images/title-business_investment_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-customers_ar
{
	background: url('images/title-customers_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-cng_vs_other_fuels_ar
{
	background: url('images/title-cng_vs_others_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-career_ar
{
	background: url('images/title-career_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-contact_us_ar
{
	background: url('images/title-contact_us_ar.gif') no-repeat top right;
	float:right;
}

h2#titlePage-cost_saving_ar
{
	background: url('images/title-cost_savings_ar.gif') no-repeat top right;
	float:right;
}
