#content {
padding: 0;
}


#content #mapcontain {
border: 2px solid #C1CDDE;
margin: 20px;
}


#content #wrapmap {
	width: 660px;
	height: 350px;
	margin: 0px;
	z-index: 0;
	float: left;
	background:#ccc url(images/wrapmap.gif) 0 0 no-repeat;
	border-right: 2px solid #C1CDDE;
}

#content #map {
	width: 660px;
	height: 350px;
	margin: 0px;
	z-index: 0;
	float: left;
	border-right: 2px solid #C1CDDE;
}

#content div.branch_list {
	height: 350px;
	overflow: auto;
}

#content div.filter {
	background-color:#ddd;
	border-bottom: 2px solid #C1CDDE;
}

#content form {
	/*height: 250px;
	background-color: red;*/
}

	#content #directions {
		margin: 20px;
		border: 2px solid #C1CDDE;
		padding: 20px;
	}

#content div.filter form p {
margin:0 0 0 360px;
padding: 10px 20px
}



	#content div.branch_list ul.branches {
		margin: 0 20px;
		padding: 10px 0 0 0;
	}

		#content div.branch_list ul.branches li {
			list-style-type: none;
			padding: 0;
			margin: 0 0 10px 0;
			padding-bottom: 10px;
			border-bottom: 1px dotted #ccc;
		}

			#content div.branch_list ul.branches li strong {
				font-size: 110%;
				color: #6C9A76;
				text-transform: uppercase;
			}

				#content div.branch_list ul.branches li strong a {
					color: #6C9A76;
					text-decoration: none;
				}

					#content div.branch_list ul.branches li strong a:hover {
						text-decoration: underline;
					}

#content div.mappopup {
}

	#content div.mappopup h4 {
		margin: 0;
	}

	#content div.mappopup p {
		margin-left: 0;
		margin-right:0;
	}
