$(document).ready(function(){

	$(".inFieldLabel label, label.inFieldLabel").inFieldLabels(); 
	$(".inFieldLabel input, input.inFieldLabel").attr("autocomplete","off");


	styleSelectMenus();
	addLastItemClasses();
	styleLinkButtons();
	createORBtoggle();
	createOverlappableCollapsiblePanel();
	createShadedBoxes(); /* call after other functions that modify shadowboxes */
	createMegaMenu();
	createContentToggles();
	
	$('div.locationsMap td').css('vertical-align', 'middle');
});
