#apwit {
	width: 100%;
	height: 100%;
	margin: 0 5px 0 5px;
}

#form {
	margin: 5px 0 15px 5px;
}

#canvas_wrap #canvass #ZIP {
	width: 45px;
	margin-right: 10px;
}

#map_canvas {
	width: 550px;
	height: 331px;
	float: right;
}

#leftbar {
 float: left;
 width: 325px;
}

#leftbar div h2 {
	padding: 0;
	margin-bottom: 5px;
}

#leftbar div {

}

#locations {
	margin: 0;
}

#locations li {
	margin: 10px 0 0 5px;
	list-style-type: none;
	
}

#locations li a, #locations li a:visited, #locations li a:active {

	text-decoration: none;
}

#locations li a:hover {

	text-decoration: underline;
	
}

#locations li span {
	color: #007EFB;
	font-size: 1.2em;

}