html {
	overflow: hidden;
}

h2{
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3{
	margin:0px;
	
}

h4{
	margin:0px;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	color:#202020;	
	font-family:inherit;
	font-weight:inherit;
}

h5{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:inherit;
	font-family:inherit;
}

#shadowy {
	position: absolute;
	left: 345px;
	top: 123px;
	height: 600px;
	width: 7px;
	background-image: url('../images/shadow-y.png');
	background-repeat: repeat-y;
	background-position: left;
	z-index: 4;
}

#wrap {
	width: 100%;
}

/*FEEDBACK*/
#feedback{
	font-size:18px;
	padding:10px 15px 5px 15px;
	background-color:white;
	border-bottom: 1px solid #D0CDCD;
}

/*FILTER*/
#filter{
	font-size:16px;
	position:relative;
	float:left;
	max-width:405px;
	color:#575757;
}
#type_select{
	vertical-align:top;
	width:405px;
	background-color:white;
	position:relative;
	float:left;
	padding:5px 15px 10px 25px;	
	border-top: 0px solid #315A7F;
	border-bottom: 2px solid #315A7F;
	font-size:13px;
}
.filter_label{
	
}

#walk_in{
}

/*RESULTS*/
#results {
	position: relative;
	width: 350px;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: left;
	background: #f2f2f2;
	font: 12px Verdana;
	z-index: 10;
	color: #575757;
	overflow-y: scroll;
	margin-bottom:-40px;
}
.result_type{
}
.search_result{
	padding:10px 10px 10px 15px;
	width: 310px;
	border-bottom: #D0CDCD solid 1px;
}
.search_result_a {
	background-color:#f2f2f2;
}
.search_result_amo{
	background-color:#A4CCFD;
}
.search_result_b {
	background-color:white;	
}
.search_result_bmo{
	background-color:#A4CCFD;
}

.search_result_title {
	padding: 1px 0px 2px 0px;
	color:#315A7F;
	font-size: 13px;
	font-weight:bold;
}


/*MAP*/
#map_canvas {
	position: relative;
	float: right;
	width: 390px;
	height: 600px;
	z-index: 0;
	margin-bottom:-40px;
}

.search_form {
	width: 100%;
}

.nobr {
	display: none;
}

#map_info {
	color: #000000;
}

/*MAP POPUP*/
.map_popup {
	width: 300px;
	color: #000;
	font-size: 10px;
}

.map_popup a {
	font-size:15px;
}
