/* This site has an XHTML DOCTYPE but I'm using tables to lay it out.   >:-D   */

body {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font: 12px/16px Arial, sans-serif;
  background: #cac2b1 url(../img/background_body.gif) repeat-x top left;
}
a {
  color: #9a2b0c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

td {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px 0px 10px 0px;
}

h1 {
  margin: 0px 0px 10px 0px;
  font: small-caps 23px "Write Off", Arial, sans-serif;
  color: #9a2b0c;
}

h2 {
  margin: 0px 0px 6px 0px;
  font: bold 14px/16px Verdana, sans-serif;
  color: #9a2b0c;
}

h3 {
  margin: 0px 0px 2px 0px;
  font: bold 12px/13px Arial, sans-serif;
  text-transform: uppercase;
  color: #484031;
}

#main {
  width: 900px;
  margin: 0 auto 0 auto;
}

#main td {
  font: 12px/16px Arial, sans-serif;
}

#col1, #col4 {
  width: 50px;
}

#col2 {
  width: 600px;
  text-align: center;
}

#col3 {
  width: 200px;
}

.col3 {
  text-align: right;
}

#main .orangecells {
  background-color: #9a2b0c;
}

#main .orangecells td {
  height: 50px;
  vertical-align: bottom;
  font: 10px Verdana, sans-serif;
  color: white;
}

#main .orangecells img {
  display: block;
  margin: 0 auto 10px auto;
}

#main .orangecells ul {
  margin: 0 0 10px 0;
  list-style: none;
}

#main .orangecells li {
  display: inline;
  padding: 0 7px 0 7px;
  border-right: 1px solid white;
}

#main .orangecells li.lastlink {
  padding-right: 0;
  border-right: none;
}

#main .orangecells a {
  color: white;
  text-decoration: none;
}

#main .orangecells a:hover {
  text-decoration: underline;
}

#main .orangecells2 td {
  height: 100px;
  padding-top: 10px;
  vertical-align: top;
}

#main .orangecells2 ul {
  margin: 0 0 0 15px;
}

.headercells {
  background-color: #cac2b1;
}

.headercells img {
  display: block;
}

.verticalback {
  background: #756646 url(../img/BGBrownStripes.png) repeat top left;
}

#navtop {
  margin-left: 2px;
  list-style: none;
}

#navtop li {
  margin: 0 0 2px 0;
  padding: 0;
  background: #9a2b0c url(../img/background_nav.gif) no-repeat top left;    /* Avoid flicker in IE6 with certain cache settings */
}

#navtop a {
  display: block;
  width: 198px;
  height: 43px;
  color: white;
  background: transparent url(../img/background_nav.gif) no-repeat top left;
  text-decoration: none;
}

#navtop a span {
  position: relative;
  padding: 0 0 0 20px;
}

#navtop a span.navfirstline {
  top: 8px;
  font: bold 15px/14px Arial, sans-serif;
}

#navtop a span.navsecondline {
  top: 6px;
  font: 10px/14px Verdana, sans-serif;
  text-transform: uppercase;
}

#navtop a:hover, #navtop a.currentpage {
  background-position: top right;
}

.tooth {
  margin: 0 8px 10px 10px;
  border: 1px solid white;
  background: #C2B8A4 url(../img/background_tooth.gif) no-repeat bottom left;
  _height: 170px; /* IE6 Only Hack */
  min-height: 170px;
}

.headercells .tooth {
  margin-top: 10px;
}

.tooth h1 {
  margin-left: 10px;
  margin-top: 120px;
}

.tooth h2, .tooth h3 {
  margin-left: 30px;
}

.tooth p {
  padding: 0 10px 0 30px;
}

.tooth p.more, .tooth p.siteLink {
  text-align: right;
}

.tooth a {
  padding-left: 20px;
  color: #9a2b0c;
  background: transparent url(../img/arrow_box.gif) no-repeat center left;
  font-weight: bold;
  text-decoration: none;
}

.tooth a:hover {
  text-decoration: underline;
}

