.middle-col {
    width: 685px;
}

.map_container {
	background: ghostwhite; 
	border: 2px solid #006F51; 
	display: block;
	float: left;
	height: 360px; 
/*	margin-right: 10px;*/
	width: 98%;
	}


.panelcontainer {
	width: 680px;
}

.panel {
	float: left;
	width: 220px;
	margin-top: 15px;
	}

.panel a {
	color: #fff;
	font-weight: bold;
	font-family: sans-serif;
	border: none;
	text-decoration: none;
	}
	
	.sprite-blip {
		background-position: -11px -286px;
		display: block;
		margin-right: 5px;
		text-align: center;
		height: 25px;
		width: 20px;
		float: left;
		}

	.hotel {
		clear: both;
/*		float: left;*/
		margin-bottom: 40px;
	}
	
	.hotel img {
		float: left;
		margin-right: 13px;
	}
	
	.addy { 
		float: left;
		line-height: 1.4em;
		margin-top: -3px;
		width: 180px;
		}
	
		.name { 
			color: #006F51; 
			display: block;
			}
		.name a {
			color: #006F51;
			font-weight: normal;
			font-family: serif;
			text-decoration: underline;
		}		
		
		.st-addy {
			display: block;
			}
		
		.locality {}
		
		.region {}
		
		.zip {}
		
		.phone-number {
			display: block;
			}
		
		.reservation {
			display: block;
			margin-top: 10px;
			}
			
		.reservation a {
			background-color: #B4985A;	
			border: none;
			font-weight: bold;
			text-transform: uppercase;			
			color: #fff;
			padding: 4px 6px 3px 6px;
			font-family: sans-serif;
			font-size: 10px;
			text-decoration: none;
			margin-top: 5px;
			}
			
		.reservation a:hover {	
			border: none;
			}
			
#mapinfodiv {
	width: 600px;
}

/*#maptextdiv hr {
	border: 1px solid blue;
}
#maptextdiv h1 {
	border: 1px solid red;
}*/