/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	background-image: url(images_gas/bg_grad.jpg);
	background-repeat: repeat;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
}

/************** header tag styles **************/

h1{
	color: #360;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 20px;
}

h2{
	color: #903;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: 18pt;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 149px;
	left: 5%;
	width:900px;
	background-color: #FFF;
	right: 5%;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 5%;
	right: 5%;
	width:900px;
	padding-top: 20px;	
}

#pageNav{
	float: left;
	width:160px;
	padding: 0px;
	background-color: #030;
	font: small Verdana,sans-serif;
	background-position:left top;
	background-repeat: no-repeat;
}

#pageBlend{
	float: left;
	width:160px;
	padding: 0px;
	background-color: #003366;
	font: small Verdana,sans-serif;
	background-position:bottom;
	background-repeat: no-repeat;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pageName h2{
	color: #CC3300;
	margin:0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	background-image: url(images/widetopleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#homepageName{
	color: #CC3300;
	margin:0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	background-image: url(images/homewidetopleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#gaspageName{
	color: #CC3300;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	background-image: url(natgastopleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
}

#heatpageName{
	color: #CC3300;
	margin:0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	background-image: url(images/heatwidetopleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: absolute;
top: 188px;
width: 100%;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #FFFFFF;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #FFFFFF;
}

.subglobalNav a:hover{
	color: #CC3300;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#pagecell1 #breadCrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 0px;
	white-space: normal;
	display: block;
	float: left;
	height: 19px;
	width: auto;
	position: relative;
	background-color:#000000;
	margin: 0px;
	padding-top: 2px;
}
#pagecell1 #breadCrumb a:hover {
	background-color:#3399FF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #063;
}

#breadCrumb{
	height:16px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	width: 900px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	margin-right: 0px;
	background-color: #000;
}

#breadCrumb a{
	color: #CCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #063;
}

#breadCrumb a:hover{
	text-decoration: underline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #063;
}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	width: auto;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.boldhed{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#063;
	font-weight: bolder;
	height: 18px;
	line-height: 20px;
}


/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 8px;
	font-size: 90%;
	text-align: right;
}

.story .mainhead{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 140%;
	color: #090;
	line-height: 20px;
}

.story .subhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #063;
	font-size: 9pt;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-family: Arial, sans-serif;
}

.story a.tophead{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.tophead:hover{
	text-decoration: underline;
}

.storyLeft{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

.storyLeft a:link, a:visited{
	color: #C30;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.storyLeft .boldhed{
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #cc0033;
}

.storyLeft .details{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
}

.storyLeft a:link, a:visited{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td .storyLeft .boldhed{
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #cc0033;
}

td .storyLeft .details{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
}


td .footnote{
	color: #333;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

td .prodinfohed{
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
}

td .prodinfo{
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}

#infoblock {
	padding-left: 2px;
	text-align: left;
}

#contactblock {
	padding-left: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 3px solid #cccccc;
	font-size: small;
	color: #000000;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}


/************ nav styles **************/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    line-height: 14px; 
	color: #CC3300;
	text-decoration: none;
	padding-left: 0px;
	background-color: transparent;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	color: #C30;
	text-decoration: none;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    line-height: 14px; 
	color: #cc3300;
	text-decoration: none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	color: #C30;
	text-decoration: underline;
}
.nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    line-height: 14px; 
	color: #cc3300;
	text-decoration: none;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color:#030;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color:#65CDFF;
	background-color: #030;
}

.relatedLinks a{
	display: block;
	font-weight:bold;
	background-color:#000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #FFF;
}

.relatedLinks a:hover{
	display: block;
	font-weight:bold;
	background-color: #3399FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #FFF;
}


/************* MajorLinks styles **************/

.majorLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color:#030;
	border-bottom-width: 1px;
}

.majorLinks h3{
	padding: 10px 0px 2px 0px;
	color:#65CDFF;
	background-color: #030;
}

.majorLinks a{
	display: block;
	font-weight:bold;
	background-color: #36C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #FFF;
}

.majorLinks a:hover{
	display: block;
	font-weight:bold;
	background-color: #F63;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}




/**************** advert styles *****************/

#advert{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#pagecell1 #content .feature h3 {
	height: auto;
	width: 200px;
	top: 300px;
	right: 700px;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
	text-decoration: underline;
}
#pagecell1 #content .story table tr td .boldhed {
	color: #060;
}
#pagecell1 #content .story .story {
	text-align: center;
}
#infoblock.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
#pagecell1 #content .story #infoblock .footnote {
	font-size: 9px;
	line-height: 11px;
}
.story #infoblock .fineprint {
	font-size: 85%;
}
#pagecell1 #content .story #infoblock p a {
	color: #C30;
}
.infonav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14px;
	color: #CC3300;
	text-decoration: none;
	padding-left: 0px;
	background-color: transparent;
}
.infonav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 14px;
	color: #cc3300;
	text-decoration: underline;
}
.infonav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 14px;
	color: #cc3300;
	text-decoration: underline;
}
.infonav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
	color: #F60;
	text-decoration: underline;
}
.infonav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 14px;
	color: #cc3300;
	text-decoration: none;
}
.infoblocknav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C03;
}
#subcontentblock {
	text-align: left;
	width: 702px;
	float: left;
	clear: none;
	background-color: #FFF;
	color: #600;
}
#subcontentblock a:link {
	color: #C30;
	text-decoration:underline;
	font-size: 13px;
}
#subcontentblock a:hover {
	color: #C30;
	text-decoration:underline;
	font-size: 13px;
}
#subcontentblock a:active {
	color: #C30;
	text-decoration:underline;
	font-size: 13px;
}
#leftpromo {
	width: 140px;
}
.tablecontent {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #000;
	text-align: left;
	vertical-align: top;
}
#pagecell1 #content .story table tr td table tr .details {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-indent: 6px;
	vertical-align: middle;
}
.choosehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #C30;
}
.detailnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	color: #cc3300;
	text-decoration: none;
}
.detailnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    line-height: 14px; 
	color: #cc3300;
	text-decoration: none;
}
.detailnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
	color: #cc3300;
	text-decoration: none;
}
.detailnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
    line-height: 14px; 
	color: #cc3300;
	text-decoration: none;
}
#pagecell1 #content .story table tr td table tr .details strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #033;
}
.comfortblend {
	background-image: url(images/navbottom.jpg);
}
.subold {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	font-weight: bold;
	color: #063;
}
.percentoff {
	font-size: 40pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #063;
	line-height: 44px;
}
#pagecell1 #content #subcontentblock .storyLeft {
	font-size: 10pt;
	line-height: 11pt;
	color: #333;
}
#greenleftblend {
	text-align: left;
	vertical-align: top;
	width: 160px;
}
#sprypanel {
	text-align: left;
	width: 698px;
	padding-top: 8px;
}
.gasprodhed {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #360;
	line-height: 20px;
}
.natgasform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}
.gasmanagerhed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	color: 090;
}
#licensenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	text-align: right;
	width: 99%;
}
.prodsubhed {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #06C;
	line-height: 24px;
}
.tabletags_blk {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 13px;
}
