﻿html,body
{
    margin: 0;
    width: 100%;
    height: 100%;
}
body
{
    font-family: Lato, Arial;
    font-size: 14px;
    color: #322f31;
    line-height: 1.3em;
}

form
{
    margin: 0;
}
table
{
    font-size: 100%;
}
img
{
    border: 0;
}
a
{
    color: #322f31;
    text-decoration: none;
}
p
{
    margin: 0;
}
a:hover
{
    text-decoration: underline;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.outerContainer
{
    max-width: 1375px;
    margin: 0 auto;
    background-image: url(../images/Camperdown/PageBackground.jpg);
    background-position: top center;
}
.floatContainer
{
    width: 1000px;
    margin: 0 auto;
}
header
{
    width: 1000px;
    height: 171px;
    background-color: white;
    text-align: center;
}
header .logo
{
    margin-top: 23px;
}
nav
{
    background-color: #9a9a9a;
}
.homeBanner
{
    width: 100%;
    height: 381px;
    background-image: url(../images/Camperdown/Banner.jpg);
    background-position: -187px -203px;
    position: relative;
}
.homeBannerText
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    color: white;
    font-size: 1.8em;
    line-height: 1.3em;
    letter-spacing: 1px;
}
.content
{
    background-color: white;
    padding: 15px;
}
.homePromo
{
    float: left;
    margin: 9px;
    position: relative;
}
.homePromo span
{
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    font-size: 20px;
    background-image: url(../images/Black70.png);
    color: white;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
}
footer
{
    width: 100%;
    background-color: white;
    font-size: 0.9em
}
footer .inner
{
    padding: 10px 20px;
}
footer .right
{
    padding: 0 20px;
}
footer .copyright
{
    padding: 20px 0 0;
}

.personEventArticle h2
{
    margin-top: 0;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 700;
}
.personEventArticle img.right
{
    margin-left: 10px;
}
.personEventArticle img.left
{
    margin-right: 10px;
}
.personEventArticle a.readMore
{
    display: inline-block;
    float: right;
    font-weight: bold;
}
footer .socialShare
{
    float:left;
}
.tellAFriendFooter
{
    float: right;
    margin: 9px 0 0 8px;
}
.tellAFriendFooter a
{
    font-weight:bold;
    font-size: 15px;
    text-transform: uppercase;
}
.tellAFriendFooter a:hover
{
    text-decoration: none;
}
.LargeText
{
    font-size: 1.2em;
    line-height: 1.5em;
}
.MainHeading
{
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 700;
}
.SubHeading
{
    font-size: 110%;
    font-weight: 700;
}
.NoLineSpacing
{
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.HalfLineSpacing
{
    line-height: 1.5em;
}
.FullLineSpacing
{
    line-height: 2em;
}