/* subnav */

.banner {
	height: 306px;
}

/* post-float clearing */

.subnav {
	height: 1%;
}

.subnav:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* subnav */

.section {
	float: left;
	width: 297px;
	height: 150px;
	color: #fff;
}
.section#subnav_products {
	width: 296px;
	background: transparent url(../images/home-products.jpg) 0 0 no-repeat;
}
.section#subnav_resources {
	background: transparent url(../images/home-resources.jpg) 0 0 no-repeat;
}
.section#subnav_calculator {
	background: transparent url(../images/home-calculator.jpg) 0 0 no-repeat;
}
.section h2 {
	margin: 34px 0 1em 21px;
	height: 17px;
}
.section h2 a {
	display: block;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.section#subnav_products h2 a {
	background-image: url(../images/home-subnav-products.gif);
}
.section#subnav_resources h2 a {
	background-image: url(../images/home-subnav-resources.gif);
}
.section#subnav_calculator h2 a {
	background-image: url(../images/home-subnav-calculator.gif);
}
.section h2 a:hover {
	background-position: 0 -17px;
}
.section p {
	margin: 0 124px 0.5em 21px;
	font-size: 1em;
	line-height: 1.25em;
}
.section#subnav_calculator p {
	margin-right: 114px;
}
