

var futura = { src: '/Portals/0/Skins/jp/sifrfonts/futura_Md_BT.swf' };

sIFR.activate(futura);




/*-----------------------------------------NATION MAP-----------------------------------------*/

sIFR.replace(futura, {
  selector: '#splash .col1 h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #d0e8ff;leading:-5; }',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});

sIFR.replace(futura, {
  selector: '#splash .col1 h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffc730; font-weight: bold; leading:-10; }',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});

sIFR.replace(futura, {
  selector: '#splash .col2 h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #baff78; font-weight: bold; leading:-10; }',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});


sIFR.replace(futura, {
  selector: '#splash .col1 p.phone',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-style:italic; text-align:center;}',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});


/*-----------------------------------------HOMEPAGE-----------------------------------------*/

sIFR.replace(futura, {
  selector: '#header_bottom h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #d0e8ff;leading:3; }',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});


sIFR.replace(futura, {
  selector: '#header_top .slogan',
  wmode: 'transparent',
  css: '.sIFR-root { color: #06b6f7; text-align:right;font-style:italic; }'
});


sIFR.replace(futura, {
  selector: '#dnn_MainContentLeft h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffc730; font-weight: bold; leading:-10; }',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});

sIFR.replace(futura, {
  selector: '#dnn_MainContentRight h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #baff78; font-weight: bold; leading:-10; }',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});

sIFR.replace(futura, {
  selector: '#dnn_MainContentRight .note',
  wmode: 'transparent',
  css: '.sIFR-root { color: #baff78; font-weight: bold; font-style:italic; text-align:right;}',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});

sIFR.replace(futura, {
  selector: '#dnn_MainContentLeft .number',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-style:italic; text-align:center;}',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});



sIFR.replace(futura, {
  selector: '#contentarea_bottom h4',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; }'
});









/*-----------------------------------------INSIDE PAGE-----------------------------------------------------------*/


sIFR.replace(futura, {
  selector: '#inside #dnn_ContentPane .franchise h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #00a6e3; font-weight:bold; }'
});

sIFR.replace(futura, {
  selector: '#inside #dnn_ContentPane h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #1065b5; }'
});

/*sIFR.replace(futura, {
  selector: '#inside #dnn_ContentPane h4',
  wmode: 'transparent',
  css: '.sIFR-root { color: #00a6e3;  font-weight:bold;}',
});*/

sIFR.replace(futura, {
  selector: '#inside #dnn_ContentPane blockquote p',
  wmode: 'transparent',
  css: '.sIFR-root { color: #6dbce5; }'
});


sIFR.replace(futura, {
  selector: '#dnn_RightColumn .emergancy_m h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffc730; font-weight: bold; leading:-5;}',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});

sIFR.replace(futura, {
  selector: '#dnn_RightColumn .booknow_m h3',
  wmode: 'transparent',
  css: '.sIFR-root { color: #baff78; font-weight: bold; leading:-5;}',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});


sIFR.replace(futura, {
  selector: '.emergancy_m p',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; text-align:center;}'
});

sIFR.replace(futura, {
  selector: '.booknow_m p',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; text-align:left;}'
});


sIFR.replace(futura, {
  selector: '.emergancy_m .phone',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-style:italic; text-align:center;}',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});



sIFR.replace(futura, {
  selector: 'h2#green_text',
  wmode: 'transparent',
  css: '.sIFR-root { color: #baff78; font-weight: bold; leading:-10; }',
  filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#000000',
            strength: 0.3,
            blurX: 0,
            blurY: 0
        }
    }
});

