p.jobBrowser {
	font-size: 1.2em;
	text-align: center;
	margin: 2em auto;
	position: relative;
}

p.jobBrowser a {
	color: #018cfb;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
	border: 1px solid #fff;
}

p.jobBrowser a:hover {
	text-decoration: underline;
	border: 1px solid #cacaca;
}

p.jobBrowser a.active {
	background: #eaeaea;
}

h3 {
	border-top: 3px double #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #606060;
	font-size: 1.5em;
	line-height: 2.6em;
	font-weight: normal;
	text-indent: 1.0em;
}

h3 span {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

ul.jobPostings li {
	padding: 1.0em 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	clear: both;
	overflow: hidden;
}

ul.jobPostings li.odd {
	background: #eaeaea;
}

span.location {
	width: 25%;
	padding: 1.5em 0;
	float: left;
	display: block;
	color: #606060;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 10px;
}

span.jobInfo {
	width: 75%;
	float: left;
	padding: 1.5em 0;
}

span.jobTitle {
	width: auto;
	display: block;
}

span.jobTitle a {
	color: #018cfb;
	font-size: 1.3em;
	text-decoration: none;
}

span.jobTitle a:hover {
	text-decoration: underline;
}

span.jobTitle img {
	position: relative;
	top: -6px;
	left: 4px;
}