/* Core Stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #3d4558;
    background-color: #3c4154;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 960px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px 0;
}

p {
    margin: 0;
    padding: 0 0 20px 0;
}

hr {
	border: none;
	clear: both;
	text-align: center;
    height: 11px;
    line-height: 2em;
    overflow-y: hidden;
}

hr:after {
	color: #454B4D;
	content: '\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022\2002\2022';
	display: inline-block;
	font-size: 12pt;
	padding: 0;
	position: relative;
	top: -10px;
}

a {
    color: #781e14;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    margin: 0;
    padding: 0 40px;
}

ul {
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
}

/* Utility Classes */
.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.header {
    background-image: url(../images/topbannerBG.jpg);
    background-repeat: no-repeat;
    color: #eee;
    position: relative;
}

.header .logo {
    height: 117px;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.header img {
    position: absolute;
    top: 41px;
    left: 27px;
}

.header span {
    bottom: 50px;
    color: #d0c69a;
    font-size: 20pt;
    position: absolute;
    right: 22px;
}

.body {
    background-color: #d0d4dd;
    line-height: 2em;
    padding: 0;
    position: relative;
}

body.homepage .body {
    line-height: 1.65em;
}

.footer {
    color: #8d8a71;
    font-size: 10pt;
    padding: 12px;
    text-align: center;
}

/* Top Nav Settings */
.main-nav ul {
    background-color: #4a505f;
    border-top: 1px solid #d0d4dd;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    text-align: right;
    margin: 0;
    padding: 0 20px;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    color: #94916f;
    position: relative;
    display: block;
    line-height: 37px;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
}

.main-nav ul li:hover > a {
    color: #cac997;
}

.main-nav ul li.selected > a {
    color: #e0e0e0;
}

/* Footer Nav Settings */
.footer-nav {
    position: relative;
}

.facebook {
    margin: auto;
    position: absolute;
    width: 100%;
}

.facebook img {
    top: 8px;
    height: 23px;
    left: 8px;
    position: absolute;
    width: 108px;
}

.footer-nav ul {
    background-color: #4a505f;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    margin: 0;
    padding: 0 20px;
    text-align: right;
}

.footer-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.footer-nav ul li a {
    color: #94916f;
    position: relative;
    display: block;
    line-height: 37px;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
}

.footer-nav ul li:hover > a {
    color: #cac997;
}

.footer-nav ul li.selected > a {
    color: #e0e0e0;
}

/* Default Template Styles */

.default {
    padding: 20px;
}

/* Homepage Template Styles */

.homepage {
    display: table;
    width: 100%;
}

.homepage div.left {
    display: table;
    position: relative;
    width: 100%;
}

.homepage-left {
    display: table-cell;
    padding: 20px;
    position: relative;
    vertical-align: top;
}

.homepage-right {
    border-left: 1px solid #4a505f;
    display: table-cell;
    padding: 0;
    position: relative;
    vertical-align: top;
}

.homepage-top-right {
    border-bottom: 1px solid #4a505f;
    margin: 0;
    padding: 0;
}

.homepage-top-right img {
    display: block;
    margin: 0;
    padding: 0;
}

.homepage-bottom-right {
    padding: 20px;
}

/* Sales Template Styles */

.foal-item-first {
    padding: 20px 20px 5px 20px;
}

.foal-item {
    padding: 0 20px 10px 20px;
}

/* News Template Styles */

.news-item-first {
    padding: 20px 20px 5px 20px;
}

.news-item {
    padding: 0 20px 10px 20px;
}

.news-title {
    margin: 0;
}

.news-date {
    font-size: 10pt;
    margin: -10px 0 0 0;
    padding: 0 0 10px 0;
}

/* Columns Template Styles */
.columns {
    padding: 20px 20px 0 20px;
}

.columns-table {
    display: table;
    width: 100%;
}

.column {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}

.column-last {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    width: 1%;
}

/* Styles for the Contact Form */
#contact-form {
    padding: 0 0 20px 40px;
}

#contact-name, #contact-email, #contact-phone {
    width: 400px;
}

span.checkboxes {
    padding: 0 4px 0 0;
}

span.checkboxes label {
    padding-right: 20px;
}

#contact-message {
    height: 200px;
    resize: none;
    width: 600px;
}

/* To make images look pretty */
.border-shadow {
    border: 2px solid #606551;
    margin-bottom: 8px;
    margin-right: 8px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(53,57,36,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(53,57,36,0.5);
    box-shadow: 5px 5px 5px 0px rgba(53,57,36,0.5);
}

/* Foals */
.foals-first {
	float: left;
	margin: 0 10px 8px 0;
}

.foals-more {
	float: right;
	margin: 0 0 20px 20px;
	width: 110px;
}