
#LatestJobsFeature
{
	/*width: 498px;*/
	background-color: #33cc99;
	padding: 5px 2px 2px 2px;
	margin: 0 0 5px 0;
	border: 0;
	margin-top: 10px;
}
.TheJob
{
	background-color: #fff;
	padding: 5px;
}
.TheJob .JobDetails
{
	width: 70%;
	border: solid 1px red;
	float: left;
}
.TheJob .ExtraStuff
{
	width: 29%;
	border: solid 1px green;
	float: right;
}

#LatestJobsFeature h2, #LatestJobsFeature a
{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #006666
}
#LatestJobsFeature div.LatestJobLeft
{
	float: left;
	width: 75%;
	padding: 0;
	margin: 0;
	color: #006666;
	font-size: 10px;
}
#LatestJobsFeature div.LatestJobRight
{
	padding: 0;
	margin: 0;
	float: right;
	width: 25%;
	text-align: left;
	border: 0;
	position: relative;
}
.LatestJobRight img
{
	width: 100px;
	text-align: right;
}
.LatestJobLeft div.RowContainer
{
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	font-size: 10px;
}
.LatestJobLeft div.RowContainer div.JeffLeft
{
	float: left;
	width: 25%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: right;
	padding: 0;
	margin: 0;
	border: 0;
}
.LatestJobLeft div.RowContainer div.JeffRight
{
	float: right;
	width: 74%;
	padding: 0;
	margin: 0;
	border: 0;
}
#Featured
{
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}


#JobsSearchControl
{
	margin: 0 0 5px 0;
	position: relative;
}

#JobsSearchControl div.SearchRow
{
	padding: 2px 0 0 0;
	margin: 0 5px 0 0;
	text-align: right;
	float: right;
	width: 58%;
	border: 0;
}
#JobsSearchControl div.SearchRow span
{
	color: #006666;
	font-size: 11px;
}
#JobsSearchControl a
{
	color: #006666;
	font-size: 11px;
	margin: 3px 10px 0 0;
	border: 0;
	padding: 0 15px 0 0;
	background-image: url(/Images/darkgreenarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
}

#JobsSearchControl input.JobSearchInput
{
	height: 13px;
	width: 175px;
	font-size: 9px;
	padding: 0;
	margin: 0;
	border: solid 1px #B2B2B2;
	float: right;
}
#JobsSearchControl input.JobsSearchButton
{
	background-image: url(/Images/search_button_image2.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: right;
}
div#JobsSearchControl a.BrowseJobs
{
	top: 43px;
	right: 20px;
}


/* TOP FEATURE STUFF */

#JobFeatureContainer
{
	border:0;
	padding: 0;
	margin: 0 0 3px 0;
	border-bottom: solid 1px #33cc99;
}
#TopFeature
{
	background-color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
	width: 60%;
}

#TopFeature img
{
	float: left;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0 5px 0 0;
}
#TopFeature div, #TopFeature h2, #TopFeature p
{
	padding: 0;
	margin: 0 0 3px 0;
	border: 0;
}
#TopFeature div span
{
	font-size: 12px;
	color: #33cc99;
	font-weight: bold;
	text-decoration: none;
}
#TopFeature h2
{
	font-size: 16px;
	font-weight: bold;
}
#TopFeature h2 a
{
	color: #006666;
}
#TopFeature p
{
	font-size: 11px;
	color: #006666;
}

#JobLinks
{
	float: left;
	width: 35%;
	border: 0;
	padding: 0;
	margin: 0 0 0 4%;
}
#JobLinks ul
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	list-style-position: outside;
}
#JobLinks ul li
{
	border:0;
	padding: 0 0 0 15px;
	margin: 1px 0 2px 0;
	border-top: solid 1px #33cc99;
	font-size: 11px;
	background-image: url(/Images/palegreenarrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#JobLinks ul li a
{
	color: #006666;
}

/* END OF: TOP FEATURE STUFF */

