/* MR SANDIAS GENERAL RULES */

html {
	background: #333333 url("/images/backgrounds/interior/int_main_background(1).gif");
	background-repeat: repeat;
	background-position: center top;
}

body {
	background: transparent url("/images/backgrounds/interior/int_main_background(2).gif");
	background-repeat: repeat-x;
	background-position: center top;
}

/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("/images/backgrounds/interior/interior_main_backgound(1).gif");
	background-repeat: repeat-y;
	background-position: center 689px;
}
.bills {
	background: transparent url("/images/backgrounds/interior/bills_header(int).jpg");
}
.construction_buildings {
	background: transparent url("/images/backgrounds/interior/construction_header(int).jpg");
}
.banking_papers {
	background: transparent url("/images/backgrounds/interior/banking_header(int).jpg");
}
.plane_engine {
	background: transparent url("/images/backgrounds/interior/engineering_header(int).jpg");
}
.blueprints {
	background: transparent url("/images/backgrounds/interior/blueprint_header(int).jpg");
}
.calculator {
	background: transparent url("/images/backgrounds/interior/calculator_header(int).jpg");
}
.cash_counting {
	background: transparent url("/images/backgrounds/interior/cash_counting_header(int).jpg");
}
.columns {
	background: transparent url("/images/backgrounds/interior/columns_header(int).jpg");
}
.daytime_wind {
	background: transparent url("/images/backgrounds/interior/daytime_wind_header(int).jpg");
}
.dna {
	background: transparent url("/images/backgrounds/interior/dna_header(int).jpg");
}
.doctor {
	background: transparent url("/images/backgrounds/interior/doctor_header(int).jpg");
}
.hotel {
	background: transparent url("/images/backgrounds/interior/hotel_header(int).jpg");
}
.lifeline {
	background: transparent url("/images/backgrounds/interior/lifeline_header(int).jpg");
}
.microscope {
	background: transparent url("/images/backgrounds/interior/microscope_header(int).jpg");
}
.nuclear {
	background: transparent url("/images/backgrounds/interior/nuclear_header(int).jpg");
}
.powerlines {
	background: transparent url("/images/backgrounds/interior/powerlines_header(int).jpg");
}
.roads {
	background: transparent url("/images/backgrounds/interior/roads_header(int).jpg");
}
.solar {
	background: transparent url("/images/backgrounds/interior/solar_header(int).jpg");
}
.sunset_wind {
	background: transparent url("/images/backgrounds/interior/sunset_wind_header(int).jpg");
}
.balloon {
	background: transparent url("/images/backgrounds/interior/balloon_header(int).jpg");
}
.skyline {
	background: transparent url("/images/backgrounds/interior/skyline_header(int).jpg");
}
.chillies {
	background: transparent url("/images/backgrounds/interior/chillies_header(int).jpg");
}
.cable_car {
	background: transparent url("/images/backgrounds/interior/cable_car_header(int).jpg");
}


div#site_container {
	background-repeat: no-repeat;
	background-position: center top;
}


/* HEADER */

div#header {
	margin: 0px 15px -46px 15px;
	height: 257px;
}

	#header h1 {
		height: 257px;
	}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 106px;
	left: 30px;
	list-style: none;
	z-index: 100;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 60px;
			background: transparent url("/images/navigation/interior/about_button(int).png");
		}
		
		a#industries_link {
			width: 63px;
			background: transparent url("/images/navigation/interior/industry_button(int).png");
		}
		
		a#join_us_link {
			width: 57px;
			background: transparent url("/images/navigation/interior/join_us_button(int).png");
		}
		
		a#candidates_link {
			width: 77px;
			background: transparent url("/images/navigation/interior/candidate_button(int).png");
		}
		
		a#clients_link {
			width: 76px;
			background: transparent url("/images/navigation/interior/clients_button(int).png");
		}
		
		a#jobs_link {
			width: 40px;
			background: transparent url("/images/navigation/interior/jobs_button(int).png");
		}
		
		a#contact_link {
			width: 67px;
			background: transparent url("/images/navigation/interior/contact_button(int).png");
		}
		
	
		#navigation li a {
			display: block;
			height: 31px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -31px;
		}
		
			#navigation li a span {
				display: none;
			}


/* MAIN BODY REGION */

div#main_body {
	position: relative;
	margin: 0px 0px 0px 0px;
	min-height: 478px;
	_height: 478px;
	background: transparent url("/images/backgrounds/interior/interior_main_body_background(2).gif");
	background-repeat: no-repeat;
	background-position: center 46px;
	overflow: auto;
}

* html div#whole_site_container div#main_body {
	overflow: visible;
}


/* MAIN TEXT REGION */

	div#body_text {
		padding: 0px 50px;
		width: 520px;
		font-size: 14px;
	}

		#body_text h2 {
			margin: 20px 0px 50px 0px;
		}
		
		#body_text h3, #body_text h4, #body_text h5, #body_text h6 {
			font-weight: 100;
		}
		
		#body_text h3 {
			font-size: 18px;
			color: #000000;
		}
	
		#body_text p {
			margin: 30px 0px;
		}
		
		#body_text ul, #body_text ol {
			margin: 30px 0px 30px 30px;
		}
		
		#body_text ul li, #body_text ol li {
			margin: 10px 0px;
		}

/* FORM RULES */

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

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

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

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

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

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 #888888;
	font-size: 14px;
	color: #b4ddff;
	background-color: #2d2d2d !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: #2d2d2d !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.field_checkbox {
	margin: 0px 0px 1.5em -120px;
}

.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;
	
}


/* SUB NAVIGATION */

div#sub_navigation {
	padding: 100px 0px 0px 0px;
}

	#sub_navigation h2, #sub_navigation ul {
		padding: 0px 0px 0px 25px;
	}

		#sub_navigation ul li {
			width: 240px;
		}
	
		#sub_navigation ul li a {
			color: #ffffff;
		}
		
		#sub_navigation ul li a:hover {
			font-weight: bold;
		}

		
		ul#social_media_options {
			position: absolute;
			top: 50px;
			left: 325px;
			height: 30px;
			list-style: none;
		}

			ul#social_media_options li {
				float: left;
				padding-right: 15px;
				height: 21px;
			}
			
				#social_media_options li.twitter_follow {
				width: 46px; overflow: hidden; margin-right: 20px;
				}
				
/* LIVE ASSISTANCE AD */

div#live_assistance {
	margin: 0px auto;
	padding: 25px 0px;
	width: 143px;
}


/* FOOTER */

div#footer_container {
	background: transparent url("/images/backgrounds/interior/interior_footer_background(1).gif");
	background-repeat: repeat;
	background-position: center top;
}

div#footer {
	margin: 0px auto;
	background: transparent url("/images/backgrounds/interior/interior_footer_background(2).gif");
	background-repeat: no-repeat;
	background-position: center top;
}


