* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link, a:visited {
	text-decoration: none;
	color: #f90;
}

ul {
	list-style: none;
}

p {
	margin-bottom: 10px;
}

#home_intro p:first-child {
	font-size: 1.1em;
	line-height: 1.3em;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left:auto;
}

#main {
	width: 960px;
	float: left;
	clear: both;
	padding-top: 50px;
	padding-bottom: 100px;
}

header nav {
	float: right;
	position: relative;
	top:19px;
}

header nav li {
	float: left;
	text-transform: uppercase;
	background-color: #000;
	font-size: 0.8em;
	border-left: 1px solid #f90;
	padding: 4px 8px 4px 8px;
}

nav ul {
	list-style: none;
}

header {
	background-color: #f90;
	height: 272px;

	background-image: url(/images/template/banner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

footer {
	float: left;
	width: 960px;
	background-color: #f90;
	height: 225px;
	border-top: #000 solid 20px;
	border-bottom: #000 solid 20px;
}

footer nav ul {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

footer nav li {
	width: 200px;
	border-bottom: dotted 1px #000;
	padding: 4px 0 4px 0;
}

footer nav a:link, footer nav a:visited {
	color: #000;
	font-size: 0.9em;
}

#home_intro, #job_item {
	float: left;
	width:320px;
	margin-right:40px;
}

#job_list {
	float: left;
	width:370px;
	margin-right:30px;
}

#job_list_wide, #professions {
	float: left;
	width:760px;
}

#job_list h2, #job_list_wide h2 , #professions h2 {
	padding: 8px 0 8px 10px;
	color: #000;
	font-size: 1.3em;
	margin-bottom: 20px;
	background-color: #E7E5E6;
	background-image: url('/images/template/header_arrow.png');
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
}

#professions p {
	width:90%;
}

#job_list_wide ul {
	height: 500px;
}

#job_list li, #job_list_wide li {
	padding: 10px 0 10px 0;
	float: left;
}

#job_list_wide li.odd {
	margin-right: 16px;
}

#job_social_media {
	float: right;
	margin-bottom: 5px;
	text-align: right;
	width: 150px;
}

#job_social_media ul {
	float: right;
}

#job_details {
	float: left;
	margin-bottom: 10px;
}

#job_apply {
	float: left;
}

#category_list ul {
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

#category_list li {
	border-bottom: 1px dotted #333;
	padding: 6px 3px 6px 3px;
	font-size: 12px;
}

#category_list li:last-child {
	border-bottom: 0;
}

#category_list li a {
	font-weight: bold;
	color: #000;
}

#home_logos {
	float: left;
	margin-left:6px;
	width:194px;
	margin-top: 10px;
}

#general_contact_form {
	float: left;
}

.jobListItem {
	width:364px;
	border: 1px solid #cbcbcb;
	padding: 2px;
	float: left;
}

.jobListItem .title {
	background-image:url('/images/job_item/bg_title.png');
	height:30px;
	padding: 8px;
	width: 244px;
	float: left;
}

.jobListItem .type {
	background-color: #d6d7d9;
	height:22px;
	padding: 14px 0 10px 0;
	float: left;
	text-align: center;
	width: 102px;
	margin-left: 2px;
}

.jobListItem .body {
	padding: 0.5em;
	height: 8.5em;
	padding-bottom: 1.5em;
	overflow: hidden;
	line-height: 1.3;
}

.jobListItem .body .location {
	margin-bottom: 5px;
}

.jobListItem .date {
	padding: 4px 8px 3px 8px;
	height: 17px;
	width: 244px;
	float: left;
	background-color: #D6D7D9;
	border-top: 2px #fff solid;
}

.jobListItem .apply {
	background-image:url('/images/job_item/bg_apply.png');
	padding: 3px 8px 3px 8px;
	height: 18px;
	margin-left: 2px;
	width: 86px;
	float: left;
	border-top: 2px #fff solid;
}

.jobListItem .title a:link,
.jobListItem .title a:visited,
.jobListItem .apply a:link,
.jobListItem .apply a:visited,
.jobItemDetails .apply a:link,
.jobItemDetails .apply a:visited {
	color: #fff;
	font-weight: bold;
}

.jobItemDetails {
	width: 594px;
	border: 1px solid #cbcbcb;
	padding: 2px;
	float: left;
}

.jobItemDetails h2 {
	background-image:url('/images/job_item/bg_title.png');
	height:19px;
	padding: 6px 10px 6px 10px;
	font-size: 15px;
	color: #fff;
}

.jobItemDetails ul {
	margin-left: 10px;
	margin-right: 10px;
}

.jobItemDetails li {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px #000 dotted;
	clear: both;
	width: 100%;
}

.jobItemDetails li:last-child {
	border: none;
}

.jobItemDetails li span {
	display: block;
	float: left;
	font-weight: bold;
	width: 140px;
}

.jobItemDetails .footer {
	padding: 4px 8px 3px 8px;
	height: 17px;
	width: 578px;
	float: left;
	background-color: #D6D7D9;
}

.jobItemDetails .apply {
	background-image:url('/images/job_item/bg_apply.png');
	padding: 3px 8px 3px 8px;
	height: 18px;
	margin-left: 2px;
	width: 86px;
	float: left;
	text-align: center;
}






fieldset {
	padding: 13px;
}

legend {
	font-weight: bold;
	padding: 3px;
}

label {
	display: block;
	float: left;
	width: 120px;
}

label em {
	color: #f00;
}

form {
	float: left;
}

form li {
	margin-bottom: 10px;
}

form input[type="text"] {
	width: 400px;
	padding: 3px;
}

form textarea {
	width: 400px;
	height: 200px;
	font-family: inherit;
	padding: 3px;
}

form input[type="submit"] {
	padding: 3px;
}

/*rejigged form*/
form {
	border: 1px solid #CBCBCB;
	/*margin-top: 20px;*/
	background-image: url("/images/template/form_header_bg.png");
	background-repeat: repeat-x;
}

fieldset {
	border: 0;
	padding: 2px;
}

legend {
	display: block;
    color: #FFFFFF;
    font-size: 15px;
    height: 19px;
    padding: 6px 10px;
	width: 100%;
}

form > ul {
	border: 2px #fff solid;
}

form > ul > li {
	margin: 0px;
}

form ul ul {
	padding: 10px;
}

form > ul > li:last-child {
	background-color: #D6D7D9;
	text-align: right;
}

form input[type="submit"] {
	background-image: url('/images/job_item/bg_apply.png');
	border: 0;
	height: 24px;
	margin-left: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border-left: 2px solid #fff;
}

#job_apply_form {
	width: 598px;
}

#enews_signup_form {
	float: left;
	margin-left: 6px;
	width: 194px;
	height: 384px;
	background-image: url('/images/template/email_form_bg.png');
}

#enewssignup_form {
	border: 0;
	margin-top: 0;
	background-image: none;
	margin-top: 15px;
}

#enewssignup_form label {
	text-align: left;
	margin-left: 12px;
}

#enewssignup_form input, #enewssignup_form select {
	margin-left: 12px;
	margin-bottom: 10px;
	width:140px;
	float: left;
}

#enewssignup_form legend {
	display: none;
}

#enews_signup_form > form > ul {
	border: 0;
}

#enews_signup_form > form > ul > li:last-child {
	background-color: transparent;
}

#enewssignup_form input[type="submit"] {
	margin-left: 22px;
}
