var GMK_Book = {
src: '/App_Themes/GMKProject/Fonts/GMK_Book.swf'
};

var GMK_serif = {
src: '/App_Themes/GMKProject/Fonts/GMK_serif.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(GMK_Book, GMK_serif);

/*sIFR.replace(GMK_serif, {
  selector: '#footer .main_menu li',
  wmode: 'transparent',
  css: [
	'.sIFR-root { text-align: center; text-decoration: none;font-size:12px;font-weight:normal;text-transform:uppercase;color:#FFFFFF;cursor:pointer;}'
	,'a { text-decoration: none;color: #FFFFFF;}'
	,'a:link { color: #FFFFFF; }'
	,'a:hover {  color: #FFFFFF;}'
  ]
});*/


sIFR.replace(GMK_Book, {
  selector: '.about_banner h2',
  wmode: 'transparent',
  css: [
	'.sIFR-root { font-size:21px;color:#5c5752}'
  ]
});

sIFR.replace(GMK_Book, {
  selector: '.content h2, .stay_updated h2',
  wmode: 'transparent',
  css: [
	'.sIFR-root { font-size:15px;text-transform:uppercase;color:#333333;}'
  ]
});

/*sIFR.replace(GMK_Book, {
  selector: '.people h2',
  wmode: 'transparent',
  css: [
	'.sIFR-root { font-size:21px;color:#FFFFFF;text-transform:uppercase;}'
  ]
});*/

sIFR.replace(GMK_Book, {
  selector: '.career_option h2',
  wmode: 'transparent',
  css: [
	'.sIFR-root { font-size:15px;color:#2f2f2f;text-transform:uppercase;}'
  ]
});

sIFR.replace(GMK_Book, {
  selector: '.student_banner h2, .graduate_banner h2, .professionals_banner h2,  .professionals_lading_banner h2, .students_lading_banner h2, .graduate_lading_banner h2',
  wmode: 'transparent',
  css: [
	'.sIFR-root { font-size:21px;color:#FFFFFF;text-transform:uppercase;}'
  ]
});

sIFR.replace(GMK_Book, {
  selector: '.Events_banner h2',
  wmode: 'transparent',
  css: [
	'.sIFR-root { font-size:21px;color:#5c5752;text-transform:uppercase;}'
  ]
});

