body {
	margin-bottom: 100px;
}

table#careerListing {
	border-collapse: collapse;
	margin-top: 20px;
}

table#careerListing th,
table#careerListing td {
	font-size: 1.3em;
	padding: 2px;
}

table#careerListing th {
	font-weight: bold;
}

table#careerListing td.title a:hover {	
	border-bottom: 1px solid #999;
}

table#careerListing td.discipline {
	color:#666;
}

table#careerListing td.location {
	color:#666;
}



/* Application Form */
hr {
	border: none;
	border-bottom: 1px solid #EFDEA0;
	margin: 5px 0 15px 0;
}
form#CareerApplication {
	font-size: 12px;
}
form#CareerApplication p.applyIntro {
	line-height: 19px;
}
p.title {
	font-size: 30px;
	font-weight: bold;
	padding-top: 0em;
	margin: 0em 0em 5px 0em;
}
form#CareerApplication h2 {
	font-size: 21px;
	border-bottom: 1px solid #EFDEA0;
	margin-top: 25px;
}
form#CareerApplication h2 em {
	font-weight: normal;
}
form#CareerApplication h3 {
	font-size: 16px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
form#CareerApplication p {
	font-size: 12px;
	line-height: 15px;
}
form#CareerApplication label,
form#CareerApplication fieldset,
form#CareerApplication legend {
	font-size: 12px;
	font-weight: normal;
}
form#CareerApplication legend {
	float: left;
}
form#CareerApplication input {
	font-size: 11px;
}
form#CareerApplication div.radio input{
	margin: 0 .25em 0 1em;
}

div.ApplicantRace label,
div.ApplicantRace select {
	float:left;
}
div.ApplicantRace label {
	margin-right: .5em;
}


form#CareerApplication div.select {
	width:345px;
	float: left;
	margin-right: 10px;
}
form#CareerApplication div.select p {
	font-size: 12px;
}
form#CareerApplication select {

}
form#CareerApplication div.aadef h3 {
	font-style: italic;
}
form#CareerApplication div.aadef p {
	margin-bottom: 0em;
	font-size: 11px;
}
form#CareerApplication p.disclaimer {
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
}

div#agreeToTerms {
	background-color: #fff;
	border: 3px solid #EFDEA0;
	padding: 1em;
}
div#agreeToTerms label {
	display: inline;
	font-weight: bold;
	margin-left: .5em;
}


form#CareerApplication div.error label,
form#CareerApplication div.error fieldset legend {
/* 	background-image: url(/app/webroot/img/errorLabelBkg.png); */
/* 	background-repeat: repeat-y; */
/* 	background-color: #9f1d1d; */
	border-top: 4px solid #9f1d1d;
	color: #9f1d1d;
	font-weight: bold;
/* 	padding: 3px; */
}
form#CareerApplication div.error input,
form#CareerApplication div.error select,
form#CareerApplication div.error textarea {
	background-color: #fdfdc3;
	color: #000;
}


.inputShort {
	width: 225px;
}
.input4Short {
	width:157px;
	padding-right: 10px;
}
.inputMed {
	width: 345px;
}
.inputLong {
	width: 720px;
}

div.submit {
	width:100px;
	margin: 15px 0px;
	
}

