var helvetica = { src: "./sifr/helvetica.swf" };
var helveticaCond = { src: "./sifr/helveticaCond.swf" };

sIFR.activate(helvetica, helveticaCond);

sIFR.replace(helveticaCond, {
    selector: '#red .section .content h3',
    css: [
        '.sIFR-root { color: #ffffff; font-weight: bold; leading: -4; }'
    ],
    offsetTop: -3,
    transparent: true,
    filters: {
        DropShadow: {
            strength: 1,
            quality: 128,
            blurX: 1.5,
            blurY: 1.5,
            alpha: .3,
            color: '#000000',
            distance: 2.5,
            angle: 90
        }
    }
});

sIFR.replace(helveticaCond, {
selector: '#red .section h3',
    css: [
        '.sIFR-root { color: #ffffff; font-weight: bold; }'
    ],
    offsetTop: -3,
    transparent: true,
    filters: {
        DropShadow: {
            strength: 1,
            quality: 128,
            blurX: 1.5,
            blurY: 1.5,
            alpha: .3,
            color: '#000000',
            distance: 2.5,
            angle: 90
        }
    }
});


sIFR.replace(helveticaCond, {
selector: '#gray .section .content h1',
    css: [
        '.sIFR-root { color: #0281aa; font-weight: bold; text-align: center; leading: -6; }'
    ],
    offsetTop: -3,
    tuneHeight: -4,
    transparent: true
});

sIFR.replace(helveticaCond, {
    selector: '#gray .section .content h2',
    css: [
        '.sIFR-root { color: #cd2c2c; font-weight: bold; text-align: center; leading: -6; }'
    ],
    offsetTop: -3,
    tuneHeight: -4,
    transparent: true
});

sIFR.replace(helveticaCond, {
    selector: '#gray .section .content span',
    css: [
        '.sIFR-root { color: #0281aa; text-align: right; }'
    ],
    transparent: true
});

sIFR.replace(helvetica, {
    selector: '#thirds .third h3',
    css: [
        '.sIFR-root { color: #000945; leading: -2; }'
    ],
    offsetTop: -2,
    tuneHeight: -5,
    transparent: true
});

sIFR.replace(helvetica, {
    selector: '#thirds .third h4.blue',
    css: [
        '.sIFR-root { color: #0281aa; leading: -2; }'
    ],
    offsetTop: -2,
    tuneHeight: -5,
    transparent: true
});

sIFR.replace(helvetica, {
    selector: '#locations h2',
    css: [
        '.sIFR-root { color: #0a2068; leading: -2; }'
    ],
    offsetTop: -2,
    tuneHeight: -5,
    transparent: true
});