var compatil = {
	src: "../lib/CompatilFactLTPro.swf"
};
sIFR.fixWrap = true;
sIFR.activate(compatil);
sIFR.replace(compatil, { 
						 selector: 'div#head h1#sub', 
						 css: { '.sIFR-root': {
							 	color: "#5b5f63"}
							}, 
							wmode: "transparent"});
sIFR.replace(compatil, { 
						 selector: 'div.feature h2', 
						 css: { '.sIFR-root': {
							 	color: "#ffffff", 
								'letter-spacing': -1, 
								leading:-1
								}
							}, 
							offsetTop: -5, offsetLeft: 0,
							wmode: "transparent"});

sIFR.replace(compatil, { 
								selector: 'div.feature p.articletype, ul#articles li p.articletype', 
								css: { '.sIFR-root': {
							 		color: '#f57f20', 
									leading: -1
								}
							}, 
							wmode: "transparent"});

sIFR.replace(compatil, { 
								selector: 'div.masthead p.articletype', 
								css: { '.sIFR-root': {
							 		color: '#ffffff', 
									leading: -1
								}
							}, 
							wmode: "transparent"});

sIFR.replace(compatil, { 
								selector: 'div.masthead h1', 
								css: { '.sIFR-root': {
							 		color: '#ffffff', 
									leading: -1
								}
							}, 
							offsetLeft: -2,
							wmode: "transparent"});

sIFR.replace(compatil, { 
								selector: 'div.masthead p', 
								css: { '.sIFR-root': {
							 		color: '#ffffff', 
									leading: -1
								}
							}, 
							wmode: "transparent"});


sIFR.replace(compatil, { 
						 selector: 'ul#articles li h2', 
						 css: { '.sIFR-root': {
							 	color: '#414141',
								"letter-spacing":-1, leading: -1}
							}, 
							offsetTop: -2,
							wmode: "transparent"});

sIFR.replace(compatil, { 
						 selector: 'body.home ul#teasers li h2', 
						 css: { '.sIFR-root': {
							 	color: '#ffffff',
								"letter-spacing":0, leading: -1, "text-align": "right"}
							}, 
							wmode: "transparent"});

sIFR.replace(compatil, { 
						 selector: 'body.content ul#teasers li.beige h2', 
						 css: { '.sIFR-root': {
							 	color: '#ffffff',
								"letter-spacing":0, leading: -1}
							}, 
							wmode: "transparent"});

sIFR.replace(compatil, { 
						 selector: 'body.content div#ctwo h2.intro', 
						 css: { '.sIFR-root': { 
								color: '#f57f20'}
						 },
						 wmode: "transparent"
						 }
);

sIFR.replace(compatil, { 
						 selector: 'body.content div#ctwo h2', 
						 css: { '.sIFR-root': {
							 	color: '#4d525a',
								"letter-spacing":0, 
								leading: -1}
							}, 
							wmode: "transparent"});


/* sIFR.replace(compatil, { 
						 selector: 'body.content div#ctwo h3', 
						 css: { '.sIFR-root': {
							 	color: '#4d525a'
							}}, 
							wmode: "transparent"}); */

sIFR.replace(compatil, { 
						 selector: 'body.content ul#teasers li.blue h2', 
						 css: { '.sIFR-root': {
							 	color: '#ffffff',
								"letter-spacing":0, leading: -1}
							}, 
							wmode: "transparent"});

sIFR.replace(compatil, { 
						 selector: 'div#also h2', 
						 css: { '.sIFR-root': {
							 	color: "#414141",
								"letter-spacing":-1, leading: -1}
							}, 
							wmode: "transparent"});

sIFR.replace(compatil, { 
						 selector: 'ul#teasers li p.phone', 
						 css: { '.sIFR-root': {
							 	color: '#242223',
								 "text-align": "right"}
							}, 
							wmode: "transparent"});

sIFR.replace(compatil, { 
						 selector: 'body.content div#ctwo div.callout p', 
						 css: { '.sIFR-root': {
							 	color: '#48515c',
								'font-weight': 'bold'}
							}, 
							wmode: "transparent"});

