@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a img {
	border:none;
}
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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRt #container { 
	width: 791px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
	#sidebar1 ul{
		margin-bottom:20px;
		margin-top:25px;
	}
	.twoColFixRt #sidebar1 li{
		display:block;
		background-image: url(../images/home-link.gif);
		list-style-type:none;
		margin-bottom:5px;
		width:129px;
		height:21px;
	}
		#sidebar1 li a{
			display:block;
			width:129px;
			text-indent:-10000px;
			height:21px;
		}
		#sidebar1 li a:focus{
			outline:none;
		}
	#sidebar1 li#about{
		background-image: url(../images/about-link.gif);
	}
	#sidebar1 li#news{
		background-image: url(../images/news-link.gif);
	}
	#sidebar1 li#services{
		background-image: url(../images/services-link.gif);
	}
	#sidebar1 li#energy{
		background-image: url(../images/energy-audit-link.gif);
	}
	#sidebar1 li#contact{
		background-image: url(../images/contact-link.gif);
	}
	#sidebar1 img{
		margin-bottom:10px;
	}
.twoColFixRt #mainContent { 
	margin: 0 250px 40px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:40px;
} 
#mainContent p a {
	color: #191940;
}
#mainContent h1{
	display:block;
	background-repeat:no-repeat;
	text-indent:-10000px;
	margin-bottom:15px;
}
#mainContent h2{
	font-size:12px;
}
#mainContent h3{
	font-size:11px;
	margin-bottom:0px;
}
#mainContent p{
	font-size:11px;
	line-height:16px;
	margin-top:5px;
	margin-bottom:10px;
}
	#grey{
		background-color:#efefee;
		width:287px;
		height:267px;
		padding-top:20px;
		margin-left:50px;
	}
	#mainContent #grey h1{
		margin-left:10px;
	}
	#grey p{
		color: #191940;
		font-size:14px;
		margin-left:10px;
		margin-top:15px;
	}
.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;
}
.blue {
	color: #191940;
	font-weight: bold;
}
#footer{
	clear:both;
}
#footer ul{
	width:440px;
	margin-top:5px;
	margin-bottom:30px;
}
#footer li{
	color:#6a6a6a;
	list-style:none;
	margin-bottom:7px;
	text-align:center;
	font-size:9px;
}
#footer li a{
	color:#6a6a6a;
	text-decoration:none;
}
.floatleft {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
}
.margin {
	margin-left: 40px;
}
th, td {
	font-size: 11px;
	line-height:16px;
	font-weight: normal;
}

table{
	margin-top:15px;
}