var grandesign = {
      src: '_flash/grandesign.swf'
};
 
sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion > 6);

sIFR.activate(grandesign);
 
sIFR.replace(grandesign, {
      selector: 'h1.welcome',
	  forceSingleLine: true,
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'

});

sIFR.replace(grandesign, {
      selector: 'h1.contact',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#09347A; }',  
      'em { font-style:italic; }',
	  'a { text-decoration: none; color:#EC008C; }',
	  'a:hover { text-decoration: underline; color:#EC008C; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(grandesign, {
      selector: 'h3.box1',
	  tuneHeight: '-8',
	  css: [
      '.sIFR-root { font-size:20px; line-height:14px; font-weight:normal; color:#333333; text-align:right; }',
      'em { font-style:italic; }',
	  'a { text-decoration: none; color:#EC008C; }',
	  'a:hover { text-decoration: underline; color:#EC008C; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(grandesign, {
      selector: 'h3.box2',
	  tuneHeight: '-8',
	  css: [
      '.sIFR-root { font-size:20px; padding: 0px; margin: 0px; font-weight:normal; color:#009ACE; }',
      'em { font-style:italic; }',
	  'a { text-decoration: none; color:#EC008C; }',
	  'a:hover { text-decoration: underline; color:#EC008C; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(grandesign, {
      selector: 'h3.box3',
	  tuneHeight: '-8',
	  css: [
      '.sIFR-root { font-size:20px; padding: 0px; margin: 0px; font-weight:normal; color:#84018B; }',
      'em { font-style:italic; }',
	  'a { text-decoration: none; color:#84018B; }',
	  'a:hover { text-decoration: underline; color:#84018B; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(grandesign, {
      selector: 'h1.subHead',
	  tuneHeight: '-5',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#09347A; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(grandesign, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#09347A; }',	  
	  'a { text-decoration: underline; color:#09347A; }',
	  'a:hover { text-decoration: none; color:#09347A; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(grandesign, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#EC008C; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(grandesign, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#09347A; }',
      'strong { font-weight:normal; color:#EC008C; }'
      ],
      wmode: 'transparent'
});
