var rockwell = {
  src: '/fonts/rockwell.swf'
};

var rockwellLight = {
  src: '/fonts/rockwellLight.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(rockwell, rockwellLight);
sIFR.fixWrap = true;
sIFR.fitExactly = true;

sIFR.replace(rockwellLight, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#000000; font-size: 36px; text-align: left; font-weight: normal }'
  		,'a {text-decoration: none; }'
  		,'a:link { color:#000000; text-decoration: none;}'
  		,'a:hover { color:#666666; text-decoration: none;}'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(rockwell, {
  selector: 'ul.homepageNavigation li, ul.navigation li'
  	,css: [
  		,'.sIFR-root { color:#000000; font-size: 11px; text-align: left; font-weight: normal; }'
  		,'a {text-decoration: none; }'
  		,'a:link { color:#000000; text-decoration: none; font-size: 11px;}'
  		,'a:hover { color:#666666; text-decoration: none;}'
  		,'.selected { color:#999999; text-decoration: none; }'
  	]
  	, wmode: 'transparent'
});

/* Styles for coming soon page */

sIFR.replace(rockwell, {
  selector: 'h6'
  	,css: [
  		,'.sIFR-root { color:#666666; font-size: 24px; text-align: left; }'
  		,'a:link { color:#666666; text-decoration: none;}'
  	]
  	, wmode: 'transparent'
});


sIFR.replace(rockwell, {
  selector: 'h7'
  	,css: [
  		,'.sIFR-root { color:#666666; font-size: 14px; text-align: left; font-style: italic; }'
  		,'a:link { color:#666666; text-decoration: none;}'
  	]
  	, wmode: 'transparent'
});