/* HTML DEFINITIONS */

body {
  background-color: #FFFEF4;
  color: #000000;
  font-family: "Times New Roman", Times, Garamond, serif;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

h1 {
  font-size: 1.3em;
  color: #007C74;
  margin: 0 0 0.3em 0;
  font-weight: normal;
}

h2 {
  font-size: 1.15em;
  color: #555;
  margin: 0 0 0.3em 0;
  font-weight: bold;
}

p {
  margin: 0.2em 0 0.3em 0;
  line-height: 1.4em;
}

img {
  border: 0;
  text-decoration: none;
}

a, a:visited {
  color: #408080;
}

a:hover {
  color: #800080;
}







/* SPECIAL CLASSES */

.walksline {
  margin-top: 35px;
  text-align: right;
  font-size: 1.5em;
  color: #007C74;
  font-style: italic;
}

.localinterests {
  background-image: url(../../images/local-background.jpg);
  background-repeat: no-repeat;
  background-position: 0 -350px;
  color: #fff;
  padding: 20px;
  background-color: #000000;
}


.belltower {
  margin-top: 10px;
  text-align: center;
  font-size: 1.1em;
  color: #007C74;
  font-style: italic;
}







/* TEMPLATE */

#container {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}

#header {
  height: 155px;
  overflow: hidden;
}

#menubar {
  height: 23px;
  overflow: hidden;
  background-image: url(../../images/layout-menu.png);
  background-repeat: no-repeat;
  background-color: #00554A;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

#menubar ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#menubar li {
  display: inline;
  margin: 0;
  padding: 0;
}

#menubar a {
  color: #fff;
  text-decoration: none;
}

#menubar a:hover {
  color: #C4D9D7;
  text-decoration: none;
}

#pagebody {
  background-image: url(../../images/layout-menushadow.png);
  background-repeat: no-repeat;
  background-position: top;
  padding: 0 40px;
}

#leftcol {
  border-right: 1px solid #95969C;
  width: 50%;
  padding-right: 15px;
}

#rightcol {
  width: 50%;
  padding-left: 15px;
}


#footer {
  height: 113px;
  background-image: url(../../images/layout-footer.png);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  text-align: center;
  clear: both;
}

#footer b {
  font-size: 14px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}
