/* CSS Document */
/* Main Navigation -- highlighting current page based on the body ID definition */
body#home a#homeNav,
body#features a#featuresNav,
body#exterior_gallery a#galleriesNav,
body#interior_gallery a#galleriesNav,
body#specs a#specsNav,
body#design a#designNav,
body#history a#historyNav,
body#news a#newsNav,
body#downloads a#downloadsNav {
	color: #FFF;
	background-color: #336699;
}
/*footer navigation*/
body#contact a#footNavContact,
body#siteMap a#footNavSitemap {
	text-decoration: underline;
}
/*subnavigation*/
body#exterior_gallery #galleryExteriors,
body#interior_gallery #galleryInteriors,
body#planViews_gallery #galleryPlanViews,
body#construction_gallery #galleryConstruction,
body#video_gallery #galleryVideo{
	color: #FFF;
}