/* CSS document for area templates */
.primary {
  float:left;
  width:242px;
}
.secondary {
  float:right;
  width:300px;
}
.events {
  background:none;
}
.news {
  background:none;
}
.events img, .news img {
  margin:0;
  display:none;
}
h2 {
  background:url(../../images/heading_bg.gif) repeat-y 0 0;
  padding:0px 5px 0px;
  color:#465E7F;
}
.news p, .news h3, .events p, .events h3 {
  margin:2px 0;
  line-height:1.3;
  font-size:100%;
  margin-left:10px;
}
.news h3, .events h3 {
 color:#1F4173;
 background:url(../../images/right_arrow.gif) no-repeat 0 .5em;
 padding-left:10px;
 margin-left:0;
}
.news .date, .events .date {
  color:#5E9FC9;
  margin-left:10px;
}
.profile h2, .districts h2 {
  margin-top:0;
}
ul {
  list-style:none;
  margin:0;
  padding:0;
}
.primary li, .secondary li {
  background:url(../../images/right_arrow.gif) no-repeat 0 .5em;
  padding-left:10px;
}
.news p.more a {
  padding-left: 10px; 
  background:url(../../images/right_arrow.gif) no-repeat 0 .5em;
}
.news p.more,
.events p.more {
  margin-left:0;
}
