/*--------------------------------------------------*/
/* Locator						                    */

	#headerContainer {
 		background: #000 url("../../img/locator/header.jpg") no-repeat 50% 100%;
	}

		#headline {
			background: url("../../img/locator/headline.gif") no-repeat 0 0;
			height: 115px;
		}

	.titleVision {
		background: url("../../img/locator/titleVision.gif") no-repeat 0 0;
		height: 27px;
	}

	.titlePromise {
		background: url("../../img/locator/titlePromise.gif") no-repeat 0 0;
		height: 18px;
		margin: 12px 0 0;
	}

	.titleFinding {
		background: url("../../img/locator/titleFinding.gif") no-repeat 0 0;
		height: 27px;
	}

/*--------------------------------------------------*/
/* Locate                                           */

	#mapWrapper {
		border: 1px solid #b2b2b2;
		padding: 3px;
		margin: 0 0 12px;
	}
	
	#mapWrapper #map {
		width: 100%;
		height: 300px;
	}
