/* ------- Begin Home Page Styles ------- */

#home_main {
	border-bottom: 10px solid #000000;
	clear:both;
}

#home_content {
    clear:both;
    height: 440px;
	background-color: #FFFFFF;
	width: 760px;
	padding: 10px;
}

#home_left {
	float:left;
    width: 220px;

}

.text_right {
	text-align:right;
}

#home_right {
	float:right;
	margin-bottom: 20px;
}

#featured {
    width: 480px;
}

#featured_job {
	margin-bottom: 20px;
}

#featured_job a:hover {
	color: #333333;
	text-decoration: underline;
}

#featured_job .top_title {
    font-size: 14px;
    font-weight:normal;
}

#featured_job .top_location {
    font-size: 12px;
    font-style:italic;
}

/* ------- End Home Page Styles ------- */