/* change feature box from text colour */
div.feature, div.feature h3{
	background-color: #254379;
	color: #ffffff;
}

/* make text visible on active map tag */
div#content ul.mapSelector li.active a{
	color: #615F60;
}

/* make text visible on search results bar */
p.searchNavigation strong{
	color:#615F60;
}

div#content p.searchNavigation a:hover{
	color:#615F60;
}

div#pageContainer h5 {
	background-color: #fff;
}
