/* CSS Document */
#staff_image img{
	float:right;
	margin: 0 0 10px 10px;
	border-top: none;
	}
div#staff_image{
	float:right;
	width: 124px;}
/* Contains all staff details */	
#staff_info{

/*	height: 130px;
	min-height: 90px;*/
	padding:0 0 20px  0;
	border-bottom: 2px solid #6B96AD;
	border-bottom-style:solid;
	border-bottom-width:2px;
	height: auto;
	height: 75px;
}

/* Contains text entered by staff*/
#staff_text{ 
	margin-top: 10px;
	/*border-top: 3px solid #6B96AD;*/
}

/* Contains staff name, position and group */
#staff_titles{
/*	float:left;
*/	width: 40%;
	line-height:150%;
}
#staff_titles h2{
	margin-bottom: 20px;
	line-height: 125%;
	}
	
#staff_titles h3{
	margin-top: .25em;
	margin-bottom: 0;
	}
/* Contains staff contact details */
#staff_contact{
	width: 30%;
	margin-bottom: 5px;
	padding: 2px 8px;
	border: 1px solid #6B96AD;
	background: url(/staff/lines.gif) repeat-y;
	float:none;
	position:absolute;
	right:25px;
	top: 60px;
}

#staff_contact dt{
	border-top: none;
	margin:0;
	padding-left: 0;
	display:none;
	}
#staff_contact dd{
	border-left:none;
	padding-left:0;
	margin:0;
	}
#staff_contact dl{
	margin-bottom:0;
}
#staff_contact a{
	text-decoration:none;
	}

