#home-left {
	width:760px;
	margin:0 10px;
	float:left;
}
#welcome, #boxes, #latest-news, #profession-finder, #profession-finder div p {
	margin-bottom:10px;
}
#welcome {
	background:url(../images/career_people.jpg) no-repeat bottom right;
	padding-right:330px;
	margin-right:10px;
	min-height:214px;
}
	#welcome p {
		text-align:justify;
		margin-bottom:10px;
		line-height:20px;
		color:#1A5855;
	}
	#boxes .box {
		background:url(../images/home_university.gif) no-repeat top left;
		margin-right:10px;
		width:142px;
		height:172px;
		float:left;
		cursor:pointer;
	}
	#boxes .box img {	
		width:142px;
		height:172px;
	}
#boxes #box-university {
	background-image:url(../images/home_university.gif);
}
#boxes #box-school {
	background-image:url(../images/home_school.gif);
}
#boxes #box-career_advisor {
	background-image:url(../images/home_career_advisors.gif);
}
#boxes #box-career_dev {
	background-image:url(../images/home_career_dev.gif);
}
#boxes #box-more {
	background-image:url(../images/home_more.gif);
}
#boxes #box-university:hover {
	background-image:url(../images/home_university_roll.gif);
}
#boxes #box-school:hover {
	background-image:url(../images/home_school_roll.gif);
}
#boxes #box-career_advisor:hover {
	background-image:url(../images/home_career_advisors_roll.gif);
}
#boxes #box-career_dev:hover {
	background-image:url(../images/home_career_dev_roll.gif);
}
#boxes #box-more:hover {
	background-image:url(../images/home_more_roll.gif);
}
#latest-news {
	width:446px;
	height:175px;
	background:url(../images/blue_box.png) no-repeat center center;
	float:left;
	margin-right:10px;
}
	#latest-news .title {
		font-size:1.25em;
		padding:10px;
	}
	#latest-news .item {
		padding:0 10px 10px 10px;
		margin-right:10px;
	}
		#latest-news a:link, #latest-news a:active, #latest-news a:visited, #latest-news a:hover {
			color:#1A5855;
		}
	#latest-news .date {
		display:none;
	}
#profession-finder {
	width:297px;
	height:175px;
	background:url(../images/yellow_box.png) no-repeat center center;
	float:left;
}
	#profession-finder-button {
		position:absolute;
		right:10px;
		bottom:20px;
	}
	#profession-finder fieldset {
		position:relative;
	}
	#profession-finder legend {
		font-size:1.25em;
		padding:10px;
	}
		#profession-finder legend a {
			color:#333;
		}
		#profession-finder div {
			padding:0 10px 10px 10px;
		}
		#profession-finder div .input {
			display:block;
			margin-bottom:5px;
		}
		#profession-finder div .input {
			width:15em;
		}
#sector-select {
	background:#fff url(../images/bg_form.png) no-repeat;
	color: #000;
	border:2px solid #F68121;
	display:block;
	padding:5px;
	width:16.125em;
}
