var garamond = { src: '/images/swf/garamondnew.swf' };
var helvetica = { src: '/images/swf/helvbold.swf' };
var arialbold = { src: '/images/swf/arialbold.swf' };

sIFR.activate(garamond, helvetica, arialbold);

sIFR.replace(arialbold, {
  selector: 'h2.heading-geotextiles',
  css: '.sIFR-root {color: #3D8E37; }',
  wmode: 'transparent'
});

sIFR.replace(arialbold, {
  selector: 'h2.heading-geocomposites',
  css: '.sIFR-root {color: #428DD4; }',
  wmode: 'transparent'
});

sIFR.replace(arialbold, {
  selector: 'h2.heading',
  css: '.sIFR-root {color: #7F889C; }',
  wmode: 'transparent'
});

sIFR.replace(garamond, {
  selector: 'h1.title',
  css: '.sIFR-root {color: #FFFFFF; }',
  wmode: 'transparent'
});


sIFR.replace(arialbold, {
  selector: 'h2.subtitle, h2.subtitletop',
  	css: [
'.sIFR-root { color: #727585; }' ,
'em {font-style:normal; color: #416CA2; }',
'a {font-style:normal; color: #416CA2; text-decoration:none;}',
'a:hover {font-style:normal; color: #416CA2; text-decoration:underline;}',
]
,wmode: 'transparent'
});

sIFR.replace(arialbold, {
  selector: 'h2.staff',
  css: '.sIFR-root {color: #727585; }',
  wmode: 'transparent'
});











 






