

	/* ------------ CAREERS PAGE ----------- */

	.job-title {
		font-family: "Droid Sans";
		font-size: 20px;
		color: #003366;
		margin-bottom: 8px;
	}

	.job-bar {
		width: 100%;
		border: 1px solid rgb(224, 224, 224);
		background: rgb(247, 247, 247) none repeat scroll 0% 0%;
		text-align: center;
		margin: 30px 0 15px 0;
		padding: 5px 0 5px;
		color: #0B2B40;
		font-size: 24px;
		font-weight: 300;
		font-size: 24px;
		font-family: 'Montserrat', sans-serif;
		font-weight: normal;
	}

	.job-btn {
		margin: 0;
		font-size: 12px;
	}

	.vanish {
		width: 0px;
		height: 0px;
		visibility: hidden;
		overflow: hidden;
	}

	.job-more-less {
		width: 98%;
		text-align: right;
	}

	.job-more-less a:link {
		font-weight: normal;
		text-decoration: none;
	}

	#job-listings ul {
		margin-top: 14px;
		margin-left: 14px;
  		list-style-type: disc;
	}

	/* ------- EMPLOYMENT APPLICATION ------ */

	input[type="text"] {
		padding-left: 4px;
	}

	.form-row {
		width: 100%;
		height: auto;
		text-align: left;
		display: block;
	}

	.form-elm {
		width: auto;
		height: auto;
		padding: 0;
		margin: 0px 30px 20px 0px;
		text-align: left;
		display: inline-block;
	}

	.form-label {
		padding: 0;
		margin: 0px 0px 4px 0px;
		white-space: nowrap;
	}

	.form-box {
		width: 200px;
		font-size: 13px;
	}

	.form-two {
		width: 320px;
	}

	.form-four {
		width: 140px;
	}

	.form-select {
		width: 204px;
	}

	.form-text {
		width: 680px;
	}

	.form-cb {
		margin-bottom: 6px;
	}

	.form-collapser {
		width: auto;
		text-align: left;
	}

	.form-collapser a:link {
		font-weight: normal;
		text-decoration: none;
	}

	.form-error {
		border: 1px solid #CC0000;
	}

	#form-error-msg {
		background-color: #FFEEEE;
		line-height: 32px;
		text-align: center;
		border: 1px solid #DDCCCC;
	}

	.hand {
		cursor: pointer;
	}

