/*
#B00057 - Jobs		(aubergine)
*/

BODY	{
	background-image: url(/_assets/images/jobs/background.gif) !important;
}

#primary #lhs-bar UL LI	{
	border-bottom: 1px solid #B00057;
}
#primary #lhs-bar UL LI A.active,
#primary #lhs-bar UL LI A:hover	{
	color: #B00057;
}
#primary #content	A {
	color: #B00057;
}

#primary #content H1.run-in	{
	width: 411px;
}

#primary #content H3	{
	color: #B00057;
}



.illustration	{
	background-repeat: no-repeat;
/* PA: For free-standing illustations... */
	padding-bottom: 10px;	/* A little spacing on the bottom... */
	clear: both;					/* Explictly disallow text to wrap ... */
	margin: 0 auto;				/* and centre the illustraion */
}
.illustration	P.hide	{
	display: none;
}
.illustration P.caption	{
	font-weight: bold;
	font-size: 7pt;
	font-family: Century Gothic, Arial, Trebuchet, Trebuchet MS, san-serif;
	line-height: 9pt;
	margin-top: 5px;
}
.illustration-left,
.illustration-right	{
/* For left/right aligned illustrations, override the free-standing settings */
	padding-bottom: 0px;
	clear: none;
	margin: 0px 0px;
}
.illustration-left	{
	float: left;
	margin-right: 10px;
}
.illustration-right	{
	float: right;
	margin-left: 10px;
}
