@charset "utf-8";
/* CSS Document */
*{
	padding:0px; margin:0px;
}

body {
	background-color: #1C4970;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
p{
	padding:5px 0;
}

#welcome{
	width:300px;height:147px; margin-top:56px; margin-left:53px;
}

#philosophy{
	width:360px; margin-left:53px;
}

.energystar{ color:#003366; font-style:italic; font-weight:bold;}
.checkmark{margin-left:30px;list-style-image:url(images/check-mark.jpg);}

.green{ color:#003300;}
.about{margin-left:50px;}
.upper{width:330px;}
.lower{width:650px;}

.bottom_links{
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}

.bottom_links{color: #FFFFFF; text-decoration:none} /* unvisited link */
.bottom_links a:visited {color: #FFFFFF; text-decoration:none}  /* visited link */
.bottom_links a:hover {color:  #FFFFFF; text-decoration:none}   /* mouse over link */
.bottom_links a:active {color:  #FFFFFF; text-decoration:none}   /* selected link */	
