@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #888;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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-size: 11px;
}

.twoColFixLtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	/* padding: 0 10px 0 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. */
	background-color: #FFF;
	padding: 0;
	margin: 0;
/*	text-align: center;*/
} 

.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	border: 1px solid #B11;
	margin-left: 0px;
	margin-top: 15px;
	background-color: #CCC;
	height: 700px;
	margin-right: 12px;
}
.twoColFixLtHdr #sidebar2 a{
	color:#000;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar2 ul{
	list-style:url(images/bfbullet.gif);
	margin:0;
	font-weight:bold;
	width: 160px;
	padding: 0;
	list-style-position: inside;
}
.twoColFixLtHdr #sidebar2 li{
	padding: 5px 0 5px 0px;
	border-top: solid 1px #B11;
}

.lastofmenu {
	border-bottom: solid 1px #B11;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px;
	border: 1px solid #B11;
	background-color: #CCC;
	height: 700px;
	margin: 15px 0 0 15px;
}
.twoColFixLtHdr #sidebar1 ul{
	list-style:url(images/bfbullet.gif);
	margin:0;
	font-weight:bold;
	width: 160px;
	padding: 0;
	list-style-position: inside;
}

.twoColFixLtHdr #sidebar1 ul a{
	color:#000;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 ul a:hover {
	color:#e2001a;
	text-transform: capitalize;
}

.twoColFixLtHdr #sidebar1 li{
	/*position:absolute;*/
	padding: 5px 0 5px 0px;
	border-top: solid 1px #B11;
}

.twoColFixLtHdr #sidebar1 ul ul{
	padding: 0px 0px 0px 15px;
	width: 145px;
	font-weight:normal;
}

.twoColFixLtHdr #sidebar1 li li{
	border-top:none;
}
	
.twoColFixLtHdr #mainContent {
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 220px;
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
 }
.twoColFixLtHdr #mainContent h1{
	color:#E2001A;
	font-size:16px;
	text-align: left;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent img{
	margin: 2px;
}
.twoColFixLtHdr #mainContent a {
	color: #034371;
	text-decoration: none;
}
.twoColFixLtHdr h2{
	color:#E2001A;
	font-size:12.5px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
} 
.twoColFixLtHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

.charthouse #footer p {
	font-size:9px;
	color:black;
}

.tablepeople table{
	border:2px;
	border-color:#e2001a;
	padding:0;
}

.tablepeople td {
	border:1px;
	border-color:#e2001a;
	vertical-align:middle;
	border-collapse:collapse;
}
.tablepeople img {
	margin:0;
	border:0px;
}

.tablelist ul{
	margin-left: 20px;
	list-style-image:url(/images/bfbullet.gif);
	padding: 0px à 5px 0;
}
.tablelist li{
	padding: 5px 0 0px 0;
}
.tablelist td{
	vertical-align:top;
}

#footer a {
	color:black;
}

.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;
width: 300px;
height: auto;	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

