@import "reset.css";
@import "lavalamp.css";

html, body, #contact_bg_overlay, #job_description_bg_overlay, #affiliate_bg_overlay {
	height: 100%;
}

div#affiliate_bg_overlay {
	width: 100%;
	display: none;
	position: fixed;
	background: url(/images/dark_overlay.png) center center repeat transparent;
	z-index: 9999;
}

div#affiliate_overlay {
	width: 736px;
	display: none;
	padding: 27px;
	position: absolute;
	top: 9%;
	left: 50%;
	margin-left: -377px;
	z-index: 99999;
	background: url(/images/dark_overlay.png) center center repeat transparent;
	/*background: url(/images/contact_bg.png) center center repeat #fff;*/
	/*background: #76b4cb; */
	color: #fff;
}

#affiliate_overlay h2 {
	font-size: 2.0em;
	margin-top: 1.0em;
	border-bottom: 1px solid #222;
	margin-bottom: 0.5em;
	color: #fff;
}

#affiliate_overlay a {
	color: #fff;
}

div#job_description_bg_overlay {
	width: 100%;
	display: none;
	position: fixed;
	background: url(/images/dark_overlay.png) top left repeat transparent;
	z-index: 9999;
	top: 0px; 
	left: 0px;
}

div#job_description_overlay {
	width: 700px;
	display: none;
	padding: 27px;
	position: absolute;
	top: 9%;
	left: 50%;
	margin-left: -377px;
	z-index: 99999;
	background: url(/images/dark_overlay.png) center center repeat transparent;
	color: #fff;
}

div#contact_bg_overlay {
	width: 100%;
	display: none;
	position: fixed;
	background: url(/images/dark_overlay.png) center center repeat transparent;
	z-index: 9999;
}

div#contact_overlay .sidecol {
	width: 180px !important;
	float: left !important;
}

div#contact_overlay .maincol {
	width: 390px !important;
	float: right !important;
	border-left: 1px solid #111;
}

div#contact_overlay {
	width: 700px;
	display: none;
	padding: 27px;
	position: absolute;
	top: 9%;
	left: 50%;
	margin-left: -350px;
	z-index: 99999;
	background: url(/images/dark_overlay.png) center center repeat transparent;
	border: 1px solid #333;
	color: #fff;
}

div#contact_overlay ul li {
	width: 100%;
	clear: both;
	padding: 3px 0;
}

div#contact_overlay label {
	width: 125px;
	padding-right: 15px;
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 1.1em;
	float: left;
	text-align: right;
	line-height: 20px;
	height: 20px;
}

div#contact_overlay label.required {
	color: #fff;
	font-weight: bold;
}

div#contact_overlay h2 {
	font-weight: normal;
	color: #fff;
	font-size: 2.6em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.0em !important;
}

div#contact_overlay .maincol {
	float: right;
	padding: 25px;
}

div#contact_overlay .sidecol {
	float: left;
	padding: 25px;
}

div#contact_overlay .sidecol p {
	font-size: 1.6em;
}

.email_input_field {
	padding: 2px;
	background: #eee;
	border: 1px solid #666;
	font-size: 1.1em;
	color: #000;
	width: 150px;
	margin-right: 5px;
}

#contact_overlay select {
	padding: 2px;
	background: #eee;
	border: 1px solid #666;
	font-size: 1.1em;
	color: #000;
	margin-right: 5px;
}


#contact_overlay textarea {
	width: 200px;
	height: 100px;
	background: #eee;
	border: 1px solid #666;
	color: #000;
}

#PhoneExtension {
	width: 40px;
}

a#close_contact_window {
	width: 53px;
	height: 53px;
	background: url(/images/close_window.png) top left no-repeat transparent;
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
}

.maincol {
	width: 58%;
	float: left;
	padding: 0 1%;
}

.sidecol {
	width: 35%;
	float: right;
	padding: 0 1% 50px 1%;
}

body {
	background: #170d0d;
	font: normal 67.5% Corbel, 'Lucida Grande', 'Helvetica Neue', Calibri, Arial, Verdana, sans-serif;
	color: #616b6e;
}

