/* Business Unit Specific Colors and Images */

#header {
  background: url("image/header.bg.jpg") top right no-repeat;
}

#title .content {
  background-color: #436e94;
}

.index .content .businessunit {
  background: url("image/index.bg.gif") top no-repeat; height: 140px;
}

.sidebar .content .bu-placeholder {
  background-color: #436e94;
}

.sidebar .content .businessunit {
  background: url("image/sidebar.bg.gif") bottom no-repeat;
  background-color: #436e94; 
}

.sidebar .content .businessunit h2 {
  background-color: #436e94;
}

.main .content h1 {
  background-color: #fff;
  color: #023f72;
}

.main .navigation {
  background-color: #a1b5c7;
  color: #656565;
}

