var GothamBold = {
	src: Workspace.RootUrl+'/swf/fonts/gotham-bold.swf'
};
var GothamBlack = {
	src: Workspace.RootUrl+'/swf/fonts/gotham-black.swf'
};
sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(GothamBlack,GothamBold);

sIFR.replace(GothamBlack, {
	selector: '.home #content H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 28px;color:#e65707;}'
	,'em { font-style: normal; color: #549ed6; }'
	]
	,tuneHeight: -3
	,offsetTop: -5
	,wmode: 'transparent'
	});
	
sIFR.replace(GothamBold, {
	selector: '#content H1'
	,css: [
	'.sIFR-root { color: #4b5f62; font-size: 24px; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
	});	

sIFR.replace(GothamBlack, {
	selector: '#banner H1'
	,css: [
	'.sIFR-root {text-transform:uppercase; color: #ffffff; font-size: 30px; line-height: 20px; leading: -10; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	,'em { font-style: normal; font-size: 70%;  }'
	]
	,filters: { 
	  DropShadow: { 
	    knockout: false
	    ,distance: 1 
	    ,color: '#330000'
	    ,strength: 2
	  }
	}
	,tuneHeight: -3
	,offsetTop: -5
	,wmode: 'transparent'
	});	