.pattern-tile {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/pattern-repeat-y.jpg);
}
.green-background {
	background-color: #a6cda5;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #DEEDDE;
}
.content-column-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #618061;
	padding-left: 20px;
}
.content-column-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #618061;
	padding-right: 20px;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content-intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #618061;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 0px;
}
.content-news-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B47575;
	font-weight: bolder;
}
.content-news-headline-title {
	text-decoration: underline;
}
A {
	text-decoration: none;
	color: #B47575;
}

A:hover {
	text-decoration: underline;
	color: #B47575;
}
.form-getintouch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #618061;
	margin: 0px;
}
.formfields {
	font-size: 12px;
	color: #618061;
	font-family: Arial, Helvetica, sans-serif;
}

#bullhorn-results {
	position: relative;
	border-collapse: collapse;
	table-layout: fixed;
}

#bullhorn-results td {
  padding: 0;
  margin: 0;
}


/* Bullhorn Additions */

.clear {
	clear: both;
}

#bullhorn {
	position: relative;
	width: 500px;
	border: 1px solid #a8cfa6;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 0 0 30px 0;
	margin: 30px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

#resume-thankyou {
	background: #f9cfa5;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	width: 482px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

#resume-thankyou-img {
  margin: 10px 0;
}

#resume-error {
	background: #AE3838;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	width: 482px;
	font-family: Arial, Helvetica, sans-serif;
}

#open-positions {
	position: absolute;
	top: 15px;
	left: -270px;
	color: #9ece9d;
	font-size: 21px;
}

#bullhorn-search {
	position: relative;
	padding: 15px 10px;
}

#bullhorn-search .js {
  background: #fff url('/images/bullhorn/search.png') no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  border: 0;
  width: 170px;
  padding: 5px 2px 5px 7px;
}

#reset-search {
  position: relative;
  top: 4px;
}

#bullhorn-results td .title {
	line-height: 21px;
	padding: 0 8px 0 45px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
  background: #fcaf5b;
  cursor: pointer;
}

#bullhorn-results td .title .more {
	position: relative;
	float: right;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	padding: 1px 5px 2px 5px;
	background: #999;
	margin: 4px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#bullhorn-results td .details {
	position: relative;
	display: none;
	padding: 15px 15px 15px 65px;
	color: #666;
	background: #fff;
	font-size: 12px;
}

#bullhorn-results td .details .submit-resume {
	position: relative;
	background: #fcaf5b;
	color: #666;
	margin: 10px 0 0 0;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 12px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

#submit-resume {
	position: fixed;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -280px;
	width: 504px;
	padding: 26px;
	border: 1px solid #bddbbc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px -4px #777;
	-webkit-box-shadow: 0 0 10px -4px #777;
	box-shadow: 0 0 10px -4px #777;
	background: #fff;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 5000;
	display: none;
}

#resume-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 4000;
	display: none;
}

#submit-resume #close-resume {
	position: absolute;
	top: 4px;
	right: 6px;
	font-size: 10px;
	color: #777;
	cursor: pointer;
}

#submit-resume #resume-thankyou {
	display: none;
}

#submit-resume #job-title {
	background: #f9cfa5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	padding: 2px 6px;
	margin: 6px 0 12px 0;
}

#submit-resume .text-field {
	border: 1px solid #fcaf5b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;;
	margin: 6px 0 7px 0;
	height: 17px;
	overflow: hidden;
}

#submit-resume .confirm {
  display: none;
}

#submit-resume .text-field div {
	float: left;
  background: #fcaf5b;
  padding: 0 6px;
  height: 17px;
  line-height: 17px;
}

#submit-resume .text-field input {
	border: 0;
	padding: 0 6px;
	background: #fff;
	color: #666;
	font-size: 12px;
	width: 350px;
	height: 17px;
	margin: 0;
}

#resume-file {
	position: relative;
	background: #fcaf5b;
	padding: 0 0 0 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 17px;
	line-height: 17px;
}

#resume-file span {
  font-size: 10px;
  font-weight: normal;
}

#resume-file input {
	position: absolute;
	top: 0;
	right: 130px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1000;
}

#resume-file #choose-file {
	position: absolute;
	right: 130px;
	top: 1px;
}

#resume-file #file-name {
	position: absolute;
	right: 10px;
	top: 0;
	width: 115px;
	overflow: hidden;
}

#submit-resume textarea {
	border: 1px solid #fcaf5b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 482px;
	height: 100px;
	margin: 7px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	overflow: auto;
}

#submit-form {
	background: #999;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	padding: 2px 7px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
