/* Screen styling */

body {
  background-color: #FFFFFF;
  color: #444444;
  font-family: verdana, georgia, tahoma, arial, sans-serif;
  font-size: 80%; 
  line-height: 150%;
  margin-top: 0px;
}

a:active, a:visited, a:link {
  background-color: inherit;
  color: #D26C5E;
  text-decoration: none;
}

a:hover {
  background-color: inherit;
  color: #D68176; 
  text-decoration: underline;
}

h1 {
  background-color: inherit;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 3px;
  letter-spacing: 2px;
  font-size: 115%;
  padding: 0 2px;
  margin: 0;
}

strong {
  background-color: inherit;
  color: #222222;
  }

br {
  clear: left;
  }
  
fieldset {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  width: 80%;
  }
  
legend {
  font-weight: bold;
  font-size: 110%;
  }

label, input, textarea {
  display: block;
  float: left;
  margin-bottom: .5em;
}

label {
  padding-left: 2em;
  width: 40%;
  }

input {
  width: 40%;
  }
  
img {
  border: 0;
  }
  
textarea {
  width: 40%;
  }
  
.button {
  display: inline;
  font-weight: bold;
  margin-left: 21em;
  margin-right: auto;
  margin-top: 1em;
  width: 10em;
  }
  
#border {
  background: url('../images/backround.gif') no-repeat;
  background-color: #FFFFFF;
  border: 0px;
  color: inherit;
  margin: 0 auto;
  width: 900px;
}

#header {
  background-image: url('../images/evacuation.jpg');
  height: 110px;
  margin-bottom: 0;
}


#menu {
  border-bottom: 1px solid;
  border-top: 2px solid;
  border-color: #D26C5E;
  background-color: #FAF5F5;
  color: inherit;
  font-size: 110%;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 870px;
}

#content {
  background-color: #FFFFFF;
  color: inherit;
  padding: 0.5em 1em;
}

#container {
  background-color: #FFFFFF;
  border: 0px solid #669900;
  color: inherit;  
  margin: 0px auto;
  width: 870px;
}

#footer {
  background-color: #FAF5F5;
  border-top: 1px solid;
  border-color: #D26C5E;
  clear: both;
  color: #D68176;  
  height: 30px;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: .8em;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  font-style: italic;
  }
  
.faq:hover {
  background-color: inherit;
  color: #444444;
  text-decoration: none;
  }
  
#nav, nav ul {
  float: left;
  list-style: none;
  line-height: 2em;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#nav li {
  float: left;
  width: 174px;
}

#nav a {
  display: block;
  width: 170px;
  text-align: center;
  text-decoration: none;
}

#nav a:hover {
  background-color: inherit;
  border-color: #BA5B4E;
  border-left: 2px solid;
  border-right: 2px solid;
  color: #BA5B4E;
}
