/* CSS Document */

p, li {
	font-size: 1.2em;
	color: Black;
	margin: 0px;
}

a {
	color: Black;
	margin: 0px;
}

.tools {
	clear: both;
	background-color:;
}

.tools a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #726249;
}

h1, h2 {
	margin: 0px;
	margin-bottom: 10px;
}

h1 {
	color: #726249;
	font-size: 1.5em;
}

h2 {
	color: #AF9C7C;
	font-size: 1.4em;
}

.focus {
	color: black;
	background-color: white;
}

.bold {
	font-weight: bold !important;
}

p {
	margin-bottom: 10px;
}

.h1tag h1 {
	 width: 387px;
	 height: 22px;
	 text-align: right;
	 padding: 0px;
	 padding-top: 210px;
	 padding-right: 10px;
	 margin: 0px;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 1.4em !important;
}

#footer a {
	color: #c5baab;
	font-size: 9px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #6C5739;
}

.tels {
	color: #309300;
	font-size: 1.4em;
}

#map {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid white;
}

.mapFilters {
	float: right;
	width: 200px;
	border: 1px solid black;
	background-color: white;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

.mapFilters p {
	margin: 0px;
	font-weight: bold;
}

.mapFilters h1 {
	margin: 0px;
	font-weight: bold;
	font-size: small;
}

.mapFilters a {
	display: block;
	font-weight: normal;
	padding-left: 2px;
	text-decoration: none;
	background-color: #F3F3F3;
	margin-bottom: 1px;
}

.mapFilters a:hover {
	background-color: #FFFFFF;
	color: black;
	font-weight: bold;
}