var hi = {
  src: 'embed/helveticainserat.swf'
};
var sackers_light = {
  src: 'embed/sackers_gothic_light.swf'
};
var sackers_med = {
    src: 'embed/sackers_gothic_med.swf'
};

sIFR.activate(hi, sackers_light, sackers_med);

/* homepage */
sIFR.replace(hi, {
    selector: '#header'
	, css: [
    '.sIFR-root { text-align: center; background-color: #C1D72F; color: #006227;   }'
    , 'a { text-decoration: none; }'
    , 'a:link { color: #006227; }'
    , 'a:hover { color: #006227; }'
  ], offsetTop: 13, transparent: true
});
sIFR.replace(sackers_med, {
  selector: 'h2'
	,css: [
    '.sIFR-root { text-align: center; color: #06642b;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #06642b; }'
    ,'a:hover { color: #06642b; }'
  ], offsetTop: 3, transparent: true
});

sIFR.replace(hi, {
  selector: '#muddler h2'
	,css: [
    '.sIFR-root { text-align: left; color: #006227;  }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #006227; }'
    ,'a:hover { color: #006227; }'
  ], transparent: true
});

sIFR.replace(hi, {
  selector: '#muddler h3'
	,css: [
    '.sIFR-root { text-align: left; color: #006227;  }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #006227; }'
    ,'a:hover { color: #006227; }'
  ], transparent: true
});