body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: left;
	color:#303232;	
	}

.mainTable{
	border: 1px solid #005288;
	border-top: 0;
	}

h1 {
	color: #005288;
	font-size: 1.7em;
	font-weight: bold;
	margin: 0;
	}
	
h2 {
	color: #005288;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	}


img {
	border: none;
	}

.padding {
	margin: 10px 0 0 17px;
	padding: 0;

	}

	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.labelalign
{
	text-align:"justify";
}

	

/******************************  page header *************************************************/
#header { 
	background-image:url(images/full_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: white;
	font-size: .9em;
	height: 143px;
	margin: 0;
	text-decoration: none;
	width: 960px;
	
} 
	#header a {
		text-decoration: none;
		color: white;
	}

	#header a:hover {
		color: #333333;
	}
	
	#topNav {
		float: left;
		width: 550px;
		margin: 0;
	}
	.toolBarLinks
	{
	    float:left;
	    clear:left;
	    /*margin:10px 0 0; */
	    padding: 10px 0 0;
	   width:700px;
	 }
	
	.toolBarLinks a
	{
	   font-weight:bold; 
	   margin: 0 15px;
	   font-size:1.1em;
	}
	
	.searchBox
	{
	    float:right;
	    margin:20px 20px 0 0;
	    }
	
	.topButtons {
		padding: 10px 0 0 17px;
		}

	#searchNav {
		float: right;
		margin: 0 20px 0 0;
		
	}
	
	#search1{
		margin: 0;
		}
	
	#search { /* search field */
		width: 160px;
		height: 100px;
		font-size: 1em;
		margin: 0 5px 0px 0;
	}
	
	#go {
		color: #005288;
		font-size: .9em;
	
		height: 17px;

		cursor: pointer;
	}
	
	#go:hover {
		color: #8DC63f;
	}
	
	#searchNav p{
	margin: 3px 0 0 0;
	}
	
	#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

/******************************  End of page header *************************************************/


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
 #sidebar1 {
	float: left;
	width: 250px;

}

.sidebar2 {
    background-image:url(images/shadow.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    float:right; 
    width: 240px;
    min-height: 420px;
    }

.sidebar_Body {
    margin: 30px 0 0 25px;
    }



#mainContent {
	background-position: top right;
	background-repeat: no-repeat;
/*	border-left: 1px solid #999999;*/
	

	float: left;
	width: 680px;
} 

#mainContentWide {
	background-position: top right;
	background-repeat: no-repeat;
/*	border-left: 1px solid #999999;*/
	

	float: left;
	width: 960px;
} 





/*************      Buttons on the homepage ************************/
#homeButtons {
	height: 150px;
	margin-bottom: 10px;
}


.lookButton{
 	float: left;
	}

.longHomeButton {
	float: left;
	margin: 0 0 3px 3px;
	
}

.DepOfEnergyButton {
	float: right;	
}

.submitEmail {
	color: #005288;

	font-size: 9px;
	height: 20px;
	cursor: pointer;
}

.submitEmail:hover {
	color: #8DC63f;
}
/*************    End of Buttons on the homepage ************************/


/*List Items*/
.ulclass {list-style-type: none;
	margin: 0 0 40px 12px;
	padding: 0;
	}
	
	
	.liclass {
		font-size: 1em;
		margin: 0 0 .7em 0px;
		width: 230px;
		}
		
		.liclass a, li a:visited{
			margin-left: 15px;
			display: block;
			text-decoration: none;
			color: #005288;
			}

	
		.liclass .numBox { /*boxed numbers for items locates in the navigation*/
			background-color: #005288;
			color:#FFFFFF;
			display:block;
			float:left;
			font-size: 1em;
			margin-right: 5px;
			padding:2px;
			text-align: center;
			width: 1.4em;
			}
						
			.subitem a:hover
			{
			    color: #005288;
			}
			
			.subitem a,
			.subitem a:visited
			{
			    margin-left: 41px;
			    color: #357CAB;
			}


    .selected
    {
        font-weight: bold;  
    
    }


    .selected .numBox
    {
        background-color : #8DC63f;    
    }

/*********  Heading for list items in sidebars *************/
.navSection {

	background-image: url(images/doubleBox.gif);
	background-position:middle;
	background-repeat: no-repeat;

	font-size: 1.2em;
	margin: 0 0 10px 0;

	padding: 0 0 0 25px;
	color: #005288;
	font-weight: bold;
	text-decoration: none;
	}


.navSection a, .navSection a:visited {	

	text-decoration: none;
	color: #005288;
	margin: 0;
	padding:0;
	}







	
/************************ Join Mailing List Form***********************/

#joinMail { /*Uses sliding door for background*/
	background-color: #005288;
	background-image:url(images/joinBack.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height: auto;
	margin: 0 ;
	padding-bottom: 10px;
	width: 213px;
	}
	
		
.join { /* join field */
	width: 110px;
	height: 10px;
	font-size: 10px;
	margin: 0px 5px 0 0px;
}
.joinForm {
	margin: 2px 0 0 18px;
	}

