@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #01017d;
	text-align: center;
	line-height: 20px;
}

.oneColLiqCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFFF;
}
.oneColLiqCtrHdr #header {
	padding: 0 20px 20px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #01017d;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #01017d;
}
li {
	list-style-image: url(images/bfbullet.jpg);
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #01017d;
	text-align: center;
	line-height: 14px;
}
.oneColLiqCtrHdr #container #mainContent #joblist {
	vertical-align: top;
}
.highlight {
	color: #FF0000;
}
.oneColLiqCtrHdr #container #footer .contact {
	font-size: small;
	color: #FF0000;
}

.jobref {
font-size:9px;
}

.jobfilled-advert {
	background-image:url(/images/job-filled-textoveradvert.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:a img{
border-width: 0;
padding: 8px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0px;
	left: 250px; /*position where enlarged image should offset horizontally */
}

.thumbnail span blockquote{ /*CSS for text*/
border-width: 0;
padding: 2px;
margin:0px 3px 0px 3px;
width: 450px;
height: auto;	
}

