@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-color:#6c6a6d;
	font-size:90%;
}

.container {
	width:100%;
	text-align:center;
	clear:both;
	position:inherit;
}

.content {
	text-align:left;
	width:950px;
	color:white;
	position:inherit;
	margin:auto;
	background-image:url(./images/content_bg.jpg);
	background-repeat:repeat-y;
}

.map_container {
	width:900px;
	margin:auto;
	background-color: black;
}

.page_title {
	width:900px;
	height:20px;
	background-color:black;
	padding:7px;
	margin:10px auto;
	vertical-align:middle;
}

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

.caption {
	text-align:right;
}

.discription {
	width:470px;
	height:400px;
	float:left;
	padding:10px 0px 0px 10px;
}

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

.banner {
	margin-top:30px;
}

.foot {
	
}