* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/bg-pattern.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	min-width: 980px;
}

.logos {
	display: flex;
	align-items: flex;
	gap: 20px;
	margin: 30px 0;
}

.logos img {
	display: block;
}

.logos a:has(.text-box) {
	display: flex;
	gap: 15px;
	align-items: center;
}

.logos a:hover {
	text-decoration: none;
}

.logos .text-box strong {
	display: block;
}

.logos .text-box {
	color: #666;
	display: block;
	line-height: 22px;
}

aside .flex {
	display: flex;
	gap: 18px;
	align-items: center;
}

p {
	line-height: 22px;
	margin-bottom: 11px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #702;
}

h1 {
	font-size: 24px;
	margin-bottom: 24px;
	margin-top: 5px;
	line-height: 28px;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #ecc;
	padding-bottom: 4px;
	margin-bottom: 15px;
	margin-top: 25px;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	color: #c99;
	margin-bottom: 18px;
	margin-top: -5px;
}

h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #333;
}

.mspammer:before {
	content: "@";
}

a {
	color: #702;
	text-decoration: none;
}

a:focus {
	outline: 0;
	border: 0;
}

a:hover, a:hover span {
	text-decoration: underline;
}

address {
	font-style: normal;
}

nav a:hover {
	text-decoration: none;
}

strong {
	color: #333;
}

article ul {
	margin-bottom: 18px;
}

article ul li {
	line-height: 22px;
	margin-bottom: 6px;
	list-style: none;
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat 0 8px;
}

div#headerimage {
	position: absolute;
	width: 1400px;
	left: -700px;
	margin-left: 50%;
	top: 0px;
	min-height: 50px;
}

div#headerimage > img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

div.headpattern {
	position: absolute;
	left: -2000px;
	background-image: url(../img/bg-pattern.png);
	width: 5400px;
	height: 350px;
}

div.image-narrow {
	position: fixed;
	width: 100%;
	height: 55px;
	top: 0px;
	overflow: hidden;
}

div.image-high {
	position: fixed;
	width: 100%;
	height: 350px;
	top: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: -1;
}

header {
	position: static;
	height: 350px;
	border-bottom: 5px solid #ecc;
	width: 100%;
	margin-left: 0%;
	left: 50%;
	overflow: hidden;
	min-width: 980px;
	z-index: 99;
}

div.image-narrow header {
	position: fixed;
	left: 0%;
	margin-top: -300px;
}

header nav {
	margin-top: 290px;
}

header nav div.bg {
	width: 300%;
	margin-left: -100%;
	height: 49px;
	background-image: url(../img/nav-bg.png);
	margin-bottom: -36px;
	border-bottom: 1px solid white;
}

header nav ul {
	margin-left: -10px;
}

header nav ul > li {
	float: left;
	list-style: none;
}

header nav ul > li > a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
	color: #daa;
	padding: 10px;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

header nav ul > li > a.active, header nav ul > li > a:hover {
	color: white;
}

header img {
	float: left;
	margin-left: -17px;
	margin-top: 80px;
}

div.wrapper {
	position: relative;
	width: 960px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	background-color: white;
	padding: 20px 0px;
}

article {
	float: left;
	width: 600px;
}

div#content article {
	padding-right: 20px;
	border-right: 1px dashed #ecc;
}

article section {
	margin-top: 18px;
	border-top: 4px double #ecc;
	padding-top: 16px;
	margin-bottom: 22px;
}

article section h1 {
	font-size: 20px;
	margin-bottom: 16px;
	margin-top: 5px;
	line-height: 20px;
}

aside {
	margin-left: 640px;
}

aside div {
	overflow-y: hidden;
}

aside h2 {
	cursor: pointer;
	margin-top: 10px;
}

aside ul {
	margin-top: -5px;
}

aside ul li {
	line-height: 26px;
}

footer {
	padding-top: 10px;
	padding-bottom: 15px;
	background-image: url('../img/footer-shadow.png');
	background-position: center top;
	background-repeat: no-repeat;
	text-shadow: 1px 1px 0px white;
}

footer nav {
	margin-left: -7px;
	margin-top: 18px;
}

footer nav ul > li {
	float: left;
	list-style: none;
}

footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	float: left;
}

footer nav ul > li > a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	padding: 7px;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

footer nav ul > li > a.active, footer nav ul > li > a:hover {
	color: #333;
}

p span {
	display: inline-block;
	min-width: 50px;
}

img.name {
	position: absolute;
	top: 0px;
	left: 280px;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

form {
	padding: 3px 0 15px 0;
}

form p {
	min-height: 35px;
	display: block;
}

form p span {
	display: inline-block;
	width: 170px;
}

label {
	display: inline-block;
	padding-top: 5px;
}

input[type="text"], input[type="email"], textarea {
	position: relative;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #555;
	border: 1px solid #ddd;
	padding: 6px 8px;
	width: 400px;
}

textarea {
	min-width: 400px;
	max-width: 400px;
	height: 100px;
}

input[type="submit"] {
	background-image: url(../img/nav-bg.png);
	background-color: #702;
	padding: 10px 15px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	border: 1px solid #702;
	border-radius: 5px;
	margin-top: 15px;
	display: inline-block;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

input[type="submit"]:hover {
	background-color: black;
}

.expander {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: -15px;
	margin-bottom: -15px;
	clear: both;
	float: none;
}

.expander.open {
	margin-bottom: -8px;
}

.expander a.title {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.expander h2.title {
	border-bottom: 1px solid white;
}

.expander.open h2.title {
	border-bottom: 1px solid #ecc;
}

section.job .expander {
	margin-top: 0;
	margin-bottom: -27px;
}

section.job .expander.open {
	margin-bottom: 0;
}

section.job:last-of-type {
	border-bottom: 4px double #ecc;
	padding-bottom: 25px;
}

section.team > img {
	display: block;
	float: left;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #ecc;
}

span.spamprotect {
	display: none;
}
