@charset "utf-8";
/* CSS Document */


#contact {
	padding:10px 80px 25px 100px;
	margin-left:80px;
	width:600px;
	height: 420px;
	background:url(../images/leftcontentBGCopy.jpg);
	border:solid #62cdf6;
	border-width:thin;
	float:left;
	clear:both
	}
	
#contactcontent {
	padding:0px 0px 0 25px;
	background-color:#fff;
	width:955px;
	height:590px;
	float:left;
	clear:both
	}	

#contact h2	{
	margin:15px 0 0 0;
	font-family:'Calibri', Arial, Helvetica, Verdana, sans-serif;
	font-size:21px;
	color:#3d9dda;
	}
	
#contact p	{
	margin:5px 15px 0 0;
	font-family:'Calibri', Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#222222;
	}		
	
#contact a	{
	text-decoration:none;
	}	
	
#contacttop	{
	padding:25px 0 20px 0px;
		}		