var Humanist777 = {
	src: '/flash/sifr-Humanist777.swf'
	,ratios: []
};

var Rockwell = {
	src: '/flash/sifr-Rockwell.swf'
	,ratios: []
};

sIFR.fromLocal = true;

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(Humanist777);

sIFR.replace(Humanist777, {
	selector: '#landing-title h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; font-size: 22px; color: #4E68A3; }'
	]
});

sIFR.replace(Rockwell, {
	selector: '.industries-title h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-align: center;font-weight: normal; font-size: 26px; color: #f9f3dd; }'
	]
});

sIFR.replace(Humanist777, {
	selector: '#landing-content h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; font-size: 20px; color: #4E68A3; }'
	]
});

sIFR.replace(Humanist777, {
	selector: '#landing-content h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; leading: 13; font-size: 13px; color: #828284; }'
		,'a { color: #4b649c;text-decoration: none; }'
		,'a:hover { color: #4b649c;text-decoration: underline; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#landing-ateam h3'
	,wmode: 'transparent'
	,tuneHeight: -4
	,css: [
		'.sIFR-root { font-weight: bold; font-size: 18px; color: #4E68A3; }'
		,'a { color: #4b649c;text-decoration: none; }'
		,'a:hover { color: #4b649c;text-decoration: underline; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#landing-news h3, .industry-column h3'
	,wmode: 'transparent'
	,tuneHeight: -4
	,css: [
		'.sIFR-root { font-weight: bold; font-size: 18px; color: #4E68A3; }'
		,'a { color: #4b649c;text-decoration: none; }'
		,'a:hover { color: #4b649c;text-decoration: underline; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '.industry-column h3'
	,wmode: 'transparent'
	,tuneHeight: -4
	,css: [
		'.sIFR-root { font-size: 17px; color: #4E68A3; }'
		,'a { color: #4b649c;text-decoration: none; }'
		,'a:hover { color: #4b649c;text-decoration: underline; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#tertiary-content h1'
	,wmode: 'transparent'
	,tuneHeight: -4
	,css: [
		'.sIFR-root { font-weight: bold; leading: 0; font-size: 22px; color: #4E68A3; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#secondary-content h1'
	,wmode: 'transparent'

	,css: [
		'.sIFR-root { font-weight: bold; leading: 0; font-size: 22px; color: #4E68A3; }'
	]
});
sIFR.replace(Humanist777, {
	selector: '#right-column-content h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: bold; leading: 0; font-size: 16px; color: #4E68A3; }'
	]
});
/*background-color: #2b2b2b;*/