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
});
sIFR.replace(hi, {
  selector: 'h1'
	,css: [
    '.sIFR-root { text-align: right; color: #05642a; font-size:38px; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #05642a; }'
    ,'a:hover { color: #05642a; }'
  ], transparent: true
});
sIFR.replace(hi, {
  selector: 'h2'
	,css: [
    '.sIFR-root { color: #89b52c; font-size:32px; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #89b52c; }'
    ,'a:hover { color: #89b52c; }'
  ], transparent: true
});
sIFR.replace(hi, {
selector: 'h4'
	, css: [
    '.sIFR-root { color: #006227; font-size:32px; }'
    , 'a { text-decoration: none; }'
    , 'a:link { color: #006227; }'
    , 'a:hover { color: #006227; }'
  ], transparent: true
});
sIFR.replace(sackers_med, {
    selector: 'h3'
	, css: [
    '.sIFR-root { text-align: center; color: #000000; font-size: 14px; }'
    , 'a { text-decoration: none; }'
    , 'a:link { color: #000000; }'
    , 'a:hover { color: #000000; }'
  ], transparent: true
});