#mapDiv {
/*	display: table-cell;*/
	width: 100%;
	height: 460px;
	background-image: url("../images/texture_bg.png");
	background-repeat: repeat;
	vertical-align: middle;
	text-align: center;
}

#findUsDiv {
	font-family: "Knockout";
	font-size: 25pt;
	text-align: left;
	font-weight: bold;
	color: rgb(126,126,126);
	float: left;
	margin-left: 10%;
}

#googleMap {
	display: inline-block;
	width: 80%;
	/*max-width: 80%;*/
	height: 350px;
	/*border: solid red 1px;*/
	text-align: center;
	box-shadow: 5px 8px 8px rgb(208,208,208);
}
