body {
background: #ffffe1 url(../images/back.png) repeat-x top left;
font-family: Georgia, "Times New Roman", Serif;
color: #191919;
padding-top: 55px;
}

#container {
position: relative;
}

/* general stuff */

.hide {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.hide a:focus {
position:static;
width:auto;
height:auto;
} 

img {
border: none;
}

a {
color:#191919;
text-decoration: none;
border-bottom: 1px dotted #191919;
}

a:visited {
color:#191919;
}

a:hover {
text-decoration: none;
border-bottom: 1px solid #191919;
}


/* header */

#header {
height: 140px;
}

#header p {
margin: 12px 0 0 0;
line-height: 100%;
font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Sans-Serif;
font-style: italic;
font-size: 90%;
color: #ffff8c;
}

h1 {
margin-top: 5px;
font-size: 285%;
font-weight: normal;
padding-bottom: 10px;
}

h1 a {
color: #ffff8c;
text-decoration: none;
border-bottom: 0;
}

h1 a:hover {
border-bottom: 0;
}

h1 a:visited {
color: #ffff8c;
}

#nav {
margin-top: 60px;
padding: 8px 4px 0 4px;
height: 27px;
background: #fff9a7;
font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Sans-Serif;
border: 3px solid #cdaa15;
border-bottom: 0;
text-align: center;
}

#nav li {
display: inline;
font-size: 90%;
}

#nav li a {
padding: 10px 5px;
color: #191919;
border-bottom: 0;
}

#nav li a:hover {
text-decoration: underline;
}

#nav li a:visited {
color: #191919;
}

#nav li.active a {
color: #656565;
}


/* content */

#content {
padding-top: 25px;
}

h2 {
font-size: 235%;
font-weight: normal;
margin-bottom: 15px;
}

h3 {
font-size: 150%;
font-weight: normal;
margin-bottom: 15px;
}

h4 {
font-size: 125%;
font-weight: normal;
margin-bottom: 5px;
}

p {
margin-bottom: 25px;
line-height: 150%;
}

.small {
margin-top: 50px;
font-size: 75%;
font-style: italic;
}


/* photos and frame */

#slideshow {
width: 410px;
height: 400px;
/* background: url(../images/frame.jpg) no-repeat top left; */
z-index: 100;

border: 0px solid red;
}



#slideshow img {
margin: 95px 0 0 62px;
z-index: 200;
}


#title {
width: 400px;
color: #9b8140;
text-align: center;
font-size: 135%;
font-style: italic;
margin: 100px auto 0 auto;
}

#frame {
position: absolute;
top: 200px;
right: 35px;
width: 410px;
height: 410px;
background: url(../images/frame.png) no-repeat top left;
/* margin: -375px 0 0 43px; */
z-index: 300;
}

#map_canvas {
margin: 80px 0 0 60px;
border: 5px double #9b8140;
}

.map_title {
padding-top: 30px;
}

.map_title a {
color: #9b8140;
border-color: #9b8140;
}

.map_title a:visited {
color: #9b8140;
}


/* contact form */

#contactform {
margin-top: 30px;
}

#contactform input, #contactform textarea, #contactform select {
font-size: 90%;
margin: 2px 2px 5px 2px;
border: 1px solid #8e846b;
background: #fff;
color: #191919;
padding: 2px;
font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Sans-Serif;
width: 300px;
}

#contactform input:focus, #contactform textarea:focus, #contactform select:focus {
background: #feeebd;
}

#contactform label {
width:100px; 
margin:4px 10px 0 0; 
display:-moz-inline-box; /*for mozilla*/
display:inline-block; /*for Opera & IE*/
text-align:left;
vertical-align:top;
}

#contactform label span {
width:100px; /* must be the same as above!*/
display:block; 
}

#contactform p.buttons {
padding-left:115px;
}

input.but, #contactform input.but {
color: #494437;
background: #feeebd;
font-weight: bold;
border: 1px solid #8e846b;
width: 80px;
font-family: Georgia, "Times New Roman", Serif;
}

input.but:hover, #contactform input.but:hover {
text-decoration: underline;
cursor: pointer;
color: #fff9a7;
background: #0f3c0f;
font-weight: bold;
border: 1px solid #8e846b;
}

.error {
color: #f00;
}

div#email4 {
display: none;
}

#contactform label.error {
width:auto; /* must be the same as above!*/
font-size: 90%; 
padding-left: 115px;
}



/* footer */

#footer {
font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Sans-Serif;
margin-top: 25px;
padding: 25px 0;
font-size: 90%;
border-top: 1px dotted #191919;
}
 
.contacts {
float: left;
}

.facilities {
float: right;
}

.facilities img {
margin-left: 10px;
}

.facilities a {
border-bottom: 0;
}


/*misc */

.links {
margin: 45px 30px;
}

.links p {
font-size: 80%;
}

.ta {
line-height: 1.5em;
}
