@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MAIN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html { width: 100%; margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 150%; color: #515151; background: #fff; overflow: scroll; }

body { width: 950px; margin: 9px auto; padding: 0; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DEFAULTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a, a:link, a:visited { color: #0e5daf; text-decoration: none; outline: none; cursor: pointer; }

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

hr { height: 1px; background: none; border: 0; border-top: 1px dotted #ccc; margin: 20px 0; }

h1 { font-family: Georgia, "Times New Roman", Times, serif; margin: 5px 0 0 0; font-size: 1.7em; color: #0e5daf; font-weight: normal; line-height:110%; letter-spacing: 1px; }

h2 { padding: 3px 0; margin: 5px 0 15px 0; font-size: 1em; text-transform: uppercase; color: #8D8D8D; border-bottom: 1px solid #C1C1C1; font-weight: normal; letter-spacing: 2px; }

h3 { color: #999999; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 1.1em; font-weight: normal; margin: 5px 0 5px 0; padding:0; }

p { margin: 15px 0; font-size: 1.1em; }

ul { margin: 10px 0 0 15px; padding: 0; font-size: 1.1em; }

li { margin: 10px 0 0 10px; padding: 0; list-style:disc; font-size: 1.1em; }

label { font-weight: bold; color: #333333; display: block; margin: 10px 0 0 0; }

input { display: block; border: 1px solid #999999; padding: 2px; margin: 5px 0 0 0; font-size: 11px; background: #FBFBFB; width: 250px; }

textarea { display: block; border: 1px solid #999999; padding: 2px; margin: 5px 0 0 0; font-size: 11px; background: #FBFBFB; width: 250px; font-family: inherit; }

select { display: block; border: 1px solid #999999; padding: 2px; margin: 5px 0 0 0; font-size: 11px; background: #FBFBFB; }

input:focus { border: 1px solid #003399; background: #fff; }

select:focus { border: 1px solid #003399; background: #fff; }

textarea:focus { border: 1px solid #003399; background: #fff; }

input.button { width: auto; }

ol {
  margin: 0;
	padding: 0;
	font-size: 1em;
}

ol li {
  margin: 5px 0 5px 15px;
	padding: 0;
	font-size: 1.1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LAYOUT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#topnav { width: 955px; margin: 0 auto; padding: 0; }

#main { border: 1px solid #5f7e9f; margin: 0; padding: 0; clear: both; }

#lefttop { width: 200px; height:117px; background: #0059a7; background: url(../images/top_left.jpg) no-repeat; }

#lefttopcontent { width: 200px; height:117px; background: #0059a7; background: url(../images/top_left.jpg) no-repeat; }

#maintop { width: 550px; height:117px; background: #0059a7; }

#righttop { width: 200px; height:117px; background: #0059a7; background: url(../images/top_right.jpg) no-repeat; }

#righttopcontent { width: 200px; height:117px; background: #0059a7; background: url(../images/content_top_right.jpg) no-repeat #006CB7; }

#leftcol { width: 200px; height: 100%; vertical-align: top; }

#leftcolcontent { width: 200px; height: 100%; vertical-align: top; }

  #leftcolcontent h2, #rightcolcontent h2 { color: #003399; border:0; } 

  #leftcolcontent a, #rightcolcontent a { color: #666666; text-decoration: none; }

  #leftcolcontent ul { margin: 10px 0; padding: 0; }
	
	#leftcolcontent ul li { margin: 5px 0 0 15px; padding: 0; list-style:disc; font-size: .9em; }

#maincol { width: 550px; border-right: 1px solid #5f7e9f; border-left: 1px solid #5f7e9f; vertical-align: top; padding: 0; margin: 0;}

#contentcol { border-left: 1px solid #5f7e9f; vertical-align: top; padding: 0; margin:0; }

#contentcol h1 { font-size: 1.4em; }

#rightcol { width: 200px; height: 100%; vertical-align: top; }

#citesources { width: 550px; margin: 10px auto; color: #999999; font-style:italic; text-align:center; font-size: 10px; }

#citesources a { color: #999; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OBJECTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* TOP NAV */

#topnav { line-height: 10px; }

#topnav ul { margin: 0 0 0 15px; padding:0; width: auto; }

#topnav ul li { list-style: none; margin:0; height:23px; padding: 8px 20px 0 20px; float: left; background: url(../images/topnav_divider.jpg) no-repeat left; }

#topnav ul li a { text-transform: uppercase; font-size: 10px; line-height: 12px; }

#topnav div#search { width: auto; float:right; }

#topnav input { width: 158px; height: 17px; margin: 3px 0 0 0; padding: 2px 0 0 2px; font-size: 9px; border: none; background: url(../images/search_box.jpg) no-repeat; }

#topnav #searchicon { display:block; width: 13px; height: 12px; background: url(../images/search.jpg) no-repeat; border: none; }

a#logo { display: block; width: 430px; height: 60px; margin: 28px auto; background: url(../images/logo.jpg) no-repeat; }

#energy_solutions { height: 220px; background: url(../images/energy_solutions.jpg) no-repeat; padding:0; margin: 0; }

  #energy_solutions #links { position: absolute; margin: 156px 0 0 0; text-align: center; width: 200px; font-size: 11px; line-height: 16px; }
	
#searchresults h1 { font-size: 1.1em; padding: 15px 0 10px 0; }

#message { font-weight: bold; color: #990000; }
  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MISC ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.sidebar {width: 240px;float:right;margin: 0 0 20px 30px; font-size:.9em;background: #F3F3F8;padding: 15px; border: 1px dotted #ccc;}

.contentreg {  width: 650px; margin: 10px auto; border: 1px dotted #ccc; padding: 20px; text-align:center; }

.imgcaption {display:block; margin: 20px auto; font-style: italic; text-align:left;  color: #0e5daf; }

#preloads { display: none; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CLASSES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.colheader { height: 27px; background: url(../images/header_bg.jpg) repeat-x; padding: 6px 20px 0 20px; margin: 0 0 5px 0; text-transform: uppercase; font-size: 12px; color: #0e5daf; letter-spacing:0px; }

.colcontainer { padding: 10px 20px 20px 20px; margin:0; }

.colcontainer div { font-size: 1.1em; }

.bold { font-weight: bold; }

.feed { display: block; margin:1px 0; width: 13px; height: 13px; background: url(../images/feed.png) no-repeat; float: right; }

.twitter { display: block; margin:1px 0; width: 13px; height: 13px; background: url(../images/twitter.png) no-repeat; float: right; }

.subscribe { display: block; margin:0; padding:0; height: 15px; background: url(../images/sm_feed.jpg) no-repeat; text-indent: 15px; line-height:10px; }

.headline a { display: block; margin: 10px 0 0 0; font-weight: normal; font-size: 1.2em; }

.headline span { display: block; margin: 5px 0 0 0; }

.clear { clear: both; }

.chart_title {font-size: 1.3em; color:#333333; font-weight:bold; display: block; text-align: left;}

.chart_title_sub {font-size: 1.2em; color:#666666; font-weight:bold; display: block; text-align: left; font-style:italic}

.chart_source {font-size: 1em; color:#000000; font-style:italic; width: 600px; margin: 20px auto}

.digit { padding:0 0 0px 10px; margin: 5px 0 5px 20px; font-size: 1.1em;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FEATURED BANNERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#featured { height: 283px; width:550px; overflow: hidden; padding: 0; }

#f_loader { position: absolute; height: 180px; width: 550px; background: #fff; text-align: center; padding: 110px 0 0 0; }

#f_container { position: absolute; margin: 240px 0 0 0; padding: 0; width:550px; overflow: hidden; background: url(../images/featured_tab_bg.jpg) repeat-x; }

#featured ul { padding: 0; margin: 0 0 0 6px; }

#featured ul li { list-style: none; margin: 0; padding: 0; float: left; text-align: center; vertical-align: middle; }

#featured ul li a { display: block; height: 40px; width: 179px; text-align: center; padding: 0; cursor: pointer; vertical-align: middle; font-size: 11px; }

#featured ul li a:hover { text-decoration: none; }

.ui-tabs-hide { display: none; }

.ui-tabs-nav a {
  vertical-align: middle;
  margin: 0;
  color: #81abd6;
}

.ui-tabs-unselect a {
  color: #5374AA; 
}

.ui-tabs-selected a {
  background: none;
  color: #0e5daf;
  background-color: #FFFFFF;
  border-top: 1px solid #fff;
  border-left: 1px solid #d9e0e8;
  border-right: 1px solid #d9e0e8;
  border-bottom: 1px solid #d9e0e8;
}

.feature_content {
  padding: 15px;
  background: #fff;
}

.f_image {
  float: left;
  width: 202px;
  height: 202px;
  padding: 2px;
  border: 1px solid #d9e0e8;
  background: #fff;
  margin: 0 20px 0 0;
}

.f_pic {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BLOGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.blogfooter {
  border-bottom: 1px dotted #ccc;
  margin: 25px 0 35px 0;
  padding: 0 0 5px 0;
}

.blogactions {
  color: #0e5daf;
  float: right;
}

#comments {
  clear: both;
  margin: 20px 0;
	background: #F7F8FB;
	padding: 15px;
}

#comments span {
  margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

#comments p {
  margin: 10px 0 20px 0;
  color: #666666;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BANNERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#banners { height: 300px; overflow: hidden; }

#banners a { display: block; width: 200px; height: 300px; overflow: hidden; }

#banners a:hover{ text-decoration: none; }

 #banner1 { background: url(../images/banner1.jpg) no-repeat; }
 #banner2 { background: url(../images/banner2.jpg) no-repeat; }
 #banner3 { background: url(../images/banner3.jpg) no-repeat; }
 #banner4 { background: url(../images/banner4.jpg) no-repeat; }
 
#banners .heading { display: block; width: 180px; margin: 160px auto 0 auto; color: #CAD6F0; text-align: center; text-transform: uppercase; font-size: 9px; line-height: 9px; }

#banners .title { display: block; width: 180px; margin: 8px auto 0 auto; color: #FFFFFF; font-size: 14px; text-align: center; text-transform:uppercase; letter-spacing: 2px; line-height: 14px; }

#banners .text { display: block; width: 180px; margin: 15px auto; color: #CAD6F0; text-align: center; font-size: 10px; line-height: 15px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COAL CAST ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#coal_cast {
  padding: 15px 0;
  width: 197px;
  text-align: center;
	min-height: 200px;
}

#coal_cast div.pic {
  width: 100px;
  margin: 0 auto;
	padding: 0;
	vertical-align: top;
	text-align: center;
	min-height: 125px;
}

#coal_cast #container {
  margin: 15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COAL BY THE NUMBERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#coal_by_nums {
  width: 197px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COAL MEDIA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#coal_media {
  display: block;
	border: 1px solid #EAECF4;
}

#coal_media_container {
  background: #F9F9FB;
	border: 1px solid #EAECF4;
	padding: 5px;
}

.media_headers {
  font-size: 2em;
	border-top: 1px dotted #999999;
	border-bottom: none;
	padding: 20px 0 0 0;
	margin: 25px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RESOURCES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.resources_side a {
  display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

#res_featured { width: 100%; background: url(../images/res_featured_bg.png); background-repeat: repeat-x;background-position: bottom; background-color: #f7fbfe; padding: 20px 20px 15px 20px; margin: 0; }

/*#res_featured a.img { display: block; float: left; width: 91px; height: 91px; background: url(../images/res_featured_img.png) no-repeat; }*/

#res_featured a.img { display: block; float: left; width: 88px; height: 102px; background: url(../images/money_ico.png) no-repeat; margin-top: 4px; }*

#res_featured a:hover { text-decoration: none; }

#res_featured div { float: left; width: 390px; margin: 0 0 0 15px; padding: 0; }

#res_featured h4 { color: #ccc; text-transform: uppercase; font-weight: normal; margin: 2px 0 5px 0; font-size: .8em; }

#res_featured div p {  font-size: .9em; margin: 5px 0; }

#res_featured div a.download { float: left; width: 88px; height: 23px; background: url(../images/res_featured_download.png) no-repeat; margin: 10px 5px 0 0; }

#res_featured div a.view { float: left; width: 60px; height: 23px; background: url(../images/res_featured_view.png) no-repeat; margin: 10px 5px 0 0; }

#res_featured div a.share { float: left; width: 60px; height: 23px; background: url(../images/res_featured_share.png) no-repeat; margin: 10px 5px 0 0; }

#res_featured div a.more { float: left; width: 105px; height: 23px; background: url(../images/res_featured_more.png) no-repeat; margin: 10px 5px 0 0; }

#res_featured div a.continue { float: left; width: 117px; height: 23px; background: url(../images/res_featured_continue.jpg) no-repeat; margin: 10px 5px 0 0; }


#res_featured div a.res_more_1 { float: left; width: 99px; height: 23px; background: url(../images/res_more_1.png) no-repeat; margin: 10px 5px 0 0; }
#res_featured div a.res_more_2 { float: left; width: 125px; height: 23px; background: url(../images/res_more_2.png) no-repeat; margin: 10px 5px 0 0; }
#res_featured div a.res_more_3 { float: left; width: 192px; height: 23px; background: url(../images/res_more_3.png) no-repeat; margin: 10px 5px 0 0; }
#res_featured div a.res_more_4 { float: left; width: 120px; height: 23px; background: url(../images/res_more_4.png) no-repeat; margin: 10px 5px 0 0; }


#res_listing div { width: 540px; background: url(../images/res_listing_bg.png) repeat-x bottom; padding: 0 5px; margin:0; } 

#res_listing div p { margin: 5px 0 15px 0;  }

#res_listing div h1 { font-size: 1.6em; }

#leftcolcontent .colcontainer a.res_cats { color: #0e5daf; display: block; padding: 4px 0; margin: 0; }

#leftcolcontent .colcontainer .hl_cat { font-weight: bold; }

.resources_side a.res_hidden { display: none; }

.resources_side a.res_more { border: none; color: #0e5daf; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EXPERTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#experts {
  width: 550px;
  height: 270px;
  overflow: hidden;
  padding: 5px 0 0 0;
	margin: 0;
}

#e_loader {
  position: absolute;
  width: 550px;
  height: 140px;
  background: #fff;
  padding: 110px 0 0 0;
  text-align: center;
  z-index: 99;
}

#carousel {
  width: 450px;
  margin: 0 auto;
}

#carousel ul li {
  width: 100px;
  height: 260px;
  padding: 0 5px;
}

.reflect { width: 100px; }

.reflected { margin:0;padding:0; }

a.prev { display: block; width: 15px; height: 52px; background: url(../images/exp_arrow_left_off.jpg) no-repeat; margin: 0 0 0 5px; }
  a.prev:hover { background: url(../images/exp_arrow_left_on.jpg) no-repeat; }
  
a.next{ display: block; width: 15px; height: 52px; background: url(../images/exp_arrow_right_off.jpg) no-repeat; margin: 0 5px 0 10px; }
  a.next:hover { background: url(../images/exp_arrow_right_on.jpg) no-repeat; }
  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT RESIZER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fontResizer { display: block; }

.fontResizer a { display: block; float: left; width: 17px; height: 17px; text-align: center; border: 1px solid #fff; line-height: 15px; color: #666; }

.fontResizer a:hover { color: #000; text-decoration: none; }

/* 

The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call

*/

.smallFont { font-size: 9px; }

.medFont { font-size: 13px; }

.largeFont { font-size: 15px; }

.curFont { background: #edf7ff; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MODAL DIALOG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 15%;
    left: 50%;
    
    margin-left: -250px;
    width: 500px;
    
    background-color: #fff;
    border:  1px solid #5f7e9f;
    padding: 12px;
}

.jqmOverlay { background-color: #ccc; }

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TWITTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 


#twitter { width: 155px; padding: 0; margin: -10px 0 0 0; font-size: 9px; overflow: hidden; }

#twitter ul { margin: 0; padding: 0; }
#twitter ul li { margin: 0; padding: 10px 0; list-style: none; }

#more_tweets { display: block; width: 88px; height: 23px; background: url('../images/more_tweets.png') no-repeat; margin: 20px 0 0 0; }
#t_bird { display: block; position: absolute; margin: -4px 0 0 125px; width: 30px; height: 27px; background: url('../images/t_bird.gif') no-repeat; }


.twitted {
	width: 155px;
	margin-bottom: 1.5em;
	padding: 0;
}

.twitted h2 {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 0;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.twitted ul#twitter_update_list li {
	margin: 0 0 5px 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px dotted #ccc;
	word-wrap: break-word;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #0E5DAF;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #ADADAD;
	text-decoration: none;
}
