a {
  color:#ff6600;
}
  a:hover {
    background:#ff6600;
  }
  
#nav li#selected a {
  color:#ff6600;
}

.casestudy-intro h3 {
  color:#ff6600;
}

#sign-up .error_field {
  border:1px solid #ff6600;
}

#footer #footer-container {
  background:url(/images/footer-orange.jpg) no-repeat center top;
}