var interstate = {
	src: '/_layouts/1033/js/basware/interstate.swf',
	ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
};

var interstate_light = {
	src: '/_layouts/1033/js/basware/interstate_light.swf',
	ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
};

sIFR.delayCSS  = true;
sIFR.activate(interstate);

sIFR.replace(interstate, {
	selector: '#ingress',
	css: {
      '.sIFR-root': { 'background-color': '#ffffff', 'color': '#4f4f4f', 'font-size': '14px', 'leading': '5', 'text-align': 'left' }
    }
});


sIFR.replace(interstate, {
	selector: '.right h2, #frontpage_contact #inner h2',
	css: {
      '.sIFR-root': { 'background-color': '#ffffff', 'color': '#4f4f4f', 'font-weight': 'normal', 'font-size': '14px', 'leading': '5', 'margin-bottom': '0px', 'leading': '0'},'a': { 'text-decoration': 'none', 'color': '#4f4f4f' },'a:link': { 'color': '#4f4f4f' },'a:hover': { 'color': '#00add0' }
    },
	wmode: 'transparent'
});




sIFR.replace(interstate_light, {
	selector: 'h1',
	css: {
      '.sIFR-root': { 'color': '#434444', 'font-size': '18px', 'leading': '0' }
    }
}); 