 var font = {
  src: '/sifr/flash/sifr.swf'
};

 var light = {
  src: '/sifr/flash/light.swf'
};


sIFR.activate(font);
sIFR.activate(light);



sIFR.replace(font, {
  selector: '.title'
  ,css: [
    '.sIFR-root {color:#000000; text-transform:uppercase;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #00B3DF; }'
  ]
  ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});

sIFR.replace(font, {
  selector: '.content h2'
  ,css: [
    '.sIFR-root {color:#000000; text-transform:uppercase; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #00B3DF; }'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});

sIFR.replace(font, {
  selector: '.content h3'
  ,css: [
    '.sIFR-root {color:#333333; font-size:18px; text-transform:uppercase;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #333333; }'
    ,'a:hover { color: #00B3DF; }'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});



sIFR.replace(font, {
  selector: '#what-were-saying h4'
  ,css: [
    '.sIFR-root {color:#333333; leading:5; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #00B3DF; }'
    ,'a:hover { color: #333333; }'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});


sIFR.replace(font, {
  selector: 'h4'
  ,css: [
    '.sIFR-root {color:#333333; leading:5; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #00B3DF; }'
    ,'a:hover { color: #333333; }'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});

sIFR.replace(light, {
  selector: '#main h2'
  ,css: [
    '.sIFR-root {color:#333333; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #00B3DF; }'
    ,'a:hover { color: #333333; }'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#FFFFFF'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});






sIFR.replace(font, {
  selector: '#header #nav ul li'
  ,css: [
    '.sIFR-root {color:#666666; text-transform:uppercase;}'
    ,'a { color: #3098da; margin-top:5px; text-decoration: none; }'
    ,'a:link { color: #666666; }'
    ,'a:hover { color: #3098da; }'
  ]
  ,wmode:'transparent'
});


sIFR.replace(font, {
  selector: '#home_intro_panel h3'
  ,css: [
    '.sIFR-root {color:#3098da; leading:2; font-size:18px;}'
  ]
,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
  ,wmode:'transparent'
});




