#mapdiv {
	position: relative;
	height: 275px;
	padding: 0px;
}



#header {
	position: relative;
	height: 95px;
	background-color: #5e88a0;
	border-bottom: 3px black solid;
}

#headerimg{
	top: 15px;
	left: 15px;
	position: absolute;
}

#headerNav {
	width: 400px;
	position: absolute;
	top: 5px;
	left: 450px;
	font-size: 14px;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial;	
}

#sitemap {
position: absolute;
left: 523px;
top: 0px;
font-family: Times New Roman, Times, serif;
}

#sitemap ul {
	margin-top: 0px;
	list-style-image: url(../images/bullet-off.gif);
	list-style-type: square;
	font-size: 16px;
	color: #000000;
	font-family: Times New Roman, Times, serif;
	width: 200px;
}

#sitemap ul li {
	padding-top: 1px;
}

#sitemap ul li.on {
	color: #becfd9;
	list-style-image: url(../images/bullet-on.gif);
}

#sitemap ul li a {
	color: #000000;
	text-decoration: none;
}

#sitemap ul li a:hover {
	color: #becfd9;
	text-decoration: none;
}

#content {
	position: absolute;
	width: 100%;
	background-image: url("../images/content-background.jpg"); 
	background-repeat: repeat-x; 
	height: 200px;

}

h1 {
	padding-left: 25px;
	color: #5d87a1;
	font-family: Times New roman, Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
}


h1.home-title {
	color: #000000;
	text-align: center;
	font-size: 18px;
}

img.centered {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#content p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-left: 65px;
	padding-right: 65px;
}

#content p a {
	text-decoration: none;
}