
var stagbold = {src: '/sifr/stagbold.swf' };
var stagblack = {src: '/sifr/stagblack.swf' };
var louisiana = {src: '/sifr/louisiana.swf' };

sIFR.activate(stagbold, stagblack, louisiana);


/*
sIFR.replace(stagbold, {
      selector: '#logo'
      ,css: [ '.sIFR-root { font-size: 30px;}', 
      'h1 a:link {text-decoration:none; color: #0068A4;}' , 'h1 a:hover {text-decoration:none; color: #cc3333;}'  ]
      ,tuneHeight: -5
      ,fitExactly: true
});

sIFR.replace(louisiana, {
      selector: '.tagline'
      ,css: '.sIFR-root { font-size: 20px; color: #444444;}'
      ,tuneHeight: -5
      ,offsetTop: -5
      ,fitExactly: true
});


sIFR.replace(louisiana, {
       selector: 'ul.navlist2 li'
	  ,css: [ '.sIFR-root { font-size: 20px; padding-right: 10px;}', 'a:link {text-decoration:none; color: #666666;}', 'a:hover {text-decoration:none; color: #cc3333; }' ]
      ,thickness: 70
      ,tuneWidth: '5'
      ,forceWidth: true
});


sIFR.replace(louisiana, {
      selector: '#search h3'
      ,css: '.sIFR-root { font-size: 30px; color: #c9cccc;}' 
      ,tuneHeight: 5
      ,fitExactly: true
      ,forceSingleLine: true
      ,wmode: 'transparent'
});

sIFR.replace(louisiana, {
      selector: 'h2.columnheader'
      ,css: '.sIFR-root { font-size: 40px; color: #cc3333;}' 
      ,thickness: 70
      ,tuneHeight: 5
      ,fitExactly: true
      ,forceSingleLine: true
      ,wmode: 'transparent'
});

sIFR.replace(louisiana, {
      selector: '#intro h2'
      ,css: '.sIFR-root { font-size: 30px; color: #444444;}' 
      ,tuneHeight: -1
      ,fitExactly: true
      ,thickness: 70
      ,forceSingleLine: true
      ,wmode: 'transparent'
});


sIFR.replace(louisiana, {
       selector: '.pquote'
	  ,css: [ '.sIFR-root { font-size: 24px; background-color: #eaeff5; color: #333333;}', '.quote_author { color: #cc3333;};' ]
	  ,thickness: 70
});






*/


sIFR.replace(stagblack, {
      selector: '#welcome h1'
      ,css: '.sIFR-root { font-size: 90px; color: #ffffff; margin: auto;}'
      ,forceSingleLine: true
      ,wmode: 'transparent'
});

sIFR.replace(stagblack, {
      selector: '#clientlog h2'
      ,css: '.sIFR-root { font-size: 65px; color: #ffffff; margin: auto;}'
      ,forceSingleLine: true
      ,wmode: 'transparent'
});


sIFR.replace(stagblack, {
      selector: '.block1 h2'
      ,css: '.sIFR-root { font-size: 65px; color: #000000;}'
      ,forceSingleLine: true
      ,wmode: 'transparent'
});





