.headerwrapper{
	position: fixed;
	top: 0;
}
#spacer{
	height: 95px;
}

map{
	height: 420px;
	background-color: #fff;
}
#map-canvas{
	width: 100%; 
	height: 420px;
}
#content{
	border: 1px solid #fff;
	padding-bottom: 50px;
}
.map_fixed{
	display: none;
}

.boxes .left{
	background-image: url(../images/contact_address.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 22%;
	height: 55px;
	padding: 15px 0 0 10%;
	margin-right: 1%;
}
.boxes .middle{
	background-image: url(../images/contact_phone.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 20%;
	height: 55px;
	padding: 15px 0 0 10%;
	margin-left: 2%;
	margin-right: 2%;
}
.boxes .right{
	background-image: url(../images/contact_email.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 22%;
	height: 55px;
	padding: 15px 0 0 10%;
	margin-left: 1%;
}



.boxes a{
	color: #7F8185;
	text-decoration: none;
}
.boxes a:hover{
	color: #363636;
}