﻿#page_contents 
{
	margin:0px;
}

/* keywords container at the top */
#keywordsContainer 
{
	background-color: #f3f3db;
	padding: 20px 10px 20px 10px;
	border-bottom: solid 1px #cfcfb5;
}
	/* each line within the container: "keywords" and "locations" */
	#keywordsContainer div
	{
		margin-bottom: 5px;
	}

/* each box: search result */
.searchResultContainer
{
	float: left;
	margin-bottom: 5px;
	padding: 5px;
}
.searchResultContainer
{
	float: left;
	margin-bottom: 5px;
	padding: 5px;
	background-color:#f8f8f8;
}

.searchResultContainer_featured
{
	float: left;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f8f8ed;
}
	.result_header
	{
		float: left;
	}
		.result_header .header_title 
		{
			float: left;
			margin: 0px;
		}
			.header_title a
			{
				font-size: 10pt;
				font-weight: bold;
				text-decoration: underline;
				color: #6d68bc;
			}
		.result_header .header_featuredlabel 
		{
			float: right;
			font-weight: bold;
		}
	
	.result_body 
	{
		float: left;
		width:700px;
		padding: 0px 0px 10px 0px;
		font-size:1.0em;
	}
	
	.result_footer 
	{
		float: left;
		width:700px;
		text-align:right;
		padding-bottom:25px;
	}


/* Employer search */
#advancedSearch 
{
	margin: 10px;
}

.search_titleBar
{
	float: left;
	width:700px;
	margin-bottom: 10px;
}
.search_titleBar .ad_title
{
	float:left;
	padding:3px 0px 3px 0px;
	color:#29348e;
	font-weight: bold;
	font-size: 1.1em;
	width:450px;
}

.search_titleBar .ad_title A
{
	font-weight: bold;
	color:#29348e;
	text-decoration:none;
	font-size: 1.1em;
}

.search_titleBar .extra
{
	text-align:right;
	width:250px;
	float:left;
	padding:3px 0px 3px 0px;
}

.search_titleBar .ad_subtitle 
{
	font-size: 1.1em;
}

.headerSubTitle
{
	font-weight:bold;
	font-size:0.8em;
}

.headerSub
{
	font-weight:normal;
	font-size:0.8em;
}

#searchBottom
{
	margin-top:15px;
	text-align: center;
}

#searchBottom a
{
	font-weight:bold;
	font-size:1.1em;
	color:#000000;
	text-decoration:none;
}
