/* -------------------------------------------------------------------- basics */
* {	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #A0A5A8;
}
body {
	background-color: #888B8D;
}
h1 {
	font-size: 15px;
	clear: both;
	color: #70767A;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 15px;
	color: #50A5B7;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
h3 {
	color: #50A5B7;
	margin: 0px;
	font-size: 15px;
}
h3 a:link, h3 a:visited {
	color: #A0A5A8;
	text-decoration: none;
	font-size: 15px;
}
h3 a:hover, h3 a:active {
	color: #50A5B7;
	text-decoration: none;
}
h3.active {
	color: #50A5B7;
}
p {
	margin-bottom: 15px;
	margin-right: 22px;
}
a:link, a:visited {
	color: #A0A5A8;
}
a:hover, a:active {
	color: #A0A5A8;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin-right: 22px;
	margin-bottom: 15px;
}
li {
	background-image: url(img/bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
hr {
	border: none;
	border-bottom: 1px solid #E4E7E7;
	height: 0;
	width: 100%;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 15px;
	clear: both;
}
.imgHome{
	margin-top: 15px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D5D8D9;
}
.imgMap {
	float: right;
	margin-right: 25px;
	margin-bottom: 0px;
}
a img {
	border: none;
}

.gallery {
	margin-right: 9px;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D5D8D9;
}

