// Define flash file to use
var myriad = {
	src: 'http://goodmancenter.org/site-com/assets/styles/myriad-pro-semibold.swf'
};

// Activate and load flash movie file
sIFR.activate(myriad);

// Replace elements
sIFR.replace(myriad, {
	selector: 'h1.contenttitle',
	css: {
		'.sIFR-root': {'font-size' : '18px','color': '#82492c','background-color': 'transparent'}
	},
	wmode: 'transparent'
});

sIFR.replace(myriad, {
	selector: 'h1.homepromo',
	css: {
		'.sIFR-root': {'font-size' : '14px','color': '#82492c','background-color': 'transparent','text-align': 'center'}
	},
	wmode: 'transparent'
});

sIFR.replace(myriad, {
	selector: 'h1.navbuttons',
	css: {
		'.sIFR-root': {'font-size' : '14px','color': '#82492c','background-color': 'transparent','text-align': 'right'},
		'a': {'text-decoration' : 'none'},
		'a:link': {'color' : '#82492c'},
		'a:hover': {'color' : '#5a5944'}
	},
	wmode: 'transparent'
});

sIFR.replace(myriad, {
	selector: 'h2.promo',
	css: {
		'.sIFR-root': {'color': '#91937b','background-color': 'transparent'}
	},
	wmode: 'transparent'
});