div.maps, div.desc, div.email {
	clear: both;
	margin-bottom: 15px;
	position: relative;
	margin: 0; auto 15px;
	width: 100%;
}

div.map {
	border: 1px solid #aeaeae;
	margin-bottom: 15px;
	width: 48%;
	margin-left: 1.5%;
	float: left;
}

div.map iframe {
	width: 100%;
	height: 275px;
}

div.fakemap {
	width: 350px;
	height: 275px;
}
div.map-header {
	border-bottom: 1px solid #aeaeae;
	padding: 0px 5px;
	background-color: #F2EFE9;
	color: #555;
	height: 1.5em;
}

div.map-header span {
	float: left;
	cursor: default;
}

div.map-header a {
	float: right;
	font-size: 10px;
}

div#content a{
	text-decoration: none;
	color: #115555;
}

div#content a:hover {
	color: #337777;
	text-decoration: underline;
}

#content h4, h5 {
	margin: 0 0 10px 0;
}

div.addresses {
	position: relative;
	text-align: center;
	width: 100%;
}

div.address {
	position: relative;
	margin: 15px auto;
	width: 50%;
}

div.email {
	text-align: center;
	margin: 15px 0;
}

div.email p {
	margin: 0 0 10px 0;
}

div.contact-form {
	position: relative;
	margin-top: 45px;
	border: 1px solid #aeaeae;
	background: #f5f5f5;
}

div.contact-form h4, div.contact-form h5 {
	text-align: center;
	padding: 3px 0;
	border-bottom: 1px solid #aeaeae;
	background: #F2EFE9 url('../images/a-bt.jpg') bottom center repeat-x;
}

form {
	position: relative;
	padding: 0 15px 15px 15px;
	margin: 0 auto;
	width: 50%;
	font-size: 16px;
}

form div {
	position: relative;
	font-size: 14px;
}

form div label {
	font-size: 14px;
	text-align: left;
	display: block;
}

form div input.text, form div textarea {
	width: 100%;
	margin-bottom: 10px;
	display: block;
/*	background: transparent; */
	border-color: #aeaeae;
	border-width: 1px;
}

img.verify {
	margin-bottom: 5px;
}

div.contact-form p {
	text-align: center;
}

#error-message {
	font-size: 10px;
	text-align: center;
	color: #bb0000;
}
