/*==========================================================================
*
*	Interactive Javascript Elements
*	____________________________________________________________
*
*	Client:		ClientName
*	Date:		Date
*	Author:		Edge Marketing Solutions
*	Website:	www.yourdomain.com
*	Version:	1.0
*
===========================================================================*/

	/*	Form Validation */
	
	$(document).ready(function () {
	    $("#enquiryForm").validate();
	});
