@charset "utf-8";
#PageFooter  {
    background-color: #4B3021;
    padding: 20px;
    color: #FFFFFF;
    text-align: center;
}
#PageFooter p {
    line-height: 1.4;
}
#PageFooter p a {
    color: #EA7D0D;
}
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background-color: #DFDFDF;
}
#PageHeader {
    background-color: #4B3021;
}
#PageMenu {
    text-align: center;
}
#PageMenu ul {
    margin: 0;
    padding: 20px;
    display: block;
}
#PageMenu ul li {
    display: inline;
}
#PageMenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 20px;
	font-size: 20px;
}
#PageLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: auto;
    margin-bottom: -100px;
}
#PageMain {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: #FFFFFF;
    max-width: 1200px;
}

#PageBanner  {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 100px;

}
.typography h2 {
    font-size: 26px;
    line-height: 1.4;
}
.typography h3 {
    border-bottom: 2px solid #4B3021;
    color: #4B3021;
    line-height: 1.4;
    padding-bottom: 4px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.typography h4, .typography h5, .typography h6 {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 1.4;
}
.typography table  {
    width: 80%;
    min-width: 400px;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #EA7D0E;
}
.half-column {
    width: 50%;
    float: left;
}
.typography table tbody tr {
    border-top: 1px solid #DDDDDD;
}
.typography table th, .typography table td {
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
}
.typography table th {
    text-align: left;
}
.typography tbody tr:nth-child(odd)  {
    background-color: #F3F3F3;
}






.typography p , .typography li{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.typography li {
    margin-bottom: 0px;

}
.typography .float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 60%;
    border-bottom: 2px solid #EA7D0E;
}
.typography .float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 60%;
    border-bottom: 2px solid #EA7D0E;
}
#PageBanner h1  {
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 5px;
}
#PageBanner h1 strong {
    color: #EA7D0E;
    font-family: "Brush Script MT", cursive;
    font-size: 70px;
    font-weight: normal;
    display: block;
}
#PageBanner p {
    color: #FFFFFF;
    font-size: 20px;
}
.one-third-column {
    float: left;
    width: 33.3333%;
}
.one-third-column h3 {
    max-width: 80%;
}

.clear {
    clear: both;
}
#PageMenu ul li .current {
    color: #FFFD00;
}
form {
    padding: 15px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 2px solid #EA7D0E;
    border-top: 1px solid #dddddd;
    background-color: #F3F3F3;
}
form label {
    display: block;
    font-size: 20px;
}
form input, form textarea {
    width: 90%;
    margin-bottom: 15px;
    font-size: 20px;
    padding: 4px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
