﻿#TGSearch {
	width: 100%;
}

#NivoBanner {
	width: 100%;
	height: auto;
}

#map-canvas {
	width: 100%;
	height: 425px;
	margin-bottom: 0;
}

.mapkeylegend {
	width: 100%;
}

@media only screen and (min-width: 991px) {
	#TGSearch {
		width: 275px;
		min-height: 425px;
	}

	#map-canvas {
		width: 725px;
		height: 425px;
	}

	#NivoBanner {
		width: 725px;
		height: 425px;
	}

	.mapkeylegend {
		width: auto;
	}
}



@media only screen and (min-width: 991px) {
	#TGSearch {
		min-height: 425px;
	}
}