var swiss = {
  src: '/scripts/sifr/js/Myriad_Pro.swf'
};
var myriad2 = {
  src: '/scripts/sifr/js/myriad2.swf'
};

var scala = {
	src: '/scripts/sifr/js/ScalaSans-Regular.swf'
};

sIFR.activate(swiss);
sIFR.replace(swiss, {
  selector: 'h1'
  ,offsetTop: -3
  ,wmode: 'transparent'
  ,css: {
	'.sIFR-root' : { 'color': '#115555', 'font-size': '22px','text-transform':'uppercase' }
}
});
sIFR.replace(swiss, {
  selector: 'h9'
  ,fitExactly: true
  ,offsetTop: -3
  ,wmode: 'transparent'
  ,css: {
	'.sIFR-root' : { 'color': '#DC0000', 'background-color': '#FFFFFF', 'font-size': '20px' }
}
});

sIFR.replace(myriad2, {
  selector: 'span.cta_title'
  ,offsetTop: 0
  ,fitExactly : true  
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #115555; background-color: #FFFFFF; font-size: 17px; line-height:14px; leading:-3;}'
	,'a { text-decoration:none; color:#1e1e1e; }'
	,'a:hover { color:#115555; }'
]
});

sIFR.replace(myriad2, {
  selector: 'span.cta_text'
  ,offsetTop: -4 
  ,fitExactly : true  
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #646464; background-color: #FFFFFF; font-size: 16px; line-height:14px; leading:-3;}'
	,'a { text-decoration:none; color:#646464; }'
	,'a:hover { color:#646464; }'
]
});

sIFR.replace(myriad2, {
  selector: 'span.cta_text_home'
  ,offsetTop: 0 
  ,fitExactly : true  
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #646464; background-color: #FFFFFF; font-size: 16px; line-height:14px; leading:-3;}'
	,'a { text-decoration:none; color:#646464; }'
	,'a:hover { color:#646464; }'
]
});

sIFR.replace(myriad2, {
  selector: 'span.cta_text_cta1'
  ,offsetTop: 0 
  ,fitExactly : true  
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #646464; background-color: #FFFFFF; font-size: 14px; line-height:12px; leading:0;}'
	,'a { text-decoration:none; color:#646464; }'
	,'a:hover { color:#646464; }'
]
});


sIFR.replace(myriad2, {
  selector: 'span.cta_smalltext'
  ,offsetTop: -3
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #1e1e1e; background-color: #FFFFFF; font-size: 14px; }'
	,'a { text-decoration:none; color:#1e1e1e; }'
	,'a:hover { color:#1e1e1e; }'
]
});

sIFR.replace(swiss, {
  selector: 'span.region'
  ,offsetTop: -3
  ,wmode: 'transparent'
  ,css: {
	'.sIFR-root' : { 'color': '#DCDCDC', 
	'background-color': '#646464', 
	'text-align': 'right', 
	'font-size': '19px' }
}
});
sIFR.replace(swiss, {
  selector: 'span.region-title'
  ,offsetTop: -3
  ,forceWidth : true
  ,fitExactly : true  
  ,wmode: 'transparent'
  ,css: {
	'.sIFR-root' : { 'color': '#323232', 
	'font-size': '40px' }
}
});
sIFR.replace(swiss, {
  selector: 'h4.region-title-landing'
  ,offsetTop: 0
  ,forceWidth : true
  ,fitExactly : true  
  ,wmode: 'transparent'
  ,css: {
	'.sIFR-root' : { 
	'color': '#323232', 
	'font-size': '17px'
	}
}
});
