﻿#HomeSearchWrapper
{
	background: url(../../Images/HomeSearchBackhground.gif) repeat-x  top left;
	height: 246px;
}

#HomeSearch
{
	position: relative;
	z-index: 2;
	width: 965px;
	margin: 0 auto;
	text-align: left;
}

#HomeSearch #Keywords 
{
	width: 306px;
	float: left;
	height: 200px;
	margin-top: 22px;
	background-image: url(../../Images/SearchKeywords.gif);
	position: relative;
}

#HomeSearch #Keywords input.Search
{
	border: 0;
	font-size: 150%;
	width: 265px;
	padding: 5px 0;
	position: absolute;
	top: 53px;
	left: 20px;
}

#HomeSearch #Keywords input.Submit
{
	position: absolute;
	top: 110px;
	right: 20px;
}

#HomeSearch #Keywords #SearchSuggestions
{
   background: #FFF;
   position: absolute;
   margin-top: 85px;
   margin-left: 17px;
   border: 1px solid #989899;
   border-top: 1px solid #CCC;
   width: 271px;
   overflow: auto;
	z-index: 999;
	list-style: none;
}

#HomeSearch #Keywords #SearchSuggestions a
{
   display: block;
   padding: .2em;
   color: #28357c;
   outline: none;
}

#HomeSearch #Keywords #SearchSuggestions a:hover,
#HomeSearch #Keywords #SearchSuggestions a:focus
{
   background: #546ae8;
   color: #FFF;
   text-decoration: none;
}


#HomeSearch #Keywords p.ExtendedSearch
{
	bottom: 6px;
	left: 6px;
	position: absolute;
}

	#HomeSearch #Keywords p.ExtendedSearch a
	{
		padding-left: 19px;
		padding-right: 4px;
	}

#HomeSearch #Keywords #ExtendedSearchBox
{
	width: 306px;
	background: #28357c url(../../Images/ExtendedSearchBoxFoot.gif) left bottom no-repeat;
	color: #FFF;
	border-top: 2px solid #4e5cad;
	margin-top: 195px;
	position: absolute;
}

#HomeSearch #Keywords #ExtendedSearchBox label
{
   display: block;
   float: left;
   width: 120px;
   padding: 5px 0;
}

#HomeSearch #Keywords #ExtendedSearchBox select
{
   margin: 5px 0;
   width: 155px;
   font-size: 0.9em;
}

#HomeSearch #Keywords a
{
	color: #fff;
}

#HomeSearch #Browse 
{
	width: 337px;
	float: left;
	height: 200px;
	margin: 22px 26px 0 26px;
	background-image: url(../../Images/SearchBrowse.gif);
	position: relative;
}

#HomeSearch #Browse ul
{
	position: absolute;
	top: 40px;
	left: 16px;
	list-style: none;
}

#HomeSearch #Browse li
{
	float: left;
	width: 150px;
	padding-bottom: 2px;
}

#HomeSearch #Browse a
{
	color: #fff;
	text-decoration: none;
}

#HomeSearch #Browse a:hover
{
	text-decoration: underline;
}

#HomeSearch #TopJobs 
{
	background-image: url(../../Images/SearchTopJobs.gif);
	float: left;
	height: 160px;
	margin-top: 22px;
	padding-top: 40px;
	position: relative;
	width: 270px;
}

	#HomeSearch #TopJobs ul
	{
		list-style: none;
		padding: 0 5px;
	}

		#HomeSearch #TopJobs li
		{
			padding: 1px 5px;
		}

			#HomeSearch #TopJobs li.Even
			{
				background-color: #e5e6ed;
			}

		#HomeSearch #TopJobs p
		{
			position: absolute;
			bottom: 6px;
			right: 10px;
		}

	#HomeSearch #TopJobs a
	{
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}

		#HomeSearch #TopJobs a:hover
		{
			text-decoration: underline;
		}

#HomeMainContent
{
	width: 630px;
	float: right;
}

#BananasWrapper
{
	height: 285px;
	overflow: hidden;
}

	#Bananas
	{
		width: 271px;
		float: left;
		margin-right: 20px;
	}

	#Bananas a
	{
		height: 93px;
		display: block;
	}

#HomeSidebar
{
	width: 306px;
	float: left;
}

#HomeSidebar a.SmallBanner
{
	display: inline-block;
	margin: 0 21px 14px 0;
}

#HomeSidebar a.SmallBanner3,
#HomeSidebar a.SmallBanner6
{
	margin-right: 0;
}

span.MaintenanceControl
{
	position: relative;
	top: 90px;
}
