@charset "UTF-8";
/* CSS Document */

a:link {
	color:#258fb8;
}

a:visited {
	color:#258fb8;
}

a:hover {
	color:#996600;
	text-decoration:underline;
}

a:active {
	color:#996600;
}

a:focus {
	color:#996600;
}

.body_main {
	background-image: url(./images/bg.jpg);
	background-position:0px 89px;
	font-size:90%;
}

.container {
	width:100%;
	text-align:center;
}

.content {
	text-align:left;
	width:970px;
	margin:auto;
}

.map_container {
	width:970px;
	float: left;
	margin:auto;
	background-color: white;
}

.page_title {
	width:970px;
	height:20px;
	background-color:#3251FF;
	padding:7px 0px;
	margin:10px auto 0px auto;
	vertical-align:middle;
	border-bottom: solid 2px black;
}

.title {
	width:5%;
	font-weight:bold;
}

.caption {
	text-align:right;
}

.discription {
	width:500px;
	float:left;
	padding:10px 0px 0px 20px;
	margin-bottom: 10px;
}

.googleMap {
	padding:10px 0px;
	margin-left:550px;
}

.banner {
	margin-top:30px;
}

.foot {
	width:970px;
	float: left;
	background-color: white;
	text-align: right;
	margin: auto;
	border-top: solid 2px black;
	padding-top: 5px;
}