var TradeGothic = { src: '/TradeGothic.swf' };

sIFR.activate(TradeGothic);
sIFR.preserveSingleWhitespace = true;
//tuneWidth(20);

sIFR.replace(TradeGothic, {
  selector: '.home_blogheader',
  wmode: 'transparent',
  css: '.sIFR-root { color: #3F4519; font-size: 14px; font-weight: bold; text-transform: uppercase; } a { color: #3F4519; text-decoration: none; } a:hover { color: #9F3123; text-decoration: none; }'
});

sIFR.replace(TradeGothic, {
  selector: '#home_mapheader',
  wmode: 'transparent',
  css: '.sIFR-root { color: #3F4519; font-size: 14px; font-weight: bold; text-transform: uppercase; } a { color: #3F4519; text-decoration: none; } a:hover { color: #9F3123; text-decoration: none; }'
});

sIFR.replace(TradeGothic, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #474E1C; font-size: 34px; font-weight: bold; line-height: 1em; }'
});

