h1#jobsiteTitle {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #435294;
}

h2#jobsiteSubTitle {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff6e33;
}

.featuredTitle { font-family: arial; font-size: 12px; color: #435294; font-weight: bold; }

.featuredTitleBorder {
	border-left: solid 2px #c6cbdf;
	border-right: solid 2px #c6cbdf;
	padding: 0px 10px 0px 10px;
	background-image: url("/images/jobsites/featured_title_bg.png");
	height: 31px;
}

.featuredBorder {
	border-left: solid 2px #c6cbdf;
	border-right: solid 2px #c6cbdf;
	padding: 10px;
	background-image: url("/images/jobsites/featured_bg.png");
}

.featuredDesc {
	font-family: arial;
	font-size: 12px;
	color: #6d6e70;
	text-align: justify;
}

.jobSubHeading {
	font-family: arial;
	color: #435294;
	font-size: 12px;
	font-weight: bold;
}

.titleOrange {
	background-image: url("/images/jobsites/heading_orange_middle.png");
	padding: 10px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff6e33;
}

.titleBlue {
	background-image: url("/images/jobsites/heading_blue_middle.png");
	padding: 10px 10px 5px 10px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #435294;
}

.freeListingLink {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #6d6e70;
}

.freeListingLink:hover {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #006;
}

.refineLink {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #0932f8;
}

.refineLink:hover {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #006;
}


