#main div.span-34 {
  float:none;
  margin:1.5em auto;
  padding:0;
  width:908px;
}

.dashboard-container {
    width: 908px;
	position: relative;
	/*left: -14px;*/
    margin: 0 auto;
    overflow: hidden;
}

.dashboard-container h2 {
    color: #0e3d91;
	line-height: 1;
}

/* Dashboard - Copy */

ul.dashboard {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background: #c2d6e9 url(images/bg.png) repeat-x 0 bottom;
    overflow: hidden;
}

ul.dashboard li {
    float: left;
    border-right: #fff solid 1px;
    width: 226px;
    height: 570px;
	cursor: pointer;
}

ul.dashboard li .content {
    padding: 15px;
}

ul.dashboard li .content h2,
ul.dashboard li .content h2 a {
    color: #fff;
	text-decoration: none;
  /*text-indent:-999px;*/
}

ul.dashboard li .content h2 {
   padding-left:31px;
   background:transparent url('images/lg-bullet.png') 0 0 no-repeat;
   font-size:2em;
   font-weight:normal;
}

ul.dashboard li .content p {
    line-height: 150%;  
    color: #0e3d91;
}

ul.dashboard li.national {
    background: transparent url(images/national.jpg) no-repeat center bottom;
}

ul.dashboard li.school {
    background: transparent url(images/school.jpg) no-repeat center bottom;
}

ul.dashboard li.state {
    background: transparent url(images/state.jpg) no-repeat center bottom;
}

ul.dashboard li.district {
    background: transparent url(images/district.jpg) no-repeat center bottom;
    border-right: none !important;
}

ul.dashboard li.pdf {
    background: transparent url(images/pdf.png) no-repeat center bottom;
    border-right: none !important;
}
