    var avantgarde = {
      src: '/_resources/flash/avant-garde.swf'
        };

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

    sIFR.replace(avantgarde, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { font-size: 56px; color:#ffffff; font-weight: bold; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
    });
  

sIFR.replace(avantgarde, {
      selector: '#column-1 h2',
      css: [
          '.sIFR-root {  font-size: 26px; color:#ffffff; text-transform: uppercase; }',
          'a {color: #1b91e4; text-decoration: none; }',
		  		'a:hover {color: #ffffff;}'
	      ],
	  wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: '#column-2 h2, #column-3 h2',
      css: [
          '.sIFR-root {  font-size: 18px; color:#ffffff; text-transform: uppercase; }',
          'a {color: #1b91e4; text-decoration: none; }',
		  		'a:hover {color: #ffffff;}'
	      ],
	  wmode: 'transparent'
});



sIFR.replace(avantgarde, {
      selector: 'p.intro',
      css: [
          '.sIFR-root {  font-size: 30px; color:#ffffff; }'
	      ],
	  wmode: 'transparent'
});



sIFR.replace(avantgarde, {
      selector: '#intro p.large',
      css: [
          '.sIFR-root { color: #0e2b3f; font-size: 32px; text-transform: uppercase; }',
		  'a {color: #0f71d4; text-decoration: none; }',
		  'a:hover {color: #063e8b;}'
	      ],
	    wmode: 'transparent',
	    
	    
});

sIFR.replace(avantgarde, {
      selector: '#intro p.small',
      css: [
          '.sIFR-root {  font-size: 19px; text-transform: uppercase; color: #0e2b3f; }',
		  'a {color: #0f71d4; text-decoration: none; }',
		  'a:hover {color: #063e8b;}'
	      ],
	    wmode: 'transparent'
});





