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:21px; font-weight: normal; leading: 0px;} strong {color: #ffffff;}'
	]
  });
  
  sIFR.replace(lucida_grande, {
    selector: '#home-header .banner'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:17px; font-weight: normal; leading: 5px;} strong {color: #ffffff;}'
	]
  });

// h1 header

   
  sIFR.replace(lucida, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #de00b7; text-transform: none; font-size:25px; font-weight: bold; } strong {color: #de00b7;}'
	]
  });
  
 // h3 header

  sIFR.replace(lucida, {
    selector: 'h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #de00b7; text-transform: none; font-size:17px; font-weight: bold; } strong {color: #de00b7;}'
	]
  });
  
 // telephone number

  sIFR.replace(lucida, {
    selector: '#telephone strong'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size: 18px; font-weight: bold;} strong {color: #ffffff;}'
	]
  });
  
  







  