/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var fegano           = { src: '../css/fegano.swf' };

sIFR.activate(fegano);

sIFR.replace(fegano, {
  selector: '#menu li li div',
  wmode: 'transparent',
  preventWrap: true,
  forceSingleLine: true,
  tuneHeight: -2,
  tuneWidth: 4,
  offsetTop  : 5,
  css: [
		'.sIFR-root { font-size: 10px; color: #231F20; font-weight: normal; vertical-align: bottom; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #231F20; }'
		,'a:hover { color: #ED1C24; }'
		,'.active { color: #cccccc; }'
	]
});
sIFR.replace(fegano, {
  selector: '#menu li div',
  wmode: 'transparent',
  preventWrap: true,
  forceSingleLine: true,
  tuneHeight: -2,
  tuneWidth: 4,
  offsetTop  : 5,
  css: [
		'.sIFR-root { font-size: 12px; color: #231F20; font-weight: normal; vertical-align: bottom; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #231F20; }'
		,'a:hover { color: #ED1C24; }'
		,'.active { color: #cccccc; }'
	]
});
sIFR.replace(fegano, {
  selector: 'h1, h2',
  wmode: 'transparent',
  tuneHeight: -8,
  css: [
		'.sIFR-root { font-size: 14px; color: #ED1C24; font-weight: normal; vertical-align: bottom; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ED1C24; }'
		,'a:hover { color: #ED1C24; }'
	]
});

/*
sIFR.replace(futura_medium, {
  selector: 'h3.futura_medium',
  wmode: 'transparent',
  css: [
		'.sIFR-root { font-size: 14px; text-align: left; color: #174691; font-weight: normal; letter-spacing: 1; }'
	]
});
sIFR.replace(futura_bold, {
  selector: '.futura_bold_portal',
  wmode: 'transparent',
  preventWrap: true,
  forceSingleLine: true,
  fitExactly : true,
  offsetLeft: 5,
  tuneWidth: 5,
  css: [
		'.sIFR-root {  text-transform: uppercase; text-align: right; color: #ffffff; font-weight: normal; letter-spacing: -1;}'
	]
});
sIFR.replace(futura_light, {
  selector: '.futura_light_portal',
  wmode: 'transparent',
  preventWrap: true,
  forceSingleLine: true,
  fitExactly : true,
  css: [
		'.sIFR-root { text-transform: uppercase; text-align: justify; color: #ffffff; font-weight: normal;  }'
	]
});
sIFR.replace(futura_medium, {
  selector: '.futura_medium_portal',
  wmode: 'transparent',
  preventWrap: true,
  forceSingleLine: true,
  fitExactly : true,
  css: [
		'.sIFR-root { text-transform: uppercase; text-align: justify; color: #ffffff; font-weight: normal; }'
	]
});
sIFR.replace(futura_medium, {
  selector: '.futura_medium_portal_gray',
  wmode: 'transparent',
  preventWrap: true,
  forceSingleLine: true,
  fitExactly : true,
  css: [
		'.sIFR-root { text-transform: uppercase; text-align: justify; color: #858688; font-weight: normal; }'
	]
});
sIFR.replace(futura_bold, {
  selector: '.futura_bold',
  wmode: 'transparent',
  css: [
		'.sIFR-root { font-weight: bold; letter-spacing: 1; }'
	]
});
*/
