﻿@charset "utf-8";
body,
td,
th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #333333;
}
body {
  background-color: #000000;
  width: 975px;
  margin-left: auto;
  margin-right: auto;
}
#main {
  border: solid 2px #FF9900;
}
h2 {
  color: #FF9900;
  font-size: large;
}
h1 {
  font-size: large;
}
#notices-home {
  margin-right: 10px;
}
.newsimage {
  width: 45px;
  padding: 3px;
  margin: 0 5px 3px 0;
}
li:hover {
  background-color: #FFFFDF;
}
#header-row {
  background: url(/images/headerback.gif) repeat-x;
}
#header-row a {
  text-decoration: none;
}
#mainlogo {
  vertical-align: middle;
}
#pagetitle {
  z-index: 2;
  margin-top: -40px;
  margin-left: 115px;
}
header {
  position: relative;
}
#headline2 {
  font-weight: bold;
  color: #FF9900;
  position: relative;
  left: -218px;
  top: 15px;
}
#reportbtn {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(/images/arrows.gif), url(/images/reportbtnN1.gif);
  width: 180px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  height: 175px;
  right: 5%;
  top: 28%;
}
#reportbtn:hover {
  background: url(/images/reportbtnN2.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: #FF9900;
}
#reportbtn:after {
  display: none;
  content: url(/images/reportbtnN2.gif);
}
#mainmenu {
  background: #777777;
  background: -moz-linear-gradient(top, #777777 0%, #1e1e1e 44%);
  background: -webkit-linear-gradient(top, #777777 0%, #1e1e1e 44%);
  background: linear-gradient(to bottom, #777777 0%, #1e1e1e 44%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#1e1e1e', GradientType=0);
  padding-left: 100px;
}
#mainmenu a {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 15px 10px 15px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: small;
  background: none;
}
#mainmenu a#twitter {
  padding: 0;
  height: 37px;
}
#mainmenu a:hover {
  background: url(/images/menuhover.gif) repeat-x;
}
#mainmenu a.selected {
  background: none;
  background-color: #FFFFFF;
  color: #000000;
}
#mainmenu a.selected:hover {
  color: #FF6600;
}
footer {
  height: 53px;
  font-size: x-small;
  color: #000000;
  font-weight: bold;
  padding-top: 7px;
  background: url(/images/footerback.gif) repeat-x bottom;
}
#shine {
  width: 955px;
  margin: 0 auto;
  height: 90px;
  background: url(/images/footershine.gif) repeat-x;
  font-size: x-small;
  padding: 10px 0 0 20px;
  color: #B67414;
}
#logos {
  float: right;
  margin-right: 10px;
  margin-top: -9px;
}
@media all and (min-width: 0px) {
  #logos {
    margin-top: -3px;
  }
}
#designlink {
  font-size: 7pt;
  font-weight: normal;
  float: right;
  text-decoration: none;
  color: #FAAF29;
  margin-right: -20px;
  padding: 1px;
}
#designlink:hover {
  color: #FFFFFF;
}
#maincell {
  padding-top: 20px;
  background-color: white;
  min-height: 600px;
}
#leftmenu {
  width: 200px;
  margin: 20px 20px 20px 0;
  padding-left: 120px;
  font-size: x-small;
  float: left;
  height: 550px;
}
#leftmenu a {
  text-transform: uppercase;
  color: #FF9900;
  display: block;
  margin-bottom: 10px;
  padding: 5px 0 5px 0;
  text-decoration: none;
  font-weight: bold;
}
#leftmenu a:hover {
  color: #CC3300;
}
#leftmenu a span {
  visibility: hidden;
  margin-left: 5px;
}
#leftmenu .selected {
  color: #000000;
  position: relative;
}
#leftmenu .selected:after {
  content: '›';
  position: absolute;
  right: 10px;
}
#notices-home {
  width: 200px;
  margin: 0 20px 20px 0;
  padding-left: 120px;
  font-size: x-small;
  display: inline-block;
  vertical-align: top;
}
#notices-home a {
  text-decoration: none;
  color: #FF9900;
  font-weight: bold;
  border-bottom: dotted 1px #FFF;
}
#notices-home a:hover {
  color: #FF6600;
  border-bottom-color: #FF9900;
}
#notices-home a.title {
  color: #000000;
}
#notices-home .event a.title {
  color: #FF6600;
}
#notices-home li {
  list-style-image: url(/images/bullet.gif);
  list-style-position: outside;
  margin-bottom: 10px;
}
#notices-home p {
  margin-top: 5px;
  max-height: 100px;
  overflow: hidden;
}
.noticedate {
  color: #FF9900;
  font-size: xx-small;
  font-weight: bold;
  border-left: #FF9900;
}
.event .noticedate {
  color: #FF6600;
}
#maincol {
  display: inline-block;
  padding: 0 50px 20px 0;
  line-height: 140%;
  vertical-align: top;
  width: 575px;
}
#maincol a {
  text-decoration: none;
  color: #FF9900;
  font-weight: bold;
  border-bottom: dotted 1px #FFF;
}
#maincol a:hover {
  color: #FF6600;
  border-bottom-color: #FF9900;
}
.hoverCell {
  padding: 20px 10px 30px 10px;
  border-bottom: solid 5px #f0f0f0;
}
.hoverCell:hover {
  background-color: #FFFFE8;
}
.newscontent {
  width: 550px;
  min-height: 100px;
  line-height: 120%;
  margin-top: 10px;
}
.newsimage {
  float: left;
  margin: 0 10px 5px 0;
  padding: 5px;
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
  width: 100px;
  position: relative;
}
.newsimage img {
  width: inherit;
  opacity: 0;
}
.newsimage img:last-child {
  width: inherit;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  padding: inherit;
}
.newsimage img:last-child:hover {
  width: initial;
  z-index: 20;
  left: -1px;
  top: -1px;
  border: inherit;
  background-color: inherit;
}
/*.newsimage img:hover {
            position: absolute;
            width: 200px;
            padding: 10px;
            background-color: #FFFFFF;
            border: solid 1px #CCCCCC;
        }*/
