/* ---------- GENERAL --------- */

html {
  height: 90%;
}

body {
  font-size: 70%;
  letter-spacing: 1px;
  word-spacing: 3px;
  line-height: 150%;
  font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0; 
  height: 100%;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

#wrap {
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  text-align: center;
}
         
#page {
  width: 936px;
  height: 100%;
  margin: 0 auto;
}

th {
  padding: 5px 5px 5px 5px;
  border-top: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  text-align: center;
}

td {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
}

/* ---------- LEFT SIDE MENU --------- */
         
#left {
  width: 200px;
  float: left;
  text-align: left;
  border-right: 1px solid #c9c9c9;
  padding: 0px 10px 0px 0px;
}

.leftitem {
  float: right;
  width: 200px;
  height: auto;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #c9c9c9;
}

.logo {
  text-align: center;
}

.menutitle {
  font-size: 120%;
  font-weight: bold;
}

/* ---------- CONTENT --------- */

#centre {
  width: 700px;
  height: 100%;
  float: left;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 10px;
}

.contactinfo {
  text-align: left;
  height: 20px;
  font-size: 90%;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #c9c9c9;
  vertical-align:middle;
  padding: 10px 0px 10px 0px;
}

.contactinfoa {
  text-decoration:none;
}

.contactinfoimg {
  vertical-align: middle;
}

.contenttitle {
  text-align: left;
  letter-spacing: 2px;
  font-size: 140%;
  font-weight: 900;
  margin: 0px 0px 0px 0px; 
  padding: 10px 0px 0px 0px;
}

.content {
  text-align: justify ;
  padding: 20px 0px 0px 0px;
  line-height: 200%;
  
}

.content-left {
  width: 415px;
  text-align: justify;
  float: left;
  padding: 20px 30px 0px 0px;
  line-height: 200%;
}

.content-right {
  width: 235px;
  text-align: left;
  float: right;
  padding: 20px 0px 0px 15px;
  line-height: 200%;
}

.summary {
  line-height: 120%;
}

.contentimg {
  border: 1px solid #c9c9c9;
}

.error_strings{ 
  text-align: left;
  width: 670px;
  color: #660000;
  padding: 0px 0px 10px 0px;
}

.nodata {
  font-style: italic;
  color: #888;
  font-size: 85%;
}

.strong {
  font-weight: bold;
  font-size: 120%;
}

.stronger {
  font-weight: bold;
  font-size: 130%;
}

.news {
  width: 680px;
  border: 1px solid #c9c9c9;
  padding: 0px 10px 0px 10px;
}

.newsdate {
  width: auto;
  font-style: italic;
  color: #888;
  padding: 10px 0px 5px 0px;
  border-bottom: 1px dotted #c9c9c9;
}

.newsitem {
  padding: 10px 0px 10px 0px;
}

.address {
  width: 300px;
}

.addressimage {
  float: left;
  height: 20px;
  width: 20px;
}

.addresstext {
  height: 20px;
  float: right;
  width: 280px;
  padding: 0px;
  text-align: left;
  vertical-align: bottom;
}
  

#map_canvas {
  width: 698px;
  height: 400px;
  border: 1px solid #c9c9c9;
}


/* ---------- IMAGES --------- */

p img {
  padding: 0;
  max-width: 100%;
}

a img {
  border: none;
}