@charset "utf-8";
#PageFooter {
	padding: 20px;
	color: #FFFFFF;
	background-color: #4b3021;
	text-align: center;
}
#PageFooter p {
	line-height: 1.4;

}
#PageFooter p a {
	color: #EA7D0E;
}
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #DFDFDF;
}
#PageHeader {
	background-color: #2F1704;
}
#PageMenu  {
	text-align: center;
}
#PageMenu ul {
	margin: 0;
	padding: 20px;
	display: block;
}
#PageMenu ul li {
	display: inline;
}
#PageMenu ul li a {
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
#PageLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 200px;
	margin-bottom: -100px;
}
#PageMain {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #FFFFFF;
	max-width: 1200px;
}
#PageBanner {
	height: 600px;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center center;
	margin-bottom: 0px;
	padding-top: 250px;
	padding-bottom: 250px;
	padding-left: 100px;
}
.one-third-column {
	float: left;
	width: 33.333%;
}
.half-column {
	width: 50%;
	float: left;
}
.clear  {
	clear: both;
}
.typography h2 {
	font-size: 26px;
	line-height: 1.4;
}
.typography h3 {
	border-bottom: 2px solid #4B3021;
	color: #4B3021;
	padding-bottom: 4px;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.typography h4, .typography h5, .typography h6{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 4px;
}
.typography table {
	font-size: 20px;
	margin-bottom: 15px;
	min-width: 400px;
	width: 80%;
	border-bottom: 2px solid #EA7D0E;
}
.typography tbody tr:nth-child(odd)  {
	background-color: #f3f3f3;
}

.typography table tbody tr {
	border-top: 1px solid #DDDDDD;
}
.typography tbody th, .typography table td {
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
}
.typography table th {
	text-align: left;
}
.typography p, .typography li {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.typography li {
	margin-bottom: 0;
}
.typography .float-right {
	float: right;
}
#PageBanner h1  {
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 40px;
}
#PageBanner h1 strong {
	color: #EB7400;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align: left;
	font-size: 70px;
	font-weight: normal;
	display: block;
}
#PageBanner p {
	color: #FFFFFF;
	font-size: 20px;
}
#PageMenu ul li .current {
	color: yellow;
}
