/* CSS Document */

#contentcontainer {
	background: #FFF url(../images/Layout2/bg.jpg) top left no-repeat;
}
#content {
	padding: 0;
	margin-left: 480px;
	background: #FFF url(../images/Layout2/rightbg.gif) top left no-repeat;
	height: 400px;
	position: relative;
}
html>body #content {
	height: auto;
	min-height: 400px;
}
#contentinner {
	padding: 22px 227px 0 20px;
}
#content a {
	color: #3D9E51;
	text-decoration: none;
}
#content a:hover {
	color: #3D9E51;
	text-decoration: underline;
}
.branch {
	border: 1px solid #3D9E51;
	width: 251px;
	background: #9DD6A9;
}
.branch h2 {
	margin: 0;
	padding: 4px 10px;
	background: #3D9E51;
	color: #FFF;
	font-size: 14px;
}
.branch p {
	margin: 0;
	padding: 10px;
}
#halfsign ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 215px;
	height: 335px;
	top: 65px;
	right: 39px;
	background: transparent url(../images/Signpost/tempforce-home-sign.png) top left no-repeat;
}
#halfsign li {
	margin: 0;
	padding: 0;
}
.link-client a {
	position: absolute;
	display: block;
	width: 215px;
	height: 62px;
	top: 26px;
	left: 0;
	background: transparent;
	text-indent: -9999px;
}
.link-candidate a {
	position: absolute;
	display: block;
	width: 215px;
	height: 82px;
	top: 88px;
	left: 0;
	background: transparent;
	text-indent: -9999px;
}
.link-vacancies a {
	position: absolute;
	display: block;
	width: 215px;
	height: 84px;
	top: 170px;
	left: 0;
	background: transparent;
	text-indent: -9999px;
}
.link-client a:hover {
	background: transparent url(../images/Signpost/clients_o.png) top left no-repeat;
}
.link-candidate a:hover {
	background: transparent url(../images/Signpost/candidates_o.png) top left no-repeat;
}
.link-vacancies a:hover {
	background: transparent url(../images/Signpost/vacancies_o.png) top left no-repeat;
}

