/*
CSS for ACC website
*/

html {
  margin: 0;
  padding:0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  background-color: #FFFCE6;
  margin: 0px;
  color: #144031;
}

h1 {
  margin-top: 0;
  padding-left: 250px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 26pt;
  text-align: center;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20pt;
  padding-top: 10px;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16pt;
  text-decoration: underline;
}

table.activities {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #144031;
}

table.activities td {
  border: 1px solid #144031;
  padding: 0.2em;
}

form.contact {
  margin-left: 160px;
  margin-right: 160px;
  margin-top: -15px;
}

form.contact p {
  font-weight: bold;
  font-size: 8pt;
  color: #144031;
}

form.contact fieldset {
  border: 2px solid #144031;
  padding: 10px;
}

form.contact legend {
  font-weight: bold;
  font-size: 8pt;
  padding: 3px;
  color: #144031;
}

form.contact label {
  font-weight: bold;
  font-size: 8pt;
}

form.contact label.fwidth {
  display: block;
  width: 240px;
  float: left;
}

form.contact .buttonarea {
  text-align: center;
}

li {
  list-style-type: none;
}


a:link {
  color: #144031;
}

a:visited {
  color: #144031;
}

a:hover {
  color: teal;
}

.justified {
  text-align: justify;
}

.slogan {
  padding-left: 250px;
  font-family: Times, serif;
  font-size: 18pt;
  font-style: italic;
  text-align: center;
}

.subhead {
  font-weight: bold;
}


.fltlft {
  margin: 10px;
  float: left;
}

.fltrght {
  float: right;
}

#headercontent, #navigation, #bodycontent {
  position: absolute;
}

#bodycontent {
  line-height: 120%;
  top: 180px;
  left: 250px;
  right: 40px;
}

#bodycontent .fltlft {
  margin: 0px;
  padding-right: 10px;
}
  

#headercontent {
  padding-top: 20px;
  height: 180px;
  width: 100%;
  background-color: #FFFCE6;
  background-image: url(/images/aveley_logo.png);
  background-repeat: no-repeat;
  background-position: 10px 20px;
}

#navigation {
  font-size: 10pt;
  width: 210px;
  height: 100%;
  background-color: #144030;
}

#navbuttons a:link, #navbuttons a:visited {
  display: block;
  width: 130px;
  font: bold 120% Arial, sans-serif;
  color: #FFFCE5;
  padding: 9px 0px 15px 0px;
  background: url("/images/navbutton.png") top left no-repeat;
  text-align: center;
  text-decoration: none;
}

#navbuttons a:hover {
  background-position: 0 -114px;
  color:  #144031;
}

#footercontent {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8pt;
  text-align: center;
}

#services p {
  font-size: 16pt;
  text-align: center;
}

#linedindent {
  font-weight: bold;
  line-height: 30%;
}

#map {
  font-family: Helvetica, sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

#map img {
  border: 2px solid #144031;
}

#links {
  padding-top: 200px;
}

#w3c {
  padding-left: 10px;
  padding-top: 400px;
}

#w3c img {
  border: 0;
  width: 88px;
  height: 31px
}