/* Screen cascading style sheet for Quoygrew Excavations Website */

html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(images/bkgr3.jpg);
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 0.8em;
  text-align: center;
  height: 100%;
}

a:link {color: #2A2584; font-weight: bold; text-decoration: none}
a:visited {color: #2A2584; font-weight: bold; text-decoration: none}
a:hover {color: #DF0000; font-weight: bold; text-decoration: none}
a:active {color: #2A2584; font-weight: bold; text-decoration: none}

h2 {font-family: Arial, Helvetica, Sans Serif; font-size: 1.3em; margin-top: 10px; text-align: left}
h3 {font-family: Arial, Helvetica, Sans Serif; font-size: 1.1em; text-align: left; width: 200px}
h3.archive {background: #995BFF; font-family: Arial, Helvetica, Sans Serif; font-size: 1.3em; text-align: justify; width: 200px}

p {text-align: justify; margin-top: 0px; padding-right: 10px}

td.interim1 {background: #B7C0CA; text-align: right}
td.interim2 {background: #7795B6}

ul {list-style: square; padding: 0 10px 0 20px}

#content {
  position: relative;
  float: left;
  background: #FFFFFF;
  overflow: hidden;
  height: 100%;
  width: 554px;
}

#header {
  top: 0;
  left: 0;
  background: url(images/header.gif);
  height: 78px;
  width: 100%;
}

#main {
  position: relative;
  border: 0px solid #000000;
  margin: 0 auto;
  padding-top: 1px;
  text-align: left;
  height: 520px;
  width: 700px;
  z-index: 2;
}

#main_border {
  position: relative;
  background: #000000;
  margin: 0 auto;
  padding: 0px;
  height: 522px;
  width: 702px;
  z-index: 1;
}

#maincont {
  top: 0;
  left: 0;
  margin: 0px;
  height: 100%;
  width: 100%;
}

#nav {
  float: left;
  background: url(images/nav_bk.gif);
  font-size: 1.2em;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  height: 520px;
  width: 146px;
}

#nav ul {
  font-size: 0.9em;
  list-style: none;
  margin: 120px 0px 0px 0px;
  padding: 0px;
  text-align: right;
  height: 450px;
  width: 130px;
}

#nav li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#nav li a {
  border-bottom: 1px solid #000;
  color: #000000;
  display: block;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  width: 100%;
}

#nav li a.top {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #000000;
  display: block;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  width: 100%;
}

html>body #nav li a {
  width: auto;
}

#nav li a:hover {
  color: #000000;
  background-color: #EEE477;
}

#text {
  top: 0;
  left: 0;
  overflow: auto;
  height: 442px;
  width: 100%;
}

