body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

/* Use this class for anything you want hidden in the printed version */
.noprint { display: none; }

#mainNav, #homeVideo, #interiorRight { display: none; }

#logo { padding: 0 0 15px 0; }


h1  { padding: 0 0 10px 0; font-size: 2.2em; font-weight: bold; text-transform: uppercase; color: #461816; }
h2 { padding: 0 0 10px 0; font-size: 1.3em; line-height: 1.6em; font-weight: normal; }
h3 { font-weight: bold; color: #461816; } 
p { padding: 0 0 10px 0; }
a { color: #333; }
.divider { padding: 0 0 14px 0; }


#homePromos { width: 100%; margin: 10px 0 0 0; font-size: 1.1em; line-height: 1.6em; color: #333; overflow: hidden; }
	#homeVision { width: 50%; float: left; }
	#homeOpportunity { width: 50%; float: left; }
	#homeImpact { width: 50%; float: left; }
	#homeChange { width: 50%; float: left; }
	
		.homePromoText { padding: 0 10px 10px 10px; }
		.homePromoText a { font-weight: bold; color: #461816; text-decoration: none; }
		.homePromoText a:hover { text-decoration: underline; }

#footer { width: 100%; margin: 10px 0 0 0; border-top: 5px solid #dfdde0; padding: 9px 0 0 0; font-size: 1.1em; color: #333; overflow: hidden; }
	#copyright { width: 50%; padding: 22px 0 0 0; float: left; }
		#copyright span { padding: 0 5px; }
	#footerLogo { width: 50%; float: right; text-align: right; }
