///-- Cufon BEGIN --///	
Cufon.replace('h1', { fontFamily: 'Geogrotesque Md' });
Cufon.replace('.leftBLSummary h1', { fontFamily: 'Geogrotesque Md', textShadow: '#436d88 -1px -1px' });
Cufon.replace('.content h1', { fontFamily: 'Geogrotesque Rg' });
Cufon.replace('h2, h3', { fontFamily: 'Geogrotesque Md', color: '-linear-gradient(#66a2c8, #1e628e)', textShadow: '#fff -1px -1px, #c1c2c2 1px 1px' });
Cufon.replace('.contUs h2', { fontFamily: 'Geogrotesque Md', color: '#f6871f;', textShadow: '#fff -1px -1px, #c1c2c2 1px 1px' });
Cufon.replace('.promotionBox h2', { fontFamily: 'Geogrotesque Md', color: '-linear-gradient(#f4a731, #ef6d23)', textShadow: '#fff -1px -1px, #c1c2c2 1px 1px' });
Cufon.replace('.anyBox h2', { fontFamily: 'Geogrotesque Md', color: '-linear-gradient(#949494, #545454)', textShadow: '#fff -1px -1px, #c1c2c2 1px 1px' });
Cufon.replace('.subscribeBox h2', { fontFamily: 'Geogrotesque Rg', textShadow: '#163f5a -1px -1px' });
///-- Cufon END --///

//--scroll to top--//
function scrollWindow() {
    window.scrollTo(100, 0)
}

//-----------------------------//
jQuery(function () { 
	jQuery('.TextContent').removeAttr("style");
	jQuery('div.boxBlueShadow span.hr').first().css('display','none');
	jQuery('.rmSelected').parents('li.rmItem ').find ('a.rmRootLink').css({color: '#FF7D29', fontSize: '14px', borderBottom: '3px solid #FF7D29 !important'});
	
	var linkattr = jQuery('.content img').parent('a').attr('target');
		if (typeof linkattr == 'undefined' || linkattr == false || linkattr == null) {jQuery('.content img').parent('a').colorbox({opacity:0.75});}
});

