var settings = {

	//Flash
	flashURL: 'img/hdr_grass.swf',
	flashWidth: 800,
	flashHeight: 244,
	flashVersion: 7,
	flashBackgroundColor: '#534f32',
	
	//Sidebar
	sidebarOuterRollover: {
		'padding-left': 30,
		'color': 'eee6b5'
	},
	
	sidebarOuterRollout: {
		'padding-left': 20,
		'color': 'eee6b5'
	},
	
	sidebarInnerRollover: {
		'padding-left': 50,
		'color': 'eee6b5'
	},
	
	sidebarInnerRollout: {
		'padding-left': 40,
		'color': 'eee6b5'
	},
	
	//FAQ Page
	faqAccordionActiveTop: {
		'color': 'fff',
		'background-color': '2c2611'
	},

	faqAccordionActiveContent: {
		'padding': '20px',
		'background-color': '1d1705'
	},
	
	faqAccordionInactiveTop: {
		'color': 'd0c053',
		'background-color': '2c2611'
	},
	
	faqAccordionInactiveContent: {
		'padding': '0',
		'background-color': '1d1705'
	}
			
}