@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: center;
	background-color: #d6dbe7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
}
.twoColFixLt #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/01_home.jpg);
	background-repeat: no-repeat;
	height: 601px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebarabout {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/02_home.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 610px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebarcandidate {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/03_candidates.jpg);
	background-repeat: no-repeat;
	height: 601px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebarclient {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/04_clients.jpg);
	background-repeat: no-repeat;
	height: 601px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebarbenefit {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/05_benefits.jpg);
	background-repeat: no-repeat;
	height: 601px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebarrecruitment {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/06_permanent.jpg);
	background-repeat: no-repeat;
	height: 601px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebarlocum {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/07_locum.jpg);
	background-repeat: no-repeat;
	height: 601px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #sidebarcontact {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image: url(images/08_contact.jpg);
	background-repeat: no-repeat;
	height: 601px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 250;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 500px;
} 
.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;
}
.menu {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 211px;
	width: 551px;
}
.headingpadding {
	padding-top: 20px;
}
.contactbottom {
	float: left;
	width: 531px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #012b5d;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
