 var agenda = {
    src: '/assets/flash/agenda.swf'
};

  sIFR.activate(agenda);

// styling H1

	sIFR.replace(agenda, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #cadb2a; text-transform: none; font-size:26px;} strong { color: #cadb2a; font-weight:normal; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
	
	sIFR.replace(agenda, {
    selector: 'body#homepage #content-top strong.register'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; text-align:right; font-size:14px; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });


	sIFR.replace(agenda, {
    selector: '#content-top strong.register'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #6d6d6d; text-transform: none; text-align:right; font-size:14px; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });

	sIFR.replace(agenda, {
    selector: '#content-top strong.phone'
	,forceWidth: 'true'
	,offsetTop:'2'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #cadb2a; text-transform: none; font-size:24px; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });

	sIFR.replace(agenda, {
    selector: '.content-footer-box h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:16px; font-weight:bold;} strong {color: #c1d72e;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });

	sIFR.replace(agenda, {
    selector: '.flover h3'
	,forceWidth: 'true'
	,offsetTop: '-2'
	,tuneHeight: '-5'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-transform: none; color:#666666; font-size:26px; text-align: right; } '
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });

	sIFR.replace(agenda, {
    selector: '.home_1 .search-form h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:14px; font-weight:bold; leading:-10;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
  
  	sIFR.replace(agenda, {
    selector: '.home-banner .top-area'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:17px; text-align: right; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  }); 
