@import url('form.css');

.job-listing {
	margin:0;
	padding:0;
	width:446px;
	float:left
}

.job-listing li {
	margin:0 0 5px 0;
	padding:0;
	color:#002469;
	width:446px;
	float:left;
	list-style:none;
	background:#f1f7fd url('../img/list_bg_bottom.gif') left bottom no-repeat
}

.job-listing li div.detail {
	margin:0;
	padding:7px;
	width:432px;
	float:left;
	list-style:none;
	background:transparent url('../img/list_bg_top.gif') no-repeat
}

.job-listing li h3 {
	margin:0 0 2px 0
}

.job-listing li h3 a {
	color:#002469;
	font-weight:bold;
	text-decoration:none;
}

.job-listing a.button-med {
	float:right;
}

a.property-link {
	color:#002469;
	font-weight:bold;
	text-decoration:none;
}

#summary-details {
	color:#002469;
}

#further-action {
	margin-top:20px
}
#further-action .button-large {
	margin-right:30px
}

#apply-to {
	clear:both;
	padding-top:20px
}

#apply-to img {
	float:left;
	margin-right:10px;
}

#apply-to h2 {
	color:#006cdb
}

#apply-to address {
	font-style:normal;
	margin-top:10px
}

#apply-to a {
	color:#000
}

#apply-to a:hover {
	color:#006cdb
}

#job-search-form select {
	width:236px
}