var din = {
    src: 'http://www.firebridgeinc.com/din.swf'
  };
sIFR.delayCSS  = true;
sIFR.activate( din );

sIFR.replace( din, {
    selector: 'h1',
    css: [
        '.sIFR-root { font-style: normal; color: #33ff33; }'
    ], 
    wmode: 'transparent'
});
sIFR.replace( din, {
    selector: '.home-col-title h2',
    css: [
        '.sIFR-root { font-style: normal; color: #ffffff; }'
    ], 
    wmode: 'transparent'
});
sIFR.replace( din, {
    selector: 'h2',
    css: [
        '.sIFR-root { font-style: normal; color: #33ff33; }'
    ], 
    wmode: 'transparent'
});
sIFR.replace( din, {
    selector: 'h3',
    css: [
        '.sIFR-root { font-style: normal; color: #33ff33; }'
    ], 
    wmode: 'transparent'
});

/* main nav */
sIFR.replace( din, {
    selector: 'ul#main-nav li.currentpage,ul#main-nav li.activeparent',
    css: [
        '.sIFR-root { font-size: 16px; color: #000000; text-transform: uppercase; }'
        ,'a { color: #000000; font-weight: bold; text-decoration: none; }'
        ,'a:hover { color: #000000; text-decoration: none; }'
    ],
    fitExactly: true,
    forceSingleLine: true, 
    wmode: 'transparent'
});
sIFR.replace( din, {
    selector: 'ul#main-nav li',
    css: [
        '.sIFR-root { font-size: 16px; color: #ffffff; text-transform: uppercase; }'
        ,'a { color: #ffffff; text-decoration: none; }'
        ,'a:hover { color: #ffffff; text-decoration: none; }'
    ],
    fitExactly: true,
    forceSingleLine: true, 
    wmode: 'transparent'
});

