
div#job-body {
	margin: 20px;
	font-size: 11px;
	line-height: 1.5;
}

.fl {
    float: left;
    margin-right: 10px;
}

.fr {
    float: right;
    margin-left: 10px;
}

#jobdetail ul.no-list {
	list-style: none;
}

#jobdetail ul.two-col {
	width: 250px;
}

#jobdetail .two-col li {
	position: relative;
	line-height: 1.5;
}

#jobdetail .two-col li span {
	position: absolute;
	left: 100px;
	top: 0;
	color: #a2a2a2;
}

dt#makewhite
{
	color: #fff;
}

.pages {
	margin: 0px 10px;
	padding: 10px 0 0 20px;
	border-top: 1px dashed #00308D;
	font-size: .9em;
}

/**
 *  search boxes
 */

div.search-site {
	position: absolute;
	top: 38px;
	right: 0px;
}

.search-site form label {
	font-size: 12px;
	font-weight: bold;
	color: #47659f;
	text-decoration: underline;
}

input.search-box {
	margin: 5px 0 0 0;
	padding: 2px 0 0 5px;
	width: 162px;
	height: 15px;
	font-size: 10px;
    border: 1px solid #5777b6;
    color: #5777b6;
}

a.search-go {
	position: absolute;
	right: 0;
	bottom: 0;
    background: url(../images/bg/submit-btn.gif) no-repeat 0 0;
	cursor: pointer;
    width: 48px;
    height: 19px;
    text-decoration: none;
    text-align: left;
    text-indent: -999em;
    border: none;
	outline: none;
}

div#search-right {
	position: relative;
	float: right;
    width: 100px;
    line-height: 1.25;
}

#search-right .search-site {
	height: 20px;
}

#search-right .search-site {
	margin-top: -15px;
}

#search-right .search-box {
	position: absolute;
	bottom: 0;
	right: 55px;
}

* html body div.search-site a.search-go {
	bottom: 1px;
}

table#content-contact
{
	margin: 20px 40px;
	border: 1px solid #cacaca;
	border-collapse: collapse;
}

table#jobs {
	width: 90%;
	margin: 60px auto;
	border: 1px solid #cacaca;
	border-collapse: collapse;
}

table#jobs th,
table#content-contact th
{
	font-size: 13px;
	padding: 6px;
	background: #872929;
	color: #fff;
}

table#jobs td,
table#content-contact td
{
	border-top: 1px solid #cacaca;
	font-size: 12px;
	padding: 6px;
}

table#content-contact td address
{
	font-size: 12px;
}

#internal-content dl#detail
{
	padding-top: 50px;
}

#internal-content dl#detail dt
{
	color: #fff;
	font-size: 13px;
	padding: 6px;
	background: #872929;
}

#internal-content dl#detail dt a
{
	color: #fff;
	text-decoration: underline;
}

#internal-content dl#detail dt a:hover
{
	color: #ffff00;
	text-decoration: none;
}