@import url(../css/form.css);

.filter legend {
	display: none;
	}
.filter  {
	background: url(../library/bg-filter.png) no-repeat bottom left;
	padding: 6px 10px 5px 15px;
	margin: 10px 0 10px 0;
	}
.filter span,
.filter label {
	float: left;
	display: block;
	padding-right: 4px;
	}
.filter .jobs-text {
	padding: .4em 8px 0 0!important;
	}		
.filter label {
	padding: .4em .6em 0 0;
	color: #666;
	}	
.filter span.jobs {
	padding: .3em 6px 0 0;
	}			
.btn-filter {
	background: transparent;
	padding: 0;
	border: none;
	}
	
/* ============================== CAREERS / WORK PACKAGES LISTING ============================== */	
h2.careers,
h2.packages {
	background: url(../library/bg-careersheader.gif) no-repeat 0 0 #959DA2;
	padding: 6px 0 6px 8px;
	position: relative;
	font-weight: bold;
	color: #fff;
	margin: 0;
	font-size: 105%;
	}
.open-all {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: normal;
	background: url(../library/bg-openall.png) no-repeat 0 0;
	width: 69px;
	height: 0px;
	overflow: hidden;
	padding-top: 17px;
	display: block;
	cursor: pointer;
	}
.close-all {
	background-position: 0 -17px;
	}	
ul.careers,
ul.packages {
	border: 1px solid #ccc;
	border-top: none;
	padding: 0!important;
	margin: 0!important;
	margin-bottom: .9em!important;
	}	
ul.careers li.item,
ul.packages li.item {
	padding: 0!important;
	margin: 0!important;
	background-image: none;
	}	
/* Header */		
.header {
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding: 5px 12em 5px 5px;
	cursor: pointer;
	position: relative;
	}
.header:hover {
	background-color: #fff;
	}
.header .title {
	font-weight: bold;
	background: url(../library/icn-careers.png) no-repeat .2em .4em;
	padding-left: 15px;
	display: block;
	} 
.open .header {
	background-color: #fff;
	color: #333;
	}			
.open .header .title {
	background-position: .2em -42px;
	}		
.header .closes {
	position: absolute;
	right: 10px;
	top: 5px;
	} 
/* Description */	
.description {
	padding: 20px;
	background: url(../library/bg-careers.png) repeat-x 0 0;
	}
.description .logo {
	float: right;
	width: 180px;
	height:50px;
	text-align: right;
	background:pink;
	}	
	
.description .jobs-raytheon-com-au {
	background: url(../library/logo-raytheon.png) no-repeat 0 0;
	}

.description .asc-clients-pageup-com-au {
	background: url(../library/logo-asc.png) no-repeat 0 0;
	}
		
dl {
	border-top: 1px solid #eee;
	padding: .2em 0 .2em 0;
	width: 390px;
	}
dl.last {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	}			
dt, dd {
	display: block;
	float: left;
	color: #333;
	}	
dt {
	width: 120px;
	font-size: 92%;
	}
.btn-apply,
.btn-more {
	display: block;
	}		
	
/* ============================== SUPPLIERS ============================== */		

.suppliers {
	position: relative;
	z-index: 1;
	display: block;
	width: 609px;
	height: 389px;
	background-color: #ccc;
	background: url(../library/bg-supplier-map.png) no-repeat 0 0;
	padding: 0;
	margin: 0;
	border-top: 10px solid #fff;
	}

.suppliers li {
	position: absolute;
	z-index: auto;
	padding: 0!important;
	margin: 0!important;
	}		
.suppliers li a {
	background-color:#00A4E5;
	width: 9px;
	height: 9px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	}
.suppliers li a:hover {
	background-color: #94C132;
	}			
.suppliers div.info-box {
	z-index: 100;
	position: absolute;
	width: 200px;
	padding-left: 10px;
	top: -10px;
	left: 10px;
	background: url(../library/icn-suppliers.png) no-repeat 0 10px;
	}	
.suppliers div.region {
	padding: 8px 10px 7px 10px;
	background-color: #00a4e4;
	}
.suppliers div h3,
.suppliers div p {
	margin: 0;
	color: #fff;
	line-height: 1.4;
	}
.suppliers div p {
	margin: 0 0 .8em 0;
	}			
.suppliers div.description {
	padding: 8px 10px 5px 10px;
	background: url(../library/bg-supplierdetail.gif) repeat-x 0 0 #00a4e4;
	}		
	
/* ============================== GALLERY ============================== */	

ul.gallery,
ul.gallery li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
ul.gallery {
	display: block;
	width: 630px;
	}
ul.gallery li {
	float: left;
	width: 210px;
	height: 87px;
	}
ul.gallery li a {
	display: block;
	padding: 9px 10px 9px 10px;
	width: 180px;
	background: url(../library/bg-galleryitem.png) no-repeat 0 0;
	cursor: pointer;
	height: 59px;
	overflow: hidden;
	}
ul.gallery li a:hover{
	background-position: 0 -77px;
	color: #fff;
	} 		
ul.gallery li img,
ul.gallery li span {
	display: block;
	float: left;
	}
ul.gallery li img {
	border: 1px solid #fff;
	}	
ul.gallery li span {
	width: 90px;
	padding: 0 0 0 6px;
	font-size: 92%;
	line-height: 1.2;
	}	
	
a.back-link
{
	padding-left:28px;
}

/* ============================== PROJECT UPDATES ============================== */

.project-item {
	border-top: 1px solid #dadada;
	position: relative;
	padding: 0 0 .5em 7em;
	}
.project-item h3 {
	margin: 1em 0 0 0;
	}		
.project-item h3 em {
	font-weight: normal;
	font-style: normal;
	position: absolute;
	z-index: 1;
	top: 1em;
	left: 0;
	}	