body {
	background-color: #AFC1D1;
	margin: 0;
	color: #37648B;
	font-family: Helvetica-Neue, Helvetica, Arial, Verdana, sans-serif;
}

p {
	margin: 0;
}

#content-panel {
	background-color: #FFFFFF;

	max-width: 900px;
	margin: 0 auto 0;	/* top left=right bottom */

	border-color: #37648B;
	border-style: solid;
	border-width: 0px 2px;
}

#content-panel-fix {
	z-index: -1;
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 500px;
	max-height: 100%;

	background-color: #FFFFFF;

	width: 100%;
	max-width: 900px;
	margin-left: -452px;
	/* margin: 0 auto 0;	/* top left=right bottom */

	border-color: #37648B;
	border-style: solid;
	border-width: 0px 2px;
}

header {
	width: 900px;
	height: 340px;
	background-color: #37648B;	
}

header #image-wrapper {
	position: absolute;
	top: 40px;
	z-index: 1;
}

header #logo {
	z-index: 2;
	position: absolute;
	top: 0px;
	width: 900px;
	text-align: center;
}

header #logo h1 {
	color: #FFFFFF;
	margin: 0;
}

nav {
	background-color: #37648B;
	color: #FFFFFF;
	text-align: center;
}

nav a {
	display: inline-block;
	width: 180px;
	height: 30px;
	background-color: #37648B;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.6em;

	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 2px;

	margin: 0px 10px;
}

nav a:hover {
	background-color: #C89B74;
	color: #000000;
}

main {
	padding: 10px;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

main img {
	box-shadow: #000000 3px 3px 5px;
}

img.left{
	float: left;
	margin-right: 25px;
}

img.no-shadow{
	box-shadow: none;
}

img.right{
	float: right;
	margin-left: 25px;
}

.tab {
	width: 250px;
	display: block;
	float: left;
}

#map {
	margin: -10px;
	width: 900px;
	height: 450px;
	padding-bottom: 16px;
}

#map iframe {
	width: 100%;
	height: 100%;

	border: 0px;
}

@media only screen and (max-width: 900px) {
	header {
		display: block;
		width: 100%;
		height: auto;
	}

	header #image-wrapper {
		position: static;
	}

	header img {
		width: 33.333%;
	}

	.tab {
		width: auto;
		display: inline;
		float: none;
	}

	header #logo {
		position: relative;
		top: 0;
		width: 100%;
	}

	nav {
		position: static;
		width: 100%;
	}

	#content-panel-fix {
		left: 0;
		bottom: 0px;
		width: 100%;
		margin-left: 0;
	}

	#map {
		width: 100%;
	}

}