var gillsanslight = {
	src: '/include/gillsanslight.swf'
   ,ratios: [9,1.25,13,1.18,17,1.14,20,1.11,21,1.12,31,1.11,41,1.09,61,1.08,106,1.07,108,1.06,116,1.07,117,1.06,119,1.07,121,1.06,122,1.07,1.06]
 };

var blair = {
	src: '/include/blair.swf'
};

sIFR.activate(gillsanslight);

sIFR.activate(blair);


sIFR.replace(blair, {
   selector: 'h2.featured-h2',
   css: [
   '.sIFR-root { font-size:14px; font-weight:normal; color:#2a465b; background-color: #ffffff; font-weight: bold; }'
   ],
   wmode: 'transparent'
});

sIFR.replace(gillsanslight, {
   selector: 'h1 span.paginate',
   css: [
   '.sIFR-root { font-size: 18px; font-weight:normal; color:#7e8082; text-decoration:none; }',
   '.sIFR-root a { font-weight:normal; color:#7e8082; text-decoration:none; }',
   '.sIFR-root a:hover { font-weight:normal; color:#7e8082; text-decoration:none; }'
   ],
   wmode: 'transparent'
});

sIFR.replace(gillsanslight, {
   selector: 'h1 span',
   css: [
   '.sIFR-root { font-size:23px; font-weight:normal; color:#26267d; }'
   ],
   wmode: 'transparent'
});

sIFR.replace(gillsanslight, {
   selector: 'h3',
   css: [
   '.sIFR-root { font-size:16px; font-weight:normal; color:#26267d; text-transform: uppercase; }'
   ],
   wmode: 'transparent'
});

sIFR.replace(gillsanslight, {
   selector: 'h4 span',
   css: [
   '.sIFR-root { font-size:24px; font-weight:normal; color:#26267d; text-transform: uppercase; }'
   ],
   wmode: 'transparent'
});

sIFR.replace(blair, {
   selector: 'h2',
   css: [
   '.sIFR-root { font-size:20px; font-weight:normal; color:#646764; background-color: #ffffff; font-weight: bold; }',
   '.sIFR-root a { font-size:90px; font-weight:normal; color:#646764; background-color: #ffffff; text-decoration:none; font-weight: bold; }',
   '.sIFR-root a:hover { color:#515151; text-decoration:none; font-weight: bold; }'
   ],
   wmode: 'transparent'
});


sIFR.replace(blair, {
   selector: '.contactUsHeader h3',
   css: [
   '.sIFR-root { font-size:24px; font-weight:normal; color:#26267d; }'
   ],
   wmode: 'transparent'
});

sIFR.replace(blair, {
   selector: '.projectText h4',
   css: [
   '.sIFR-root { font-size: 18px; font-weight:normal; color:#26267d; }'
   ],
   wmode: 'transparent'
});