/* CSS Document - Lawson Bishop Main Stylesheet Version 1.0 */

body {
	background-color: #E7E7E7;
}
.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.bodyNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	list-style-image: url(../images/listArrow.gif);
}
.bodyNormal a {

	color: #333333;

	text-decoration: none;

	border-bottom: 1px solid #999999;

}
.bodyNormal a:hover {

	background-color: #781C7D;

	color: #ffffff;

	border-color: #007370;
}
.usefulLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;	
}
.usefulLinks a {

	color: #333333;

	text-decoration: none;

	border-bottom: 0px none;

}
.usefulLinks a:hover {
	color: #781C7D;
	border: none;
}
.spotlightLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;	
}
.spotlightLinks a {

	color: #333333;

	text-decoration: none;

	border-bottom: 0px none;

}
.spotlightLinks a:hover {
	color: #781C7D;
	border: none;
}
.footerNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.footerNormal a {

	color: #999999;

	text-decoration: none;

	border-bottom: 1px solid #999999;

}
.footerNormal a:hover {

	background-color: #007370;

	color: #ffffff;

	border-color: #007370;
}
.navigationBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
.headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.headerText a {

	color: #333333;

	text-decoration: none;

	border-bottom: 1px solid #999999;

}
.headerText a:hover {

	background-color: #781C7D;

	color: #ffffff;

	border-color: #007370;
}
	
/* These 2 styles below define the tool tip used on the vacancysearch.php page */

#hintbox{
	position:absolute;
	top: 0;
	width: 180px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	z-index:100;
	visibility: hidden;
	background-image: url(../images/formBackContent.jpg);
	height: 46px;
}
.hintanchor{
	font-weight: bold;
	margin: 0px;
}