/* Main page */
#services img { border: 0px; }
#services a:link,
#services a:hover,
#services a:visited { color: #8800ee; text-decoration: none }
#services .servleft a  { padding: 2px; }
#services .servright a { padding: 2px; }

h1, h2 {
  margin-left: 2em;
}

body {
  margin:0px; padding:0px;
  text-align: center;
  background: url("/img/bg3.gif") repeat;
  font-family: Palatino, serif;
}
body p {
  font-size: larger;
  padding: 2px;
  line-height: 1.15; letter-spacing: 0.015em;
}
div.page {
  margin: 0px auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 800px;
  text-align:left;
  padding: 5px;
  padding-top: 0.5em;
  background: white;
}

.mini {
 font-size: medium;
 color: #888888;
 text-align: center;
}
a {
 color: #0c3883;
 text-decoration: none;
}
a:visited {
 color: #420d8d;
}
a:hover {
 text-decoration: underline;
}


tr.titlerow td:first-line {
  font-size: larger;
  letter-spacing: 0.09em;
}
.servleft {
  width: 288px;
  text-align: right;
  vertical-align: top;
  padding: 0px;
  padding-top: 0px;
  margin: 0px;
}
.servright {
  width: 288px;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  padding-top: 0px;
  margin: 0px;
}

table#services td.pic {
  width: 106px;
  height: 106px;
}

ul li {
  margin: 0.25em;
}

/* Main page, menu bar */
.menu_chunk {
  display: table-cell;
  border: 1px white solid;
  margin: 0px;
  padding: 5px;
  width: 10em;
  background-color: #6556f2;
  color: white;
  font-weight: bold;
  letter-spacing: 0.12em;
}

a:visited.menu_chunk {
  color: white;
} 

/* Forms page */
#forms table {
  width: 600px;
}

#forms table img {
  margin: 32px;
  border: 0px;
}

#forms table tr {
  border-top: thin black solid;
}

/* fees pages */
table.fees td p {
  font-size: small;
  margin-left: 2em;
  padding-top: 2px;
  margin-top: 2px;
}

table.fees td {
  vertical-align: top;
}

/* Contact page */
#contact h2 { margin-left: 0px; }
#contact table { text-align: center; border-spacing: 1em; }
#contact td {
  border: thin solid black;
  padding: 0.75em;
  width: 50%;
  line-height: 110%;
}

/* Staff page */
#staff td p,
#staff td div {
 padding-left: 1em;
 padding-right: 1em;
}

/* FAQ's */
#faqs dt {
  font-style: italic;
  font-size: larger;
  padding-bottom: 0.25em;
}

#faqs dd {
  padding-bottom: 1em;
}  

/* Rates */
table#rates {
  width: 90%;
}

h2.ratetitle {
  margin-left: 2em;
}

table.fees tr td:first-child {
  padding-left: 2em;
}
table.fees tr.title td:first-child {
  padding-left: 0em;
}