body {
	font-family: Verdana, Geneva, sans-serif;
	color: #df992f;
	text-align: center;
	background-color: rgba(123,36,32,1.0);
	margin: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: none;
}
.gr-itstdslide {
	margin: 10px auto;
	max-width: 846px;
	min-height: 32px;
	padding: 0px 5px;
}
.gr-pagetitleslide {
	color: #df992f;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	max-width: 846px;
	text-shadow: none;
	padding-bottom: 3px;
}
.gr-pagetitleslide a {
	color: #df992f;
	text-decoration: underline;
}
.gr-pagetitleslide a:hover {
	color: #ff0000;
}
.gr-navleftgm {
	width: 72px;
	height: 32px;
	float: left;
	font-size: 0px;
}
.gr-navrightgm {
	width: 72px;
	height: 32px;
	text-align: right;
	float: right;
	font-size: 0px;
}
.gr-navrightgm img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
}
.gr-mapcontainer {
	padding: 0px 20px 15px;
} 
.gr-mapcontainer > div {
	max-width: 800px;
	margin: 20px auto 0px;
	padding: 7px;
	border-color: rgba(223,153,47,1.0);
	border-width: 1px;
	border-style: solid;
	border-radius: 7px;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4); 
	outline: none;
	background-color: rgba(255,255,255,0.0);
}
.gr-mapcontainer > div > div {
	position: relative;
	width: 100%;
	padding-bottom: 75.0%;
}
#map-canvas {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
