
#contactlist {}

#contactlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contactlist li { margin-bottom: 2em; }

.contactimage {
	float: left;
	margin: 0px 1em 0em 0px;
	border: 1px solid #999999;
}

#contactlist .details {
	float: left;
}
#contactlist .row {
	padding-bottom: 0.5em; /* have used padding instead of a margin cos ie6 seems to calculate a margin wrong */
}
#contactlist .title {
	float: left;
	width: 6em;
	margin-right: 1em;
	font-weight: bold;
}
#contactlist .value {
	float: left;
}

#contactlist h3 a { color: white; }

#contactlist .value a {
	color: black;
	text-decoration: underline;
}

#contactlist .value a:hover {
	text-decoration: none;
}
