var cg = { src: '/flash/centurygothic.swf' };
//var cgbold = { src: '/flash/centurygothicbold.swf' };

//sIFR.activate(cg,cgbold);
sIFR.activate(cg);

sIFR.replace(cg, {
	selector: '#homenav .sublinks .link'
	,wmode: 'transparent'
	,forceWidth: false
	,preventWrap: true
	,fitExactly: false
	,forceSingleLine: true
	,tuneHeight: -2
	,tuneWidth: 2
	,css: [
		'.sIFR-root { color: #d9a81b; text-align: left; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #d9a81b; }'
		,'a:hover { color: #ffffff; background:url(/images/homepage/menu_bg.png);}'
		,'a:visited { color: #d9a81b; }'
	]
});

sIFR.replace(cg, {
	selector: '#topmenu li .level1'
	,wmode: 'transparent'
	,forceWidth: false
	,preventWrap: true
	,fitExactly: true
	,forceSingleLine: true
	,tuneHeight: -4
	,tuneWidth: 2
	,css: [
		'.sIFR-root { color: #3d2d78; text-align: left; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #3d2d78; }'
		,'a:hover { color: #3d2d78; }'
		,'a:visited { color: #3d2d78; }'
	]
});

sIFR.replace(cg, {
	selector: '.breadcrumb ul li'
	,wmode: 'transparent'
	,forceWidth: false
	,preventWrap: true
	,fitExactly: true
	,forceSingleLine: true
	,tuneHeight: -4
	,tuneWidth: 2
	,css: [
		'.sIFR-root {color: #3d2d78; padding:0px; margin:0px; text-transform: uppercase;}'
		,'a {text-decoration: none; color: #3d2d78; }'
		,'a:link { color: #3d2d78; }'
		,'a:hover { color: #3d2d78; text-decoration: none; }'
		,'a:visited { color: #3d2d78; }'
	]
});

sIFR.replace(cg, {
	selector: '.contact h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: true
	,fitExactly: true
	,forceSingleLine: true
	,tuneHeight: -4
	,tuneWidth: 2
	,css: [
		'.sIFR-root { color: #3d2d78; font-weight: normal; text-align: left; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #3d2d78; }'
		,'a:hover { color: #3d2d78; }'
		,'a:visited { color: #3d2d78; }'
	]
});

sIFR.replace(cg, {
	selector: '.contact h2'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: true
	,fitExactly: true
	,forceSingleLine: true
	,tuneHeight: -8
	,tuneWidth: 2
	,css: [
		'.sIFR-root { color: #3d2d78; font-weight: normal; text-align: left; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #3d2d78; }'
		,'a:hover { color: #3d2d78; }'
		,'a:visited { color: #3d2d78; }'
	]
});

sIFR.replace(cg, {
	selector: '.contact h3'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: true
	,fitExactly: true
	,forceSingleLine: true
	,tuneHeight: -4
	,tuneWidth: 2
	,css: [
		'.sIFR-root { color: #3d2d78; font-weight: normal; text-align: left; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #3d2d78; }'
		,'a:hover { color: #3d2d78; }'
		,'a:visited { color: #3d2d78; }'
	]
});

sIFR.replace(cg, {
	selector: '.introcopy h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: true
	,fitExactly: true
	,forceSingleLine: true
	,tuneHeight: -8
	,tuneWidth: 2
	,css: [
		'.sIFR-root { color: #d9a81b; font-weight: normal; text-align: left; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #d9a81b; }'
		,'a:hover { color: #d9a81b; }'
		,'a:visited { color: #d9a81b; }'
	]
});

