<style>

#penalties {
font-family: 'Helvetica Neue',Arial,sans-serif;
font-size:12px;
text-align:left;
}

#penaltiesmap {
	height: 450px;
	width: 560px;
	margin: 0 200px 0;
	float:left;
}

/*MAP*/

#penalties #map {
  float: left;
  height: 450px;
  position: absolute;
  top: 400px;
  z-index: 0;
}

#penalties #states {
  cursor: pointer;
  height: 400px;
  position: relative;
  width: 560px;
  z-index: 500;
}

#penalties #hawaii {
  bottom: 60px;
  cursor: pointer;
  height: 210px;
  left: -60px;
  position: absolute;
  width: 140px;
  z-index: 0;
}

#penalties #alaska {
bottom:60px;
cursor:pointer;
height: 80px;
position:absolute;
width:10px;
z-index:1000;
}

#penalties .mini-text {
  font-size: 11px;
  margin-bottom: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* NEW */

#penalties #info {
  	margin: 0;
  	padding-top: 10px;
  	position: relative;
  	top: 0px;
  	width: 350px;
	height: 600px;
	float:left;
}

#penalties #info h2 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}


#penalties #info p {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}


.blurb {
  	display: none;
  	width: 360px;
	position: relative;
	left: 625px;
	top: -465px;
}

.blurb h3 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 10px;
}

.blurb .number {
	font-family: "Helvetica Neue", Arial sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #261903;
}


.singleStatLeft {
	width: 300px;
	text-align: left;
	margin-right: 10px;
	float: left;
}

.singleStatRight {
	width: 50px;
	/*text-align: right;*/
	float: right;
}

.singleNumber {
	font-family: "Helvetica Neue", Arial sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #261903;
}

/* Table Stuff */

#controls #filter, #controls #pager {
  display: none !important
}

ul {
	list-style:disc;
}

ul li {
	position: relative;
	left: 1.2em;
	margin-right: 1.2em;
}

</style>