/*
File: ~/www/CSS/site_shared.css
Client/Site: CT Barns
Author: jb <jb@enterity.com>
Last Modified By: jb <jb@enterity.com>

Date-Created:  October 6, 2005
Date-Modified: October 6, 2005 
*/

/* -- Shared Site Elements --------------------- */
/* -- Template specific elements in separate CSS files in /CSS/ --- */

body {
  font-family: verdana;
  font-size: 11px;
  background-color: #9EB5CA;
  color: #000000;
}

a {
  color: #8F4528;
  text-decoration: underline;
}

a:hover {
  color: #000000;
}

table {
  font-size: 11px;
}

form {
  padding: 0px;
  margin: 0px;
}

.ptitle {
  font-size: 12px;
}

.limage {
  border: solid 1px #737373;
  padding:2px;
  margin-right: 10px;
  float: left;
}

.rimage {
  border: solid 1px #737373;
  padding:2px;
  margin-left: 10px;
  float: right;
}

.bdtitle {
  background-color: #E1DED9;

  padding:2px;
  font-weight: bold;
}

/* -- Page Area -------------------- */

#opage {
  width: 864px;
  background-color: #FFFFFF;
  border-top: 16px solid #536677;
  border-bottom: 16px solid #536677;
  padding: 12px;
}

#ipage {
  width: 840px;
}

#topnav {
  background-color: #8F1500;
  padding-left: 25px;
  height: 27px;
}

#topnav ul {
  margin: 0px;
  padding: 0px;
  line-height: 27px;
}

#topnav li {
  list-style-type: none;
  display: inline;
}

#topnav li a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
  border-left: 2px solid #FFFFFF;
}

#topnav li a:hover {
  background-color: #781100;
}

/* -- Footer -------------------- */

#footer {
  width: 100%;
  padding-left: 0px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
  color: #54442A;
  border-top: 6px solid #721716;
}

#footer a {
  color: #54442A;
}

#footer a:hover {
  color: #000000;
}