var myriad = {
      src: '/sifr/flash/myriad.swf'
};
 

sIFR.activate(myriad);
 
sIFR.replace(myriad, {
      selector: 'h1.home-partners-header, h1.main-heading',
   css: [
      '.sIFR-root { color: #7cc5ed; font-size:20px;}'
      ],
      wmode: 'transparent'
});


sIFR.replace(myriad, {
      selector: 'h1.main-heading-epic',
   css: [
      '.sIFR-root { color: #7cc5ed; font-size:16px;}'
      ],
      wmode: 'transparent'
});


sIFR.replace(myriad, {
      selector: '.partners-header',
   css: [
      '.sIFR-root { color: #ffffff; font-size:20px; text-transform: uppercase;}'
      ],
      wmode: 'transparent'
});



sIFR.replace(myriad, {
      selector: '.section-heading-blue, .section-heading-orange, .section-heading-green, .section-heading-grey, .section-heading-purple',
   css: [
      '.sIFR-root { color: #ffffff; font-size:18px; text-transform: uppercase;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: '.bottom-heading',
   css: [
      '.sIFR-root { color: #ffffff; font-size:18px; text-transform: none; text-align: right;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: '.bottom-heading-mhd',
   css: [
      '.sIFR-root { color: #ffffff; font-size:18px; text-transform: none; text-align: center;}'
      ],
      wmode: 'transparent'
});


/*sIFR.replace(myriad, {
      selector: 'h3',
   css: [
      '.sIFR-root { color: #ffffff; font-size:20px; text-transform: capitalize;}'
      ],
      wmode: 'transparent'
});*/


sIFR.replace(myriad, {
      selector: 'h3',
   css: [
      '.sIFR-root { color: #ffffff; font-size:20px; text-transform: uppercase;}'
      ,'a { text-decoration: none; }' ,'a:link { color: #7cc5ed; }' ,'a:hover { color: #fff; }'
			],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h4',
   css: [
      '.sIFR-root { color: #54BAE3; font-size:20px;}'
      ],
      wmode: 'transparent'
});


sIFR.replace(myriad, {
      selector: '.home-bottom',
   css: [
      '.sIFR-root { color: #ffffff; font-size:20px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: '.article-header',
   css: [
      '.sIFR-root { color: #7cc5ed; font-size:20px;}'
			,'a { text-decoration: none; }' ,'a:link { color: #7cc5ed; }' ,'a:hover { color: #fff; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(myriad, {
      selector: '.inside-content-header',
   css: [
      '.sIFR-root { color: #7cc5ed; font-size:20px; text-transform: uppercase;}'
			,'a { text-decoration: none; }' ,'a:link { color: #7cc5ed; }' ,'a:hover { color: #fff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h1.inside-masthead-header',
   css: [
      '.sIFR-root { color: #ffffff; font-size:20px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: '.news-header',
   css: [
      '.sIFR-root { color: #54BAE3; font-size:20px;}'
      ],
      wmode: 'transparent'
});








