/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/


var grot = { src: 'http://marleymedia01.businesscatalyst.com/js/sifr/grotesque.swf' };
var helv = { src: 'http://marleymedia01.businesscatalyst.com/js/sifr/helvetica.swf' };


sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);
sIFR.activate(grot);
sIFR.activate(helv);



sIFR.replace(grot, {

  selector: '#heroBanner h2'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #333333; text-decoration: none;}'
        ,'a:hover { color: #333333; }'
        ,'.sIFR-root {background-color: transparent; color: #333333; font-size:50px; text-align:left; }'

]

});



sIFR.replace(grot, {

  selector: 'h3.services'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #BB8BE3; text-decoration: none;}'
        ,'a:hover { color: #361F4A; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #361F4A; font-size:14px; text-align:left; }'

]

});

sIFR.replace(grot, {

  selector: 'div.contactHeader div '
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #BB8BE3; text-decoration: none;}'
        ,'a:hover { color: #361F4A; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #361F4A; font-size:14px; text-align:left; }'

]

});



sIFR.replace(grot, {

  selector: 'h3.superLink'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #000000; text-decoration: none;}'
        ,'a:hover { color: #cccccc; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #000000; font-size:40px; text-align:right; }'

]

});

sIFR.replace(grot, {

  selector: 'h2.PageTitle'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #BB8BE3; text-decoration: none;}'
        ,'a:hover { color: #361F4A; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #361F4A; font-size:22px; text-align:left; }'

]

});

sIFR.replace(grot, {

  selector: 'h3.portTitle'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #BB8BE3; text-decoration: none;}'
        ,'a:hover { color: #361F4A; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #361F4A; font-size:22px; text-align:left; }'

]

});



sIFR.replace(helv, {

  selector: 'h4.footHead '
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #BB8BE3; text-decoration: none;}'
        ,'a:hover { color: #361F4A; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #CCCCCC; font-size:12px; text-align:left; }'

]

});


sIFR.replace(helv, {

  selector: '.list-4by4 li h2'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #BB8BE3; text-decoration: none;}'
        ,'a:hover { color: #361F4A; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #361F4A; font-size:16px; text-align:left; }'

]

});

sIFR.replace(helv, {

  selector: 'h3.subHeading'
  ,wmode: 'transparent'
  ,css: [
        'a{ color: #BB8BE3; text-decoration: none;}'
        ,'a:hover { color: #361F4A; }'
        ,'.sIFR-root {background-color: transparent; text-transform:uppercase; color: #361F4A; font-size:16px; text-align:left; }'

]

});



sIFR.replace(helv, {

  selector: 'div.introBanner p'
  ,wmode: 'transparent'
  ,css: [
        '.sIFR-root {background-color: transparent; color: #333333; font-size:20px; text-align:left; }'
        ,'a{ color: #333333; text-decoration: underline;}'
        ,'a:hover { color: #333333; }'
		,'strong {font-family: "Sentinel Bold"; font-weight: bold; color: #6666ff; }'
		,'em {  font-style: italic; color: #ff6666; }'
]

});

