/*
Site Design
Kevin Douglas :: Satarah Studios
kdouglas@satarah.com [satarah.com]
*/



body {
  background: url(logo_nav_imgs/bgTile.jpg);
  font-family: Georgia, 'Times New Roman', serif;
}

#header {
  position: absolute;
  top: 10px;
}

#topMenu {
  position: absolute;
  top: 80px;
  left: 180px;
  z-index: 20;
}

#topMenu img {
  margin: 0 -2px;
  border: 0;
}

#homeMenu * {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 0;
  list-style: none;
  text-decoration: none;
}

#homeMenu {
  position: absolute;
  top: 120px;
  left: 0;
}

#homeMenu li.final {
  margin-top: 11px;
}

#homeBody {
  position: absolute;
  top: 80px;
  left: 150px;
  padding: 40px 100px 100px 40px;
}

#copyright {
  margin: 60px 30px;
  text-align: right;
}

#logoAlone {
  position: absolute;
  left: 30px;
  border: 0;
}

#headNav {
  height: 100px;
  margin: 0 100px 0 200px;
  padding-top: 10px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

#headNav a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}

#headNav a:hover {
  text-decoration: underline;
}

#headNav span {
  font-size: 0.9em;
  font-weight: bold;
  color: black;
}

#footNav {
  margin-top: 60px;
  text-align: center;
  white-space: nowrap;
}

#footNav a {
  text-decoration: none;
  font-size: 0.9em;
}

#footNav a:hover {
  text-decoration: underline;
}

#footer {
  white-space: nowrap;
  text-align: center;
  margin: 60px;
}

#footer a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}

#sitedesign {
  margin-top: 60px;
  text-align: center;
}

#sitedesign a {
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  color: #03004C;
}

#sitedesign a:hover {
  text-decoration: underline;
  color: #EF6B3F;
}

a {
  color: blue;
}

a:hover {
  color: red;
}











