
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url(http://www.instituteforenergyresearch.org/images/body_bg.gif);
 background-repeat:repeat-x;
} 
 
#pagewidth{ 
 width:983px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color:transparent;
} 
 
#header{
 position:relative; 
 height:50px; 
  background-color:#FFF; 
 width:100%;
 margin-top:5px;
} 

#banner{
width:100%;
height:257px;
background-image:url(../images/change_banner.gif);
background-repeat:no-repeat;
}

#blue_border{
border-bottom:5px solid #77a1dd;
background-color:#FFF;
height:20px;
margin-top:-10px;

}
 
#maincol{background-color: #FFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 }
 
/*#summary{
 width:100%;
 height:auto;
 }*/
 
 #left_col{
 width:48%;
 background-color:#FFF;
 float:right;
 position:relative;
 height:auto;
 }
 
 #right_col{
 width:50%;
 background-color:#FFF;
 float:right;
 position:relative;
 height:auto;
 }
 
 #right_inner_col{
 width:425px;
 height:auto;
 background-color:#FFF;
 margin-left:50px;
 margin-top:20px;
 /*border:3px solid #CCCCCC;*/
 padding:5px;
 }
 
#footer{
 height:250px; 
 width:100%;
  background-color:#77a1dd; 
 clear:both;
 border-top:4px solid #000;
 } 
 
 #footer_rights{
 width:auto;
 height:auto;
 color:#EAEAEA;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 margin-left:10px;
 margin-top:220px;
 letter-spacing:1px;
 }
 
 #footer_about{
 width:350px;
 height:auto;
 margin-right:50px;
 margin-top:-210px;
 float:right;
 }

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*-----------Text Styles------------------------*/ 

p{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
margin:10px;
}

#navlist
{
margin-top:20px;
margin-left: 20px;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 30px;
padding-bottom:20px;
background-image: url(../images/blue_feed.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}

#navlist ul { list-style: none; }

.list_style{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.list_style a {
color:#3366CC;
text-decoration:none;
}

.list_style a:hover{
color:#3366CC;
text-decoration:underline;
}

.header { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}

.header a{ 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#999999;
text-decoration:none;
}

.message_table {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
padding:3px;
font-size:12px;
}

.message_table_text td {
text-align:right;
}

.message_table_textbox td {
text-align:right;
}

.footer_about_header{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#cac9c9;
font-weight:bold;
}

.footer_about_{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
}

