/*  Contact.css
*
*	Style definitions for the contact template
*
************************************************************************************************************************/
#mainContent .page249 .textWrap h1,
#mainContent .page249 .textWrap h2 {
	color:#333;
	border-color:#333;
}

.jobsTable {
	float:left;
	padding-bottom:60px;
	width:100%;
}

#jobs {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
	background:#444;
	width:400px;
	margin-top:20px;
	padding:20px 0;
	min-height:396px;
	height:396px;
}
	#jobs h3 {
		font-weight:bold;
		text-transform:uppercase;
		color:#fff;
		margin-left:10px;
	}

.jobsListing {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:60px;
}

	.jobsListing tr {
		padding:10px 0;
		cursor:pointer;
	}
	.jobsListing th,
	.jobsListing td  {
		text-align:left;
	}
		.jobsListing th {
			color:#aaa;
			font-weight:normal;
			padding:0 10px 6px;
			border-bottom:1px solid #333;
		}
			.jobsListing th.jobPosition {
				width:200px;
			}
			.jobsListing th.jobLocation {
				width:180px;
			}
		.jobsListing td {
			padding:10px 10px;
			font-size:1.2em;
			color:#fff;
			border-bottom:1px solid #000;
		}
			.jobsListing td.jobPosition,
			.jobsListing td.jobLocation {
				border-right:1px solid #333;
			}
			.jobsListing td.jobDetails {
				padding:0;
				width:27px;
				background:url(../images/button_arrow.gif) #EC5222 no-repeat left 5px;
			}
			.active td {
				background:#666;
			}
		#mainContent .jobsListing a {
			color:#fff;
		}
	
/*  Main Headline
************************************************************************************************************************/

#jobHolder {
	float:right;
	display:inline;
	background:#444;
	margin:20px 30px 0 0;
	padding:36px;
	width:420px;
}
	#jobHolder .jobContent {
		height:310px;
	}
		#jobHolder h3 {
			border-top:1px solid #7C7C7C;
			font-size:1.8em;
			line-height:1.2em;
			color:#fff;
			padding:20px 0 12px 0;
		}
		#jobHolder p {
			padding-bottom:14px;
			font-family:Arial, Helvetica, sans-serif;
			color:#fff;
		}
			#jobHolder p.headlineIntro {
				font-size:1.6em;
				font-family:Georgia;
				line-height:1.3em;
				color:#EFD1BA;
			}
	
/*  Tabs
************************************************************************************************************************/

.newsTabs {
	float:left;
	width:400px;
	padding-top:20px;
	padding-bottom:60px;
}


.newsTabs div {
	float:left;
	clear:both;
	background:#fff;
	width:340px;
	padding:20px 30px;
}