/*--------------------------------------------------*/
/* Jobs                                             */

	#jobs .job,
	#jobs .smallNav {
		clear: both;
		border-bottom: 1px solid #000;
		margin-bottom: 1em;
		padding-bottom: 1em;
		overflow: auto;
		width: 100%; /* IE5+6: Trigger bug to contain children */
	}

	#jobs .job div {
		margin-right: 1px; /* FF: Stop link highlight from causing scroll bar (admin) */
	}

	#jobs .job .image {
		float: right;
		margin: 0 0 1em 1em;
	}
