/* _______________________________________________________________
*        
*	I've Created tHis jqueRy functIonS TO make my Project smootH thE  pRojects
*	proposal dates from where would start and end;
* _______________________________________________________________
*/

jQuery(".heri_tge").css("float","left");
jQuery(".heri_tge").css("display","block");
jQuery(".heri_tge").css("marginTop","15px");
jQuery(".cellar_door").css("float","left");
jQuery(".mailing_list").css("float","left");
jQuery(".farmer_pantry").css("float","left");
jQuery(".contact_mnu").css("float","left");

jQuery(".cellar_door").css("display","block");
jQuery(".mailing_list").css("display","block");
jQuery(".farmer_pantry").css("display","block");
jQuery(".contact_mnu").css("display","block");

