/*---- COLOURS ----*/
/*
 #080A10 - dark blue
 #135D6B - torquoise blue
 #E0E9EB - light blue
 #94334A - dark red
 #DFC3CA - light red
 #467A46 - green
 #6C966C - light green
 */

body {
  font-family: Lucida Calligraphy, cursive;
  background: #FFF6DC url('../images/tartan-fade-ivory.gif') repeat-x scroll top left;
  font-size: 12pt;
  line-height: 1.2em;
}
h1, h2, h3 {
  line-height: normal;
}
div#header {
  width: 550px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #FFF6DC url('../images/header-fade.gif') no-repeat scroll top left;
  margin-top: 100px;
  margin-bottom: 0px;
  overflow: auto;
}
div#content {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  background: #FFF6DC url('../images/background-fade2.gif') repeat-y scroll top left;
  margin-bottom: 0px;
  overflow: auto;
}
div#footer {
  width: 550px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #FFF6DC url('../images/footer-fade.gif') no-repeat scroll top left;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 48px;
}
div#content a, div#header a, div#footer a {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  color: #000;
}
div#content table {
  font-family: Lucida Bright, Times New Roman, serif;
}
div#content table, div#content table caption {
  margin-left: auto;
  margin-right: auto;
}
div#content table thead th {
  border: 1px solid #080A10;
  background-color: #135D6B;
  color: #fff;
}
div#content table tbody td {
  border: 1px solid #135D6B;
  background-color: #E0E9EB;
}
div#content table td#special_day {
  border: 3px solid #94334A;
  background-color: #DFC3CA;
}
ul#navigation {
  width: 550px;
  font-size: 10pt;
  line-height: 26pt;
  padding: 0em;
  margin: 0em;
  margin-bottom: 2em;
  margin-top: 2em;
}
ul#navigation li {
  list-style: none;
  display: inline;
  padding: 5px;
  border: 3px solid #94334A;
  background-color: #DFC3CA;
  margin: 0px 1px;
}
ul#navigation li.ici {
  border: 3px solid #080A10;
  background-color: #6C966C;
  color: #080A10;
}
div#more_info {
  clear: both;
  text-align: justify;
  font-size: 11pt;
  line-height: 16pt;
  margin-left: 10px;
  margin-right: 10px;
}
div#more_info h2 a {
  border-bottom: none !important;
}
div#more_info dl {
  overflow: auto;
  text-align: center; 
}
div#more_info div {
  clear: both;
  /* fixes a 1px bug with the address on welcome page in FF */
  overflow: auto;
}
div#more_info dt {
  clear: both;
  float: left;
  border: 1px solid #135D6B;
  background-color: #E0E9EB;
  width: 120px;
  padding: 5px;
  margin: 10px;
}
div#more_info dd {
  float: left;
  padding-top: 5px;
  margin: 0px;
  margin-top: 10px;
  margin-left: 10px;
}
