.orangebox {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 321px;
	width: 324px;
	background-image: url('/graphics/orange.png');
	background-repeat: no-repeat;
	z-index: 0;
}

.greenbox {
	position: absolute;
	top:0px;
	left: 320px;
	height: 324px;
	width: 322px;
	background-image: url('/graphics/green.png');
	background-repeat: no-repeat;
	z-index: 0;
}

.bluebox {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 324px;
	width: 315px;
	background-image: url('/graphics/blue.png');
	background-repeat: no-repeat;
	z-index: 0;
	overflow: hidden;
}

.careerbuilder {
	position:relative;
	margin: 30px auto auto auto;
	height: 224px;
	width: 180px;
}

.box-title {
	position: absolute;
	top: 35px;
	left: 55px;
	height: 62px;
	width: 199px;
	z-index: 0;
}

.career-training-container {
	position:absolute;
	top: 110px;
	left: 20px;
	height: 197px;
	width: 272px;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-align: left;
}

.local-employers-container {
	position:absolute;
	top: 110px;
	left: 20px;
	height: 197px;
	width: 272px;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
}

.training-link {
	cursor: pointer;
	padding-bottom: 10px;
}

.training-link:hover {
	color: #cccccc;
	text-decoration: underline;
}

.headline-sub {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	cursor: pointer;
}

.headline-sub:hover {
	color: #cccccc;
	text-decoration: underline;
}

.displayAdItem {
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	padding-bottom: 3px;
}

.displayAdItem:hover {
	text-decoration:underline;
}

.ad120x240 {
	position:relative;
	height: 240px;
	width: 120px;
	background-color: #6795C1;
	float: left;
	margin: 42px 0px 42px 25px;
}
