#actionsContainer {
	width				: 100%;
	height				: 134px;
}

.actionBox {
	float				: left; 
	height				: 214px;
	margin-right		: 0px;
}

.actionBoxWide {
	float				: left; 
	width				: 287px;
	height				: 109px;
	background-image	: url("../../../assets/images/home/mission.jpg");
	background-repeat	: no-repeat;
}

.actionBoxContent {
	margin				: 8px 0px 0px 60px;
	width				: 120px;
}

.actionBoxWideContent {
	margin				: 8px 0px 0px 60px;
	width				: 180px;
}

.actionBoxContentHeader {
	margin-bottom		: 14px;
	font-size			: 14px;
	font-weight			: bold;
	color				: #5593CC;
}

.actionBoxContentText {
	color				: #444444; 
}

a.actionBoxContentText:link			{ text-decoration: none; color: #26678F; }
a.actionBoxContentText:active		{ text-decoration: none; color: #26678F; }
a.actionBoxContentText:visited		{ text-decoration: none; color: #26678F; }
a.actionBoxContentText:hover		{ text-decoration: underline; color: #26678F; }