var glyphBlack = {
	src: '/swf/sifr-glyphaBlack.swf'
};

var glyphBold = {
	src: '/swf/sifr-glyphaBold.swf'
};



sIFR.activate(glyphBlack, glyphBold);

sIFR.replace(glyphBold, {
	selector: '.mvCol h2, .mvColEnd h2',
	selectable: true,
	tuneHeight: -7,
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: normal; padding:0px; margin:0px; letter-spacing: 1; font-size: 13px; leading: 3; color: #53544f; text-align: center;}',
		'a { text-decoration: none; }',
		'a:link { color: #53544f; }',
		'a:hover { color: #13140f; }']
});


sIFR.replace(glyphBlack, {
	selector: '.headline h2',
	selectable: true,
	wmode: 'transparent',
	tuneHeight: -4,
	css: [
		'.sIFR-root { font-weight: normal; color: #ffffff; padding:0px; margin:0px; letter-spacing: 1; color: #dadace; font-size: 15px;}'

		]
});


sIFR.replace(glyphBlack, {
	selector: 'h1',
	selectable: true,
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: normal; padding:0px; margin:0px; letter-spacing: 1; font-size: 15px; color: #53544f; }'

		]
});

sIFR.replace(glyphBold, {
	selector: 'h2',
	selectable: true,
	tuneHeight: -4,
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: normal; padding:0px; margin:0px; letter-spacing: 1; font-size: 13px; leading: 3; color: #53544f;}',
		'a { text-decoration: none; }',
		'a:link { color: #53544f; }',
		'a:hover { color: #13140f; }']
});



/*
sIFR.replace(interstate, {
	selectable: true,
	wmode: 'transparent',
	selector: '#phonewrapper h1', 
	css: [
		'.sIFR-root { font-weight: normal; color: #ffffff; padding:0px; margin:0px; text-transform: uppercase; letter-spacing: 1; text-align: center; font-size:21 }'
		]
	
});


sIFR.replace(metaBlack, {
	selectable: true,
	wmode: 'transparent',
	selector: '.navList > .other', 
	offsetLeft: 1,
	offsetTop: 0,
	tuneHeight: -4,
	css: [
		'.sIFR-root { color: #757575; text-transform: uppercase; font-size: 14}',
		'a { text-decoration: none; }',
		'a:link { color: #757575; }',
		'a:hover { color: #00599c;}',
		]
});


sIFR.replace(metaBlack, {
	selectable: true,
	wmode: 'transparent',
	selector: '.navList > .current', 
	offsetLeft: 1,
	offsetTop: 0,
	tuneHeight: -2,
	css: [
		'.sIFR-root { font-weight: normal; color: #00599c; text-transform: uppercase;  font-size: 14 }',
		'a { text-decoration: none; }',
		'a:link { color: #00599c; }',
		'a:hover { color: #002069; }',
		]
});
*/