﻿body
{
    background: url('/images/bg.jpg') repeat;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
}

#outer
{
    text-align: center;
}

.page
{
    width: 996px;
    margin: 0 auto;
    text-align: left;
}
.whitebg
{
    background: #fff;
}
.page_padding
{
    padding: 20px;
}

#top
{
    border-radius: 10px 10px 0 0;
    background-image: url('/images/logo.jpg');
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    background-position: 10px 15px;
    height: 210px;
    margin-top: 22px;
    position: relative;
}
#motto
{
    color: #c34d4d;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 240px;
    top: 160px;
}
#contact
{
    width: 250px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
}
.contactfont
{
    font-weight: bold;
    font-size: 18px;
}
.contactfont2
{
    font-weight: bold;
    font-size: 30px;
}
.green
{
    color: #3ea12d;
}

#menu
{
    background: #b64848;
}

#menu ul
{
    margin: 0px;
    padding: 0px;
}
#menu ul li
{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu ul li a, #menu ul li a:active, #menu ul li a:visited
{
    display: inline-block;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
#menu ul li a:hover
{
    background: #862a2a;
}
#left
{
    float: left;
    width: 616px;
    margin-right: 20px;
}
#right
{
    float: left;
    width: 320px;
}
#featured
{
    padding: 20px 20px 40px 20px;
    background: #bfe0b9;
}
#quote
{
    display: block;
    background: #b64848;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    margin: -30 20px 0 20px;
}
#quote:hover
{
    background: #862a2a;
}
#middle
{
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #225c64;
    position: relative;
}

ul.tick
{
    padding: 0px;
    list-style-type: none;
}
ul.tick li
{
    font-weight: bold;
    background-image: url('/images/tick.jpg');
    background-repeat: no-repeat;
    padding: 7px 0 7px 40px;
}
#listing .item
{
    position: relative;
    padding: 40px 20px;
}
#listing .title
{
    width: 390px;
    height: 40px;
    background: url('/images/listing_title_bg.png') no-repeat;
    text-align: right;
    position: absolute;
    top: -20px;
    left: 0px;
}
#listing .first
{
    margin-top: 20px;
}
#listing .last
{
    margin-bottom: 0px;
}

#listing h3
{
    color: #225c64;
    font-size: 18px;
    font-weight: bold;
    margin: 0; /* 0 1.2em 0;*/
    padding: 9px 50px 0 0;
}
ul
{
    margin: 0px;
    padding: 0px 0 0 30px;
    font-size: 13px;
}
.grey
{
    background: #efefef;
}

#bottom
{
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
    padding: 20px;
}
#footer
{
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

#footer a:link, #footer a:active, #footer a:visited
{
    color: #fff;
    text-decoration: none;
}
#footer a:hover
{
    color: #b64848;
}



.clear:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear
{
}


h1
{
    color: #225c64;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1.2em 0;
}

h2
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1.2em 0;
}
p
{
    font-size: 13px;
}

.label
{
    font-size: 13px;
    padding-right: 20px;
    font-weight: bold;
}
.field input, .field textarea
{
    width: 200px;
}
.field
{
    font-size: 13px;
}