.greyText {
  color: #999999;
}
#logo-holder {
  display: inline-block;
  padding-left: 40px;
}
#logo-holder div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#logo-holder div img {
  height: 30px;
  opacity: .6;
}
#logo-holder div img.over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#logo-holder div img.over:hover {
  opacity: 1.0;
}
.reportdate {
  display: block;
  font-size: smaller;
  color: #FF9900;
}
.reportdiv {
  padding: 20px 0 20px 0;
  border-bottom: 10px solid #f2f2f2;
}
#slide-show {
  transition: opacity 1s;
  width: 200px;
  font-size: 11px;
  padding-top: 10px;
}
#contactform {
  display: none;
}
#contactform div {
  position: relative;
  float: right;
  right: 5%;
  top: 6%;
  color: #666666;
  width: 170px;
  border: solid 1px #CCCCCC;
}
#county-select {
  width: 200px;
  border: dotted 1px #FF9900;
  padding: 3px;
}
#alapalpanel {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  margin: 0;
}
#alapalpanel table {
  margin: 0 auto;
}
#submitpanel {
  display: none;
  background: url('/images/buttonfade.gif') bottom repeat-x #f2f2f2;
}
#remindtag {
  display: none;
  float: right;
  right: 0%;
  top: 0%;
  color: #666666;
  width: 270px;
  border: solid 1px #CCCCCC;
  margin-bottom: 0px;
  padding: 0 10px;
}
#verify {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  text-align: center;
}
#verifybutton {
  color: #333333;
  font-weight: bold;
  border-color: #999999;
}
#verifybutton:hover {
  cursor: pointer;
}
#verifybutton:active {
  border-color: #FF6600;
  box-shadow: 0 0 3px #FF6600;
}
#verifybutton.disabled {
  color: lightgray;
  cursor: wait;
}
#verifybutton.disabled:active {
  border-color: initial;
  box-shadow: none;
}