#front{
  text-align: center;
  margin-top: 150px;
}

#header{
  margin: 2em 0;
}

#header h1{
  text-align: center;
}

#center{
  float: left;
}

.sidebar{
  float: left;
  margin-top: 20px;
  width: 205px;
}

.sidebar .block{
  background: #089004 url(images/sidebar-bottom.png) no-repeat bottom left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#block-views-457e43ada482865cd67c4870dbf2e79d{
  background: none;
}

#sidebar-left{
  margin-right: 20px;
}

#sidebar-right{
  margin-left: 20px;
}

.sidebar-left #center, .sidebar-right #center{
  width: 725px;
}

.sidebars #center{
  width: 540px;
}

.sidebar h2{
  color: #FFF;
  border-bottom: 1px dashed #FFF;
  font-size: 1.5em;
  background: #089004 url(images/sidebar-top.png) no-repeat top left;
  padding-top: 5px;
  text-align: center;
}

.sidebar ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.sidebar ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.sidebar a{
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #FFF;
  padding: 5px;
  text-align: center;
}

.sidebar li.expanded a{
  background-color: #006E00;
}

.sidebar li.expanded li.expanded a{
  background-color: #005A00;
}

.sidebar li.expanded li.expanded li.expanded a{
  background-color: #004600;
}

.sidebar a.active, .sidebar li.expanded a.active, .sidebar li.expanded li.expanded a.active{
  color: #FFF;
  background-color: #003200;
}

.sidebar a:hover, .sidebar li.expanded a:hover, .sidebar li.expanded li.expanded a:hover, .sidebar li.expanded li.expanded li.expanded a:hover{
  background-color: #00B008;
}

