#content {
	width: 670px;
}
#right { display:none; }

#google_map {
	border: 1px solid #737373;
	width: 100%;
	height: 322px;
}

hr {
	margin: 15px 0;
}

.locationImageBackgoundLarge {
    background: url('../images/locations/locationBackgroundLarge.png') no-repeat 0 0;
    width: 246px;
    height: 180px;
    margin-top: -40px;
}
    .locationImageBackgoundLarge img {
        margin-top: 20px;
    }
.locationImageBackgoundLargeVertical {
    background: url('../images/locations/locationBackgroundLargeVertical.png') no-repeat 0 0;
    width: 169px;
    height: 230px;
    margin-top: -40px;
}
    .locationImageBackgoundLargeVertical img {
        margin: 11px 0 0 0;
    }

.locationImageBackgoundSmall {
    background: url('../images/locations/locationBackgroundSmall.png') no-repeat 0 0;
    width: 152px;
    height: 116px;
    margin-top: -30px;
}
    .locationImageBackgoundSmall img {
        margin: 12px 0 0 10px; 
    }
.locationImageBackgoundSmallVertical {
    background: url('../images/locations/locationBackgroundSmallVertical.png') no-repeat;
    width: 116px;
    height: 172px;
    margin-top: -30px;
}
    .locationImageBackgoundSmallVertical img {
        margin: 10px 0 0 10px;
    }



	*html hr {margin: 5px 0;}
.search_box {
	height: 306px;
	background: url('../images/locations/search-bg.png') no-repeat 0 0;
	padding: 15px 20px;
}
	.search_box .or {
		background: url('../images/locations/text_or.png') no-repeat 0 0;
		width: 17px;
		height: 11px;
		margin: 10px 0;
	}
	.search_box a {
		font-weight: normal;
		color: #464646;
	}
	.search_box .light {
		font-weight: normal;
		color: #464646;
	}
	.search_box td {
		color: #00406e;
		font-weight: bold;
	}
	.search_box select,
	.search_box input {
		border: 1px solid #aabecc;
		display: block;
		margin: 0 0 3px 0;
		background: url('../images/locations/input-bg.png') repeat-x 0 0;
		padding: 1px;
		width: 120px;
		color: #666;
	}
		.search_box input.hidden {
			display: none;
		}
		.search_box input.radio,
		.search_box input.checkbox {
			width: auto;
			padding: 0;
			margin: 0 3px 0 0;
			clear: left;
			border: 0;
			display: block;
			float: left;
		}
		.search_box select {
			width: auto;
			display: inline;
			padding: 0;
		}
			.search_box select option {
				background: #FFF;
				color: #000;
			}
		.search_box input.search {
			background: url('../images/locations/search-button.png') no-repeat 0 0;
			width: 82px;
			height: 14px;
			margin: 0;
			border: 0;
			padding: 0;
		}
	.column {
		padding: 15px 0 0 0;
		font-size: 11px;
	}
		.one {
			width: 255px;
			padding-left: 20px;
		}
		.two {
			width: 155px;
			padding-left: 45px;
		}
		.three {
			width: 90px;
			padding-left: 45px;
		}
		
	.browse_by_cities {
		margin: 15px 0 0 0;
		border-top: 1px solid #AAA;
		display: block;
	}
	#search_results td {
	}
	#search_results .numbering {
		color:  #a49742;
		font-weight: bold;
	}
		#search_results .info {
			font-size: 11px;
			font-weight: normal;
			color: #464646;
		}
		#search_results .location_text_block {
			display: block;
			float: right;
			width: 40%;
		}
		#search_results .type {
			background: url('../images/locations/type-bg.png') no-repeat 0 0;
			float: left;
			display: block;
			width: 21px;
			height: 14px;
			margin: 2px 4px 2px 0;
		}
			#search_results .branch {
				background-position: -21px 0;
				width: 16px;
			}
		#search_results .name {
			font-weight: bold;
			margin: 0;
		}
		
	