.clear {
	clear: both;
}

#candidates {
	padding: 0;
	margin: 10px;
	display: block;
	overflow: auto;
}

#candidates li {
	height: 230px;
	margin: 5px;
	float: left;
}

#candidates li .person a {
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-color: #EAF2FF;
	border: 1px solid #EAF2FF;
	display: block;
	width: 125px;
	height: 175px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	font-family: Arial;
	color: #000;
	text-decoration: none;
}

#candidates li .person a:hover {
	background-color: #E0ECFF;
	border: 1px solid #C2DAFF;
}

#candidates li .person a:hover em {
	font-weight: normal;
}

#candidates li .person a img {
	margin-bottom: 5px;
	border: 5px solid #D6E6FF;
}

#candidates li .person a strong {
	display: block;
	font-size: 12px;
}

#candidates li .person a em {
	font-size: 11px;
	display: block;
}

#candidates li .pdf a {
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-color: #EAF2FF;
	border: 1px solid #EAF2FF;
	display: block;
	width: 125px;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	font-family: Arial;
	color: #000;
	text-decoration: none;
}

#candidates li .pdf a:hover {
	background-color: #E0ECFF;
	border: 1px solid #C2DAFF;
}

#candidates li .pdf a strong {
	display: block;
	font-size: 12px;
}

#division {
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-color: #EAF2FF;
	border: 1px solid #C2DAFF;
	display: block;
	margin: 10px;
	padding: 10px;
	overflow: auto;
}

#division h2 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}

#division .profile {
	float: left;
	border: 5px solid #D6E6FF;
	margin: 0 10px 10px 0;
}