/* MASTHEAD */
#masthead {
	height: 230px;
	background: url(../../images/mastheads/careers.jpg) no-repeat center bottom;
}
	#masthead .copy {
		position: absolute;
		left: 20px;
		top: 45px;
		width: 530px;
	}
	#masthead .copy h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#masthead .copy p {
		font-size: 20px;
		color: #48506b;
	}	
	
/* SIDE RAIL */
#side_rail #employee_benefits {
	width: 255px;
	overflow: hidden;
	padding: 20px;
}
#employee_benefits img {
	float: left;
	margin-right: 10px;
}
#employee_benefits h2 {
	margin-bottom: 10px;
}
	
	
/* JOB LISTINGS */
#job_listings {	
	padding-bottom: 20px;
}
	#job_listings .listing {
		border-top: 1px solid #c7c7c7;
	}	
	#job_listings .listing.active {
		background: #fff8e3;
	}
		#job_listings .listing .info {
			width: 570px;
			padding: 25px 20px;
			overflow: hidden;
			cursor: pointer;
		}
			#job_listings .listing .info .title {
				width: 225px;
				margin-right: 20px;
				float: left;
			}
				#job_listings .listing .info .title a.name {
					font-size: 16px;
					letter-spacing: -0.6px;
					font-weight: bold;
					color: #171e38;					
				}
				#job_listings .listing .info .title a.name:hover {
					color: ##2B396F;
				}
				#job_listings .listing .info .title .location {
					display: block;
				}
			#job_listings .listing .info .post_date {
				width: 190px;
				float: left;
				color: #4b535f;
				font-weight: bold;
				line-height: 16px;
			}
			#job_listings .listing .info .cta {
				width: 90px;
				float: right;
			}
		#job_listings .listing .details {			
			color: #686766;
		}
			#job_listings .listing .detail_content {
				padding: 0 20px 20px 20px;
			}
			#job_listings .listing .details h4 {
				font-size: 12px;
				text-transform: uppercase;
				font-weight: bold;
				padding-bottom: 10px; 
				border-bottom: 3px solid #cfc9b7;
				margin-bottom: 15px;
			}
			#job_listings .listing .details ul {
				margin-left: 14px;
				padding-bottom: 20px;
			}
				#job_listings .listing .details ul li {
					list-style-type: disc;
					margin-bottom: 20px;
					line-height: 16px;
				}
			#job_listings .listing .details p {
				line-height: 16px;
				margin-bottom: 20px;
			}
		#job_listings .listing .button_row .button {
			float: none;
			margin: 0 auto;
		}
		
#side_rail .email {
	  display:block;
	  font-size:12px;
	  font-weight:bold;
	  margin-bottom:15px;
	  text-decoration:none;
	  margin-top:10px;
}
