@import url(http://fonts.googleapis.com/css?family=Questrial);

body, html {
	height: 99%;
	width: 100%;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

#small_logo {
	max-height: 132px;
	height: 25%;
	width: 90%;
	text-align: center;
	margin: 10px auto;
}

#small_logo img {
	height: 100%;
}

#map-canvas {
	height: 65%;
	width: 90%;
	margin: 1px auto 20px;
	border: solid 5px #B19ACA;
	border-radius: 10px;
}

#map-canvas img, #map-canvas object, #map-canvas embed {
	max-width: 500px;
}

#location_info h1, #location_info p {
	font-family: 'Questrial', Tahoma, sans-serif;
	font-size: 1em;
}

#location_info h1 {
	font-weight: bold;
	font-size: 2em;
}

#location_info {
	width: 240px;
}

#location_info p {
	padding-left: 32px;
	position: relative;
	margin-bottom: 4px;
}

#location_info p i {
	position: absolute;
	top: 0px;
	left: 0px;
}

.clear {
	clear: both;
}

