div#eye_candy {
	height: 68px;
	min-width: 320px;
	max-width: 512px;
	background-image: url('/images/eye_candy/interior/climber.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 512px auto;
}

a.sub_navigation_trigger {
	display: block;
	min-width: 320px;
	max-width: 512px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 512px auto;
}

	a.sub_navigation_trigger.active {
		opacity: 1 !important;
		background-position: center -53px !important;
	}
	
	a.sub_navigation_trigger:hover {
		opacity: .9;
	}
	
	a.sub_navigation_trigger span {
		display: none;
	}
	

div#sub_navigation {
	display: none;
	padding: 15px 0;
}

	#sub_navigation ul {
		padding: 0 15px;
		list-style: none;
	}
			
		#sub_navigation ul li {
			margin: 8px;
			line-height: 15px;
		}
	
		#sub_navigation ul li a {
			display: block;
			padding: 5px 0;
			font-size: 12px;
			text-align: center;
			border-radius: 3px;
		}


	div#body_text {
		padding: 15px;
		font-size: 12px;
		line-height: 20px;
	}
	
	#body_text h2 {
		margin: 0 0 20px 0;
		font-size: 20px;
		line-height: 36px;
	}
	
	#body_text h3 {
		margin: 0 0 20px;
		font-size: 16px;
		line-height: 24px;
	}
		
	#body_text h4 {
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#body_text p {
		margin: 0px 0 20px;
	}
	
	#body_text ul, #bodu_text ol {
		margin: 0px 0 20px 20px;
	}
	
		#body_text ul li, #body_text ol li {
			margin: 0 0 10px;
		}
	
	#body_text img {
		margin: 0px auto;
		max-width: 300px;
	}
	

/* JOB ACTIONS */

ul#job_actions {
	margin: 20px 0 !important;
	padding: 0;
	list-style: none;
}

	#job_actions li {
		margin: 0 10px 0 0 !important;
		float: left;
	}



/* JOB BOARD RULES */

ul#job_list {
	margin: 20px 0 !important;
	padding: 0 !important;
	list-style: none;
}

	#job_list li {
		margin: 5px 0;
	}

		a.job_board_item {
			display: block;
			padding: 5px 0;
			border-radius: 3px;
		}
			
			span.job_clear {
				display: block;
				clear: both;
				height: 1px;
				float: none !important;
			}				
	
		li#job_board_heading span, a.job_board_item span {
			display: block;
			float: left;
			overflow: hidden;
		}

		span.heading_date_title, span.job_date {
			padding: 0 0 0 5px;
			width: 19%;
		}

		span.heading_location_title, span.job_location {
			margin: 0 10px;
			width: 20%;
		}

		span.heading_job_title, span.job_title {
			padding: 0 5px 0 0;
			width: 50%;
		}


/* Custom & Button */

a.custom_button {
	padding: 10px;
	border-radius: 3px;
}


a#linkedin_apply_button {
	display: block;
	margin: 30px 0;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
}
	
	
/* STAFF */

ul#staff_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#staff_list li {
	}
	
div.staff_preview {
	margin: 0 0 25px;
	padding: 0;
	border-bottom: 1px solid #ededed;
}

.staff_preview div.staff_photo {
	float: left;
	margin: 0 10px 0 0;
	width: 114px;
	height: 114px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 57px;
	behavior: url('/scripts/PIE.php');
}
	
.staff_details h3 {
	margin: 0 !important;
}

.staff_details h4 {
	margin: 0 !important;
}

#staff_photo {
	float: left;
	margin: 0 10px 0 0;
	width: 114px;
	height: 114px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 57px;
	behavior: url('/scripts/PIE.php');
}