﻿/***  LAYOUT ***/
body  {
	background: #BCA766;
	margin: 5;
	padding: 0;
	text-align: center;
}
.containerinner { 
	position: relative; top: 5px; bottom: -10px;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border: 10px solid #FFF;
	background-color: #E7CF87;
	box-shadow: 0 0 10px #000;
}
/*** CONTENT ***/
h1 {
	font-family: Calibri, Arial, sans-serif;
	color: #78201C;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 0.8em;
}
img {
	border-style: none;
}
img.title {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-family:  Calibri, Arial, sans-serif;
	color: #000;
	line-height: 1.2em;
	text-align: justify;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
p.title {
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding-right: 0px;
}
p.special {
	text-align: center;
	font-weight: bold;
	color: #78201C;
}
p.smalltext {
	font-family:  Arial, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #7D5E1E;
	text-align: center;
	text-style: underline;
}
ul {
	list-style-type: none;
	font-family:  calibri, arial, sans-serif;
	width: 240px;
	font-size: 1em;
	text-align: center;
	margin: 0;
}
ul a:hover {
	color: #E7CF87;
}
ul a:visited {
	color:#BCA766;
}
ul.plain {
	font-family:  calibri, arial, sans-serif;
	color: #000;
	line-height: 1.5em;
	font-size: 1em;
	text-align: center;
	margin: 0;
}
li {
	background-image: url('images/button-plain.gif');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
li.plain {
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;
}
table.top {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
table.contact {
	width: 550px;
	font-family:  Calibri, Arial, sans-serif;
	color: #000;
	text-align: center;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}
td.plain {
	font-family:  calibri, arial, sans-serif;
	color: #7D5E1E;
}
/*** NAVIGATION ***/
.nav a {
	font-family: calibri, arial, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: #FFF;
}
a.small, a.small:visited  {
	font-family:  Arial, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #7D5E1E;
	text-align: center;
	text-decoration: none;
}
a.line, a.line:visited {
	text-decoration: none;
	padding-right: 0;
	color: #7D5E1E;
}
a.link, a:link:visited {
	font-family:  Calibri, Arial, sans-serif;
	font-weight: normal;
	color: #7D5E1E;
	text-decoration: none;
}
#search {
    margin-bottom: 10px;
}
#map { 
    height: 530px; 
    width: 530px; 
    margin: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
#directions-panel { 
    float: right;         
    height: 100%;         
    width: 450px;         
    overflow: auto;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;

}  
