var alrightsansthin = { src: '/alright_sans_thin2.swf' };
var alrightsansbold = { src: '/alrightsansbold3.swf' };

sIFR.activate(alrightsansthin);
sIFR.activate(alrightsansbold);

//sIFR.preserveSingleWhitespace = true;
//tuneWidth(20);

sIFR.replace(alrightsansthin, {
    selector: '#subheader h2',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 38px; color: #7fba00; }'
});
/*
sIFR.replace(alrightsansthin, {
    selector: '#content_bg h1',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 55px; color: #7fba00; }'
});
*/
sIFR.replace(alrightsansbold, {
    selector: '#slideshow h2',
    wmode: 'transparent',
    css: {
        '.sIFR-root': { 'font-size': '41px', 'color': '#ffffff', 'text-transform': 'uppercase' }
    },
    filters: {
        Glow: {
        knockout: false
        , color: '#000000'
        , strength: 3
        , blurY: 7
        , blurX: 7
        , alpha: 0.05
      }
    }
});

/*
filters: {
        Glow: {
        knockout: false
        , color: '#c5d5d6'
        , blurY: 20
        , blurX: 20
        , alpha: 0.5
      }
    }
*/

sIFR.replace(alrightsansbold, {
    selector: '#content_home h1',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 27px; color: #2cb5d9; text-transform:uppercase; }'
});

sIFR.replace(alrightsansbold, {
    selector: '#content_home_right h3',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 18px; color: #455560; }'
});

sIFR.replace(alrightsansbold, {
    selector: '#landing_content_right_content h3',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 18px; color: #455560; }'
});
sIFR.replace(alrightsansbold, {
    selector: '#landing_content_left h1',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 24px; color: #2cb5d9; text-transform:uppercase; }'
});
sIFR.replace(alrightsansbold, {
    selector: '#landing_jobs_listing tr th span',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 14px; color: #455560; text-transform:uppercase; white-space: nowrap; }'
});
sIFR.replace(alrightsansbold, {
    selector: '#landing_jobs h2',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 15px; color: #455560; text-transform:uppercase; white-space: nowrap; }'
})

/*
sIFR.replace(alrightsansbold, {
    selector: '#content_cols_right h1',
    wmode: 'transparent',
    css: '.sIFR-root { font-size: 27px; color: #2cb5d9; font-weight: bold; text-transform:uppercase; }'
});
*/

