	@charset "utf-8";
/* CSS Document */

#index {background: url(../images/bkgd_index.jpg) top center no-repeat;}
#about {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#services {background: url(../images/bkgd_services.jpg) top center no-repeat;}
#resources {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#projects {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#contact {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#leed {background: url(../images/bkgd_leed.jpg) top center no-repeat;}
#audits {background: url(../images/bkgd_audits.jpg) top center no-repeat;}
#energymodel {background: url(../images/bkgd_energymodel.jpg) top center no-repeat;}
#geothermal {background: url(../images/bkgd_geothermal.jpg) top center no-repeat;}
#schools {background: url(../images/bkgd_schools.jpg) top center no-repeat;}
#sitemap {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#legal {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#usgbc {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#comed {background: url(../images/bkgd_blank.jpg) top center no-repeat;}
#energystar {background: url(../images/bkgd_energystar.jpg) top center no-repeat;}

.third {float: left;
	width: 280px;
	height: 300px;
	padding: 0px 10px 0px 10px;	
	}

.two-thirds{float: left;
	width: 580px;
	height: inherit;
	padding: 0px 10px 0px 10px;	
	}

.two-thirds-floater {float: right;
	width: 580px;
	height: inherit;
	padding: 20px 10px 10px 20px;
        margin-top:100px;
        margin-right:40px;
        margin-bottom:55px;
        border: 2px #F90 solid;
        background: #333;
        color: #FFF;	
        opacity: .9;
	}

.half {float: left;
	width: 430px;
	height: 300px;
	padding: 0px 10px 0px 10px;	
	}


.quarter {float: left;
	width: 215px;
	height: 300px;
	padding: 0px 5px 0px 5px;	
	}	

.three-fourths {float: left;
	width: 665px;
	height: inherit;
	padding: 0px 5px 0px 5px;	
	}
.whole {float: left;
	width: 880px;
	height: inherit;
	padding: 0px 10px 0px 10px;	
	}

.whole-floater {float: right;
    width: 860px;
    height: inherit;
    padding: 20px 10px 10px 20px;
        margin-top:55px;
        margin-bottom:55px;
        border: 2px #F90 solid;
        background: #333;
        color: #FFF;    
        opacity: .9;
    }	
