/* backgrounds */
body {
	background:url(../body.png) repeat-x #f0f0f0;
}
.wrapper {
	width: 884px;
	text-align: center;
	margin: 0 auto;
}

.innerWrapper {
	width: 884px;
	float: none !important;
	text-align: left;
	border-top: 0;
	position: relative;
	margin: 0 auto;
}
#header h1 {
	background:url(../logo.png) 50% 50% no-repeat;
}
#progress-bar {
	background:url(../nav-plain.png) repeat-x;
}
#progress-bar li a, #progress-bar li span {
	background:url(../nav-off.png) right top no-repeat;
}
#progress-bar li.active a {
	background:url(../nav-active.png) right top no-repeat;
}
#progress-bar li span {
	background:url(../nav.png) right top no-repeat;
}
#report .sectionContainer .projectSpecs .reportGenerated {
	width:190px;
	text-align:center;
	padding:46px 0 0 0;
	background:url(../reportLogo-blue.png) 0 5px no-repeat;
}
#footer {
	background:url(../agaLogo.png) 530px 0 no-repeat;
}
/* fonts */
body, #header li a, #progress-bar li a, #progress-bar li span, #sectionHeader h1, #sectionHeader h4.headingTagline, legend, .instructions, .inlineLabel, .continueButton, .bottomButtons a, #footer p, #footer p.copyright, #facebox .content h2, #facebox .content p, #facebox .content .dataSources, #coatings .descriptionBox:first-line, #duplexCoatings .descriptionBox:first-line, #coatings .descriptionBox, #duplexCoatings .descriptionBox, #coatings .smallNote, #duplexCoatings .smallNote, label, #preferences .selectionsContainer, #projectSpecs .descriptionBox, #projectSpecs .descriptionBox:first-line, #report .sectionContainer h1, #report .sectionContainer h4, #report #initialCalculations h3:first-line, #report #initialCalculations h3, #report #initialCalculations table td, .hdgColHeader, .paintColHeader, #report .sectionContainer h3, #report .sectionContainer .projectSpecs .specs:first-line, #report .sectionContainer .projectSpecs .specs, #report .sectionContainer .projectSpecs h4, #report .sectionContainer .projectSpecs .specialPara, #report #initialCalculations .sidebarLabel, #report #initialCalculations .sidebarLabel .labelText, #report #initialCalculations .savings, .savingsLine, #report .sectionContainer .projectSpecs .reportGenerated, #report #preferencesSidebar h1, #report #preferencesSidebar a, #report #preferencesSidebar h3, #report #preferencesSidebar p, #report #calculations .desc, #report #calculations .amount {
	font-family:Arial, Helvetica, sans-serif !important;
}
/* colors */
#sectionHeader h1, #sectionHeader h4.headingTagline, #footer p {
	color:#1F242A;
}
#footer p.copyright {
	color:#666B72;
}
#facebox a {
	color:#ED1C24;
}
/*adjustments */
#header ul {
	width:auto;
}
