
var thesansslt = { src: '/Portals/0/Skins/codan/sifr/thesansslt.swf' };
var thesansp = { src: '/Portals/0/Skins/codan/sifr/thesansp.swf' };
var thesanssb = { src: '/Portals/0/Skins/codan/sifr/thesanssb.swf' };



sIFR.activate(thesansslt, thesansp, thesanssb);

sIFR.replace(thesanssb, {
	selector: '.page_inside h1',
  	css: ['.sIFR-root { color: #0946a1;}'],
  	wmode: 'transparent'
});

sIFR.replace(thesanssb, {
	selector: '.page_inside_military h1',
  	css: ['.sIFR-root { color: #000000;}'],
  	wmode: 'transparent'
});

sIFR.replace(thesansslt, {
  selector: 'h2',
  css: ['.sIFR-root { color: #808995;}'],
  wmode: 'transparent'
});

sIFR.replace(thesansslt, {
  selector: 'span.introtext',
  css: ['.sIFR-root { color: #808995;}',
		 'a {color: #307DD4; text-decoration: none;}',
        'a:hover {color: #174B84;text-decoration: none;}'
		],
  wmode: 'transparent'
});

sIFR.replace(thesanssb, {
  selector: '#dnn_homebanner_text p',
  css: ['.sIFR-root { color: #ffffff;}'],
  wmode: 'transparent'
});

sIFR.replace(thesanssb, {
  selector: '.homebanner_text p',
  css: ['.sIFR-root { color: #ffffff;}'],
  wmode: 'transparent'
});

//sIFR.replace(thesanssb, {
//  selector: '.homecontent p',
//  css: ['.sIFR-root { color: #ffffff;}'],
//  wmode: 'transparent'
//});



