body #deptBlock {
  background: #177c90 url('/images/head-color-radius-teal.gif') right bottom no-repeat;
}

body #searchContainer {
  background: url('/images/head-color-radius-teal.gif') right bottom no-repeat #177c90;
}

body #ss_cq {
  background: #fff url('/images/search/search-input-teal.gif') top left no-repeat;
}

body #ss_cq {
  color: #177c90;
}


/*  TEAL  */

body.teal #deptBlock {
  background: #177c90 url('/images/head-color-radius-teal.gif') right bottom no-repeat;
}

body.teal #searchContainer {
  background: #177c90 url('/images/head-color-radius-teal.gif') right bottom no-repeat;
}

body.teal #ss_cq {
  background: #fff url('/images/search/search-input-teal.gif') top left no-repeat;
}

body.teal #ss_cq {
  color: #177c90;
}

/*  BLUE  */
body.blue #deptBlock {
  background: #285590 url('/images/head-color-radius-blue.gif') right bottom no-repeat;
}

body.blue #searchContainer {
  background: url('/images/head-color-radius-teal.gif') right bottom no-repeat #177c90;
}

body.blue #ss_cq {
  background: #fff url('/images/search/search-input-teal.gif') top left no-repeat;
}

body.blue #ss_cq {
  color: #177c90;
}


/*  SEAFOAM  */
body.seafoam #deptBlock {
  background: #35a28b url('/images/head-color-radius-seafoam.gif') right bottom no-repeat;
}

body.seafoam #searchContainer {
  background: url('/images/head-color-radius-teal.gif') right bottom no-repeat #177c90;
}

body.seafoam #ss_cq {
  background: #fff url('/images/search/search-input-teal.gif') top left no-repeat;
}

body.seafoam #ss_cq {
  color: #177c90;
}

/*  GREEN  */
body.green #deptBlock {
  background: #aac57e url('/images/head-color-radius-green.gif') right bottom no-repeat;
}

body.green #searchContainer {
  background: url('/images/head-color-radius-teal.gif') right bottom no-repeat #177c90;
}

body.green #ss_cq {
  background: #fff url('/images/search/search-input-teal.gif') top left no-repeat;
}

body.green #ss_cq {
  color: #177c90;
}