/***************** Fonts and Colors *****************/
@font-face {
  font-family: headerfont;
  src: url(images/JUICE___.woff);
  font-weight: bold; }

/***************** General Definitions *****************/
html {
  width: 97%;
  height: 96%; }

body {
  background-color: #F8E8DD;
  background-image: url('images/old_map.png');
  font-family: sans-serif;
  overflow: scroll;
  width: 100%;
  height: 100%; }

/* div.bodytext
{
	
} */
.addit {
  font-style: italic;
  font-weight: bold; }

.bodytext {
  background-color: white;
  border-color: white;
  padding: 1%;
  box-shadow: 5px 5px 10px #888888;
  border: 1px solid black; }

.contentbox {
  width: 80%;
  float: right; }

.footer {
  width: 100%;
  margin-top: 1em;
  text-align: center;
  /* 	background-color:white; */
  font-variant: small-caps;
  clear: both; }

/***************** Header Definitions *****************/
h1 {
  font-family: headerfont, serif;
  font-size: 4em;
  margin: 0px;
  text-shadow: 3px 3px 5px #FF9900;
  color: #1242A2;
  text-align: center; }

h2 {
  font-family: headerfont, serif;
  font-size: 2em;
  margin: 0px; }

h2.info {
  color: #1242A2;
  border-bottom: 2px solid #1242A2; }

h2.emer {
  color: #CC0000;
  border-bottom: 2px solid #CC0000; }

h2.comm {
  color: #FF9900;
  border-bottom: 2px solid #FF9900; }

span.resource {
  font-weight: bold; }

/***************** hr Definitions *****************/
hr {
  background-color: #1242A2;
  height: 2px;
  border: none; }

hr.banner {
  background-color: #FF9E3D;
  height: 10px;
  border: 1px solid #FF9900;
  margin: 0.5em 0em 0.5em 0em; }

/***************** Menu Definitions *****************/
nav {
  width: 15%;
  float: left;
  text-align: center; }
  nav a {
    display: inline-block;
    width: 100%; }
  nav a:link, nav a:visited {
    font-weight: bold;
    color: white;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    border: 2px solid;
    box-shadow: 5px 5px 5px #888888; }
  nav .info a:link, nav .info a:visited {
    background-color: #3333CC;
    border-color: #1242A2; }
  nav .info a:hover, nav .info a:active {
    background-color: #4455D8; }
  nav .emer a:link, nav .emer a:visited {
    background-color: #D11A1A;
    border-color: #CC0000; }
  nav .emer a:hover, nav .emer a:active {
    background-color: #DA4848; }
  nav .comm a:link, nav .comm a:visited {
    background-color: #FF9E3D;
    border-color: #FF9900; }
  nav .comm a:hover, nav .comm a:active {
    background-color: #FFB870; }

.phone {
  text-decoration: none;
  color: black; }

/*# sourceMappingURL=styles.css.map */