﻿h1
{
    font-size: 30px;
    color: #542800;
    margin: 0;
    line-height: 60px;
    padding-top: 25px;
    font-weight: normal;
}
h2{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}
h3
{
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}
p{
    margin-top: 0;
}
strong { font-weight: bold; }
.overlay
{
    background-color: #1E1A17;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}
.float-left { float: left; }
.float-right { float: right; }
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.content-wrapper {
    margin: 0 auto;
    width: 1280px;
}
.center{
    margin: 0 auto;
    width: 1280px;
    text-align: center;
}
a  
{
    color: black; 
}
a:hover {
    color: #999999;
}
a img {border: none; }
.leftcolumn {
    float: left;
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
}
.leftcolumn a {
    text-decoration: none;
}
.rightcolumn
{
    float: left;
    width: 1080px; /* width + .leftcolumn width = .content-wrapper width */
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}
.rightcolumn p:first-child
{
    margin-top: 0;
}

#links { border-bottom: 1px solid #ABA48F; padding-top: 25px; }
.link { border-top: 1px solid #ABA48F; padding-top: 3px; padding-bottom: 3px; font-weight: 700; font-size: 11px; }
.sideLink{
    padding-bottom: 10px;
}
.sideLink a:hover { color: #999999; }

.group:after {
  content: "";
  display: table;
  clear: both;
}

.red { color: Red; }
.highslide img { border-width: 1px !important; }

.threeImage{
    float: left;
    width: 425px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.threeImageRight{
    float: left;
    width: 360px;
    padding-bottom: 30px;
}
.fiveImage{
    float: left;
    width: 215px;
}
.sixImage{
    float: left;
    width: 213px;
}
.fourImage{
    float: left;
    width: 300px;
    padding-bottom: 20px;
}
.greyRow{
    background-color: #F2F2F2;
}
.centeredParagraph{
    text-align: center;
    font-size: 20px;
    padding-top: 50px; 
    padding-bottom: 40px;
    width: 900px;
}
.subtitle{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
}