/* LAYOUT

----------------------------------------------------------------------------- */
#wrapper {
    width: 800px;
    margin-top: .1em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #ffffff;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-box-shadow: 10px 10px 5px rgba(150,150,150,0.5);
    -webkit-box-shadow: 10px 10px 5px rgba(150,150,150,0.5);
    box-shadow: 10px 10px 5px rgba(150,150,150,0.5);
}
#left_bar {
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    height: 100%;
    float: left;
    width: 300px;
    padding-bottom: 2000em;
    margin-bottom: -2000em;
}
#right_bar {
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    width: 500px;
    float: right;
    margin-bottom: -2000em;
    padding-bottom: 2000em;
}
.prop {
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    height: 325px;
    background-position: top right;
    margin-bottom: 0em;
    background-repeat: no-repeat;
}
#left_bar img {
    padding-left: 25px;
    padding-top: 15px;
    margin-bottom: 40px;
}
#address_block {
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    margin-top: 3em;
    line-height: 1.5em;
}
#right_bar {
    float: right;
    margin: 0em;
    padding: 0em;
}
#footer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#left_footer {
    clear: both;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-box-shadow: 10px 10px 10px rgba(150,150,150,0.5);
    -webkit-box-shadow: 10px 10px 10px rgba(150,150,150,0.5);
    box-shadow: 10px 10px 10px rgba(150,150,150,0.5);
    height: 30px;
    float: left;
    width: 300px;
}
#right_footer {
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-box-shadow: 10px 10px 10px rgba(150,150,150,0.5);
    -webkit-box-shadow: 10px 10px 10px rgba(150,150,150,0.5);
    box-shadow: 10px 10px 10px rgba(150,150,150,0.5);
    height: 30px;
    width: 500px;
    float: right;
}
#content {
    margin-left: 0em;
    margin-bottom: 1em;
    margin-right: 2em;
    margin-top: 0em;
}
#content h1, #content h2, #content h3, #content p, #content form {
    margin-left: 24px;
}
#content img {
    float: right;
    padding-top: 1em;
    padding-left: 2em;
    padding-bottom: 0em;
    padding-right: 0em;
}
#map {
    width: 450px;
    height: 300px;
    margin-top: 2em;
    border: 1px #211f20 solid;
    margin-left: auto;
    margin-right: auto;
}
/* COLOURS AND BACKGROUND IMAGES

----------------------------------------------------------------------------- */
body {
    background-image: url(../images/apple_background.gif);
    background-repeat: repeat;
    background-attachment: fixed;
}
#left_bar {
    background-color: #211f20;
}
#right_bar {
    background-color: #ffffff;
    color: #000;
}
#left_footer {
    background-color: #211f20;
}
#right_footer {
    background-color: #ffffff;
    color: #000;
}
.green {
    color: #b8d98a;
}
/* NAVBAR & LINKS

----------------------------------------------------------------------------- */
a:link {
    color: #99ab32;
    text-decoration: underline;
}
a:link:hover {
    color: #211f20;
    text-decoration: underline;
}
#navbar li {
    display: list-item;
    list-style-type: none;
}
#navbar a {
    color: #ffffff;
    padding-top: 4px;
    padding-left: 15px;
    padding-bottom: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px #ffffff solid;
    margin-left: 50px;
    display: block;
    margin-top: 0.5em;
    margin-right: 50px;
    text-transform: capitalize;
    background-color: #000;
    text-decoration: none;
}
#navbar a:hover, #navbar a.current {
    color: #000;
    background-color: #b8d98a;
    text-decoration: none;
    background: #b8d98a left left left left left left;
    background: -moz-linear-gradient(top, #d9ffa1, #7d925c);
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d98a), to(#b8d98a));
    color: #000000;
    /* text colour (black) */
    height: auto;
    /* gradient uses the full height of the element */
}
#subnav ul {
    margin-left: 2em;
    margin-top: 1em;
}
#subnav li {
    display: inline;
    list-style-type: none;
}
#subnav a {
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px #000000 solid;
    display: inline-block;
    text-transform: capitalize;
    background-color: #211f20;
    text-decoration: none;
    width: 100px;
    padding-left: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 0.8em;
    font-weight: bold;
}
#subnav a:hover, #subnav a.current {
    color: #000;
    background-color: #b8d98a;
    text-decoration: none;
    border: 1px #211f20 solid;
    background: #b8d98a left left left left left left;
    background: -moz-linear-gradient(top, #d9ffa1, #7d925c);
    background: -webkit-gradient(linear, left top, left bottom, from(#d9ffa1), to(#7d925c));
    color: #000000;
    /* text colour (black) */
    height: auto;
    /* gradient uses the full height of the element */
}
#offerbox {
    margin-top: 3em;
    text-transform: capitalize;
    margin-left: 50px;
}
#offerbox li {
    display: inline;
}
#offerbox a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 1px #ffffff solid;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: 1em;
    font-weight: bold;
    display: inline;
    border: 1px #ffffff solid;
    background-color: #b8d98a;
    padding-top: .5em;
    padding-left: .25em;
    padding-right: .25em;
    margin-right: 3px;
}
#offerbox a:link, #offerbox a:visited {
    background-color: #000;
    color: #ffffff;
    text-decoration: none;
}
#offerbox a:hover, #offerbox a.current {
    color: #000;
    text-decoration: none;
    background-color: #b8d98a;
}
#offerbuttons {
    margin-top: 3em;
    margin-left: 50px;
    margin-right: 50px;
}
#offerbuttons li {
    display: list-item;
}
#offerbuttons a {
    background-color: #b8d98a;
    padding-top: 4px;
    padding-left: 15px;
    padding-bottom: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: #ffffff;
    display: block;
    margin-top: 0.5em;
    text-decoration: none;
    font-size: 1.5em;
}
#offerbuttons a:link, #offerbuttons a:visited {
    color: #000000;
    text-decoration: none;
}
#offerbuttons a:hover {
    color: #4b5837;
    text-decoration: none;
    background-color: #b8d98a;
    background: -moz-linear-gradient(top, #7d925c,#d9ffa1);
    background: -webkit-gradient(linear, left top, left bottom, from(#7d925c), to(#d9ffa1));
    height: auto;
    /* gradient uses the full height of the element */
}
.read_more {
    font-size: .5em;
    text-align: right;
    text-transform: lowercase;
    padding-top: .25em;
    padding-right: .5em;
    font-weight: bold;
}
.gradient {
    background: #b8d98a left left left left left left;
    background: -moz-linear-gradient(top, #d9ffa1, #7d925c);
    background: -webkit-gradient(linear, left top, left bottom, from(#d9ffa1), to(#7d925c));
    color: #000000;
    /* text colour (black) */
    height: auto;
    /* gradient uses the full height of the element */
    padding: 5px;
    /* distance from border edge to text */
}
/* TEXT FORMATTING

----------------------------------------------------------------------------- */
html {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 12px;
}
h1 {
    color: #b8d98a;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 2em;
    margin-bottom: .5em;
}
h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: .25em;
}
h3 {
}
h4 {
}
.strapline {
    font-family: sans-serif;
    color: #000;
    font-size: 2.5em;
    clear: right;
    padding-left: 1em;
}
.quote {
    color: #99ab32;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 3em;
    padding-right: 2em;
}
.action {
    font-family: sans-serif;
    color: #000;
    font-size: 2em;
    margin-top: 1em;
}
#content p {
    line-height: 1.5em;
    margin-bottom: .25em;
}
.general_list li {
    list-style-type: disc;
    margin-left: 3em;
    line-height: 1.5em;
}
#content ul {
    margin-bottom: 1em;
}
#content dl {
    display: block;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 2em;
}
#content dt {
    float: left;
    display: block;
    width: 150px;
    padding-bottom: .5em;
}
#content dd {
    float: right;
    display: block;
    padding-bottom: .5em;
}
#content ol {   display: block;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 2em;
}
#content div.right p img {
    float: right;
    padding-bottom: 2em;
    clear: both;
    display: inline;
}
#content div.left p img {
    float: left;
    padding-right: 1em;
    margin-bottom: 2em;
    clear: both;
    display: inline;
}
h1.staff_name {
    color: #000;
    font-size: 1.25em;
    padding-bottom: 0em;
    margin-bottom: 0em;
    padding-top: 0.5em;
}
h3.staff_name {
    color: #000;
    font-size: 1em;
    margin-bottom: 0em;
    padding-bottom: 0em;
}
h2.staff_role {
    color: #b8d98a;
    font-size: 1.25em;
}
p.gdc_number>a {
    font-size: 0.5em;
    margin-top: 0em;
    padding-top: 0em;
    margin-bottom: 0.5em;
    }
