var gothamBook = {
	src: base_url + 'assets/media/flash/sifr/gotham_rounded_book.swf'
	,ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
};

sIFR.useStyleCheck = true;
sIFR.activate(gothamBook);

sIFR.replace(gothamBook, {
	selector: '#homepage_featured h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:28px; color: #000000; text-transform: uppercase; }'
	]
});

sIFR.replace(gothamBook, {
	selector: '#column_left h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:28px; color: #000000; text-transform: uppercase; leading: -5; letter-spacing: .27; }'
	]
});

sIFR.replace(gothamBook, {
	selector: '#column_right h4'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:15px; color: #000000; text-transform: uppercase; padding: 0px 0px 5px; }'
	]
});

sIFR.replace(gothamBook, {
	selector: '.table_top_bg h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:20px; color: #323233; leading: -6px; }'
	]
});

sIFR.replace(gothamBook, {
	selector: '#homepage_featured p.first-child'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:15px; color: #679ac9; leading: -2px; }'
	]
});

sIFR.replace(gothamBook, {
	selector: '#two_title_header h5'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:17px; color: #656565; letter-spacing: .1; }'
	]
});




var gothamMedium = {
	src: base_url + 'assets/media/flash/sifr/gotham_rounded_medium.swf'
	,ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
};

sIFR.useStyleCheck = true;
sIFR.activate(gothamMedium);

sIFR.replace(gothamMedium, {
	selector: '#homepage_news h6'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:13px; color: #679ac9;}'
		,'a { color: #679ac9; text-decoration: none; }'
		,'a:link {  }'
		,'a:hover { color: #679ac9; text-decoration: underline; }'
	]
});

sIFR.replace(gothamMedium, {
	selector: '#learn_more h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:20px; color: #679ac9;}'
	]
});

sIFR.replace(gothamMedium, {
	selector: '#two_title_header h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:25px; letter-spacing: .7; color: #679ac9; text-transform: uppercase; }'
	]
});

sIFR.replace(gothamMedium, {
	selector: '#title_header h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size:23px; color: #6a6b6c;}'
	]
});


/* Ratios 
	Load the sifr-debug.js between sifr.js and sifr-config.js
	<script src="assets/scripts/sifr-debug.js" type="text/javascript"></script>
	Comment out the .replace methods above
	Uncomment the .debug.ratios method below
*/
//sIFR.debug.ratios({ src: 'assets/media/flash/sifr/gotham_rounded_book.swf', selector: 'h1' });

