
#picColumn
{
	width: 150px;
	float: left;
}
#picColumn #imageBox
{
	width: 150px;
	height: 126px;
	background: url(/images/people/people_pic_bg125.png) no-repeat;
}
#picColumn .quote
{
	font-size: 1.2em;
	padding: 12px 24px 0px 0px;
}
#picColumn .quote p
{
	background: url(/images/ui/quote_open_small.png) no-repeat;
	text-indent: 22px;
	padding: 4px;
}
#picColumn .quote .quoteBounds
{
	/*THIS CLASS USED FOR JQUERY ADDITION OF QUOTEMARKS*/
	margin: 0;
	padding: 0;
}

#picColumn .quote p.credit
{
	text-align: right;
	font-size: .8em;
	padding: 4px;
	margin-top: -9px;
	background: none;
}
#txtColumn
{
	width: 275px;
	float: right;
	font-size: 1em;
}
#txtColumn div
{
	float: left;
}
#txtColumn .orange
{
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}
#txtColumn .blueRight
{
	font-size: 1.2em;
	text-align: right;
	font-weight: normal;
	margin-bottom: 1em;
}
/*people search*/
#azList
{
	padding: 0px 0px 10px 5px;
}
#azList, #azList *
{
	float: left;
}
#azList li
{
	width: 32px;
	height: 32px;
}
#azList a
{
	display: block;
	width: 31px;
	height: 31px;
	background: url(/images/people/az_sqr.png) no-repeat;
	font-size: 1.4em;
	text-align: center;
	line-height: 1.8em;
}
#azList a:hover
{
	text-decoration: none;
	color: #fff;
	background: none #97bfe0;
}
#filterSearch
{
	width: 415px;
	padding: 0px 5px;
}
#filterSearch li
{
	padding: 2px 0px;
	float: left;
	width: 415px;
}
#filterSearch li.button
{
	text-align: right;
}
#filterSearch span
{
	width: 200px;
}
#filterSearch span.floatleft,
#filterSearch label
{
	width: 215px;
}

#filterSearch input, #filterSearch select
{
	font-size: .9em;
	height: 18px;
}
#searchBox input.btn
{
	width: 64px;
	height: 20px;
	border: none;
}
#peopleResults
{
	width: 425px;
	padding: 5px 0px;
	height: 225px;
	float: left;
	background: url(/images/ui/toplines/full.png) no-repeat left top;
}
#peopleResults ul
{
	float:left;
	height: 200px;
	width: 425px;
}
#peopleResults ul li
{
	margin: 0px;
	height: auto;
	line-height: 1.8em;
	font-size: .9em;
	padding-left:5px;
	width: 420px;
}
/*Person CV pages*/
#specialistAreas *,
p.backLink
{
	display: none;
}
#backLink
{
	display: none;
	float: right;
	width: 275px;
	margin-top: .5em;
}
#areasList li
{
	cursor: pointer;
	clear: both;
}
#areasList li span.arrow
{
	cursor: pointer;
	background: url(/images/ui/arrow_blue_sqrs.png) no-repeat right center;
	width: 10px;
	height: 6px;
	display: block;
	float: left;
}
#areasList li:hover
{
	text-decoration: underline;
}
#areasList li.sel
{
	text-decoration: underline;
}
#vCardTemp,
#vCardTemp1
{
	display: none;
}
.personIcon
{
	width: 75px;
	height: 50px;
	float: left;
	padding-top: 4px;
}
