/*--------------------------------------------------*/
/* Jobs							                    */

	#introductionContainer {
		position: relative;
	}

		#introduction {
			float: left;
			width: 190px;
			margin: 0 0 12px;
		}

			#introductionContainer #application {
				top: -6px;
			}

	#closing {
		position: relative;
		padding: 24px 0 60px;
	}

		#closing .date {
			background: #fff;
			font-family: georgia, arial, helvetica, sans-serif;
			font-weight: normal;
			font-size: 1.2em;
			border-top: 1px solid #85cbed;
			border-bottom: 1px solid #85cbed;
			padding: 12px 200px 12px 12px;
		}

	#application {
		background: url("/a/img/jobs/application.gif") no-repeat 0 0;
		width: 190px;
		color: #fff;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
	}

		#application div {
			background: url("/a/img/jobs/applicationBottom.gif") no-repeat 0 100%;
			padding: 12px 12px 24px;
		}

			#application p {
				padding: 0 0 2px;
			}

			#application .pack {
				font-family: georgia, arial, helvetica, sans-serif;
				font-weight: normal;
				font-size: 1.4em;
			}

			#application a {
				color: #fff;
				font-weight: normal;
			}

	#content h2 {
		margin-bottom: 4px;
	}

	.details {
		font-weight: bold;
		padding: 0 0 4px;
	}

		.details p {
			padding: 0;
		}