/* -- list -- */
#jobboardlist {
	list-style: none;
	margin: 4em 0 0;
}

#jobboardlist li {
	clear: both;
	font-size: 1em;
	margin: 0;
}

#jobboardlist p {
	margin: 0;
}

#jobboardlist .title {
	background: url(/img/dashline.gif) repeat-x 0 0;
	margin-bottom: 1em;
}

#jobboardlist .title h3 {
	background: url(/img/dashline.gif) repeat-x 0 100%;
	color: #f0685c;
	font-size: 1.3em;
	height: 1%; /* IE fix */
	padding: 0.4em 0;
	text-transform: uppercase;
}

#jobboardlist .description {
	float: left;
	margin-bottom: 2em;
	width: 298px;
}

#jobboardlist .image {
	float: right;
	margin-bottom: 2em;
	width: 80px;
}

#jobboardlist .date {
	color: #888;
}

#jobboardlist .moredetails {
	margin-top: 1.5em;
}

/* -- detail -- */
#jobboarditem {
	float: left;
	width: 100%;
}

#jobboarditem .title {
	background: url(/img/dashline.gif) repeat-x 0 0;
	margin-bottom: 1em;
}

#jobboarditem .title h3 {
	background: url(/img/dashline.gif) repeat-x 0 100%;
	color: #f0685c;
	font-size: 1.3em;
	height: 1%; /* IE fix */
	padding: 0.4em 0;
	text-transform: uppercase;
}

#jobboarditem .date {
	color: #888;
}

#jobboarditem img {
	float: right;
	margin: 0 0 5px 5px;
}

/* -- detail contact form -- */
#jobboardform,
#jobboardformthankyou {
	clear: both;
	float: left;
	margin-top: 1.5em;
	width: 100%;
}

#jobboardform p {
	clear: left;
	height: 1%; /* IE fix */
}

#jobboardform label {
	float: left;
	font-weight: bold;
	margin-bottom: 1.2em;
	width: 110px;
}

#emailaddress {
	width: 250px;
}

#firstname,
#lastname {
	width: 180px;
}

#message {
	height: 150px;
	width: 250px;
}

#jobboardform .introduction {
	margin-bottom: 2.5em;
}

/* -- honeypot spam catcher field -- */
#jobboardform .phonenumber {
	display: none;
}

#jobboardform .submit {
	display: inline; /* IE fix */
	margin-left: 110px;
}

/* -- detail contact form error list -- */
#jobboardform .errorlist {
	background-color: #fff;
	border: 1px solid #f0685c;
	margin-bottom: 2em;
	padding: 5px;
}

#jobboardform .errorlist ul {
	color: #f0685c;
	margin: 0 0 0 20px;
}

