/* TEST GROUP GENERAL RULES */

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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

a {
	text-decoration: none;
	cursor: pointer !important;
}

a:active {
	outline: 0 none;
}

a:focus {
	outline: 0 none;
	-moz-outline-style: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DeckerRegular';
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}


/* SITE CONTAINERS */

div#container_5 {
	min-width: 1000px;
	background: #000 url('/images/eye_candy/balloon_repeat.jpg') center top repeat-y;
}

div#container_4 {
	min-width: 1000px;
	background: url('/images/eye_candy/balloon.jpg') center top no-repeat;
}

div#container_3 {
	min-width: 1000px;
	background: url('/images/backgrounds/background_mask.png') center bottom no-repeat;
}

div#container_2 {
	padding: 0px 0px 116px 0px;
	min-width: 1000px;
	background: url('/images/backgrounds/watermark.png') center top no-repeat;
}

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


/* HEADER */

div#header {
	width: 1000px;
	height: 90px;
}

	#header h1 a {
		display: block;
		width: 420px;
		height: 90px;
		background: url('/images/logos/logo.png') 0px 0px no-repeat;
	}
	
		#header h1 a span, #header a img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	width: 568px;
	height: 90px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 106px;
			background: transparent url("/images/navigation/about_button.png");
		}
		
		a#focus_link {
			width: 106px;
			background: transparent url("/images/navigation/focus_button.png");
		}
				
		a#solutions_link {
			width: 141px;
			background: transparent url("/images/navigation/solutions_button.png");
		}
		
		a#jobs_link {
			width: 96px;
			background: transparent url("/images/navigation/jobs_button.png");
		}
		
		a#contact_link {
			width: 119px;
			background: transparent url("/images/navigation/contact_button.png");
		}
	
		#navigation li a {
			display: block;
			height: 90px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -90px;
		}
		
			#navigation li a span {
				display: none;
			}

/* DROPDOWN RULES */

	div.dropdown {
		display: none;
		position: absolute;
		padding: 0px 0px 30px 0px;
		z-index: 800;
		top: 73px;
		width: 163px;
		background: url("/images/body_regions/dd_footer_background.png") center bottom no-repeat;
	}
	
	div#about_dd {
		left: 410px;
	}
	
	div#solutions_dd {
		left: 637px;
	}

	div#candidates_dd {
		left: 540px;
	}

	div#jobs_dd {
		left: 750px;
	}

	div#clients_dd {
		left: 655px;
	}
	
	div.dropdown ul {
		display: block;
		padding: 20px 0px 0px 0px;
		list-style: none;
		background: url("/images/body_regions/dd_header_background.png") 0px 0px no-repeat;
	}	

	div.dropdown ul li {
		padding: 0px 16px 0px 8px;
		height: 30px;
		width: 149px;
		background: url("/images/body_regions/dd_item_background.png") 0px 0px repeat-y;
		overflow: hidden;
	}
	
	
	div.dropdown ul li {
		border-bottom: none !important;
	}
	
	div.dropdown ul li.last {
		border-bottom: none !important;
	}
	
	div.dropdown ul li:hover {
		background-position: 0px -40px !important;
	}

	div.dropdown ul li a {
		display: block;
		padding: 5px;
		width: 139px;
		height: 20px;
		color: #fff;
		font-size: 12px;
		font-weight: 100;
		font-style: normal;
		line-height: 20px;
		text-align: center;
	}	

	div.dropdown li a:hover {
		color: #fff;
		background: #007f78;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}	
	

/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
	}
	
		#body_text h2 {
			font-size: 22px;
			line-height: 35px;
		}

		#body_text a {
			color: #aad257;
		}
		
		#body_text a:hover {
			color: #02c9bb;
		}
			
		

/* FOOTER */		

div#footer_container {
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 190px;
		background: url('/images/backgrounds/footer_background.png') center bottom no-repeat;
	}
	
		p.copyright {
			display: none;
		}	
		
		a#company_linkedin_button {
			position: absolute;
			bottom: 0px;
			left: 310px;
			width: 340px;
			height: 70px;
			background: url('/images/misc_elements/linkedin_button.png') 0px 0px no-repeat;
		}
			
			#company_linkedin_button:hover {
				background-position: 0px -70px;
			}
		
			#company_linkedin_button span {
				display: none;
			}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			bottom: 0px;
			right: 215px;
			width: 100px;
			height: 70px;
			background: url('/images/logos/sticky_stamp.png') 0px 0px no-repeat;
		}
			
			#sticky_stamp:hover {
				background-position: 0px -70px;
			}
		
			#sticky_stamp span {
				display: none;
			}