/* ------------------------------------ *
 Cascading Style Sheet
 03 June 2004 12:25:59
 HAPedit 3.0.11.102
 CSS for Eastmonds web-pages
 * ------------------------------------ */

a:link {
  color: blue;
  text-decoration: none }
a:visited {
  color: purple;
  text-decoration: none }
a:hover {
  color: red;
  text-decoration: none}

div.main {
  width: 600px;
  position: relative;
  z-index: 0; /* Keeps menus & boxes above the background */
  margin-top: 0px;
  padding-top: 0.5em;
  padding-bottom: 1em;
  padding-left: 11em;
  font-family: "Georgia", "Times New Roman",
        Times, serif;
  color: black;
  background-color: #F5F5DC }
p.left{
  clear:left}
p.right{
  clear:right}
div.title {
  border-style: none;
  border-width: 0px;
  position: absolute;
  top: 35px;
  left: 120px;
  font-family: Georgia, serif;
  color: blue}
div.title h1 {
  margin-bottom: 0px;
  color: blue}
p.address {
  position: absolute;
  left: 20px;
  top: 150px;
  font-family: Times, serif;
  color: white;
  font-size: 12px;}
ul.navbar {
  z-index: 1; /* Keeps menus & boxes above the background */
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 250px;
  left: 1em;
  width: 12em;
  font-size: 12px }
ul.navbar a {
  padding:0px;
  margin:0px;
  font-size:20px;
  color: blue}
ul.navbar a:hover{
  color:red}
div.logo {
  border-style: none;
  border-width: 1px;
  position: relative;
  top: -10px;
  left: 0px}
ul.navbar li {
  background: white;
  color: blue;
  margin: 0.5em 0em;
  padding: 0.3em;
  text-decoration: none;
  border: 1px solid #ccccff;
  border-right: 0.5em solid black }
div.quoter {
  z-index: 1; /* Keeps menus & boxes above the background */
  font-family: "comic sans ms", arial, serif;
  font-size: 12px;
  font-weight: 600;
  float: right;
  width: 250px;
  margin: 2em 0px 10px 10px;
  border: 1px solid #993300;
  padding: 1px 2px 1px 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  color: white;
  position: relative }
div.quotel {
  z-index: 1; /* Keeps menus & boxes above the background */
  font-family: "comic sans ms", arial, serif;
  font-size: 12px;
  font-weight: 600;
  float: left;
  width: 250px;
  margin: 2em 10px 10px 0px;
  border: 1px solid #993300;
  padding: 1px 2px 1px 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  color: white;
  position: relative }
div.quotec{
  z-index: 1; /* Keeps menus & boxes above the background */
  font-family: "comic sans ms", arial, serif;
  font-size: 12px;
  font-weight: 600;
  float: right;
  width: 500px;
  margin: 2em 50px 10px 0px;
  border: 1px solid #993300;
  padding: 1px 2px 1px 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  color: white;
  position: relative }
i {
  font-family: arial, serif;
  font-size:11px;
  font-weight: normal}
i.comment {
  color: red}
h3.centre {
  text-align:center}