sIFR.replace(cg, {
	selector: '.maincontent h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #d9a81b; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});

sIFR.replace(cg, {
	selector: '.maincontent h2'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #ffffff; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});

sIFR.replace(cg, {
	selector: '.maincontent h3'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #d9a81b; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});

sIFR.replace(cg, {
	selector: '.maincontent h4'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #ffffff; font-weight: normal; text-align: center; text-transform: uppercase; padding:0px margin:0px}'
		,'.purple { color: #ffffff;}'
		,'.orange { color: #ffffff;}'
		,'.gold { color: #d9a81b;}'
	]
});

sIFR.replace(cg, {
	selector: '.collapselist ul li p'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #ffffff; font-weight: normal; padding:0px margin:0px}'
		,'.strong { color: #d9a81b;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #a192d6; }'
		,'a:hover { color: #a192d6; }'
		,'a:visited { color: #a192d6; }'
	]
});

sIFR.replace(cg, {
	selector: '.generic2 h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -6
	,css: [
		'.sIFR-root {color: #3d2d78; padding:0px; margin:0px;text-transform:uppercase;}'
		,'a {text-decoration: none; color: #3d2d78; }'
		,'a:link { color: #3d2d78; }'
		,'a:hover { color: #3d2d78; text-decoration: none; }'
		,'a:visited { color: #3d2d78; }'
	]
});

//sIFR.replace(cg, {
//	selector: '.generic2 h2'
//	,wmode: 'transparent'
//	,fixFocus : 'true'
//	,forceWidth: false
//	,preventWrap: false
//	,fitExactly: false
//	,forceSingleLine: false
//	,tuneHeight: -6
//	,css: [
//		'.sIFR-root {color: #3e2e7a; padding:0px; margin:0px;text-transform:uppercase;}'
//		,'a {text-decoration: none; color: #3d2d78; }'
//		,'a:link { color: #3e2e7a; }'
//		,'a:hover { color: #3e2e7a; text-decoration: none; }'
//		,'a:visited { color: #3e2e7a; }'
//	]
//});

//sIFR.replace(cg, {
//	selector: '.generic2 h3'
//	,wmode: 'transparent'
//	,fixFocus : 'true'
//	,forceWidth: false
//	,preventWrap: false
//	,fitExactly: false
//	,forceSingleLine: false
//	,tuneHeight: -6
//	,css: [
//		.sIFR-root {color: #3e2e7a; padding:0px; margin:0px;text-transform:uppercase;}'
//		,'a {text-decoration: none; color: #3d2d78; }'
//		,'a:link { color: #3e2e7a; }'
//		,'a:hover { color: #3e2e7a; text-decoration: none; }'
//		,'a:visited { color: #3e2e7a; }'
//	]
//});

sIFR.replace(cg, {
	selector: '.generic3 h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: true
	,forceSingleLine: false
	,tuneHeight: -6
	,css: [
		'.sIFR-root {color: #3d397d; padding:0px; margin:0px;text-transform:uppercase;}'
		,'a {text-decoration: none; color: #3d397d; }'
		,'a:link { color: #3d397d; }'
		,'a:hover { color: #3d397d; text-decoration: none; }'
		,'a:visited { color: #3d397d; }'
	]
});

sIFR.replace(cg, {
	selector: '.destinationitem h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #d9a81b; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'a:link { color: #d9a81b;  text-decoration: none; }'
		,'a:hover { color: #ffffff; text-decoration: none; }'
		,'a:visited { color: #d9a81b; }'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});

sIFR.replace(cg, {
	selector: '.seasonitem h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #d9a81b; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'a:link { color: #d9a81b;  text-decoration: none; }'
		,'a:hover { color: #ffffff; text-decoration: none; }'
		,'a:visited { color: #d9a81b; }'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});

sIFR.replace(cg, {
	selector: '.featurecontent h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #d9a81b; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'a:link { color: #d9a81b; text-decoration: none; }'
		,'a:hover { color: #ffffff; text-decoration: none; }'
		,'a:visited { color: #d9a81b; }'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});


sIFR.replace(cg, {
	selector: '.signuprow p'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: true
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -6
	,css: [
		'.sIFR-root { color: #330066; font-weight: normal; }'
		,'a { color: #ff0033; text-decoration: none; }'
		,'a:link { color: #ff0033; }'
		,'a:hover { color: #ff0033; text-decoration: none; }'
		,'a:visited { color: #ff0033; }'
		,'.signuplink { color: #ff0033; }'
	]
})

sIFR.replace(cg, {
	selector: '.footer h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: true
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -6
	,css: [
		'.sIFR-root { color: #d9a81b; font-weight: normal; text-transform: uppercase; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #d9a81b; }'
		,'a:hover { color: #ffffff; text-decoration: none; }'
		,'a:visited { color: #d9a81b; }'
	]
})


sIFR.replace(cg, {
	selector: '.featurenav h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -6
	,css: [
		'.sIFR-root { color: #d9a81b; font-weight: normal; text-transform: uppercase; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #d9a81b; }'
		,'a:hover { color: #ffffff; }'
		,'a:visited { color: #d9a81b; }'
	]
});

sIFR.replace(cg, {
	selector: '.footernav h1'
	,wmode: 'transparent'
	,css: ['.sIFR-root {color: #d9a81b; text-transform: uppercase;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #d9a81b; }'
		,'a:hover { color: #ffffff; }'
		,'a:visited { color: #d9a81b; }'
	]
});

sIFR.replace(cg, {
	selector: '#apisearch h3'
	,wmode: 'transparent'
	,css: ['.sIFR-root {color: #fff; text-transform: uppercase;}']
});

sIFR.replace(cg, {
	selector: '#apisearch h4'
	,wmode: 'transparent'
	,css: ['.sIFR-root {color: #fff; text-transform: uppercase;}']
});

sIFR.replace(cg, {
	selector: '.popoffer h1'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #d9a81b; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});


sIFR.replace(cg, {
	selector: '.popoffer h2'
	,wmode: 'transparent'
	,fixFocus : 'true'
	,forceWidth: false
	,preventWrap: false
	,fitExactly: false
	,forceSingleLine: false
	,tuneHeight: -4
	,css: [
		'.sIFR-root {color: #d9a81b; font-weight: normal; text-transform: uppercase; padding:0px margin:0px}'
		,'.purple { color: #885cea;}'
		,'.orange { color: #ff6f05;}'
	]
});

