var interstatelight = {
  src: '/javascripts/interstate_light.swf'
};

sIFR.activate(interstatelight);

sIFR.replace(interstatelight, {
  selector: '#maincontent .navigation h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #384f5c; }'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#maincontent .content h1'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #384f5c; }'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#maincontent .content h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #384f5c; }'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#maincontent p.introduction'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #7fc41c;font-size:14px; leading:8; }'
  ]
});

sIFR.replace(interstatelight, {
  selector: '#mapsearch h2'
	,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color: #384f5c; }'
  ]
});
