﻿html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    background: #f8f2e6 url(../graphics/bgr_body.jpg) center repeat-y;
    margin: 0 0 0 0px;
    padding: 0px;
    font: 10pt Trebuchet MS, Verdana, Sans Serif;
}

#wrapper {
    background: url(../graphics/bgr_top.jpg) top center no-repeat fixed;
    position: relative;
    min-height: 640px;
}

#languages a {
    text-decoration: none;
}

a img {
    border: none;
}

#header {
    background: #fff;
    height: 224px;
    width: 791px;
}

#m_wrapper {
    background: url(../graphics/header_bottom.jpg) no-repeat;
    padding-top: 30px;
}

#stopper, .stopper {
    clear: both;
}

#header h1 {
    position: absolute;
    text-align: right;
    top: 220px;
    width: 325px;
    margin: 0px;
    margin-left: 426px;
    color: #1b3e87;
    font-size: 1.2em;
    padding: 0px;
    line-height: normal;
}

#logo {
    position: absolute;
    border: none;
    top: 42px;
    margin-left: -15px;
    z-index: 25;
}

#pics {
    height: 224px;
    overflow: hidden;
}

#pics img {
    display: block;
}

#mask {
    position: absolute;
    z-index: 20;
}

#container {
    width: 791px;
    margin: 0 auto;
}

.main {
    background: url(../graphics/bgr_body.jpg) center repeat-y;
    /*margin-left: -1px;*/
    min-height: 700px;
}

#menu, #content {
    float: left;
}

#languages {
    text-align: right;
    z-index: 25;
    width: 130px;
}

#menu {
    margin-top: -20px;
    width: 130px;
    font-size: 9pt;
    padding-right: 10px;
}

#menu ul ul {
    margin-right: -5px;
}

#menu ul {
    list-style: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

#menu li {
    margin: 8px 0px;
    padding: 0px;
}

#menu a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 9pt;
}

#menu ul ul a {
    color: #eeee00;
}


#menu a:hover {
    text-decoration: underline;
}

#menu a.standout {
    color: #ff0;
}

#content {
    margin-left: 25px;
    width: 595px;
}

#content h1 {
    font-size: 1.5em;
    color: #7a2c00;
}

#content h2 {
    font-size: 1.1em;
    color: #7a2c00;
}


.column {
    width: 285px;
    float: left;
    margin-right: 25px;
}

.cright {
    margin-right: 0px;
}

p {
    text-align: justify;
    line-height: 1.5em;
    padding-top: 0px;
    margin-top: 0px;
}

#footer {
    clear: both;
    color: #735045;
    width: 300px;
    text-align: center;
    margin: 30px 0px 0px 310px;
    padding-bottom: 30px;
    font-size: 8pt;
}

.left {
    float: left;
}

.right {
    float: right;
}

.centered, .aright, .aleft {
    display: block;
}

.centered {
    margin: 0 auto;
}

.aright {
    margin-left: auto;
}

.aleft {
    margin-right: auto;
}

.imageitem {
    font-size: 8pt;
    margin-top: 2px;
    margin-bottom: 2px;
}

.imageitem img, .thumbnail {
    border: 2px solid #1b3e87;
    border-width: 2px 0px 2px 0px;
    padding: 1px;
}

.imageitem .caption {
    text-align: center;
}

.newsitem {
    margin: 10px 0px;
}

.newsitem .text {
    margin: 5px;
}

.newsitem .link {
    text-align: right;
    font-size: 8pt;
}

.line {
    height: 5px;
    background: #ed742f;
    margin: 25px 10px;
}

.line.small {
    width: 25%;
    margin: 15px auto;
}

img.right {
    margin: 10px;
    margin-right: 0px;
}

img.left {
    margin: 10px;
    margin-left: 0px;
}

.gallery {
    margin: 20px 0px;
}

.gallery .images {
    text-align: center;
}

.gallery .images a {
    text-decoration: none;
}

.gallery .images img {
    margin: 2px;
}

.gallery .help {
    font-size: 8pt;
    text-align: center;
}

.summary {
    clear: both;
    padding: 5px;
    margin: 5px;
}

.summary h2 {
    font-size: 1.2em;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    border-bottom: 5px solid #ed742f;
}

.summary h2 a {
    color: #1b3e87;
}

.summary a {
    text-decoration: none;
}

.summary a:hover {
    text-decoration: underline;
}


.summary .infopanel {
    float: left;
    width: 430px;
    margin-top: 1em;
}

.summary .sizes {
}

.sizes table {
    margin-bottom: 10px;
}

.sizes table b {
    display: block;
    text-align: right;
}

.summary .text {
    padding: 5px;
    color: #1f5b66;
}

.summary .more {
    text-align: right;
    font-size: 8pt;
    margin-top: 5px;
    font-style: italic;
}


.more a {
    text-decoration: none;
}

.propertydetails {
    text-align: justify;
    line-height: 1.5em;
}

.propertydetails .sizes {
    margin-bottom: 2em;
}

/* 
    Contact Form 
*/

.contactform input, .contactform select {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    background: #eee;
}

.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;
    background: #eee;
    border: 1px solid #ccc;
}

.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;
}

#googlemap {
    width: 100%;
    height: 300px;
    clear: both;
    overflow: hidden;
    margin: 10px 0px;
}

.blurb {
    font-style: italic;
    color: #1b3e87;
    border-bottom: 8px solid #ed742f;
    text-align: center;
    margin: 0px 10px;
    margin-bottom: 25px;
    padding: 10px;
}

