body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: rgb(123,36,32); /* for IE8 */
	background-color: rgba(123,36,32,1.0);
	margin-bottom: 30px; /* for widget bar */
}
a:link, a:visited, a:active {
	outline: none;
}
img {
	border: none;
}
.gr-slidecontainer {
	min-width: 846px;
}
.gr-slidetitlebar {
	margin: 0 auto 25px;
}
.gr-pagetitleslide {
	color: #df992f;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	width: 682px;
	vertical-align: top;
	display: inline-block;
	text-shadow: none;
}
.gr-pagetitleslide a:link, .gr-pagetitleslide a:visited, .gr-pagetitleslide a:active {
	color: #df992f;
	text-decoration: underline;
}
.gr-pagetitleslide a:hover {
	color: #ff0000;
}
.gr-navleftslide {
	width: 72px;
	text-align: left;
	display: inline-block;
	font-size: 0px;
}
.gr-navrightslide {
	width: 72px;
	text-align: right;
	display: inline-block;
	font-size: 0px;
}
.gr-navrightslide img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
}
.gr-mapcontainer {
	width: 800px;
	height: 600px;
	padding: 7px;
	border-color: rgb(223,153,47); /* for IE8 */
	border-color: rgba(223,153,47,1.0);
	border-width: 1px;
	border-style: solid;
	border-radius: 7px;
	margin: 10px auto 17px;
	box-shadow: 15px 15px 15px rgba(51,51,51,0.4); 
	outline: none;
	background-color: transparent; /* for IE8 */
	background-color: rgba(255,255,255,0.0);
}
.gr-mapbox {
	width: 800px;
	height: 600px;
	margin: 0 auto;
}
