/* Style Sheet for Branch Locations */

h3 {
	text-align: center;
	border-bottom: solid 1px rgb(9,28,90);
	margin-top: 1em;
}

div.branch_group {
		width: 700px;
		margin: 0px auto;
		overflow: hidden;
}

div.branch_item {
		float: left;
		border: solid 1px #CCC;
		font-size: .9em;
		margin: 10px;
		width: 300px;
}

div.branch_item p {
		margin-top: 0;
		margin-bottom: 5px;
		color: #000000;
		text-align: center;
}

div.branch_item img {
		border: 0;
}

