/* call it */

var georgia = {
  src: '/includes/fonts/georgia.swf'
};
sIFR.preserveSingleWhitespace = true;
sIFR.activate(georgia);


sIFR.replace(georgia, {selector: '.text-wrap>h2'
			 ,css: [
					  '.sIFR-root {color: #0095D0; font-size: 18px;  width:230px; margin:0px; padding:0px; leading:-7px; background-color: #eaeaea;}'
					]
					 ,wmode: 'transparent'



			 });

sIFR.replace(georgia, {selector: '.text-wrap2>h3'
			 ,css: [
					  '.sIFR-root {color: #00447B; font-size: 16px; width:200px; margin:0px; padding:0px; leading:-10px; background-color: #eaeaea;}'
					]
					 ,tuneHeight: '-4'
					 ,wmode: 'transparent'


			 });



sIFR.replace(georgia, {selector: '#left.home>h2'
			 ,css: [
					  '.sIFR-root {color: #0095D0; font-size: 16px; background-color: #ffffff; }'
					]
			 });

sIFR.replace(georgia, {selector: '#title>h1'
			 ,css: [
					  '.sIFR-root {color: #ffffff; font-size: 18px; background-color: #002C4F;}'
					]
					 ,wmode: 'transparent'
	
			 });


sIFR.replace(georgia, {selector: '#left>h3'
			 ,css: [
					  '.sIFR-root {color: #00457C; font-size: 22px; font-weight:bold; font-style:italic; text-align:right;}'
					]
			  ,wmode: 'transparent'
			 });


sIFR.replace(georgia, {selector: '#footer>.bottom-info>p'
			 ,css: [
					  '.sIFR-root {color: #00447B; font-size: 16px; background-color: #e6e6e6;  margin:0px 0px 0px 10px; text-align:center;}'
					]
					 ,wmode: 'transparent'

			 });


sIFR.replace(georgia, {selector: '#footer>.bottom-info>h3'
			 ,css: [
					  '.sIFR-root {color: #007FBA; font-size: 19px; background-color: #e6e6e6; leading:-5px; margin:0px 0px 10px 10px; padding:0px 0px 10px 10px; text-align:center;}'
					]
					 ,wmode: 'transparent'

			 
			 });





