/* Base */
body {
	margin: 0;
	background-color: #ffffff;
	background-image: url(../images/header-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

address {
	margin: 0;
	font-style: normal;
}

/* Skip-to-content link */
.skip-link {
	position: absolute;
	top: -2000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 3;
}
.skip-link:active,
.skip-link:focus {
	position: absolute;
	top: 2px;
	right: 2px;
	width: auto;
	height: auto;
	background-color: white;
	border: 1px solid black;
	color: black;
	padding: 2px 4px;
	z-index: 12;
}

/* Page frame */
.page {
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Site header */
.site-header {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #CCCC99;
}
.site-header__prop {
	flex: 0 1 147px;
	min-width: 0;
}
.site-header__prop img {
	display: block;
	width: 100%;
	height: auto;
}
.site-header__text {
	flex: 1 1 65%;
	padding: 0 10px;
}
.site-header__deco {
	flex: 0 1 35%;
	align-self: stretch;
	background-image: url(../images/2_MemorialDay_t11.jpg);
}
.site-title {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}
.site-tagline {
	margin: 0;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

/* Body: left nav + main content */
.page__body {
	display: flex;
	width: 100%;
}

/* Left nav */
.site-nav {
	flex: 0 0 150px;
	width: 150px;
	white-space: nowrap;
	background-color: #CCCC99;
}
.site-nav__list {
	list-style: none;
	margin: 1px 0 5px 0;
	padding: 0;
	background-color: #003366;
}
.site-nav__item > a {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.site-nav__item::after {
	content: "";
	display: block;
	height: 2px;
	background-image: linear-gradient(#000000 50%, #CCCC99 50%);
}
.site-nav__item.is-current > a {
	background-color: #E3FAE7;
	color: #325884;
	font-weight: bold;
}

/* Main content */
.site-main {
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px;
	background-color: #ffffff;
}
.intro,
.content-columns {
	padding: 3px 8px;
	overflow-x: hidden;
}
.content-columns {
	display: flex;
	gap: 0 16px;
}
.content-columns__main,
.content-columns__aside {
	flex: 1 1 0;
	min-width: 0;
}

/* Footer */
.site-footer {
	background-color: #333333;
	padding: 5px;
}

/* Responsive */
@media (max-width: 700px) {
	.content-columns {
		flex-direction: column;
	}
}
@media (max-width: 480px) {
	.site-header__deco {
		display: none;
	}
}
