var lucida = {
    src: '/assets/flash/lucida.swf'
};

var lucida_grande = {
    src: '/assets/flash/lucida_grande.swf'
};

  sIFR.activate(lucida, lucida_grande);
 
// top banner

  sIFR.replace(lucida_grande, {
    selector: '#header .banner'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:22px; font-weight: normal; } strong {color: #ffffff;}'
	]
  });

// h1 header

   
  sIFR.replace(lucida, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0055a5; text-transform: none; font-size:25px; font-weight: normal; } strong {color: #0055a5;}'
	]
  });
  
 // h3 header

  sIFR.replace(lucida, {
    selector: 'body.home h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:17px; font-weight: normal; } strong {color: #ffffff;}'
	]
  });
  
  sIFR.replace(lucida, {
    selector: 'h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0055a5; text-transform: none; font-size:17px; font-weight: normal; } strong {color: #0055a5;}'
	]
  });







  