﻿html {
    min-height: 100%; margin-bottom: 1px;
}

body {
    background: #72abe7 url(../graphics/bgr_photo.jpg) no-repeat bottom center fixed;
    margin:  0px;
    padding: 0px;
    font: 10pt Trebuchet MS, Verdana, Sans Serif;
}

#wrapper {
    background: #fff url(../graphics/bgr_body.jpg) repeat-y;
    width: 670px;
    margin: 0 auto;   
    padding-bottom: 50px;
}

#c_header {
    height: 100px;
    background: #fff;
}

#c_header, #pano, #main {
    margin-left: 1px;
    width: 658px;
}

#languages {
    margin-right: 20px;
    margin-top: -35px;
    text-align: right;
    color: #7b7b7b;
    width: 400px;
    margin-left: 470px;
}

#languages img {
    display: block;
    margin: 0 auto;
}

#languages a {
    text-decoration: none;
    color: #7b7b7b;
    font-size: 8pt;
    font-weight: bold;
    float: left;
    text-align: center;
    margin: 0 0px;
    width: 60px;
}



#pano {
    clear: both;
    height: 109px;
    background: #fff;
    padding: 0px 0px 20px 0px;
}

#pano .deco {
    float: left;
}

#pano #image {
    height: 109px;
    width: 571px;
    overflow: hidden;
}

#main {
    
}

#c_left {
    width: 193px;
    margin-left: 5px;
    float: left;
}

#content_left h1 {
    font-size: 1.2em;
    margin: 3px;
}

#content_left h2 {
    font-size: 1em;
    margin: 3px;
}


#content_left a {
    color: #ffc;
}


.bluey {
    background: #2444b1;
    margin: 0px;
}

#c_right {
    float: left;
    width: 445px;
    padding: 0px 5px;
    font-size: 9pt;
}

#menu {
    background: #fff;
    margin-left: 0px;
    color: #d7522d;
    font-size: 8pt;
    font-weight: bold;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}


#menu li {
    padding: 10px;
    border-bottom: 1px solid #fcaf99;
}

#menu a {
    text-decoration: none;
    color: #2444b1;
    font-size: 10pt;
    font-weight: normal;
}

#menu a:hover {
    text-decoration: underline;
}


#menu ul ul {
    padding: 0px;
    text-align: right;
}

#menu ul ul li {
    border-bottom: none;
    padding: 0px;
    margin-top: 10px;
}


#content_left {
    padding: 3px 10px;
    font-size: 8pt;
    color: #fff;
}

#c_right p {
    line-height: 1.8em;
    text-align: justify;
}

#c_right h1 {
    color: #505050;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 1.5em;
}

#c_footer {
    clear: both;
    width: 200px;
    margin-left: 325px;
    margin: 25px 0px 25px 325px;
    border-top: 5px solid #cad3f2;
    padding: 5px;
    text-align: center;
    font-size: 8pt;
}

#credits {
    margin-top: 50px;
}

#header img, #logo img {
}

#address {
    color: #fff;
    border-top: 1px dotted #ccc;
    padding: 30px 20px;
    width: 100px;
    margin: 0px auto;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 8pt;
}

#address div div {
    border-bottom: 1px solid #ccc;
}

#address span {
    text-align: center;
    display: block;
    margin-top: 5px;
}

#logo {
}

a img {
    border: none;
}

img.part {
    display: block;
    margin: 0px;
}

img.ivy {
    margin: 0 auto;
}

.stopper {
    clear: both;
}

.column {
    width: 200px;
    float: left;
    margin: 0 15px;
}

.column.right {
    margin-right: 0px;
    margin-left: 10px;
}

/* 
    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;
}

#googlemap {
    width: 100%;
    height: 300px;
    clear: both;
    overflow: hidden;
}

.aright {
    margin-left: auto;
}

.aleft {
    margin-right: auto;
}

.imageitem {
    font-size: 8pt;
}

.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: 2px;
    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;
    margin-bottom: 2em;
}

.summary h2 {
    font-size: 1.2em;
    font-style: italic;
    
    margin: 0px;
    padding-bottom: 3px;
    line-height: normal;
    border-bottom: 2px solid #ed742f;
}

.summary h2 a {
    color: #1b3e87;
 
}

.summary a {
    text-decoration: none;
}

.summary a:hover {
    text-decoration: underline;
}


.summary .infopanel {
    float: left;
    width: 280px;
    margin-top: 1em;
}

.summary .sizes {
    
}

#c_right .summary .text, #c_right .summary p {
    padding: 1px 5px;
    color: #1f5b66;
    line-height: 1.5em;
}

.sizes table b {
    display: block;
    text-align: right;
}

.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;
}

.full {
    margin-left: 10px;
    clear: both;
}

blockquote {
    margin-right: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.centered {
}

.centered, .aright, .aleft {
    display: block;
}

.centered {
    margin: 0 auto;
}

.aright {
    margin-left: auto;
}

.aleft {
    margin-right: auto;
}

#tickets {
    color: #0ff;
    
    font-size: 8pt;
    width: 120px;
    margin: 0px auto;
    padding-top: 20px;
    
}

#tickets h3 {
    font-size: 1em;
    font-weight: normal;
}

#tickets a {
    color: #ccc;
}

#tickets ul {
    list-style-type: circle;
}
