$(function(){
	$('.box').corner("round 6px");
	$('.outsidebox').corner("round 6px");
	$('.outsidenl').corner("round 6px");
	$('.nl').corner("round 6px");
	$('.outsidebr').corner("round 6px");
	$('.outsideblog').corner("round 6px");
	$('.blog').corner("round 6px");
	$('.br').corner("round 6px");
	$('.outcontact').corner("round 6px");
	$('.contact').corner("round 6px");
	$('.outsidecol3').corner("round 6px");
	$('.col3').corner("round 6px");
	$('.outsidecol3abc').corner("round 6px");
	$('.col3abc').corner("round 6px");
	$('.standardoutsidebox').corner("round 6px");
	$('.standardbox').corner("round 6px");	
	$('.testimonialpageoutside').corner("round 6px");
	$('.testimonialpage').corner("round 6px");	
	$('#menu').droppy({speed: 2000});
});

Cufon.replace('.standardbox h2, .col3 h3, .box h2, .nl h4, .br h4, .blog h4', { fontFamily: 'helvetica' });

Cufon.replace('ul#menu a.mainlink', {
	fontFamily: 'helvetica', hover: true,fontWeight:'bold'
})

Cufon.replace('.contact h2,.col3 h1', { fontFamily: 'helvetica' });
 
function ClearInput(value, id) { 
	var input = document.getElementById(id);
	if(value == input.value) { 
		input.value = ''; 
	} else { 
		input.value = input.value;
	} 
} 


