/* TEST GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	background-color: #070707;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'futuramedium';
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	}
	
.hidden {
	display: none;
}


/* SITE CONTAINERS */

div#whole_site_container {
}

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

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	width: 1000px;
}

	#header h1 {
		display:block;
		width: 285px;
		height: 120px;
		background: transparent url("/images/logos/logo.png");
		display: block;
	}
	
		#header h1 span, #header img {
			visibility: hidden;
		}
		
	ul#language_buttons {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 200;
		height: 12px;
		list-style: none;
	}
	
		#language_buttons li {
			float: left;
		}
		
			#language_buttons li a {
				display: block;
				width: 18px;
				height: 12px;
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}
			
			a.english_button {
				margin: 0px 10px 0px 0px;
				background-image: url("/images/misc_elements/flag_english.jpg");
			}
			
			a.spanish_button {
				background-image: url("/images/misc_elements/flag_mexico.jpg");
			}
			
				#language_buttons li a span {
					display: none;
				}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 50;
	top: 0px;
	right: 0px;
	width: 634px;
	height: 121px;
	list-style: none;
	background: transparent url('/images/backgrounds/nav_background.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 120px;
		}
		
		a#services_link {
			width: 138px;
		}
				
		a#clients_link {
			width: ;
		}
		
		a#candidates_link {
			width: 153px;
		}
		
		a#jobs_link {
			width: 122px;
		}
		
		a#contact_link {
			width: 101px;
		}
	
		#navigation li a {
			display: block;
			height: 121px;
			background-repeat:no-repeat;
			background-position: 0px -121px;
			position: relative;
			overflow: hidden;			
		}
	
		#navigation li a {
			background-position: 0px 0px;
		}
		
		#navigation li a span {
				position: absolute;
				top: 0px;
				height: 121px;
			}

			span.about_span {
				width: 120px;
				background: transparent url('/images/navigation/about.png');
			}
			
			span.services_span {
				width: 138px;
				background: transparent url('/images/navigation/services.png');
			}
								
			span.candidates_span {
				width: 153px;
				background: transparent url('/images/navigation/candidates.png');
			}
			
			span.jobs_span {
				width: 122px;
				background: transparent url('/images/navigation/jobs.png');
			}
			
			span.contact_span {
				width: 101px;
				background: transparent url('/images/navigation/contact.png');
			}
		
				#navigation li a span strong {
					visibility: hidden;
				}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		font-size: 12px;
		line-height: 20px;
		line-height: 20px;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			text-transform: uppercase;
			margin: 0px 0px 20px 0px;
			color: #ff7116;
		}

		#body_text a {
			color: #fa7b29;
		}
		
		#body_text a:hover {
			color: #999999;
		}
			
		
	::-webkit-input-placeholder { /* WebKit browsers */
		color:    #f18b38;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:    #f18b38;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:    #f18b38;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color:    #f18b38;
	}
	
	.placeholder {
		color:    #f18b38;
	}


/* FOOTER */		

div#footer_container {
		clear: both;
		background-repeat: no-repeat;
		background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			bottom: 0px;
			width: 100px;
			height: 65px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}