/* HOMEPAGE RULES */
body {
	background: #FFFFFF url("/images/backgrounds/home/home_body.jpg");
	background-repeat: no-repeat;
	background-position: center 165px;
}

/* SITE CONTAINERS */

div#container {
	background: transparent url("/images/backgrounds/home/home_header.gif");
	background-repeat: no-repeat;
	padding: 165px 0px 0px 0px;
}


/* MAIN SITE CONTENT BODY */

div#main_body {
	height: 390px;
	padding: 0px 60px 0px 380px;
	margin: 0px 0px 0px;
}


/* MAIN TEXT REGION */

div#body_text {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#about_snippet, #client_snippet, #candidate_snippet {
	overflow: hidden;
}
	
	#about_snippet h2, #client_snippet h2, #candidate_snippet h2 {
		display: none;
	}
		
	#about_snippet a, #client_snippet a:hover, #candidate_snippet a {
		color: #f58321;
	}

	#about_snippet a:hover , #client_snippet a, #candidate_snippet a:hover{
		color: #48748f;
	}

div#about_snippet{
	padding: 60px 0px 0px 0px;
	height: 79px;
	color: #FFFFFF;
}

div#client_snippet{
	padding: 45px 0px 0px 0px;
	height: 82px;
	color: #333333;
}
		
div#candidate_snippet{
	padding: 50px 0px 0px 0px;
	height: 74px;
	color: #FFFFFF;
}
