  var trajan = {
    src: 'images/Trajan.swf'
};

  sIFR.activate(trajan);
 
// styling logo

  sIFR.replace(trajan, {
    selector: '#header a.logo span'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; font-size:18px; font-weight:bold; leading:0; letter-spacing:2;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
	]
  });
  
// styling H1
  
  sIFR.replace(trajan, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #afa078; text-transform: uppercase; font-size:20px; font-weight:bold; leading:2;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #afa078 }'
      ,'a:hover { color: #afa078 }'
	]
  });
 
 
// styling H3 on home page

  sIFR.replace(trajan, {
    selector: '#home-button-left h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; font-size:16px; font-weight:bold; leading: -5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
	]
  });

  sIFR.replace(trajan, {
    selector: '#home-button-right h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #4e4c48; text-transform: uppercase; font-size:16px; font-weight:bold; leading: -5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4e4c48 }'
      ,'a:hover { color: #4e4c48 }'
	]
  });

  sIFR.replace(trajan, {
    selector: '#home-button-bottom h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #434a56; text-transform: uppercase; font-size:16px; font-weight:bold; leading: -5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #434a56 }'
      ,'a:hover { color: #434a56 }'
	]
  });

// styling H4 on register form

  sIFR.replace(trajan, {
    selector: '#register-form h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #5d584d; text-transform: none; font-size:12px; font-weight:bold; leading: -5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #5d584d }'
      ,'a:hover { color: #5d584d }'
	]
  });



