/* INTELLENET GENERAL RULES */

/* MAIN BODY REGION */

div#main_body {
	background: transparent url("/images/body_regions/main_body_background(1).jpg");
	background-repeat: repeat-y;
	background-position: 0px 452px;
}

	#main_body h2 {
		padding: 20px 700px 0px 25px;
		height: 80px;
		background: transparent url("/images/body_regions/main_body_header.jpg");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		line-height: 25px;
	}


	/* TEXT REGION */

	#body_text {
		float: left;
		display: inline;
		padding: 0px 10px 0px 25px;
		width: 690px;
		background: transparent url("/images/body_regions/main_body_background(2).jpg");
		background-repeat: no-repeat;
		background-position: 0px 0px
	}
	
		#body_text h3 {
			color: #53ddff;
			clear: both;
		}
	
		#body_text img {
			behavior: url("/scripts/iepngfix.htc");
		}
		
		#body_text ul, #body_text ol {
			margin: 18px 0px 18px 18px;
		}
		
		#body_text strong {
			color: #a0e269;
		}
		
		#body_text ul.client_list {
			margin: 18px 0px;
			list-style: none;
			clear: both;
			text-align: center;
		}
		
			#body_text ul.client_list li {
				float: left;
				width: 33%;
			}


/* FORM RULES */

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

#body_text form.body_form h3 {
	margin: 2em 0;
	color: #ffffff;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	width: 35%;
	color: #c0c0c0;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px;
	color: #c0c0c0;
}

label.special_label {
	width: 95%;
}

label.radio_label {
	width: 5%;
}

fieldset.checkboxes_fieldset {}

label.checkbox_label {
	width: 20%;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	margin: 0px 0px 1.5em 0px;
	border: 1px solid #414141;
	font-size: 14px;
	color: #999999;
	background-color: #1c1c1c !important;
}

.body_form input.radio_input {}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #1c1c1c !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px 0px 1.5em 0px;
	width: 60%;
	height: 1.5em;
}

.body_form input.checkboxes {
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

textarea.resume_field {
	display: block;
	width: 95%;
	height: 150px;
	
}

#country_label, #country_feild {
	display: none !important;
}




/* JOB BOARD RULES */

ul#job_list {
	margin: 25px 0px;
	width: 98%;
	list-style: none;
	clear: right;
}

	#job_list li {
		display: inline;
		clear: left;
		width: 100%;
		line-height: 0px;
	}

		a.job_board_heading, a.job_board_item {
			display: block;
			width: 100%;
			clear: right;
			background: transparent url("/images/body_regions/job_item_background.gif");
			background-repeat: no-repeat;
			overflow: auto;
			color: #a0e269 !important;
		}
		
		a.job_board_heading {
			padding: 10px 0px;
			line-height: 16px;
			font-size: 14px;
			color: #a0e269 !important;
			background-position: 0px -72px;
		}
						
		a.job_board_item {
			padding: 4px 0px;
			height: 28px;
			line-height: 12px;
			background-position: 0px 0px;
			cursor: pointer;
		}
		
		a.job_board_item:hover {
			background-position: 0px -36px;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
			}

a.job_board_item span {
	font-size: 12px;
	font-weight: 100;
}

span.updated_date {
	padding: 0 0 0 10%;
	width: 14%;
	color: #ffffff;
}

span.job_location {
	padding: 0 0 0 2%;
	width: 18%;
	color: #ffffff;
}

span.job_title {
	width: 54%;
}

a.job_board_item:hover span {
	font-size: 12px;
	font-weight: 100;
	color: #e7ffd3;
}



/* JOB BOARD BUTTONS */

ul#job_actions {
	margin: 18px 0px;
	list-style: none;
}

	#job_actions li {
		float: left;
	}
	
		a#apply_to_this_job {
			background: transparent url("/images/misc_elements/apply_to_job_button.gif");
		}

		a#return_to_job_list {
			background: transparent url("/images/misc_elements/return_to_jobs_button.gif");
		}
	
		#job_actions li a {
			display: block;
			margin: 0px 24px 0px 0px;
			width: 180px;
			height: 42px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#job_actions li a:hover {
			background-position: 0px -42px;
		}
		
			#job_actions li a span {
				display: none;
			}

	
	/* SUB NAVIGATION */
	
	div#sub_navigation {
		position: relative;
		margin: -18px 0px 0px 0px;
		float: left;
		width: 275px;
		z-index: 30;
	}
	
		#sub_navigation h2 {
			padding: 0px;
			width: 275px;
			height: 40px;
			background: transparent url("/images/body_regions/sub_nav_header.jpg");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
			#sub_navigation h2 span {
				display: none;
			}
		
		#sub_navigation ul {
			padding: 0px 10px 0px 0px;
			width: 265px;
			background: transparent url("/images/body_regions/sub_nav_main_background.jpg");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			list-style: none;
		}
		
			#sub_navigation ul li {
				display: inline;
			}
			
				#sub_navigation ul li a {
					display: block;
					padding: 10px 35px 9px 5px;
					width: 225px;
					background: transparent url("/images/body_regions/sub_nav_item_background.jpg");
					background-repeat: no-repeat;
					background-position: 0px 0px;
					color: #ffffff;
					line-height: 16px;
				}
				
				#sub_navigation ul li a:hover {
					background-position: 0px -52px;
				}
						
		#sub_navigation a#sub_nav_back_to_top_link {
			behavior: url("/scripts/iepngfix.htc");
			display: block;
			width: 275px;
			height: 22px;
			background: transparent url("/images/body_regions/sub_nav_footer.png");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}

		#sub_navigation a#sub_nav_back_to_top_link span {
			display: none;
		}


	/* VIDEO SHOWCASE AD */

	div#video_showcase {
		position: relative;
		margin: 0px 0px 0px 0px;
		float: right;
		width: 275px;
		z-index: 30;
	}
	
		#video_showcase a {
			behavior: url("/scripts/iepngfix.htc");
			display: block;
			width: 275px;
			height: 205px;
			background: transparent url("/images/body_regions/work_for_us_video_ad.png");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			color: #2f2216;
			cursor: pointer;
		}
		
			#video_showcase a h3 {
				height: 50px;
			}
			
				#video_showcase a h3 span {
					display: none;
				}
			
			#video_showcase a p {
				margin: 5px 0px 10px 0px;
				padding: 0px 10px 0px 140px;
				font-size: 13px;
				line-height: 16px;
			}
			
			#video_showcase a p strong {
				color: #c30000;
			}
			
			#video_showcase a p.link_blurb {
				margin: 25px 0px 0px 0px;
				color: #ffffff;
				font-weight: bold;
			}
		
	
	/* BODY TEXT "BACK TO TOP" LINK */
	
	a#body_text_back_to_top {
		position: relative;
		clear: both;
		behavior: url("/scripts/iepngfix.htc");
		display: block;
		width: 725px;
		height: 60px;
		background: transparent url("/images/body_regions/main_body_footer.png");
	}
	
		#body_text_back_to_top span {
			display: none;
		}
			

/* MAIN AD */

ul#eye_candy {
	top: 60px;
	left: 310px;
	width: 690px;
	height: 220px;
	list-style: none;
	overflow: hidden;
}

	#eye_candy li {
		position: absolute;
		top: 0px;
		left: 0px;
	}

