﻿/**** Contact Us ****/
.content {
  BACKGROUND-IMAGE: url(/SiteCollectionImages/global/background_content_general.jpg); BACKGROUND-REPEAT: repeat-y
}
/* section background */
.sectionImage {
	background-image:url(../SiteCollectionImages/graphics/section_label_general.gif);
}
/* local nav styling  BG COLOR was: c02424 */
.localNav LI {

}
.localNav a:hover{
	background-color:#0066CC;
	color:#ffffff;
}
/*Vistar Different color for visble page */
.localNav .visibleMenu a{
	background-color:#65A2E0;
	color:#ffffff;
} 

.localNav .visibleMenu li a:hover {
	background-image:url();
	background-color:Transparent;
	color:#000000;
}
/* 10% tint */
.localNav .visibleMenu ul, .localNav .visibleMenu li {
	background-color:#e5eaef;
}

/* Content Spotlight*/
.contentSpotlight {
	background-color:#f3f9ed;
}


/*-- Landing Page --
.columnTwo .intro {
	background-color:#f3f9ed;
}	
*/
