var DaxRegular = {
	src: '/flash/dax-regular.swf'
};
var DaxLight = {
	src: '/flash/dax-light.swf'
};
var DaxMedium = {
	src: '/flash/dax-medium.swf'
};
sIFR.activate(DaxRegular, DaxLight, DaxMedium);

sIFR.replace(DaxRegular, {
	selector: 'div#mainnav li',
	css: [
		'.sIFR-root { font-size:14px; color:#b34415; font-weight: normal; text-transform: uppercase; }'
		,'a { color: #b34415; text-decoration: none; }'
		,'a:link { color: #b34415; }'
		,'a:hover { color: #b34415; text-decoration: underline; }'
	],
  tuneHeight: -5,
  tuneWidth: 22,
	offsetTop: 0,
	offsetLeft: 13,
	forceSingleLine: true,
	wmode: 'transparent'
});

sIFR.replace(DaxRegular, {
	selector: 'h1',
	css: [
		'.sIFR-root { font-size:18px; color:#b34415; font-weight: normal; }'
	],
	forceSingleLine: true,
  tuneWidth: 30,
	offsetTop: 1,
  tuneHeight: 0,
	wmode: 'transparent'
});

sIFR.replace(DaxMedium, {
	selector: 'h3',
	css: [
		'.sIFR-root { font-size:14px; color:#004368; font-weight: normal; text-transform: uppercase; }'
	],
  tuneHeight: -5,
  tuneWidth: 30,
	forceSingleLine: true,
	offsetTop: 1,
	wmode: 'transparent'
});

sIFR.replace(DaxRegular, {
	selector: 'h2',
	css: [
		'.sIFR-root { font-size:13px; color:#004368; font-weight: normal; text-transform: uppercase; }'
		,'a { color: #004368; text-decoration: none; }'
		,'a:link { color: #004368; }'
		,'a:hover { color: #004368; text-decoration: underline; }'
	],
  tuneHeight: -5,
  tuneWidth: 0,
	forceSingleLine: false,
	offsetTop: 1,
	wmode: 'transparent'
});



