@charset "UTF-8";
#contactinfo{
	/* width: 1030px; */
	width: 1100px;
	margin:0px auto;
	/*margin:10px 0px 10px;*/
	/*width: 1050px;*/	
	padding: 10px 0px 25px;
}
#contactinfo{
	background: rgb(240,240,240);
	position: relative;
	top:-15px;
	-webkit-box-shadow: 0px 0px 3px rgb(70,137,180);
	-moz-box-shadow: 0 0 3px rgb(70,137,180);
}
#contactinfo h1{
	font-size: 25px;
	font-weight: bold;
	color: rgb(70,137,180);
	padding: 0px 0px 0px 30px;
}
#contactinfo p{
	font-family: arial,helvetica,clean,sans-serif;
	color: rgb(0,0,0);
	font-size: 20px;
	line-height: 15px;
	margin-top: 15px;
	padding: 0px 0px 0px 30px;
}
#maincontact{
	/* width: 1030px; */
	width: 1100px;
	margin:0px auto;
	background: rgb(240,240,240);
	padding: 0px 0px 35px;
	-webkit-box-shadow: 0px 0px 3px rgb(70,137,180);
	-moz-box-shadow: 0 0 3px rgb(70,137,180);
}

#maincontact a{
	text-decoration: none;
}
#maincontact h1{
	color: rgb(70,137,180);
	font-size: 20px;
	font-weight: bold;
	/*margin-top: 10px;*/
	padding: 25px 0px 0px 30px;
}
#maincontact p{
	font-family: arial,helvetica,clean,sans-serif;
	color: rgb(0,0,0);
	font-size: 18px;
	line-height: 15px;
	margin-top: 15px;
	padding: 0px 0px 0px 30px;
}
#maincontact a:hover{
	color: red;

}