
#page-content .content #welcome-img {
	position: relative;
	height: 56px;
	width: 290px;
	background-image: url(../images/welcome-dz.png);
	background-repeat: no-repeat;
}
#page-content h1 span { display: none; }
#page-content .content .red-line {  
	position: relative;
	margin-top: 5px;
	margin-bottom: 1px;
	height: 2px;
	width: 289px;
	background-color: #AD0C1C;
	overflow: hidden;
}
#page-content .content #union-workers {
	position: relative;
	width: 289px;
	height: 91px;
	background-image: url(../images/union-workers.png);
	background-repeat: no-repeat;
}
#page-content .content .welcome-text {
	line-height: 22px;
	font-size: 17px;
	margin-top: 10px; 
	border-bottom: 1px dashed #aaa; 
	padding-bottom: 8px;
}
#page-content .content p.text span {
	font-weight: bold;
	color: #AD0C1C;
}

#page-content .content #upcoming-work {
	position: relative;
	height: 43px;
	width: 290px;
	background-image: url(../images/upcoming-work.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#page-content .content #gear-labels {
	position: relative;
	margin-top: 20px;
	list-style-type: none;
}
#page-content .content #gear-labels li {
	position: relative;
	border-bottom: 1px dashed #aaa;
	color: #AD0C1C;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 4px 20px;
	margin-bottom: 4px;
	background-color: #fff;
	background-image: url(../images/grey-cog.gif);
	background-repeat: no-repeat;
}
#page-content .content #gear-labels li span {
	position: relative;
	bottom: 1px;
}
#page-content .content p a:hover { text-decoration: none; }

#page-content #resume-builder {
	position: relative;
	height: 44px;
	width: 285px;
	background-image: url(../images/resume-builder.png);
	background-repeat: no-repeat;
}

#page-content .grey-text {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	color: #676767;
	margin-top: 10px;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 5px;
}