/* Comment Line */
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #03122F;
    line-height: 1.5em;
    font-size: 110%;
    margin: 0;
}
a {
    color: #66410D;
    text-decoration: none;
}
/*a:hover {
    color: #DDC1B1;
}
*/
.bigger {
  font-size: 1.2em;
}
.smaller {
    font-size: 0.8em;
}
.bolder {
  font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.indented {
    display: inline-block;
    margin-left: 20px;
}
div {
/*
    position: relative;
*/
}
.centred {
    margin: auto;
}
.clear-floats {
    clear: both;
}
/****** Page Layout  ********/
#page-bg {
    background:  #18371b url("images/background.jpg") top center;
}
#page-border {
    max-width: 960px;
    margin: auto;
    top: 20px;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
}
#header {
    border-bottom: 2px solid #245329;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
#header img {
/*    max-width: 40%;*/
    max-width: 30%;
}
#header-text {
    font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
    z-index: 6;
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    line-height: normal;
    color: #245329;
}
#header h1 {
    top: 10%;
    line-height: normal;
    font-size: 2.0em;
}
#header h2 {
    font-size: 1.4em;
}
#header-text h2 .smaller {
    font-size: .87em;
}
#logo {
    margin: 5%;
    max-width: 100%;
    padding: 0;
    outline: none;
}
#building {
    max-width: 40%;
    float: right;
    position: relative;
    border: 6px solid #2D4B49;
    top: 26px;
    padding: 6px;
    right: -6px;
}
#content {
    z-index: 6;
    margin: 10px auto;
}
#footer {
    font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
/*    font-size: 1.3em;*/
    padding: 20px;
    line-height: 1.4em;
    border-top: 2px solid #245329;
    border-radius: 20px;
}
.ontheright {
    float: right;
    width: 40%;
    text-align: right;
}
#copyright {
/*  position: absolute;*/
    margin: auto;
    top: 10px;
    z-index: 20;
    font-size: 0.7em;
}

#bayberry {
    width: 940px;
    margin: auto;
    font-size: 0.9em;
}
#bayberry a {
    color: white;
}
/**************   Images    ****************/
img {
    max-width: 100%;
}
#content img {
    max-width: 90%;
    margin: auto;
    padding: 2%;
/*    border: 3px #74A935 solid;*/
    max-height: 380px;
    display: block;
    border-radius: 20px;
}
.noborder {
    border: none !important;
}
div.pic-left,
div.pic-right {
    width: 52%;
    bottom: 0;
}
.pic-left {
    float: left;
    margin-right: 3%;
/*    left: 0;*/
}
.pic-right {
    float: right;
    margin-left: 3%;
/*    position: absolute;
    right: 0;*/
}
.pic-centre,
.pic-right,
.pic-left {
/*    background: #cccccc;*/
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    color: #824D04;
}
.pic-centre p,
.pic-right p,
.pic-left p{
    margin-top: 4px;
}
.different .pic-left {
    width: 50%;
}
#content img.pic-narrow {
    max-width: 50%;
}
#content img.pic-wide {
    max-width: 100%;
}
#content img.more-space {
    margin: 4% auto;
}
/************   Content ***************/
.separator {
    clear: both;
    text-align: center;
    color: #2D4B49;
    font-size: 1.4em;
    border-top: 1px solid #2D4B49;
    border-bottom: 1px solid #2D4B49;
    padding: 10px;
    margin: 10px auto;
}
h1 {
    font-size: 2.0em;
    font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
    color: #245329;
    font-weight: normal;
}
#content h1 {
    margin-top: 20px;
}
h1 + p {
}
.heading1,
.heading2,
h3,
h2 {
    font-size: 1.60em;
    font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
    margin: 20px 0 1px;
    font-weight: normal;
    line-height: normal;
    color: #245329;
}
.heading2,
h3 {
    margin: 0;
    font-size: 1.40em;
}
.style3,
.quote {
    font-size: 1.4em;
    font-style: italic;
}
.speaker {
    font-style: italic;
}
.style4 {
    font-weight: bold;
}
#content ul {
    list-style-image: url("images/dot.gif")
}
#rates {
    width: 35%;
    float: right;
    border: 3px solid #74A935;
    padding: 6px;
    margin: 0 0 8px 3%;
    
}
.col1, 
.col2 {
    display: inline-block;
    width: 32%;
    text-align: right;
}
#rates p {
    margin: 3px 0;
    border-top: 1px solid #74A935;
}
#rates p:nth-child(2) {
    border: none;
}
/************   Google Map    ***************/
#map_canvas { 
    height: 400px;
}

#map_canvas img {
    background-color: transparent;
/*    max-width:none; */
    max-width: 1200px;
    max-height: none;
    padding: 0px;
    outline: none;
    border-radius: 0;
}
#map_canvas .info-pic {
    max-width: 300px;
    display: block;
    margin: auto;
}
.infotext {
    color: #9F1900;
}
