/*defaults*/
body 	{background:#2765AF url(../images/body_bg.jpg) repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{
	border-bottom:1px solid #DADADA;
	background-image: url(../images/logowithenergystar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 100px;
}
#navigation	{padding:10px 0; }
#header		{background:#DADADA url(../images/header_home.jpg) no-repeat 10px 10px; padding:10px; height:200px; }
.energystar {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50px center;
	width: 300px;
	text-align: center;
	height: 400px;
	padding: 10px;
	vertical-align: bottom;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 85px;
}#energy_star {
	background-color: #FFFFFF;
	/*	background-image: url(../images/ENE_HPES_MDv_0099FF.jpg); */
	background-repeat: no-repeat;
	background-position: 50px center;
	width: 400px;
	text-align: center;
	vertical-align: bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 15px;
}
#inside_header		{
	padding:10px;
	height:auto;
	background-color: #DADADA;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#content	{
	float:right;
	width:490px;
	line-height:140%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10;
	margin: 2px;
}
#news		{
	float:left;
	width:225px;
	line-height:110%;
	text-align:left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin: 0px;
}
.newsItem	{
	background:#FEFFD5;
	border:1px solid #FFEB70;
	font-size:90%;
	margin-bottom:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{
	color:#225799;
	margin:0 0 10px 0;
	padding:0;
	font-size:130%;
	font-weight:normal;
	text-align: center;
}
#content h1		{font-size:160%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{
	font-weight:bold;
	font-size:315%;
	color:#0099FF;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50;
	margin-left: 220;
	text-align: center;
}


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }

#news ul	{list-style-type: circle; list-style-position: inside; 	margin: 0px; padding: 0px; }
#news li	{list-style-type: circle; list-style-position: inside; 	margin: 0px; padding: 0px; }

#bread {
	color: #666666;
	padding: 3px;
	margin-bottom: 25px;
	font-size: 90%;
	
}
#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 
.right_float {
	margin: 5px;
	padding: 5px;
	float: right;
}
.energy_star_left_float {
	padding: 10px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
#bread a {
	text-decoration: none;
	}

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.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 */
