

// Make an object pointing to the location of the Flash movie on your web server.
var helv_47 = { src: 'http://pointseastcoastaldrive.com/fonts/helvneue_47.swf' };
var helv_57 = { src: 'http://pointseastcoastaldrive.com/fonts/helvneue_57.swf' };
var helv_77 = { src: 'http://pointseastcoastaldrive.com/fonts/helvneue_77.swf' };
var helv_97 = { src: 'http://pointseastcoastaldrive.com/fonts/helvneue_97.swf' };

// ACTIVATE sIFR:
sIFR.activate(helv_47);
sIFR.activate(helv_57);
sIFR.activate(helv_77);
sIFR.activate(helv_97);

//Description Headers
sIFR.replace(helv_77, {
	selector: '.hull h4',
	css: [
	'.sIFR-root { font-weight:normal; color:#e5b267; clear: both;  font-size:14px; width:300px; text-transform: uppercase; leading:2; }'
	],
	wmode: 'transparent'
});


sIFR.replace(helv_77, {
	selector: 'h4.alt',
	css: [
	'.sIFR-root { font-weight:normal; color:#e5b267; clear: both; font-size:14px; width:300px; text-transform: uppercase; leading:2; }'
	],
	wmode: 'transparent'
});

// Intro Headers
sIFR.replace(helv_47, {
	selector: 'h2',
	css: [
	'.sIFR-root { font-weight:normal; color:#0C4A7E; font-size:25px; text-transform: uppercase; leading:2; }'
	],
	wmode: 'transparent'
});
