#header {
	width: 958px;
	w\idth: 612px;
	height: 100px;
	padding-left: 346px;
}	
	#header img {
		position: absolute;
		top: 15px;
		left: 40px;
	}
	#header h1 {
		font-size: 24px;
		padding: 20px 0 0;
	}
		#header h1 strong {
			position: relative;
			left: 10em;
			white-space: nowrap;
			font-size: 32px;
		}

#content {
	background-position: 0 -40px;
}
	#content ol {
		color: #222;
	}

#intro {
	margin-top: 155px;
}

#homeButn {
	top: -123px;
}

#estimateForm {
	margin-top: 15px;
}

#energyStarBox img {
	float: left;
	margin: 0 10px 0 0;
}
	#energyStarBox p.large {
		padding-top: 12px;
		font-size: 16px;
	}
		#energyStarBox .large strong {
			color: #00A0D0;
		}

h2 {
	font-size: 28px;
	color: #00375e;
	font-weight: normal;
}

p.quote {
	font-size: 20px;
	color: #222;
}
p.citation {
	position: relative;
	bottom: 10px;
	text-align: right;
	font-size: 14px;
}
	p.citation span {
		font-size: 16px;
	}
	
div.disclaimer {
	padding-top: 20px;
	font-size: 11px;
}

img.right {
	margin: 0 0 10px 10px;
	float: right;
}

.serif {
	font-family: georgia, times new roman, times, serif;
}