#top {
	height:2px;
	background-color:#558a97;
}
/* HEADER 
------------------------------------------*/
#splash-header {
	height:270px;
	background-color:#ffffff;
}
#splash-logo {
	margin:0 auto;
	width:600px;
}
/* EMPTY NAV AREA 
------------------------------------------*/
#black-bar {
	height:28px;
	background-color:#000000;
}
/* CONTENT BOXES 
------------------------------------------*/
#splash-content {
	margin:0 auto;
	width:960px;
	padding-top:30px;
	min-height:500px;
	height:auto !important;
	height:500px;	
}
#splash-content h1 {
	color:#ffffff;
	font-size:22px;
	letter-spacing:1px;
}
#splash-content p {
	line-height:18px;
}
#consultants {
	float:left;
	width:460px;
	min-height:290px;
	height:auto !important;
	height:290px;
	background-color:#ffffff;
	background-image:url(../images/background/conversation.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#recruiting {
	float:right;
	width:460px;
	min-height:290px;
	height:auto !important;
	height:290px;
	background-color:#ffffff;
	background-image:url(../images/background/miner.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#heading-consultants {
	height:28px;
	background-color:#617278;
	text-align:center;	
}
#heading-recruiting {
	height:28px;
	background-color:#558a97;
	text-align:center;
}	
.box-space {
	padding:10px;
}
.arrow {
	text-align:right;
	padding:10px 5px 0px 0px;
}
/* FOOTER 
------------------------------------------*/
#splash-footer {
	margin:0 auto;
	width:940px;
	height:16px;
	background-color:#3a3838;
	padding:10px;
	margin-top:20px;
	font-size:11px;
	color:#ffffff;
}