/*#languages {
    position: absolute;
    width: 285px;
    text-align: center;
    margin-left: 156px;
    top: 50px;
}*/


/* map stuff */

#mapcontainer {
    text-align: left;
    width: 600px;
    margin: 0px;
    background: #6F93E1;
}

#mapcontainer .controls {
    text-align: right;
    background: #1A3A8F;
    width: 420px;
    height: 18px;
    font-size: 8pt;
}

#mapcontainer .controls a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

#mapcontainer .panel {
    background: #aba896;
    height: 250px;
}

#mapcontainer #feedback {
    text-align: center;
    background: #1A3A8F;
    color: #fff;
    padding: 3px;
    width: 414px;
    height: 18px;
}

#mapcontainer .help {
    padding: 5px;
    text-align: justify;
    background: #F2EFE6;
    border: 1px solid #CECAB5;
    float: right;
    width: 168px;
    height: 280px;
    overflow: auto;
    font-size: 8pt;
    line-height: normal;
}

#mapcontainer.propertydetails {
    width: 605px;
    margin: 20px 0px; /*margin: 30px 10px 10px 470px;*/
}

#mapcontainer.propertydetails .controls, #mapcontainer.propertydetails #feedback {
    width: auto;
    height: auto;
    float: none;
}

#searchpanel {
    width: 600px;
    text-align: right;
}

#searchpanel .panel {
    border-bottom: 1px solid #E7CEA6;
    padding: 3px;
}

#searchpanel .option {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 8pt;
}

#searchpanel select {
    border: 1px solid #ded6a0;
    font-size: 8pt;
    background: #fff;
    width: 120px;
}

#searchpanel input {
    border: 1px solid #ABA896;
    background: #FFE945;
    font-size: 8pt;
    width: 110px;
    margin-right: 10px;
}

#searchpanel .checkbox input {
    width: auto;
    border: none;
    background: none;
    vertical-align: middle;
}

#searchresults {
    width: 600px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

html > body #searchresults {
    margin-top: 0px;
}

#searchresults .panel {
    margin-bottom: 1px;
}

.more {
    text-align: right;
    font-style: italic;
}

.ptitle {
    font-weight: bold;
    text-align: left;
    margin-bottom: 3px;
}

.ptitle a {
    text-decoration: none;
}

#propertydetails {
    text-align: left;
}

#propertydetails h1 {
    font-size: 1.5em;
    text-align: center;
}

#propertydetails h2 {
    font-size: 1em;
    font-weight: normal;
}

.detailsdescription {
    line-height: 1.5em;
}


div.thumbnails {
    margin: 10px;
    padding-bottom: 10px;
}

div.thumbnails h1 {
    color: #D7CF9B;
    line-height: normal;
    font-size: 12pt;
    margin: 0px;
    padding: 3px;
}

div.images {
    font-size: 0px;
}

div.locationmaterial {
    margin-top: 32px;
}

div.images img {
    border: 1px solid #900;
    margin: 5px 0px 5px 10px;
}


.totop {
    padding-bottom: 20px;
}

.pcontact {
    text-align: right;
    margin-bottom: 10px;
}

.pcontact a {
    text-decoration: none;
    font-style: italic;
    text-transform: lowercase;
    font-size: 8pt;
}

.pcontact a:hover {
    text-decoration: underline;
}

#credits {
    margin: 40px 0px 20px 0px;
}

.pager {
    display: none;
    text-align: right;
}

span.pages span {
    cursor: pointer;
    color: Blue;
    padding: 2px 4px;
}

span.pages span.selected {
    background: cyan;
}

div.pagerfilter, .pagerfilter select {
    font-size: 9pt;
}

div.pagerfilter {
    font-weight: bold;
}

.pagerfilter select {
    background: #9bc3fe;
    border: none;
    padding: 3px;   
}

.pagerfilter option {
    padding: 3px;
}

.summary.manual {
    margin: 10px;
    border: 1px dotted red;
    background: #ffe;
    padding: 20px;
}

.summary.manual .infopanel {
width: 400px;
}

.summary.manual h2 {
    border-bottom: none;
    text-align: center;
    
}

.pdflink {
    margin: 0px 0px 15px 0px;
    text-align: right;
    
}

.pdflink a 
{
    
    text-decoration: none;
    background: url(../graphics/pdf_icon_16.png) left center no-repeat;
    padding-left: 20px;
}

table.propertylist 
{
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table.propertylist a 
{
    text-decoration: none;
}

table.propertylist td 
{
    border-bottom: 1px solid #eee;
    margin: 5px;
    padding: 3px;
}

table.propertylist tr:hover 
{
    background: #ffc;
}

td.price
{
    font-size: 8pt;
    text-align: right;
}

table.propertylist caption 
{
    margin: 10px 0px 10px 0px;
    border-bottom: 5px solid #ed742f;
    font-weight: bold;
    color: #1b3e87;
    letter-spacing: 0.05em;
    font-size: 1.1em;
}

table.propertylist th.headerSortUp { 
    background-image: url(../graphics/asc.gif); 
    background-color: #ffffee;
} 

table.propertylist th.headerSortDown  
{
    background-image: url(../graphics/desc.gif); 
    background-color: #ffffee; 
} 

table.propertylist th.header { 
    
    cursor: pointer; 
    font-weight: normal; 
    font-size: 8pt;
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
} 

table.propertylist th 
{
    text-transform: lowercase;
    text-align: left;
}

table.propertylist th.price 
{
    text-align: right;
    background-position: center right;
    padding-right: 16px;
}
