// HEADING

var sifr_text = { src: 'myriad_pro_semi_bold.swf' };
	
	sIFR.activate(sifr_text);
	
	sIFR.replace(sifr_text, {
		selector: 'h1',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#0079c2; }'  ]
});
	
	sIFR.replace(sifr_text, {
		selector: 'h2',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#0079c2; }'  ]
});

	sIFR.replace(sifr_text, {
		selector: 'h3',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#0079c2;  }',  
		'.sIFR-root a { color: #0079c2; text-decoration: none; }',  
		'.sIFR-root a:hover { color: #0079c2; text-decoration: none; }',  
		'.sIFR-root a:visited { color: #0079c2; text-decoration: none; }']  

});

	sIFR.replace(sifr_text, {
		selector: 'h4',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#0069cf;  }' ]

});

	sIFR.replace(sifr_text, {
		selector: 'h6',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#FFFFFF; }'  ]
});


var sifr_hero = { src: 'hero_title.swf' };
	
	sIFR.activate(sifr_hero);
	
	sIFR.replace(sifr_hero, {
		selector: '.heroTitle',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; letter-spacing:-1; color:#FFFFFF; text-transform:uppercase; }'  ]
});

var sifr_herodesc = { src: 'hero_desc.swf' };
	
	sIFR.activate(sifr_herodesc);
	
	sIFR.replace(sifr_herodesc, {
		selector: '.heroDesc',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#FFFFFF; }'  ]
});
