var nuvo = {
  src: 'flash/nuvo.swf'
};

sIFR.activate(nuvo);


sIFR.replace(nuvo, {
  selector: 'h2.brochureText'
  ,css: [
	 '.sIFR-root { color: #0080a4; font-size: 20; letter-spacing:  -.5; line-height:100; margin-bottom:0; margin:0; padding:0; }'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'div.headHomeText'
  ,css: [
	 '.sIFR-root { color: #252b30; font-size: 22; letter-spacing: -.5; line-height:100; margin-bottom:0; margin:0; padding:0; }'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'div.headHomeText h1'
  ,css: [
	 '.sIFR-root { color: #252b30; font-size: 22; letter-spacing: -.5; line-height:100; margin-bottom:0; margin:0; padding:0; display: inline;}'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'div.h2headHomeText'
  ,css: [
	 '.sIFR-root { color: #252b30; font-size: 16; letter-spacing: 0; line-height:100; margin-bottom:0; margin:0; padding:0; }'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'div.h2headHomeText h1'
  ,css: [
	 '.sIFR-root { color: #252b30; font-size: 16; letter-spacing: 0; line-height:100; margin-bottom:0; margin:0; padding:0; display:inline;}'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'h1'
  ,css: [
	 '.sIFR-root { color: #252b30; font-size: 22; letter-spacing: -.5; line-height:100; margin-bottom:0; margin:0; padding:0; }'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'h2'
  ,css: [
	 '.sIFR-root { color: #252b30; font-size: 16; letter-spacing: 0; line-height:100; margin-bottom:0; margin:0; padding:0; }'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'h3'
  ,css: [
	 '.sIFR-root { color: #0080a4; font-size: 16; letter-spacing: 0; line-height:100; margin-bottom:0; margin:0; padding:0; }'
	 ,'a { color: #0080a4; text-decoration: none; }'
	 ,'a:hover { color: #0080a4; text-decoration: none; }'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'h4'
  ,css: [
	 '.sIFR-root { color: #0080a4; font-size: 20; letter-spacing:  -.5; line-height:100; margin-bottom:0; margin:0; padding:0; }'
]
,transparent: true
});

sIFR.replace(nuvo, {
  selector: 'h5'
  ,css: [
	 '.sIFR-root { color: #ffffff; font-size: 15; letter-spacing:  -.5; line-height:100; margin-bottom:0; margin:0; padding:0; }'
]
,transparent: true
});


