
#mapArea{
	width:380px;
	float:left;
	margin-bottom:10px;
	min-height:380px;
	height:auto;
	}
*html #mapArea {
height:380px;

}
	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 240px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;

	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	
	#directions {
		width:200px;
		margin-left:20px;
		float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;	
	height:auto;
	min-height:380px;			
	}
	* html #directions {
height:380px;
	}
	#directions a, #directions a:visited, #directions a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	}
	#directions a:hover {
	color: #036;
	text-decoration: none;
	}
	
	
	#map {
        width: 350px;
        height: 350px;
		float:left;
    }