var gillsanslight = {
	src: 'prebuilt/sifr3/gillsanslight.swf'
};

var gillsansbold = {
	src: 'prebuilt/sifr3/gillsansbold.swf'
};

var gillsans = {
	src: 'prebuilt/sifr3/gillsans.swf'
};

sIFR.activate(gillsans); // From revision 209 and onwards
sIFR.activate(gillsansbold); // From revision 209 and onwards
sIFR.activate(gillsanslight); // From revision 209 and onwards

sIFR.replace(gillsanslight, {
	selector: 'h1'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00284a; }'
    ]
});

sIFR.replace(gillsans, {
	selector: '.form-alert h2'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 2; }'
    ]
});

sIFR.replace(gillsans, {
	selector: '.container-body h2'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #a5a660; } a { color: #a5a660; text-decoration: none; } a:hover { color: #a5a660; text-decoration: none; }'
    ]
});

sIFR.replace(gillsans, {
	selector: '.container-right-col h2'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; background-color: #ba5f2c; text-transform: uppercase; letter-spacing: 2; }'
    ]
});

sIFR.replace(gillsans, {
	selector: '.subtitle'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #a5a660; }'
    ]
});

sIFR.replace(gillsansbold, {
	selector: '.h3-centered'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ba5f2c; text-align: center; text-transform: uppercase; letter-spacing: 2; }'
    ]
});

sIFR.replace(gillsans, {
	selector: '.h3-healthcareers'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #005486; } a { color: #ba5f2c; text-decoration: none; } a:hover { color: #ba5f2c; text-decoration: none; }'
    ]
});

sIFR.replace(gillsansbold, {
	selector: 'h3'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #005486; text-transform: uppercase; letter-spacing: 2; } a { color: #ba5f2c; text-decoration: none; } a:hover { color: #ba5f2c; text-decoration: none; }'
    ]
});