/* Main Navigation -- highlighting current page (to white)  based on the body class definition */

body.home #navBar a#home,
body.aboutUs #navBar a#aboutUs,
body.media #navBar a#media,
body.contactUs #navBar a#contactUs,
body.productOfferings #navBar a#productOfferings {
	color: #FFFFFF;
}
/* Special Navigation -- highlighting employee page (to white)  based on the body class definition */

body.employeeAccess #accessPanel h2 a#employeeAccess {
	color: #FFFFFF;
}
/* Platinum Navigation -- highlighting platinum pages based on the body class definition */
body.platinumDirectory a#platinumDirectory,
body.allSourceGuide a#allSourceGuide,
body.ordering a#ordering,
body.sampleRequest a#sampleRequest,
body.catalogRequest a#catalogRequest,
body.faq a#faq,
body.askQuestion a#askQuestion,
body.staffDirectory a#staffDirectory,
body.surveys a#surveys,
body.links a#links {
	color: #FFFFFF !important;
	background-color: #006699;
	background-attachment: scroll;
	background-image: url(../images/platinumNavBKGblue.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}

/* Platinum Navigation -- highlighting platinum pages based on the body class definition */
/*body.platinumDirectory a#platinumDirectory,
body.allSourceGuide a#allSourceGuide,
body.ordering a#ordering,
body.sampleRequest a#sampleRequest,
body.catalogRequest a#catalogRequest,
body.faq a#faq,
body.askQuestion a#askQuestion,
body.staffDirectory a#staffDirectory,
body.surveys a#surveys,
body.links a#links {
	color: #FFF !important;
}*/

/* Footer Navigation -- highlighting current page (to white)  based on the body class definition */

body.home #footerInfo a#home,
body.aboutUs #footerInfo a#aboutUs,
body.media #footerInfo a#media,
body.contactUs #footerInfo a#contactUs,
body.guide #footerInfo a#guide,
body.employeeAccess #footerInfo a#employeeAccess,
body.platinumAccess #footerInfo a#platinumAccess,
body.productOfferings #footerInfo a#productOfferings {
	color: #000;
	text-decoration: underline;
}