div.contactinfo {   /* I can't do the padding with the table -- I'd have to do it to individual cells, so wrapping in a <div> is easier */
  height: 190px;
  margin: 0 0 0 2px;
  padding: 5px 0 5px 10px;
  background: #b9a089 url(../img/background_contactinfo.gif) repeat-x top left;
}

.maincells div.contactinfo {
  margin-top: 15px;
  background: #bfb6a0;
}

table.contactinfo {
  width: 170px;
}

.contactinfo th {
  color: #9a2b0c;
}

.contactinfo td {
  color: white;
}

.contactinfo td.contactcol2 {
  text-align: right;
}

.contactinfo address {
  font-style: normal;
}

.contactinfo a {
  position: relative;
  top: 7px;
  color: #484031;
}

.contactinfo a:hover {
  color: #9a2b0c;
}

.maincells td {
  padding-bottom: 20px;
  background: white url(../img/background_shadow.gif) repeat-x top left;
}

.maincells td td {
  background-image: none;
}

.maincells div.contactinfo td {
  padding: 0;
  background: #bfb6a0;
}

/*.maincells td#colleft * {
  margin-left: 40px;
}*/

.maincells img {
	border: 1px solid #897d63;
	margin-top: 3px;
}
.maincells img.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.maincells h1 img {
	border: none;
	margin-top: 0px;
}

.maincells td#colleft {
	padding-right: 40px;
	padding-top: 30px;
	padding-left: 16px;
}
.maincells td#colleft * * {
  margin-left: auto;
}
.maincells td#colleft p, .maincells td#colleft h2, .maincells td#colleft h3, .maincells td#colleft h4, .maincells td#colleft img, .maincells td#colleft table {
	margin-left: 30px;
}
.maincells td#colleft h1 {
  margin: 0px 0px 10px 0px;
}
.maincells td#colleft h1 * {    /* for the image replacement and printing */
  margin: 0px;
  padding: 0px;
}
.maincells td#colleft ul, .maincells td#colleft ol {
	margin-left: 30px;
}

.maincells td#colright ul {
  margin: 15px 10px 10px 2px;
  list-style: none;
}

.maincells td#colright ul li {
  margin: 0 0 2px 0px;
  padding: 0;
  background: #9a2b0c url(../img/background_lowernav.gif) no-repeat top left;   /* Avoid flicker in IE6 with certain cache settings */
}

.maincells td#colright ul a {
  display: block;
  height: 43px;
  color: white;
  background: transparent url(../img/background_lowernav.gif) no-repeat top left;
  text-decoration: none;
}

.maincells td#colright ul a span {
  position: relative;
  padding: 0 0 0 20px;
}

.maincells td#colright ul a span.navfirstline {
  top: 8px;
  font: bold 15px/14px Arial, sans-serif;
}

.maincells td#colright ul a span.navsecondline {
  top: 6px;
  font: 10px/14px Verdana, sans-serif;
}

.maincells td#colright ul a:hover, .maincells td#colright ul a.currentpage {
  background-position: top right;
}

.maincells #colright blockquote {
  display: none;
  margin: 0 10px 0 2px;
  padding: 10px 10px 5px 10px;
  background-color: #e5e4e4;
}

.maincells #colright p {
  margin-right: 0;
}

.maincells #colright cite {
  display: block;
  margin-right: 10px;
  text-align: right;
}

.browncells {
  height: 55px;
  color: black;
  background-color: #bfb59f;
}

.browncells img {
  display: block;
  float: left;
  margin: 0 30px 0 0;
  padding: 0 0 0 30px;
}

.browncells p {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  font: bold 11px/16px Arial, sans-serif;
}

.browncells div {
  margin: 10px 30px 0 0;
  text-align: right;
  font: bold 11px/16px Arial, sans-serif;;
}

#errors ul {
  padding: 0px 0px 10px 60px;
}

#staffTable {
	margin-left: 20px;
}
#staffTable td * {
	padding-left: 0px!important;
	margin-left: 0px!important;
}
#staffTable td.col0 {
	width: 165px;
}
#staffTable td {
	padding-bottom: 20px;
}
#staffTable p {
	margin-top: 14px;
	margin-bottom: 0px;
}
