#col2wideright {
	height: 556px; /* set explicit height on the map so we can bottom align address details */
	padding: 0;
	position: relative;
}

#findusmap {
	background: url(/img/map.png) no-repeat 0 0;
	height: 450px;
	width: 560px;
}

.js #findusmap {
	background: none;
}

#findusaddress {
	background: url(/img/dashline.png) repeat-x 0 0;
	bottom: 0;
	left: 0;
	padding-top: 4px;
	position: absolute;
	width: 262px;
}

#findusaddress h4 {
	font-size: 1.4em;
	font-weight: bold;
}

#findusaddress p {
	margin-bottom: 0.6em;
}

#findusaddress .back {
	background: url(/img/dashline.png) repeat-x 0 100%;
	margin: 0;
	padding-bottom: 4px;
}


