/* DEFAULT PAGE SETTINGS */
body, td {
  color: #000000;
  font-family: Arial;
  font-size: 8pt;
}

td a {
  color: #255700;
  font-family: Arial;
}

td a:hover {
  color: #45A200;
}

#home a, #home a:visited {
position: relative; 
top: 25px;
background:url(images/top_home.png);
background-repeat: no-repeat;
width:78px;
height:69px;
}

#home a:hover {
background:url('images/top_homeover.png');
}

/* COPYRIGHT TEXT AND LINK SETTINGS */
#copyright td, tr {
  color: #FFFFFF;
}

#copyright a {
  color: #FFDAA2;
}

#copyright a:hover {
  color: #FFE8C5;
}

/* MAIN MENU TEXT AND LINK SETTINGS */
#menulist a {
  color: #000000;
  font-size: 8pt;
  font-family: arial;
  text-decoration: none;
  font-weight: bold;
  line-height: 18px;
}

#menulist a:hover {
  color: #525252;
  text-decoration: underline;
}

/* WELCOME WINDOW TEXT AND LINK SETTINGS */
#welcome td, tr {
  color: #FFFFFF;
}

#welcome a {
  color: #FFDAA2;
}

#welcome a:hover {
  color: #FFE8C5;
}

.boldness {
  color: #9E7637;
  font-size: 16pt;
  font-weight: bold;
  font-family: Arial;
}

/* REGULAR BOX HEADINGS */
h1 {
  color: #FFFFFF;
  font-size: 8pt;
  font-family: Arial;
  margin: 0, 3px, 0, 0;
  display: inline;
}

/* SMALL BOLD BLACK HEADINGS */
h2 {
  color: #000000;
  font-size: 8pt;
  font-family: arial;
  margin: 0, 3px, 0, 0;
  display: inline;
}

/* SMALL BOLD GRAY HEADINGS */
h3 {
  color: #5D5D5D;
  font-size: 8pt;
  font-family: arial;
  margin: 0, 3px, 0, 0;
  display: inline;
}

/* PAGE TITLE HEADINGS */
h4 {
  color: #5D5D5D;
  font-size: 18pt;
  font-family: arial;
  margin: 0, 3px, 0, 0;
  display: inline;
  font-weight: bold;
}

/* ARTICLE TITLE HEADINGS */
h5 {
  color: #000000;
  font-size: 12pt;
  font-family: arial;
  margin: 0, 3px, 0, 0;
  display: inline;
  font-weight: bold;
}

/* ARTICLE BOLD HEADINGS FOR CATEGORY */
h6 {
  color: #145400;
  font-size: 10pt;
  font-family: arial;
  margin: 0, 3px, 0, 0;
  display: inline;
}

.kidzpagetitle {
  color: #750000;
  font-size: 14pt;
  font-family: comic sans MS;
  margin: 0, 3px, 0, 0;
  display: inline;
  font-weight: bold;
}

/* NEW TO THE AREA HEADINGS */
.newareah6 {
  color: #FFFFFF;
  font-size: 10pt;
  font-family: arial;
  margin: 0, 3px, 0, 0;
  display: inline;
}


/* LINKS AND TEXT FOR UPPER-RIGHT ON ALL PAGES */
#datelinks td, tr {
  color: #FFF5BB;
  font-size: 8pt;
  font-family: arial;
}

#datelinks a {
  color: #FFF5BB;
}

#datelinks a:hover {
  color: #FFD57B;
}


#datelinks img {
  position: relative;
  top: 5px;
}

/* LIST SETTINGS FOR CYBERHUNT ON HOMEPAGE */
ul.cyberlist {
  position: relative;
  right: 10px;
  list-style-image: url('images/rightarrow_green.gif');
}

/* LIST SETTINGS FOR WHAT'S NEW ON HOME PAGE */
ul.whatsnewlist {
  position: relative;
  right: 20px;
  list-style-image: url('images/rightarrow_green.gif');
}

ul.whatsnewlist li {
  margin-bottom: 4px;
}


/* LIST SETTINGS FOR BULLETIN BOARD ON TOWNHALL PAGE */
ul.bulletinboard {
  font-size: 7pt;
  text-align: left;
  position: relative;
  right: 20px;
  list-style-image: url('images/bulletpoint.gif');
}

ul.bulletinboard li {
  margin-bottom: 5px;
}

/* LIST SETTINGS FOR TOWNHALL MAIN MENU PAGE */
ul.towndepts {
  font-size: 10pt;
  font-family: verdana;
  text-align: left;
  position: relative;
  list-style-image: url('images/rightarrow_green.gif');
}

/* FONT SETTINGS FOR STATIC CONTENT PAGES */
#static body, td {
  color: #000000;
  font-family: Arial;
  font-size: 8pt;
}

#static td a {
  color: #677A61;
  font-family: Arial;
}

#static td a:hover {
  color: #8DB56A;
}

/* SMALL TEXT */
.small {
  color: #000000;
  font-family: Arial;
  font-size: 6.5pt;
}

#businesslist td {
  font-size: 10pt;
}


.small a {
  color: #677A61;
  font-family: Arial;
}

.small a:hover {
  color: #8DB56A;
}

/* SEARCH FORM CSS */
#searchform form {
  margin-bottom: 0;
}

/* TOWN CRIER FONT SETTINGS */
.criertitle {
  color: #000000;
  font-weight: bold;
  font-family: Georgia;
  font-size: 10pt;
}

/* NEW TO THE AREA TABLE SETTING */
.newtothearea {
  border: solid #000000 1px;
}

/* GENERAL ERROR MESSAGE SETTING */
.error {
   font-family: Arial;
   font-size: 8pt;
   color: #C70000;
}

/* STANDARD ADMIN TABLE SETTINGS */
#designtbl table {
  border: 1px solid #000;
  font-size: 10px
}

#designtbl td {
  border: 1px solid #000;
  padding: 2px;
  font-size: 10px
}

.admintitle {
  color: #FFE7AF;
  font-size: 9pt;
  font-weight: bold;
}

/* WELCOME PAGE BG SETTINGS FOR BOOKMARK LINKS */
.welcome {
  background-image: url('images/welcomebg.gif');
  background-repeat: repeat-x;
  background-color: #FFF8E2;
  border: 1px solid #000;
}

.welcome h6 {
  color: #145400;
  font-size: 14pt;
  font-family: arial;
  margin: 0, 3px, 0, 0;
  display: inline;
}
.menu a:hover img { filter: alpha(opacity=70);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 -moz-opacity: 0.7; opacity:0.7;
 }
