var archersemibold = { src: '/swf/sifrarchersemibold.swf' };
sIFR.activate(archersemibold);
sIFR.useStyleCheck = true;
sIFR.replace(archersemibold, {
	selector: '#welcome h2, #services h2, #ethos h2, #contact h2'
    , css: ['.sIFR-root { color:#efefef; font-size: 40px; }']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    });

sIFR.replace(archersemibold, {
	selector: '#welcome h3, #services h3, #ethos h3, #contact h3'
    , css: ['.sIFR-root { color:#f1e9c6; font-size: 24px; }']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    });
    
sIFR.replace(archersemibold, {
 selector: '#navigation ul li div.showcase'
    , css: ['.sIFR-root { color: #efefef; margin: 0 10px;  width: 105px; cursor: pointer}']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    , onRelease: function (fi) {
    	var targetOffset = jQuery('#showcase').offset().top - 99 + 'px';
	    jQuery('html,body').animate({scrollTop: targetOffset}, 1000);
    	}
    });
sIFR.replace(archersemibold, {
 selector: '#navigation ul li div.services'
    , css: ['.sIFR-root { color: #efefef; margin: 0 10px;  width: 105px; cursor: pointer}']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    , onRelease: function (fi) {
    	var targetOffset = jQuery('#services').offset().top - 99 + 'px';
	    jQuery('html,body').animate({scrollTop(100): targetOffset}, 1000);
		}
    });
sIFR.replace(archersemibold, {
 selector: '#navigation ul li div.ethos'
    , css: ['.sIFR-root { color: #efefef; margin: 0 10px;  width: 105px; cursor: pointer}']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    , onRelease: function (fi) {
    	var targetOffset = jQuery('#ethos').offset().top - 99 + 'px';
	    jQuery('html,body').animate({scrollTop: targetOffset}, 1000);
    	}
    });
sIFR.replace(archersemibold, {
 selector: '#navigation ul li div.contact'
    , css: ['.sIFR-root { color: #efefef; margin: 0 10px;  width: 105px; cursor: pointer}']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    , onRelease: function (fi) {
    	var targetOffset = jQuery('#contact').offset().top - 99 + 'px';
	    jQuery('html,body').animate({scrollTop: targetOffset}, 1000);
    	}
    });
    
sIFR.replace(archersemibold, {
 selector: '#showcase h2'
    , css: ['.sIFR-root { color: #3e87b6; font-size: 30px; }']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    });
    

sIFR.replace(archersemibold, {
 selector: '#services ul li h4'
    , css: ['.sIFR-root { color: #efefef; font-size: 16px; }']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    });

    
sIFR.replace(archersemibold, {
  selector: '#ethos h3 span'
    , css: ['.sIFR-root { color:#f1e9c6; font-size: 18px; }']
    , wmode: 'transparent'
    , fixExactly:true
    , forceWidth:true
    , repaintOnResize:true
    });
