.map{
	display: block;
    margin-left: 150px;
    border:none;
}
.map img {
	border:0px;
}

#google_map{
	float: right;
	margin-top: 30px;
}
.company_details{
	margin-left:30px;
}
.company_details p{
	margin-left:40px;
}
.icon_left{
	float: left;
	margin-left: -30px;
}

.name{
	color: #333;
	font-weight: bold;
}
h3{	
	text-decoration: underline;
}
a{
	color: #4d7624;
	text-decoration: underline;
}
a:hover{
	color: #8cc63f;
}
p{
	line-height: 150%;
}