/* Start of CMSMS style sheet 'county-css-special' */
html h3.homelink {border: none;}


div#onecall {
  width: 920px; 
  height: 102px; 
  margin: 0 auto; 
  padding: 0; 
  background-color: #015353;
  }
div#onecalllink {
  width: 510px; 
  height; 100px; 
  background-color: inherit; 
  margin: 0 auto; 
  text-align: left;
  color: #99dfdf;
  font-size: 90%;
  }

div#onecalllink p {padding-top: 1em;}

div#onecalllink a {background-color: #015353; color: #fff; font-weight: normal; text-decoration: underline; border: none;}
div#onecalllink a:hover {color: #fecf4b;}
div#onecall iframe {}

/* ***************** standard tag elements ************* */
a {
  color: #1e51b1; /*    */
  text-decoration: none;
  border-bottom: 1px dotted #1e51b1;
}

a:hover {
  color: #0f90eb;
  text-decoration: none;
  border-bottom: 1px dotted #0f90eb;
}

h1 {
  font-size: 1.5em;
  color: #666;
  margin: 0;
  padding-bottom: 8px;
  font-family: georgia, palatino, serif;
}

h2 {
  font-size: 1.2em;
  color: #254a62;
  text-transform: uppercase;
  margin: 1em 0 1em 0;
  padding: 8px 0;
  font-family: georgia, palatino, serif;
  letter-spacing: 0.035em;
  border-bottom: 1px solid #a8adad;
}

h3 {
  font-size: 0.9em;
  margin: 1.2em 0 0.4em 0;
  padding-bottom: 8px;
  font-family: georgia, palatino, serif;
  letter-spacing: 0.025em;
  border-bottom: 1px dotted #a8adad;
  }

h4 {
  font-size: 0.8em;
  color: #8CA1AA;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 8px;
font-family: georgia, palatino, serif;
}

p  {
  margin: 0;
  padding-bottom: 8px;
}

html .showhr {
  /* clear: both; */
  height: 1px;
  border-top: 1px solid #ccc;
}

img {
  border: none;
}



/* ************** page titles ************** */
html h1.pagetitle {
  color: #93989d; /* c95945 = peachy-orange 71782e = greenish af392d = bluish 686a6a bec5a9 = green like menu  */
  text-transform: none;
  font-family: Tahoma, verdana, "Times New Roman", times, serif;
  font-size: 170%;
  letter-spacing: 0.085em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  }


/* *************  current date ************* */
html p.currentdate {
    font-size: 0.76em;
    background-color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #797a7a;
    }

/* ~~~~~~~~~~~~ search styles ~~~~~~~~~~~~ */
div#search {
        width: 240px;    /* enough width for the search input box */
        text-align: right;
        padding:6px 4px 4px 0;
        margin: 0;
        background-color: transparent;
        color: #666;
        font-size: .76em;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        float: right;
        }

#search INPUT[type='text'] {
        width: 120px;
        font-size: 0.86em;
        color: #666;
        }

#search INPUT {font-size: .98em;}

#search, #submit {
        vertical-align:bottom;
        }

div#search form {
        margin:0;
        padding:0
        }

div#relevantlinks {
  font-size: 80%;
  width: 190px;
  }
div#relevantlinks a {
  border: none;
  }




/* End of 'county-css-special' */

