/*
** Homepage specific CSS elements
*/

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 75%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff url( ../images/homepage/background.gif) repeat-x;
}

.urgent {
  color: red;
  font-weight: bold;
}

#emergency {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 5px;
  color: red;
  font-weight: bold;
}

#emergency a {
  color: red;
}

table#home_connect_table {
  margin-top: 10px;
  width: 240px;
}

table#home_connect_table td {
  width: 80px;
  text-align: center;
}

div#footer_connect {
  text-align: right;
}

div#footer_connect img {
  margin: 8px 0 0 8px;
  border: none;
}

#home_footer_copy p#footer_address {
  padding-top: 4px;
}
