﻿		$(document).ready(function(){
			$("#Collaborate").css({
				opacity: 0.0,
				color: "#1881B6",
		        marginLeft: "500px",
		        marginTop: "50px"
			}).animate({ 
		        opacity: 1,
		        marginLeft: "30px",
		        marginTop: "10px",
		        fontSize: "60pt",
		        letterSpacing: "20px"
		      }, 5000 );
		     $("#ShareInsights").css({
		     	opacity: 0.0,
				color: "#ffffff"
		     }).animate({ 
		        opacity: 1,
		        marginLeft: "150px",
		        marginTop: "100px",
		        fontSize: "14pt",
		        letterSpacing: "10px" 
		      }, 5000 );
		     $("#FindExperts").css({
		     	opacity: 0.0,
				color: "#FFF100",
		        marginLeft: "600px",
		        marginTop: "50px"
		     }).animate({ 
		        opacity: 1,
		        marginLeft: "600px",
		        marginTop: "70px",
		        fontSize: "20pt" 
		      }, 5000 );
		     $("#Communicate").css({
		     	opacity: 0.0,
				color: "#D2232B"
		     }).animate({ 
		        opacity: 1,
		        marginLeft: "500px",
        		marginTop: "100px",
        		fontSize: "34pt" 
			}, 5000 );
		     $("#BoostProductivity").css({
		     	opacity: 0.0,
				color: "#3DAE48",
		        marginLeft: "320px"
		     }).animate({ 
		        opacity: 1,
		        marginLeft: "400px",
        		marginTop: "10px",
        		fontSize: "28pt" 
			}, 5000 );
});