.search { /* search field */
	width: 120px;
	height: 12px;
	font-size: 9px;
	margin: 0px 5px 0 0px;
}
.searchForm {
	margin: 2px 0 0 18px;
	}
	

/************************ End of Join Mailing List Form***********************/



/************* Content Outline listings ************************/

.chapterList {
	color: #005288;
	font-weight: bold;
	}
.chapterList a, .chapterList a:visited{
	color: #005288;
	font-weight: bold;
	text-decoration: none;
	}
	
.glossary, .glossary a {
	color: #005288;
	font-weight: bold;
	text-align: center;
	}
.glossary a:visited{
	color: #551a8b;
	font-weight: bold;
	}

.subList {
	color: #005288;
	} 
.subList a{	
	color: #005288;
	text-decoration: none;
	}
.subList a:visited{	
	color: #551a8b;
	text-decoration: none;
	}
	
.sources{
	color: #005288;
	padding-left: 30px;
	} 
.sources a{	
	color: #005288;
	}
.sources a:visited{	
	color: #551a8b;
	}	
	
.pdf {
	
	background-color:#005288;
	padding: 0px 2px 0px 2px;
	font-size: .9em;
	color: white;
	margin: 0 0 0 5px;
	width: auto;
	}
.pdf a, .pdf a:visited{	
	background-color:#005288;
	color: white;
	text-decoration: none;
	}

.xls{
	background-color:#8DC63f;
	padding: 0px 2px 0px 2px;
	font-size: .9em;
	color: white;
	margin: 0 5px 0 5px;
	width: auto;
	}
.xls a, .xls a:visited{	
	background-color:#8DC63f;
	color: white;
	text-decoration: none;
	}

	
/*Page Footer*/
#footer, #footer a { 
	padding: 0 10px;
	background-image:url(images/footer_background.gif);
	background-repeat:repeat-x;
	color:#005288;
	font-size: 10px;
	height: 60px;
	padding: 0 7px 0 7px;
	text-align: center;
	text-decoration: none;
} 

	#footer a:hover{
		color:#8DC63f;
	}


	#footer p {
		margin: 0; 
		padding: 10px 0; 
	}
	
	.disclaimer {
		color: #CCCCCC;
		font-size: 9px;
	}
	
	/*CBECS Styles...*/
	
	
.cbecsPickTable 
{
   width: 926px;
   border: solid 1px #005288; 
   margin: 0;
   padding: 0;
}

.cbecsPickTable th 
{
  font-weight:bold;
  font-size: 1.1em;
  font-weight: bold;
  color: #005288;
  margin: 0;
  background-color:#DDDCD2;
  padding:5px;
  text-align:left;
}

.singlelabel 
{
    position:relative;
    top:-5px;

}

.buildingTypeTab a
{
   font-size: 85%;
   font-weight:normal;
   
}

.cbecsPickTable td
{
    padding: 10px; 
    vertical-align:top;
}

.cbecsListTable td, .buildlabels td
{
    padding: 1px 5px 1px 1px;
}

.cbecsListTablePadding td
{
   padding:0 20px 0 0;
}

.buildlabels
{
    font-weight:bold;
    vertical-align:top;
    text-align:left;
}
.checkboxlist 
{
    margin-left:10px;    
}

.cbecsBuildTable 
{
   width: 926px;
   border: solid 1px #005288; 
   margin: 0;
   padding: 0;
   border-collapse:collapse;
}

.cbecsBuildTable th
{
  font-weight:bold;
  font-size: 1.1em;
  font-weight: bold;
  color: #005288;
  margin: 0;
  background-color:#DDDCD2;
  padding:5px;
  text-align:left;
  border: solid 1px #005288; 
}

.cbecsBuildTable td, .cbecsResultsTable td, .buildingTypesTable td
{
    padding: 5px; 
    vertical-align:top; 
    border: solid 1px #005288; 

}

.cbecsBuildTable ul, .buildingTypesTable ul
{
  margin:0;
  padding-left:15px; 
}

.cbecsResultsTable 
{
   width: 550px;
   border: solid 1px #005288; 
   margin: 0;
   padding: 0;
   border-collapse:collapse;
}
.cbecsResultsTable th, .buildingTypesTable th, .cbecsBuildTable th
{
  font-weight:bold;
  font-size: 1.1em;
  font-weight: bold;
  color: #005288;
  margin: 0;
  background-color:#DDDCD2;
  padding:5px;
  border: solid 1px #005288; 
  text-align:left;
}

.cbecsResultsData
{
   text-align:right;    
}

.resultsHeading
{
  font-weight:bold;    
}

.buildingTypesTable 
{
   width:680px;
   border: solid 1px #005288; 
   margin: 0;
   padding: 0;
   border-collapse:collapse;
}

#customMainContent{
    text-align: left;
    margin-left: 600px;
    padding: 10px;
}

#customTopContent
{
	text-align: left;
    margin-left: 250px;
    padding: 10px;
}

.footertable{
	margin-left: 700px;
}

.ulwithbutton
{
	list-style-image: url(images/Bullet_Blue.jpg); 
	line-height:1.5em;
	text-align:justify;
}

.pwithspace
{
	text-align:justify; 
	line-height:1.5em;
}

