var DINMLT = {
    src: '/global/mcg/swf/DINMLT.swf' // "/global/mcg/swf/DINMLT.swf"
};
sIFR.activate(DINMLT);

sIFR.replace(DINMLT, {
    selector: 'div.box h2',
    css: [
        '.sIFR-root { color: #332a25; cursor: pointer; text-transform: uppercase;}'
		, 'a { color: #332a25; text-decoration: none; text-transform: uppercase;}'
        , 'a:link { color: #332a25; }'
        , 'a:hover { color: #332a25; }'
      ],
    wmode: 'transparent',
    preventWrap: true
});

sIFR.replace(DINMLT, {
    selector: 'ul.site-interest-areas h2',
    css: [
        '.sIFR-root { color: #ff6b11; cursor: pointer;}'
		, 'a { color: #ff6b11; text-decoration: none; }'
        , 'a:link { color: #ff6b11; }'
        , 'a:hover { color: #ff6b11; }'
      ],
    wmode: 'transparent',
    preventWrap: true
});
sIFR.replace(DINMLT, {
    selector: 'DIV.widget-panel h2',
    css: [
        '.sIFR-root { color: #ff6b11;}'],
    wmode: 'transparent',
    preventWrap: true
});
sIFR.replace(DINMLT, {
    selector: 'DIV.feed-list h4',
    css: [
        '.sIFR-root { color: #002469; text-transform:uppercase;}'],
    wmode: 'transparent',
    preventWrap: true
});
sIFR.replace(DINMLT, {
    selector: 'DIV.feed-list h5',
    css: [
        '.sIFR-root { color: #002469;}'],
    wmode: 'transparent',
    preventWrap: true
});

sIFR.replace(DINMLT, {
    selector: 'div.menu ul li div.sifr',
    css: [
        '.sIFR-root { color: #FFFFFF; cursor: pointer;}'
		, 'a { color: #FFFFFF; text-decoration: none; }'
        , 'a:link { color: #FFFFFF; }'
        , 'a:hover { color: #FFFFFF; }'
      ],
    wmode: 'transparent',
    preventWrap: true
});

sIFR.replace(DINMLT, {
    selector: 'div.banner div.hotlinks ul li div',
    css: [
        '.sIFR-root { color: #ffffff; cursor: pointer; font-weight: bold; letter-spacing:0; text-transform: uppercase;text-align: right;}'
		, 'a { color: #ffffff; text-decoration: none;letter-spacing:0; font-weight: bold;}'
        , 'a:link { color: #ffffff; }'
        , 'a:hover { color: #ffffff; }'
      ],
    wmode: 'transparent',
    preventWrap: true
});
/**/
sIFR.replace(DINMLT, {
    selector: 'div.signup-panel SPAN.sifr',
    css: [
        '.sIFR-root { color: #0b4b2f; font-weight: bold; font-size:15px; letter-spacing:0; text-transform: uppercase;text-align: left;}'

      ],
    wmode: 'transparent',
    preventWrap: true
});

sIFR.replace(DINMLT, {
    selector: 'DIV.tabContent DIV.title H3, DIV.content-secondary DIV.title H3, DIV.content-aside DIV.title H3 ',
    css: [
        '.sIFR-root { color: #0F414B; cursor: default; font-weight: bold; text-transform: uppercase;}'
	],
    wmode: 'transparent',
    preventWrap: true
});