.right>p.gdc_number>a {
    padding-left: 1.5em;
    }
p.staff_text {
    font-size: .8em;
    padding-left: 2em;
}
.plan {
    margin-left: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.plan h2 {
    padding-bottom: .5em;
    color: #b8d98a;
    font-size: 1.5em;
    margin-top: 1em;
}
.plan ul li {
    list-style-type: disc;
    margin-left: 5em;
    margin-bottom: .5em;
}
.plan ul li ul li {
    list-style-type: circle;
    margin-left: 2em;
    margin-bottom: 0em;
    margin-top: .5em;
}
#offers h1 {
    margin-top: 1em;
}
.enhance {
    font-weight: bold;
    padding-bottom: .5em;
    padding-top: .5em;
}
/* FORMS

----------------------------------------------------------------------------- */
#bus_form {
    margin-top: 2em;
    margin-left: 2em;
}
.left ul li {
    margin-left: 2em;
}
#saddr {
    width: 7em;
}
#content p {
    margin-left: 10px;
}
.call_back {
    float: right;
    margin-top: 3em;
    margin-right: 1em;}
#callback form {
    width: 80%;
}
#callback legend {
    background-color: #ffffff;
    border: 1px #211f20 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: .5em;
    font-weight: bold;
}
#callback fieldset {
    background-color: #b8d98a;
    border: 1px #211f20 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1em;
}
#callback label {
    width: 12em;
    display: inline-block;
    margin-left: 1em;
}
#callback input {
    border: 1px #211f20 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: .1px;
    width: 200px;
}
#callback textarea {
    margin-left: 13.5em;
    border: 1px #211f20 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 200px;
}
#callback .btn {
    width: 10em;
    margin-left: 1em;
}
#contact {
    width: 250px;
    float: left;
}
#contact legend {
    background-color: #ffffff;
    border: 1px #211f20 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: .5em;
    font-weight: bold;
    margin-left: 2em;
}
#contact fieldset {
    background-color: #b8d98a;
    border: 1px #211f20 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 0em;
    width: 260px;
}
#contact label {
    width: 9em;
    display: inline-block;
}
#contact input {
    border: 1px #211f20 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: .2px;
    width: 125px;
}
#contact textarea {
    margin-left: 9.5em;
    border: 1px #211f20 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 125px;
}
#contact .btn {
    width: 10em;
    margin-left: 0em;
    margin-top: .5em;
    margin-bottom: .5em;
    background-color: #ffffff;
}
#contact_box {
    float: right;
    width: 150px;
    background-color: #211f20;
    border: 1px #211f20 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1em;
    margin-top: 1em;
    color: #ffffff;
}
#contact_box h2 {
    margin-left: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #b8d98a;
}
#contact_box ul, #contact_box ul li {
    margin-left: 0em;
}
#contact_box p {
    margin-left: 0em;
    font-size: 1em;
}
#contact_box a:link {
    margin-left: 0em;
    font-size: .6em;
    text-decoration: underline;
    color: #b8d98a;
}
#contact_box a:link:hover {
}
.warning {
    background-color: #f2cdd8;
    border: 3px #ff0000 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-left: 2em;
    padding-bottom: .5em;
    margin-left: 2em;
}
.warning h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #ff0000;
}
.warning p {
    font-size: 1em;
    color: #ff0000;
    margin-left: 4em;
}
.warn {
    background-color: #f2cdd8;
    border: 1px #ff0000 solid;
}
