/* css for hgcc.co.uk */
body {

  font-family: Arial,Helvetica,sans-serif;
  color: #2c4a4c;  /* was darker 1a2d2e to Jul 09 */
  font-size: 95%;
  background-color: #6b8c8e;
}
h1 {
  color: #b7cacb;
  font-family: Verdana,Geneva,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 240%;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 10px;
}
h2 {
  color: #b7cacb;
  font-size: 160%;
  font-weight: normal;
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3 {
  font-size: 125%;
  color: #487578; /* darker than bkgrnd */
  line-height: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
h4 {
  font-size: 115%;
  color: #487578; /* darker than bkgrnd */

  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#alignment {
  margin: 0 auto;
  width: 870px;
}

#table_bkgnd {
  background-color: #b7cacb;
}

/* minimal style */
#horizmenu ul {
  margin: 0px;
  padding: 1px; /* at left*/
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
#horizmenu ul li {
  margin: 5px;
  padding: 1px;  /* between menu items */
  display: inline;
  text-align: center;
  font-family: Verdana,Geneva,Helvetica,sans-serif;
  font-size: 95%;
  font-weight: bold;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#horizmenu li a {
  border: 0px outset #000000;
  padding: 2px;
  color: #e4f5f6;

  text-decoration: none;
  display: inline;
}
/* this is the hover over state */
#horizmenu li a:hover {
  color:#55c6c5;

}
#horizmenu ul li a.current {

   color:#e2e280;
}