div.wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

div#container {
	width: 100%;
	min-height: 574px;
	overflow: hidden;
	background: url(/images/body_bg.jpg) top left repeat-x #c6feff;
}

div#header {
	width: 100%;
	height: 138px;
	display: block;
	background: url(/images/header_bg.jpg) top center no-repeat transparent;
}

div#header h1 a {
	width: 262px;
	height: 64px;
	display: block;
	background: transparent;
	float: left;
	position: relative;
	top: 35px;
	left: 21px;
	border: 0;
	text-indent: -9999px;
	background: url(/images/trillium_es_branding.gif) top left no-repeat transparent;
}

div#header h1 a span {
	display: none;
}

div#content {
	width: 100%;
	min-height: 370px;
	display: block;
	background: url(/images/content_bg.jpg) top center no-repeat transparent;
}

div#footer {
	width: 100%;
	height: 308px;
	display: block;
	background: url(/images/grass_dirt_bg.jpg) top left repeat-x transparent;
}

div#footer p {
	float: left;
	position: absolute;
	left: 0;
	top: 200px;
	padding: 1.0em;
	background: #170d0d;
	border: 1px solid #523f38;
	color: #fdfaa3;
	font-size: 1.2em;
}

div#footer h5 {
	float: right;
	width: 306px;
	height: 348px;
	display: block;
	background: url(/images/trillium_flower.jpg) top left no-repeat transparent;
	text-indent: -9999px;
	position: absolute;
	right: 20px;
	top: -42px;
}

.maincol p {
	font-size: 1.3em;
	color: #333;
	padding: 0.5em 0;
}

ul#latest_jobs {
	width: 100%;
}

ul#latest_jobs li a {
	color: #4e7000;
	text-decoration: none;
	padding: 7px 0;
	font-size: 1.6em;
	line-height: 3.0em;
}

ul#latest_jobs li a:hover {
	color: #212c4e;
	text-decoration: underline;
}

/********** JOBS CONTAINERS **********/
div.jobs_container {
	width: 90%;
	margin: 0 auto;
	min-height: 500px;
	overflow: hidden;
	display: none;
}

#jobs_page_1 {
	display: block;
}

table.job_listings {
	width: 99%;
	margin: 2.0em auto;
	border: 1px solid #ccc;
	font-size: 1.3em;
}

table.job_listings td {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

td.job_result_number, td.job_location {
	text-align: center !important;
	vertical-align: middle;
}

td.job_location {
	font-weight: bold;
}

table.job_listings a {
	color: #4e7000;
	text-decoration: none;
}

table.job_listings a:hover {
	text-decoration: underline;
}

h3 {
	color: #212c4e;
	font-size: 2.0em;
	font-weight: normal;
	width: 100%;
	display: block;
	line-height: 2.0em;
	margin: 1.0em 0 0 0;
}

#job_description_overlay table {
	font-size: 1.2em;
}

#job_description_overlay table td {
	padding: 4px 0;
}

#job_description_overlay table td.label {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 150px;
}

#job_description_overlay h2 {
	font-size: 2.0em;
	margin-top: 1.0em;
	border-bottom: 1px solid #222;
	margin-bottom: 0.5em;
	color: #fff;
}

#job_description_overlay a {
	color: #fff;
}

a.close_window {
	width: 129px;
	height: 29px;
	background: url(/images/close_window.png) top left no-repeat transparent;
	float: right;
	text-indent: -9999px;
	display: block;
}

p#contact_successful {
	padding: 1.0em;
	margin: 0 auto;
	background: #e5e6c7;
	border-bottom: 1px solid #5a5b3f;
	position: relative;
	text-align: center;
	font: italic 2.0em Georgia, "Times New Roman", times, serif;
	color: #000;
}

ul#affiliates_list {
	width: 80%;
	position: relative;
	margin: 1.0em auto;
	font-size: 1.2em;
}

ul#affiliates_list li {
	padding: 4px 0;
}

ul#affiliates_list li a {
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
}

ul#affiliates_list li a:hover {
	text-decoration: underline;
}
