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

sIFR.activate(main); 

sIFR.replace(main, {
  selector: '#splash h1'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 19px; font-weight: bold; color: #ffffff; margin: 0; padding: 0;}' ,  
      'a { color: #ffffff;}',       
      'a:hover { text-decoration: underline; color: #feecd6;}',           
    ], wmode: 'transparent'
  });  
  
sIFR.replace(main, {
  selector: '.contactForm h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 16px; font-weight: bold; color: #ffffff;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });   
  
sIFR.replace(main, {
  selector: '#splash p.intro'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 15px; font-weight: bold; color: #005f8f; margin: 0; padding: 0;}' ,  
      'strong { font-style: italic;}',     
      'em { font-style: italic;}',        
    ], wmode: 'transparent'
  }); 
  
sIFR.replace(main, {
  selector: '.orange h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 14px; font-weight: bold; color: #ffffff; margin: 0; padding: 0;}' ,     
      'em { font-style: normal; color: #0078ae;}',        
    ], wmode: 'transparent'
  });    
  
sIFR.replace(main, {
  selector: '.sidebar h3, .sidebarList h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 14px; font-weight: bold; color: #ffffff; margin: 0; padding: 0;}' ,     
      'em { font-style: normal; color: #f78e1e;}',        
    ], wmode: 'transparent'
  });      

sIFR.replace(main, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 21px; font-weight: normal; color: #005f8f; margin: 0; padding: 0; text-transform: uppercase}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });  
  
sIFR.replace(main, {
  selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 16px; font-weight: bold; color: #f78e1e;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });  
  
sIFR.replace(main, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 16px; font-weight: normal; color: #f78e1e;}' ,
      'em { font-style: normal; font-weight: bold;}',     
    ], wmode: 'transparent'
  });    

