/*****************************************************************************
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 futura = { src: 'futura.swf'
 				, ratios: [9, 1.49, 10, 1.39, 13, 1.41, 16, 1.39, 19, 1.38, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 39, 1.34, 40, 1.32, 44, 1.33, 46, 1.32, 47, 1.33, 74, 1.32, 76, 1.31, 77, 1.32, 1.31]
};


sIFR.autoInitialize = false;
sIFR.activate(futura);

	
sIFR.replace(futura, {
  selector: '.sifrme',
  css: ['.sIFR-root { color: #FFFFFF;leading:-4;}',
	'.sIFR-root a {color:#FFFFFF;text-decoration:none;}',
	'.sIFR-root a:hover {color:#0099FF;}'
],
wmode: 'transparent'
});


sIFR.replace(futura, {
  selector: '.sifrme_right',
  css: ['.sIFR-root { color: #FFFFFF;leading:-8;text-align:right;}',
	'.sIFR-root a {color:#FFFFFF;text-decoration:none;}',
	'.sIFR-root a:hover {color:#0099FF;}'
],
wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: '.sifrme_black',
  css: ['.sIFR-root { color: #000000;}',
	'.sIFR-root a {color:#000000;text-decoration:none;}',
	'.sIFR-root a:hover {color:#0099FF;}'
],
wmode: 'transparent'
});


sIFR.replace(futura, {
  selector: 'ul#nav span',
  css: ['.sIFR-root a {cursor:pointer;color:#ffffff;text-decoration:none;}',
		'.sIFR-root a:hover {color:#000000;}'
],
wmode: 'transparent'
});


