var helveticaneueultralight = {
  src: '/assets/flash/fonts/helveticaneueultralight.swf'
};

sIFR.activate(helveticaneueultralight);

sIFR.replace(helveticaneueultralight, {
	selector: 'h1'
	,css: '.sIFR-root { font-size:40px; color: #55514e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: 'h2'
	,css: '.sIFR-root { font-size:40px; color: #55514e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: 'h3'
	,css: '.sIFR-root { font-size:40px; color: #55514e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: 'h5'
	,css: '.sIFR-root { font-size:20px; color: #55514e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});
/*
sIFR.replace(helveticaneueultralight, {
	selector: '#subnavigation a.selected'
	,css: '.sIFR-root { font-size:25px; color: #FFFFFF; text-align:left;}'
	,wmode: 'transparent'
	,selectable: false
	,forceClear: true
	,fitExactly: false
	,forceWidth: true
	,offsetLeft: 0
	,offsetRight: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: '#subnavigation a'
	,css: '.sIFR-root { font-size:25px; color: #55514e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: false
	,forceClear: true
	,fitExactly: false
	,forceWidth: true
	,offsetLeft: 0
	,offsetRight: 0
	,onRelease: function(){
		window.location = this.getAncestor()
	}
});

sIFR.replace(helveticaneueultralight, {
	selector: '#navigation a.selected'
	,css: '.sIFR-root { font-size:40px; color: #FFFFFF; text-align:left;}'
	,wmode: 'transparent'
	,selectable: false
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
	,offsetRight: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: '#navigation a'
	,css: [
			,'.sIFR-root { font-size:40px; color: #7e7e7e; text-align:left;}'
			,'a { color: #FFFFFF; }'  
			,'a:hover { color: #FFFFFF; }'  
 	]
	,wmode: 'transparent'
	,selectable: false
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
	,offsetRight: 0
	,fixHover: true
	,onRelease: function(){
		window.location = this.getAncestor()
	}
});
*/
/*
sIFR.replace(helveticaneueultralight, {
	selector: '#navigation a.active'
	,css: [
      '.sIFR-root {font-size:40px; color: #FFFFFF; text-align:left;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
    ]
	,wmode: 'transparent'
	,selectable: false
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});

sIFR.replace(helveticaneueultralight, {
	selector: 'h4'
	,css: '.sIFR-root { font-size:20px; color: #7e7e7e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});
*/
/*
sIFR.replace(helveticaneueultralight, {
	selector: 'p'
	,css: '.sIFR-root { font-size:11px; color: #7e7e7e; text-align:left;}'
	,wmode: 'transparent'
	,selectable: true
	,forceClear: true
	,fitExactly: true
	,forceWidth: true
	,offsetLeft: 0
});
*/
/*
sIFR.replace(futura, {
    selector: '#select li'
    ,css: [
      '.sIFR-root { text-align: left; line-height:1em; }'
      ,'a { color: #ffffff;text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff;text-decoration: underline }'
    ]
    ,wmode: 'transparent'
  });
*/
