  //<[CDATA[

  var stoneserif = {
    src: '/sifr/1stoneserif.swf'
  };

  var casion = {
    src: '/sifr/casionsmbditalic.swf'
  };

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

  sIFR.replace(stoneserif, {
    selector: 'li.navReplace',
    wmode: 'transparent',
    offsetTop: '2',
    css: [
      '.sIFR-root { text-align: center; font-weight: bold; font-size: 14px; color: #ffffff; text-transform: uppercase; line-height: 14px; letter-spacing: .8;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; text-decoration: underline;}'
    ]
  });

  sIFR.replace(casion, {
    selector: 'h2.boxHeading',
    wmode: 'transparent',
    offsetTop: '2',
    css: [
      '.sIFR-root { text-align: center; font-weight: bold; font-size: 24px; color: #705916; line-height: 24px; letter-spacing: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; text-decoration: underline;}'
    ]
  });

  sIFR.replace(casion, {
    selector: 'td.infoBoxContentsHeaderImage',
    wmode: 'transparent',
    offsetTop: '10',
    css: [
      '.sIFR-root { text-align: center; font-weight: bold; font-size: 36px; color: #705916; line-height: 30px; letter-spacing: 1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; text-decoration: underline;}'
    ]
  });


  sIFR.replace(casion, {
    selector: 'td.pageHeading',
    wmode: 'transparent',
    offsetTop: '2',
    css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 24px; color: #705916; line-height: 24px; letter-spacing: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; text-decoration: underline;}'
    ]
  });

sIFR.replace(casion, {
    selector: 'td.catPageHeading',
    wmode: 'transparent',
    offsetTop: '2',
    css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 36px; color: #705916; line-height: 36px; letter-spacing: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; text-decoration: underline;}'
    ]
  });

  sIFR.replace(casion, {
    selector: 'h1',
    wmode: 'transparent',
    offsetTop: '2',
    css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 24px; color: #705916; letter-spacing: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; text-decoration: underline;}'
    ]
  });


  //]]>

