/*
* {
	padding: 0;
	margin: 0;
}
*/

body {
	background: #eee url('../images/bg.png') repeat-x;
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
}

h1, h2, h3 {
	font-family: "Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif;
	margin: 0;
}

.container_12 {
	background: #fff;
}

#address_input label,
#address_input textarea,
#address_input input {
	display: block;
}

#address_input label {
	font-weight: bold;
}

#address_input textarea {
	border: 1px solid #94C263;
	width: 99%;
}

#map_container {
	border: 1px solid #000;
}

#map {
	height: 470px;
}

#table_container {
	margin-top: 1em;
}

table#data_table {
	margin: 0 auto;
}

table#data_table tr.highlighted {
	background: #a7db73;
}

table#data_table td a {
	text-decoration: underline;
	color: blue;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}
