body {
    margin: 0 0 1.5em 0;
    padding: 0;
    background: url('imgs/bg.jpg');
}

#container {
    position: relative;
    width: 800px !important;
    margin: 0 auto;
    background: #a4cfa5;
    margin-top: 1.5em;
    border: 1px solid #2e562f;
    padding:0;
    height: 2%;
}

#sidebar {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Verdana;
    height: 2%;
    margin:0;
    padding:0;
}

#logo {
    border-bottom: 1px solid #81bc82;
    margin: 0 0 -3px 0;
    padding: 0;
}

#example {
    position: absolute;
    top: 0;
    left: 219px;
}

#nav ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    width: 218px;
}

#nav ul li {
    margin: 0;
    padding: 0;
}

#nav ul li a {
    display: block;
    background: #437e44;
    border-bottom: 1px solid #81bc82;
    margin: 0;
    padding: 0.3em 0.3em 0.3em 1em;
    text-decoration: none;
    color: white;
    font-family: "Trebuchet MS";
    font-weight: bold;
}

#nav ul li.current a {
    background: #e3f0e3;
    color: #437e44;
}

#nav ul li a:hover {
    background: white !important;
    color: #437e44;
}

#booking img {
    border: none;
}

#booking a {
    height: 87px;
    width: 218px;
    display: block;
    background: url('imgs/booking-button.jpg');
    background-repeat: no-repeat;
}

#booking a:hover {
    background: url('imgs/booking-button-pressed.jpg');
    background-repeat: no-repeat;
}

.icon {
    width: 218px;
    text-align: center;
    font-weight: bold;
    margin-top: -1em;
    font-size: 0.9em;
    padding: 0;
}

.address {
    font-size: 0.8em;
}

#content {
    margin: 162px 0 0 218px;
    padding: 0 1em 0 1em;
    font-family: Verdana, sans-serif;
    background: white;
    border-left: 1px solid #81bc82;
    height: 2%;
    overflow: hidden;
}

#content img, #mapviewer {
    border: 1px solid #81bc82;
}

h1 {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Trebuchet MS";
    font-size: 1.4em;
    margin-bottom: 0.1em;
    padding-top: 0.5em;
}

h1 span {
    font-size: 0.8em;
    font-weight: normal;
}

h2 {
    font-family: "Trebuchet MS";
    font-size: 1.1em;
    margin-top: 0.1em;
    font-weight: normal;
}

h3 {
    font-family: "Trebuchet MS";
    font-size: 1em;
}

#content p, #content ul {
    margin-bottom: 0;
    padding-bottom: 1em;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

sup {
    font-size: 0.5em;
    font-weight: bold;
}

.floatright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    border: 1px solid #81bc82;
}

.middlepics {
    text-decoration: none;
    text-align: center !important;
    font-size: 0.7em;
    margin: 0 auto;
    width: 670px;
}

.middlepics a {
    text-decoration: none;
    float: left;
    margin: 0 5px 0 0;
}

.clear {
    clear: both;
    height: 1px;
}

#footer {
    text-align: center;
    background:  #567547;
    margin: 0;
    padding: 0.1em;
    font-family: "Trebuchet MS";
    font-size: 0.9em;
}

#footer p, #footer a {
    color: white;
}

/* CONTACT FORM */

form {
    margin-top: 1em;
    margin-bottom: 2em;
}

form div {
    margin: 0.3em 0 1em 0;
}

form fieldset {
    padding: 10px;
}

form legend {
    color: #1b501b;
    padding: 5px;
    font-size: 0.8em;
    font-weight: bold;
}

form label {
    line-height: 150%;
    font-weight: bold;
    font-size: 0.8em;
}

form label.labelsort {
    display: block;
    width: 180px;
    float: left;
}

#name, #email, #telephone, #enquiry {
    width: 300px;
}

.submit {
    margin-left: 180px;
}