/* CSS Document Explicitly fpr the Map application */

/* start with construction ids */
#map_wrapper {
	height: 22%;
	width: 100%;
	padding-top: 0px;
	float: left;
}
#map_topwrap {
	background-image: url(../img/shd_836.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	padding-top: 0px;
	float: left;
}
#map_basewrap {
	background-position: center;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	float: left;
	background-color: #CFFFD1;
}
#map_core {
	float:none;
	height: 550px;
	width: 662px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #BFD19F;
}
.map_naviwrap{
	float:none;
	background-image: url(../map_navi_img/bottom_block_map.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 662px;
	margin: 0px auto;
	padding: 0px 0px 5px 12px;
	background-color: #CFFFD1;
	height: 45px;
	}
.map_naviwrap a:link, .map_naviwrap a:visited, .map_naviwrap a:active{
	text-decoration: none;
	display: inline;
}
.map_naviwrap a:hover{
	text-decoration: none;
	display: none;
}
