html, body {
    height: 100%; 
    margin: 0; 
    padding: 0;
    font-family: "Lucida Sans Unicode", sans-serif;
    color: #666666;
    font-size: 0.9em;
}

#all {
    position: relative;
    height: 100%;
    min-height: 100%;
    background: url(../images/footer-bg.gif) bottom left repeat-x;
}

html>body #all {
    height: auto;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#footer span {
    margin: 10px 20px;
    color: #65a3e8;
}

#footer span ul {
  width: 100%;
  height: 1.4em;
  margin-left: 20px;
}

#footer span ul li {
  float: left;
  list-style: none;
  width: 175px;
}

#footer span a {
    border-bottom: 1px solid;
}

#footer, #footer_empty {
    height: 90px;
}

#center {
    margin: 0 20px 0pt 250px;
    min-height: 575px;
    padding: 10px;
}

img.not_uploaded {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.file_type {
  vertical-align: middle;
}

h1.logo {
  width: 250px;
  float: left;
}

h1 {
  color: #ed1c24;
  font-weight: normal;
}

strong {
  color: #414141;
}

a.logo {
  position: absolute;
  right: 9px;
  top: 9px;
}

#all ul.menu {
  list-style: none;
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 0.8em;
  
  /* width: 100%; */

  margin-left: -5px;
}

/* #all ul.menu li a:first-letter {
    text-transform: uppercase;
} */

#all ul.menu li a, #all ul.menu li a:hover {
  display: block;
  padding: 2px 5px 2px 15px;
  border-bottom: 0px solid;
}

#all ul.menu li.logout {
  float: right; 
}

#all ul.menu li.logout a.logout {
  padding-left: 15px;
}

#all ul.menu li a:hover {
  text-decoration: none;
  color: #ed1c24 ! important;
  background: url(../images/menu_cross.gif) no-repeat left center;
}

#all ul.menu li a {
  color: #666666;
  font-weight: normal; 
}

#all ul.menu li a.secondary {
  display: block; 
  text-align: left;
  font-size: 0.8em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  color: #cccccc;
}

#all ul.menu li:hover a.secondary {
  color: #666666;
}

#all ul.menu li:hover a:hover {
  color: #333333;
}


#all ul.login_state {
  float: right;
  top: 0;
}

span.date {
  float: right;
  margin-top: -1.2em;
  font-size: 0.8em;
}

img.slogan {
  position: absolute;
  left: 50%;
  top: 535px;
  margin-left: -162px;
}

.recent_news_articles .news_title {
/*    display: block; */
    float: left;
}

.recent_news_articles p {
    display: inline;
}

div.sfContactForm_input_div label.error {
  float: none ! important;
  color: #ED1C24 ! important;
  margin-left: 5px;
}