* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #262626;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 40px;
	position: relative;
}

#header {
	background-color: #0a3761;
	height: 46px;
	position: relative;
}

#logo {
	position: absolute;
	left: 10px;
	top: 8px;
}

#footer {
	background-color: #0a3761;
	bottom: 0;
	height: 40px;
	position: absolute;
	width: 100%;
}

#footer a {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
}

#map {
	margin: 20px 0;
	text-align: center;
}

#dhtmltooltip{
	background-color: #fff;
	border: 1px solid #0a3761;
	padding: 2px 5px;
	position: absolute;
	visibility: hidden;
	width: 100;
}
