﻿body {
    background: #3f5e1f url(../graphics/bgr_body.jpg) repeat-y center;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    color: #676566;
}

#wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0px 6px;
}

#header {
    background: url(../graphics/bgr_header.jpg) repeat-x;
}

#header img, #left img {
    display: block;
    border: none;
}

#header .deco {
    position: absolute;
    top: 0px;
    margin-left: 826px;
}

#header .garland {
    margin-left: 300px;
}

#languages {
    position: absolute;
    top: 5px;
    margin-left: 700px;
    z-index: 200;
}

#languages a {
    font-size: 8pt;
    text-decoration: none;
    color: #000;
}

#languages a:hover {
    text-decoration: underline;
}

#left {
    width: 90px;
}

#left .deco {
    position: absolute;
    margin-left: -90px;
}

#main {
    position: relative;
    z-index: 10;
    width: 813px;
    margin-bottom: 10px;
}

#footer {
    clear: both;
    font-size: 8pt;
    color: #344276;
    width: 793px;
    margin-left: 90px;
    text-align: right;
    border-top: solid 10px #ced6f5;
    padding: 20px 20px 0px 0px;
}

#menuwrapper {
    border: 1px solid #6b3964;
    border-width: 1px 0px 1px 0px;
    width: 761px;
    margin-top: 7px;
    margin-bottom: 1em;
}

#menu {
    background: #f4f7df;
    padding: 1px;
    margin: 1px 5px;
}

#menu a {
    color: #6b3964;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.stopper {
    clear: both;
}

#content {
    clear: both;
}

#credits {
    margin: 50px auto;
    width: 112px;
}

#credits img {
    border: none;
}

/* 
    Contact Form 
*/

.contactform {
    margin: 0px auto;
    width: 400px;
}

.contactform .description {
    margin-bottom: 20px;
}

.contactform .required {
    font-size: 8pt;
    margin-left: 10px;
}

.contactform textarea {
    width: 400px;
    height: 175px;
}

.contactform .control {
    text-align: right;
}

.errormessage .required {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

.errormessage .email {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

.errormessage .fieldname {
    font-weight: bold;
}

.errormessage {
    color: #990000;
    background: #DDDDCC;
    border: 1px solid #AA0000;
    display: block;
    padding: 5px;
    width: 400px;
    margin: 10px auto;
}

.appform span {
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    padding: 3px;
}

.appform .description {
    font-size: 8pt;
    font-style: italic;
    width: 400px;
    margin: 5px auto;
}

.appform input, .appform textarea {
    width: 16em;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10pt;
}

.appform textarea {
    height: 6em;
}

.appform div {
    clear: both;
    margin: 5px;
}

.appform div.control {
    text-align: center;
    padding: 10px;
}

.appform div.control input {
    width: auto;
    text-align: center;
    height: auto;
    font-size: 8pt;
    font-weight: bold;
}

.appform input.checkbox {
    width: auto;
}

/**** ELEMENTS ****/

h1 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
    padding: 0px;
    padding-top: 10px;
    line-height: normal;
}

p {
    text-align: justify;
    line-height: 1.6em;
    margin: 0px 0px 10px 0px;
}

.columnleft {
    width: 320px;
}

.columnright {
    width: 470px;
    margin-left: 23px;
}

.gallery {
    margin: 10px 0px;
}

.gallery a {
    text-decoration: none;
}

.gallery img {
    border: none;
    margin: 2px;
}

.gallery .help {
    font-size: 8pt;
    text-align: center;
}

/**** SCHEMES ****/

.thumbnail {
    border: none;
}

#content div.green {
    text-align: center;
    display: table-cell;
    width: 763px;
    color: #000;
    height: 65px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 8pt;
    padding: 10px 25px;
    margin: 15px 0px;
    background: url(../graphics/bgr_brackets.png) center center no-repeat;
}


img.purple {
    border: 10px solid #6b3964;
    border-width: 10px 0px 10px 0px;
    padding: 1px 0px;
    margin: 10px 0px;
}

#googlemap {
    width: 100%;
    height: 300px;
    clear: both;
    margin: 10px 0px;
    overflow: hidden;
}

.cookiecrumb {
    display: inline;
    font-size: 8pt;
}

.annotatedimage {
    border: none;
}

.annotatedimage .legend {
    position: absolute;
    margin-top: 10px;
    margin-left: 600px;
    z-index: 1;
    font-size: 8pt;
    font-weight: bold;
    font-family: Trebuchet MS;
}

.annotatedimage .legend ul {
    margin: 0px;
    padding: 0px;
}

.annotatedimage .legend li {  
    list-style: none;
    cursor: pointer;
    margin-bottom: 3px;
    padding: 2px;
    border-left: 10px solid #ccc;
}

.annotatedimage .legend li.hover {
    border-left: 10px solid #900;
    color: #090;
}