var helveticaThin = {
  src: '/flash/univers-light.swf'
};

// sIFR.useDomContentLoaded = false;
sIFR.activate(helveticaThin);


sIFR.replace({
	selector: 'h1.sitemap'
	,src: '/flash/_sIFR/helvetica.swf'
	,css: {
	'.sIFR-root': { 'color': '#ffffff', 'font-size': '1em' }
	}
	,wmode: 'transparent'
	,tuneHeight: 2
});
sIFR.replace({
	selector: 'h1'
	,src: '/flash/_sIFR/helvetica.swf'
	,css: {
	'.sIFR-root': { 'color': '#ff8707' }
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'a.menu'
	,src: '/flash/_sIFR/strada-bold.swf'
	,css: {
	'.sIFR-root': 	{ 	'color': '#ff8707', 
						'text-decoration': 'none',
						'position' : 'relative'
				  	}
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'h2.home'
	,src: '/flash/_sIFR/strada-bold.swf'
	,css: {
	'.sIFR-root': { 'color': '#FFFFFF', 
					'text-decoration': 'none',
					'font-size' : '13px'
				  },
	'strong':	  {	'color' : '#683600'
				  },
	'a':		  { 'text-decoration' : 'none',
					'color': '#FFFFFF'
				  },
	'a:hover':	  { 'text-decoration' : 'none',
					'color': '#FFFFFF'
				  },
	'ul':		  {	'color' : '#FFFFFF'
				  }
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'h2'
	,src: '/flash/_sIFR/strada-bold.swf'
	,css: {
	'.sIFR-root': { 'color': '#683600', 
					'text-decoration': 'none',
					'cursor': 'pointer'
				  },
	'a':		  { 	'text-decoration' : 'none',
						'color': '#683600',
						'cursor': 'pointer'
				  },
	'a:hover':	  { 	'text-decoration' : 'none',
						'color': '#FFFFFF',
						'cursor': 'pointer'
				  }
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'h3'
	,src: '/flash/_sIFR/strada-bold.swf'
	,css: {
	'.sIFR-root': { 'color': '#e0e8ea', 
					'text-decoration': 'none',
					'cursor': 'pointer'
				  },
	'a':		  { 	'text-decoration' : 'none',
						'color': '#e0e8ea',
						'cursor': 'pointer'
				  },
	'a:hover':	  { 	'text-decoration' : 'none',
						'color': '#FFFFFF',
						'cursor': 'pointer'
				  }
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'h4'
	,src: '/flash/_sIFR/strada-bold.swf'
	,css: {
	'.sIFR-root': { 'color': '#494949', 
					'text-decoration': 'none',
					'text-align': 'right'
					
				  },
	'a':		  { 	'text-decoration' : 'none',
						'color': '#494949'
				  },
	'a:hover':	  { 	'text-decoration' : 'none',
						'color': '#ff8707'
				  }
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});