:focus {
	outline: none;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}

a {
	text-decoration: none;
	color: #5eab00;
}

a:hover {
	color: #5eab00;
}

p {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h1 {
	line-height: 1.2em;
	margin-bottom: 0.5em;
	color: #5eab00;
}

#pageHeader {
	height: 140px;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 40px;
}

#pageHeader div {
	display: table-cell;
	line-height: 1.5em;
	height: 140px;
	vertical-align: bottom;
}

#pageFooter {
	font-size: 11px;
	margin-top: 40px;
	color: #999;
	padding-bottom: 1em;
}

.facebookInline {
	vertical-align: middle;
}

.overviewImage {
	background: #fff;
	border: 1px solid #eee;
	width: 138px;
	height: 138px;
	overflow: hidden;
	line-height:134px;
	text-align: center;
	margin-bottom: 1px;
}

.overviewText {
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
	height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

#fancybox-title-inside a:hover,
.overviewText a:hover {
	color: #5eab00;
}

#fancybox-title-inside {
	font-size: 18px;
}

.content {
	font-size: 18px;
}

.jobWebsite {
	margin-bottom: 1em;
	font-weight: bold;
}
	
.jobWebsite a {
	color:  #5eab00;
}

.jobVisuals {
	height: 100%;
	width: 940px;
	overflow: hidden;
}

.jobVisuals div {
	height: 540px;
	width: 940px;
}


.jobVisuals img {
	margin: auto;
	display: block;
}

.jobVideo {
	width: 540px;
	margin-top: 20px;
}

.more {
	
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 0em 0.3em;
	border-radius: 3px;
	background-color: #5eab00;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.back {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0em 0.5em;
	margin-top: 10px;
	border: 1px solid #666;
	border-radius: 4px;
}

.back a:hover {
	color: #5eab00;
}