/* Layout styles */


#centrecontent h1,
#centrecontent h2 {
	font: bold 1.5em arial, helvetica, sans serif;
	color: #F3701D;
	margin: 0 0 20px 0;
}

/* FAQ styles */

#centrecontent .faqquestion .question {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}

/* NEWS Archive table styles  */

#centrecontent table td,
#centrecontent table th {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
}

#centrecontent table td p {
	margin-top: 0;
}

#centrecontent table.newstable td {
	padding: 0 10px 10px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

#centrecontent table.newstable tr.headerrow {
	display: none;
}

#centrecontent table.job_listing {
	width: 100%;
}

#centrecontent table.job_listing th {
	text-align: left;
}

#centrecontent table.job_listing td {
	padding: 0 10px 10px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

/* search results styles */

#centrecontent .feedback {
	margin-top: 20px;
}

