@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background-image: url(../images/backgrounds/body.gif);
	background-position: top center;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#page {
/*	background-image: url(../images/backgrounds/page.gif);
	background-position: top center;
	background-repeat: repeat;*/
	background-color: white;
	color: black;
	width: 775px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #08151e;
	border-right: 1px solid #08151e;
	display: table;
}

#headerPhoto {
	position: absolute;
	top: 0px;
	left: -700px;
	width: 160px;
	height: 160px;
	z-index: 1000;
}

#header {
	background-image: url(../images/backgrounds/header.gif);
	background-position: top center;
	background-repeat: repeat;
	width: 775px;
	margin: 0px;
	text-align: center;
}

#logo {
	margin: 0px auto 0px auto;
}

#address {
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
}

#navigation {
	background-image: url(../images/backgrounds/header.gif);
	background-position: top center;
	background-repeat: repeat;
	padding: 0px;
	padding: 6px 8px 8px 8px;
	margin: 0px;
	text-align: center;
}

#content {
	text-align: left;
	padding: 0px 24px 24px 24px;
}

#footer {
	background-image: url(../images/backgrounds/header.gif);
	background-position: top center;
	background-repeat: repeat;
	width: 775px;
	text-align: center;
}


.highlight {
	text-align: center;
	width: 180px;
	padding: 12px;
}

.highlightImage {
	width: 120px;
	height: 120px;
	border: 1px solid #666;
	margin-bottom: 8px;
}

.highlightSpace {
	height: 24px;
	width: 24px;
}

.highlightLocationMap {
	text-align: center;
	width: 400px;
	padding: 24px 12px 24px 12px;
	margin: 0px auto 0px auto;
}

.highlightLocationMap img {
	border: 1px solid white;
}

