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

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

  var rockwell = {
    src: 'rockwell.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(gotham, gotham_bold, rockwell);


  sIFR.replace(gotham_bold, {
	wmode: 'transparent',
    selector: 'div#content_main p#intro'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #a3b1e5; leading: 15; background-color: #FFFFFF; text-transform: uppercase; }'
    ]
  });

  sIFR.replace(gotham, {
	wmode: 'transparent',
    selector: 'body.contact div#content_main p, body.contact div#content_main ul'
    ,css: [
      '.sIFR-root { font-size: 15px; color: #a3b1e5; leading: 7; background-color: #FFFFFF; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #ffbb00; text-decoration: underline; }'
      ,'a:hover { color: #ff0000; text-decoration: underline; }'
      ,'a:visited { color: #ffffff; text-decoration: underline; }'
      ,'strong { color: #ffffff; }'
    ]
  });

  sIFR.replace(gotham, {
	wmode: 'transparent',
    selector: 'div#quick_contact p'
    ,css: [
      '.sIFR-root { font-size: 15px; color: #a3b1e5; leading: 7; background-color: #FFFFFF; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #ffbb00; text-decoration: underline; }'
      ,'a:hover { color: #ff0000; text-decoration: underline; }'
      ,'a:visited { color: #ffffff; text-decoration: underline; }'
    ]
  });

  sIFR.replace(gotham, {
	wmode: 'transparent',
    selector: 'div#content_main ul'
    ,css: [
    '.sIFR-root { font-size: 15px; color: #a3b1e5; leading: 7; background-color: #FFFFFF; }'
    ,'a { text-decoration: underline; }'
    ,'a:link { color: #ffbb00; text-decoration: underline; }'
    ,'a:hover { color: #ff0000; text-decoration: underline; }'
    ,'a:visited { color: #ffffff; text-decoration: underline; }'
    ,'strong { color: #ffffff; }'
    ,'li { leading: 0; }'
    ]
  });

  sIFR.replace(gotham, {
	wmode: 'transparent',
    selector: 'div#content_main p'
    ,css: [
      '.sIFR-root { font-size: 15px; color: #a3b1e5; leading: 15; background-color: #FFFFFF; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #ffbb00; text-decoration: underline; }'
      ,'a:hover { color: #ff0000; text-decoration: underline; }'
      ,'a:visited { color: #ffffff; text-decoration: underline; }'
    ]
  });

  sIFR.replace(gotham, {
	wmode: 'transparent',
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size: 22px; color: #ffffff; background-color: #FFFFFF; }'
    ]
  });
  