/*--------------------------------------------------*/
/* Details                                          */

	
	h3.first {
		font-size: 2.2em;
	}

	

/*--------------------------------------------------*/
/* Centre Details                                   */

	.details {
		width: 250px;
		float: left;
	}

		.details address {
			margin: 0 0 12px 8px;
			font-style: normal;
		}

		.details form fieldset {
			border: 0;
			padding: 0 0 12px;
		}

			.details #giveDirections {
				color: #000;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
				font-size: 1.1em;
				padding: 0 0 12px;
				display: block;
			}

			.details form input {
				float: left;
			}

				.details form input#fldSaddr {
					margin: 2px 6px 0 8px;
				}

		.details dl {
			padding: 0 0 0 8px;
		}

			.details dt {
				font-weight: bold;
				float: left;
				display: block;
				width: 80px;
			}
	
			.details dd {
				padding: 0 0 6px;
			}

	/*--------------------------------------------------*/
	/* Map                                              */

		#mapContainer {
			float: right;
			border: 1px solid #b2b2b2;
			padding: 3px;
			height: 302px;
			position: static;
		}

			#map {
				width: 340px;
				height: 300px;
				overflow: none;
				border: 1px solid #b2b2b2;
			}

/*--------------------------------------------------*/
/* Form                                             */

	.dataCapture {
		margin-top: 0;
		margin-bottom: 22px;
	}

		.dataCapture form fieldset.submit {
			float: none;
			clear: both;
		}

		.dataCapture form fieldset.submit .row {
			padding: 12px;
		}

/*--------------------------------------------------*/
/* Confirmation                                     */

	address.confirmation {
		padding: 0 0 12px 12px;
		font-style: normal;
	}
