/* These classes are unique to the who are we page 
	they are so specific, it was thought best to have a separate css file */

/* The first volunteer listed is basically the same a volunteer right,
	except we don't have the shifting up and down */
div.volunteer_first {
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 170px;
}

div.volunteer_first img {
	float: right;
	padding: 0;
	margin: 0 0 0 5px;
	color: inherit;
	background-color: #007777;
}

div.volunteer_left div {
	padding: 0;
	margin: 0 0 1em 0;
}

div.volunteer_first p {
	padding: 0;
	margin: 0;
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	line-height: 1.2em;
	clear: left;
}

div.volunteer_first img.nophoto {
	background-color: transparent;
}

/* Volunteer details with photo on the left: */
div.volunteer_left {
	width: 100%;
	padding: 0;
	margin: 1.5em 0 0 0;
	clear: left;
	min-height: 170px;
}

div.volunteer_left img {
	float: left;
	padding: 0;
	margin: -1em 5px 0 0;
	color: inherit;
	background-color: #007777;
}

div.volunteer_left img.nophoto {
	background-color: transparent;
}

div.volunteer_left div {
	padding: 0;
	margin: 0 0 1em 0;
}

div.volunteer_left p {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	line-height: 1.2em;
	clear: right;
}

/* Volunteer details with photo on the right: */
div.volunteer_right {
	width: 100%;
	padding: 0;
	clear: left;
	margin: 1.5em 0 0 0;
	min-height: 170px;
}

div.volunteer_right img {
	float: right;
	padding: 0;
	margin: -1em 0 0 5px;
	color: inherit;
	background-color: #007777;
}

div.volunteer_right img.nophoto {
	background-color: transparent;
}

div.volunteer_right div {
	padding: 0;
	margin: 0 0 1em 0;
}

div.volunteer_right p {
	padding: 0;
	margin: 0;
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	line-height: 1.2em;
	clear: left;
}

/* Volunteer details with photo in the centre and details underneath: */
div.volunteer_centre {
	width: 100%;
	padding: 0;
	clear: left;
	margin: 1.5em 0 0 0;
	min-height: 170px;
}

div.volunteer_centre img {
	float: center;
	padding: 0;
	margin: 0 5px 0 5px;
	color: inherit;
	background-color: #007777;
}

div.volunteer_centre img.nophoto {
	background-color: transparent;
}

div.volunteer_centre div {
	padding: 0;
	margin: 0 0 5px 0;
}

div.volunteer_centre p {
	padding: 0;
	margin: 0;
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	line-height: 1.2em;
	clear: both;
}


