@charset "ISO-8859-1";
/* Our Work Specifc CSS Document */

/****************************************/
/*******     COLOUR OVERRIDES     *******/
/****************************************/

.colourNews { /* #9398cc - e1e2f1 */ }
.colourFundraising { /* #d291c0 - f2e0ed */ }
.colourOurWork { /* #1ab7ea - c0ebf9 */ }
.colourSupportUs { /* #f16681 - fbd4dc */ }
.colourDonate { /* #d5d110 - f3f2bc */ }
.colourContact { /* #ffde00 - fff6b8 */ }

#columns {
	background-color: #c0ebf9; 
}

#side h1 a, #content h1, #content h2, #content .introText, #content .greyDarkBox, 
#columns a:hover, #columns a:focus, 
#columns .column .textGreen  {
	background-color: #1ab7ea;
}

#columns a {
	color: #1ab7ea; /* may need tweaking for contrast */
}

a.arrowLink, #sub-navigation ul li a {
	background-image: url('/images/common/bullet-our-work.gif');
}

#sub-navigation ul li a.selected {
	background-color: #1ab7ea;
	color: #FFF !important;
}
