/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	
	STAFF PROFILER
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #staffProfiler #staffMembers {
	padding: 0;
	margin: 0;
}
	
#content #staffProfiler #staffMembers li {
	display: block;
	width: 340px;
	float: right;
	padding: 0;
	margin: 5px 10px;
	border: 1px solid #aaa;
	background: 0;
}

#content #staffProfiler #staffMembers li.odd {
	float: left;clear: both;
}

#content #staffProfiler #staffMembers li .inner {
	padding: 10px 12px;
}


#content #staffProfiler #staffMembers span.qualifications {
	display: block;
	float: right;
	font-weight: bold;
	padding: 3px 2px 0 0;
}

#content #staffProfiler #staffMembers  h4 {
	margin: 0;
	padding: 0;
	color: #07275c;
	font-size: 1.4em;
	line-height: 1.2em;
}

#content #staffProfiler #staffMembers  p {
	padding: 0 0 5px 0;
	margin: 0;
}

#content #staffProfiler #staffMembers  .photo {
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 9px 0 3px 5px;
}

#content #staffProfiler #staffMembers table {
	margin-left: 10px;
}

#content #staffProfiler #staffMembers table tr td {
	display: table-cell;
	padding: 2px 2px;
}


#content #staffProfiler #staffMembers em {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	text-align: right;
}