@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
* {
	margin: 0;
	padding: 0;
	outline: none;
	resize: none;
}
body {
	margin: 0;
	cursor: default;
	background: #e9a634;
	border-top: 8px solid #e9a634;
}
body, th, td, input, textarea, select {
	font: 14px/24px 'PT Sans', sans-serif;
	color: #626262;
}
header {
	display: table;
	width: 100%;
	margin-bottom: 2em;
}
header h1 {
	text-align: center;
	margin: 12px auto;
	width: 261px;
}

header h1 img {
	margin: 0;
}

#content {
	background: #fdf8df url(../images/background.png);
	padding: 1em 0 2em;
}

nav {
	display: table;
	width: 100%;
	margin: 0 auto;
}
nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
nav li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:0px;
}
nav a {
	color: #626262;
	text-decoration: none;
	display: block;
	padding: 4px 12px;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}
nav li:hover a,
nav a:hover {
	background: #e9a634;
	color: #FFFFFF;
}
nav ul ul {
	font-size: 16px;
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	z-index: 1000;
	top: 32px;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	/* width:10em; */ /* width of the drop-down menus */
	min-width: 200px;
}
nav ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
	background: #b3e0bf;
}
nav ul ul a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 12px;
	display: block;
	white-space: nowrap;
	font-size: 14px;
}

nav ul li:hover ul,
nav ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
nav select {
	display: none;	
}

section, footer ul {
	width: 800px;
	max-width: 92%;
	padding: 0 4%;
}
section {
	display: table;
	margin: 0 auto;
	height: 400px;
}
article {
	width: 100%;
	display: table;
	box-sizing: border-box;
}
article.col2 {
	width: 63%;
	float: left;
}
article.col1 {
	width: 32%;
	float: left;
}

article.left {
	margin-right: 2%;
}
article.right {
	float: right;
}

img {
	max-width: 100%;
	margin: 0.5em 0;
}
article img[style*="float: left;"] {
	margin-right: 1em;
}
article img[style*="float: right;"] {
	margin-left: 1em;
}
article table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
article table td {
	vertical-align: top;
	min-width: 80px;
	padding: 4px;
}
a {
	cursor: pointer;
	color: #e9a634;
}
a img {
	border: 0;
	text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	color: #626262;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}
h2 {
	font-size: 19px;
	color: #7f7f81;
}
section p, section ul {
	margin: 0.5em 0 1em;
}
section em {
	font-size: 1.05em;
}
section ul, section ol {
	list-style-position: outside;
	margin-left: 1.5em;
}

/* SLIDER */
#slideshow {
	width: 100%;
	border: 4px solid #b3e0bf;
}
#slideshow img {
	position: relative;
	border: none;
	margin: 0;
	display: block;
	float: left;
}
#nav {
	position: absolute;
	z-index: 100;
	width: 800px;
	border-left: 4px solid #b3e0bf;
	border-right: 4px solid #b3e0bf;
	margin-top: -200px;
}
#prev, #next {
	background-color: #b3e0bf;
	display: block;
	height: 50px;
	line-height: 60px;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0;
	font-family: 'SSStandard';
}
#prev {
	float: left;
	margin-left: 0;
	padding: 0 12px 0 4px;
}
#next {
	float: right;
	margin-left: 0;
	padding: 0 4px 0 12px;
}

/* FORM */
label {
	font-weight: bold;
}
label span {
	display: table;
	padding: 4px 0px;
}
label input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #CCC;
	line-height: 1em;
	padding: 8px 8px 6px;
}
label textarea {
	box-sizing: border-box;
	width: 100%;
	height: 6em;
	border: 2px solid #CCC;
	line-height: 1.5em;
	padding: 6px 8px;
}
label .error {
	border: 2px solid #e9a634!important;
}

/* FOOTER */
footer {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto;
}
footer ul {
	list-style: none;
	margin: 0em auto 0;
	padding: 2em 0% 4em;
	display: table;
}
footer ul li {
	width: 33%;
	float: left;
}
footer ul li a.button {
	font-size: 16px;
	padding: 0 4px;
}
footer ul li a {
	color: #FFFFFF;
}
footer ul li a img {
	position: absolute;	
	margin-top: 6px;
}

@media screen and (max-width: 840px) {
	header h1 {
		width: 261px;
		height: 94px;
		margin: 1em auto 1em;
	}
	header h1 img {
		height: 124px;
	}
	nav ul {
		display: none;
	}
	nav select {
		display: block;
		width: 84%;
		margin: 1em 8%;
		font-size: 16px;
	}
	/*
nav select {
		display: block;
		width: 84%;
		margin: 0.5em 8%;
		background: none;
		border: none;
		color: #FFF;
		font-size: 16px;
	}
	nav:after {
		content: 'select';
		position: absolute;
		color: #FFF;
		margin: -2.75em 4% 0;
		right: 4%;
		text-align: right;
	}
*/
	#slideshow {
		max-width: 95%;
	}
	#nav {
		display: none;
	}
	section, footer ul, footer ul li {
		width: 92%;
	}
	section {
		margin: 2em auto;
	}
	article.col1, article.col2 {
		width: 100%;
	}
	article.left {
		margin-right:0%;
	}
	article.right {
		float: none;
	}
	footer ul li {
		padding: 0 4% 5%;
		clear: both;
		text-align: center;
	}
	.slogan {
		padding: 1em 4% 2em;
	}
}