/*
  Orange (Living Places in action)
  On/Over/Divider: #FFBC00 / FFAD00
  Off: #FFF1C9
*/

h1,
h2,
h3,
div.csc-mailform-field span.csc-mailform-label {
  color: #FFAD00;
}

h1 {
  border-top-color:  #FFBC00;
}

/*
  This needs to stay in each individual colourway CSS file, despite it being
  the same code in each, as the pat is relative to THIS stylesheet
*/
ul li {
  list-style-image : url(images/bullet.gif);
}