
var kofi = { src: '/swf/kofi.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(kofi);

// main headings

sIFR.replace(kofi, {
  selector: 'h2#section_title.scheme_one',
  css: '.sIFR-root { background-color: #FFF; color: #00487C; }',
wmode:"transparent"
});

sIFR.replace(kofi, {
  selector: 'h2#section_title.scheme_two',
  css: '.sIFR-root { background-color: #FFF; color: #660033; }',
wmode:"transparent"
});

sIFR.replace(kofi, {
  selector: 'h2#section_title.scheme_three',
  css: '.sIFR-root { background-color: #FFF; color: #00A6EB; }',
wmode:"transparent"
});

sIFR.replace(kofi, {
  selector: 'h2#section_title',
  css: '.sIFR-root { background-color: #FFF; color: #00487C; }',
wmode:"transparent"
});


// box headings

sIFR.replace(kofi, {
  selector: '.colourblock h2',
	css: {
	      '.sIFR-root': { 'leading': '-4' , 'color': '#FFFFFF', 'font-weight': "bold" },
			'a' : { 'color': '#FFFFFF', 'text-decoration': 'none' },
			'a:hover' : { 'text-decoration': 'none', 'color' : '#FFFFFF' }
	    }, 

wmode:"transparent"
});

sIFR.replace(kofi, {
  selector: '.columns h2',
	css: {
	      '.sIFR-root': { 'leading': '-4' , 'color': '#FFFFFF', 'font-weight': "bold" },
			'a' : { 'color': '#FFFFFF', 'text-decoration': 'none' },
			'a:hover' : { 'text-decoration': 'none', 'color' : '#FFFFFF' }
	    }, 
wmode:"transparent"
});
