#search-container {
	margin: 0 21px;
	padding: 0px;
	background: #E2E7FB url(/files/bean_v2/images/search-container-bg.gif) repeat-y 294px 0;
	display: block;
	border-top: #FFF 5px Solid;
	border-bottom: #FFF 10px Solid;
}
#misc-container {
	background: url(/files/bean_v2/images/misc-container-bg.gif) repeat-y -68px 0px;
	display: block;
	border: 1px;
	height: auto;
}
#fast-container, #directory-container, #map-container, #hotprop-container, #miscright-container {
	float: left;
	margin: 0;
	border: 0;
	display: block;
	background: none;
}
#fast-container {
	padding: 15px;
	width: 262px;
}
	
li.states .radio {
	margin:0;
}

li.states label {
        margin:0 8px 0 0;
}


#fast-container .adv-search {
	display: inline;
}

/* Hide all town selects to start 
   js will display these if enabled */
.towns select
{
	display: none;
}
/* show defaul town list */

/*
.towns select.nh
{
	display: block;
}
*/


#directory-container {
	padding: 15px;
	width: 264px;
}

#misc-container {
	background: url(/files/bean_v2/images/misc-container-bg.gif) repeat-y -68px 0px;
	display: block;
}
#hotprop-container {
	width: 320px;
}
#miscright-container {
	border-top: 1px solid #E5E5E5;
	width: 534px;
}
#misc-container-bottom {
	background: url(/files/bean_v2/images/misc-container-bg-bottom.gif) no-repeat -6px 0;
	height: 1px;
	display: block;
	width: 100%;
}






/* search map */
#map-container {
	width: 264px;
}

#map-container {
	position: relative;
}

#map-container ul.regions {
	margin: 0;
	padding: 0;
}
#map-container ul.regions ul {
	margin-left: 5px;
}

#map-container ul.regions ul li {
	font-size:0.9em;
	line-height:1.45em;
}

#map-container ul.regions a.hover{
	color: #FF8800;
	text-decoration: underline;
}

#ne-map {
	left:114px;
	position:absolute;
	top:9px;
	z-index:100;
}

#ne-map-inner {
	position: relative;
}

#ne-map-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index:200;
}

#ne-map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

	/* ne search map hovers */
	
	#region-hovers {
	}
	
	#region-hovers div span {
		display: none;
	}
	
	
	#region-hovers div {
		position: absolute;
		background-image: url("/files/bean_v2/images/ne2-hovers-grey.gif");
		background-repeat: no-repeat;
		
		display:none;
	}
	
	#region-hovers .nh {
		background-position:-12px -118px;
		height:101px;
		left:39px;
		top:84px;
		width:50px;
		z-index:210;
	}
	
	#region-hovers .me {
		background-position:-78px 0;
		height:154px;
		left:77px;
		top:6px;
		width:97px;
		z-index:220;
	}
	
	#region-hovers .vt {
		background-position:-13px 0;
		height:108px;
		left:17px;
		top:75px;
		width:50px;
		z-index:230;
	}
	
	#region-hovers .ma {
		background-position:-77px -159px;
		height:108px;
		left:13px;
		top:160px;
		width:109px;
		z-index:230;
	}
	
	#region-hovers .great-north {
		background-position:-34px -117px;
		height:31px;
		left:61px;
		top:83px;
		width:21px;
		z-index:240;;
	}
	
	#region-hovers .white-mtns {
		background-position:-212px -44px;
		height:21px;
		left:49px;
		top:111px;
		width:33px;
		z-index:250;
	}
	
	#region-hovers .lakes {
		background-position:-221px -77px;
		height:29px;
		left:57px;
		top:125px;
		width:27px;
		z-index:270;
	}
	
	#region-hovers .dartmouth {
		background-position:-188px -77px;
		height:28px;
		left:41px;
		top:127px;
		width:23px;
		z-index:270;
	}
	
	#region-hovers .monadnock {
		background-position:-186px -118px;
		height:18px;
		left:40px;
		top:151px;
		width:25px;
		z-index:240;
	}
	
	#region-hovers .merrimack {
		background-position:-225px -112px;
		height:24px;
		left:59px;
		top:144px;
		width:21px;
		z-index:240;
	}
	
	#region-hovers .seacoast {
		background-position:-260px -116px;
		height:21px;
		left:75px;
		top:146px;
		width:14px;
		z-index:240;
	}
	
