/* ------------------------------------ *
 CTS-CSS.css
 for use in Clitherall Township Website Project
 * ------------------------------------ */

body {
    background-color: #E6D2A5; /* BGCOLOR5 */
    font-family: arial, verdana, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #000000; /* MAINTEXTCOLOR */
}
/* hypertext links */
A {
  color: #000000; /* MAINTEXTCOLOR */
  text-decoration: none;
}
A:hover {
  color: #C6965A; /* BGCOLOR3 */
  text-decoration: none;
}
/* hypertext links with alternate color & underline */
A.C {
  color: #000000; /* MAINTEXTCOLOR */
  text-decoration: underline;
}
A.C:hover {
  color: #94A250; /* BGCOLOR2 */
  text-decoration: underline;
}
/* hypertext links with underline */
A.U {
  color: #000000; /* MAINTEXTCOLOR */
  text-decoration: underline;
}
A.U:hover {
  color: #235627; /* darker shade of BGCOLOR2 */
  text-decoration: underline;
}
/* headings */
h1 {
  font-size: 18pt;
  font-weight: bold;
  color: #000000; /* MAINTEXTCOLOR */
  text-align: center;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #000000; /* MAINTEXTCOLOR */
  text-align: center;
}
h2.notices {
  font-size: 12pt;
  font-weight: bold;
  color: #C6965A; /* BGCOLOR3 */
  text-decoration: none;
  text-align: center;
}
h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #000000; /* MAINTEXTCOLOR */
  text-decoration: underline;
  text-align: center;
  margin-top: -2px;
  margin-bottom: -2px;
}
h4 {
  font-size: 10pt;
  font-weight: bold;
  color: #000000; /* MAINTEXTCOLOR */
  text-decoration: none;
  text-align: center;
}
h5 {
  font-size: 9pt;
  font-weight: bold;
  color: #C6965A; /* BGCOLOR3 */
  text-decoration: none;
  text-align: center;
}
/* paragraph titles */
.ptitles {
  font-size: 12pt;
  font-weight: bold;
  color: #000000; /* MAINTEXTCOLOR */
}
/* normal text */
.normal {
  font-size: 10pt;
  color: #000000; /* MAINTEXTCOLOR */
}
.normalb {
  font-size: 10pt;
  color: #000000; /* MAINTEXTCOLOR */
  font-weight: bold;
}
.normalarial {
  font-size: 9pt;
  color: #000000; /* MAINTEXTCOLOR */
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
}
.normalarialb {
  font-size: 9pt;
  color: #000000; /* MAINTEXTCOLOR */
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
}
.normalarialbred {
  font-size: 9pt;
  color: #FF0000; /* RED */
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
}
.larger {
  font-size: 11pt;
  color: #000000; /* MAINTEXTCOLOR */
}
.largerb {
  font-size: 11pt;
  color: #000000; /* MAINTEXTCOLOR */
  font-weight: bold;
}
.small {
  font-size: 9pt;
  color: #000000; /* MAINTEXTCOLOR */
}
.disclaimer {
  font-family: arial, verdana, sans-serif;
  font-size: 7pt;
  color: #000000; /* MAINTEXTCOLOR */
}
/* menubar styles */
div.menuBarSmall,
div.menuBarSmall a.menuButton {
  font-family: arial, verdana, sans-serif;
  font-size: 8pt;
  color: #000000; /* MAINTEXTCOLOR */
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
div.menuBarSmall {
  background-color: transparent;/* background color defaults to page color */
  border: none; /*1px solid; */
  border-color: #4A4D4A #4A4D4A #4A4D4A #4A4D4A;
  padding: 2px 1px 2px 1px;
  text-align: center;
}
div.menuBarSmall a.menuButton {
  background-color: transparent;
  border: none;
  color: #000000; /* MAINTEXTCOLOR */
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 1px 2px 1px 2px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
div.menuBarSmall a.menuButton:hover {
  background-color: #C6965A; /* BGCOLOR3 */
  color: #ffffff; /* white */
  border-bottom: 1px solid #4A4D4A;
  border-right: 1px solid #4A4D4A;
}
.menuBarSmallHere {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #C6965A; /* BGCOLOR3 */
  text-decoration: none;
  font-weight: bold;
}
div.menuBarLarge,
div.menuBarLarge a.menuButton,
div.menuLarge,
div.menuLarge a.menuItem {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #000000; /* MAINTEXTCOLOR */
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
div.menuBarLarge {
  background-color: #94A250; /* BGCOLOR2 */
  border: none;
  padding: 4px 2px 4px 2px;
  text-align: center;
}
div.menuBarLarge a.menuButton {
  background-color: transparent;
  border: none;
  color: #000000; /* MAINTEXTCOLOR */
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
div.menuBarLarge a.menuButton:hover {
  /* background-image: url("../images/waves2.jpg"); */
  background-color: #9CB1C2; /* BGCOLOR1 */
  color: #000000; /* MAINTEXTCOLOR */
  border-bottom: 2px solid #000000; /* black border */
  border-right: 2px solid #000000; /* black border */
}
.menuBarLargeHere {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt;
  color: #ffffff; /* white */
  text-decoration: none;
  font-weight: bold;
}
/* other buttons */
.niceButton {
    font-size: 10pt;
    font-family: arial, verdana, sans-serif;
    color: #000000; /* MAINTEXTCOLOR */
    text-decoration: none;
    background-image: url("../images/waves2.jpg");
    border-color: #000000; /* BLACK */
    border-width: thin;
}
/* display elements */

/* table borders */
table.c0 {
  border-style: solid;
  border-width: thin;
  border-color: #000000; /* MAINTEXTCOLOR border */
}
/* table cell borders */
td.c3 {
  background-color: #C6965A; /* BGCOLOR3 */
  border-style: solid;
  border-width: medium;
  border-color: #94A250; /* BGCOLOR2 */
}
td.c0 {
  background-color: #D4DAB4;
  border-style: double;
  border-width: thin;
  border-color: #000000; /* MAINTEXTCOLOR border */
}
td.c3 a:hover {
  color: #ffffff; /* BGCOLOR4 */
}
td.c4 {
  background-image: url("http://www.clitheralltownship.com/test/images/GranaryMedLt2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
td.HomeBorder {
  padding: 12px 12px 12px 12px;
  margin: 10px 10px 10px 10px;
}
.headerBorder {
  border: 3px solid #4F6980;
}
.comboBorder {
  padding: 12px 12px 12px 12px;
  margin: 10px 10px 10px 10px;
  border: 3px solid #4F6980; /* IMAGBORDERCOLOR */
}
#policyjpg {
  background-color: #94A250;
  border: 3px solid #94A250;
}
/* fill colors */
.c1fill {
  background-color: #9CB1C2; /* BGCOLOR1 */
}
.c6fill {
  background-color: #E1D8B5; /* BGCOLOR6 */
}
.c7fill {
  background-color: #C8C2A6; /* BGCOLOR7 */
}
/* page layout */
#sidebarr { /* sidebar on right */
  float: right;
  width: 210px;
  text-align: center;
}
#main { /* main page content */
  padding-top: 12px;
  width: 483px;
}