/* UHC SOLUTIONS GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}


/* SITE CONTAINERS */

div#whole_site_container {}

div#site_container {}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	position: relative;
	z-index: 10;
	width: 1000px;
}

	#header h1 {
		width: 430px;
		height: 180px;
		background: transparent url("/images/logos/logo.png");
		background-position: 36px 35px;
		background-repeat: no-repeat;
	}
	
		#header a {
			cursor: pointer;
		}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 35px;
	right: 26px;
	z-index: 200;
	width: 542px;
	height: 35px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	

		a#jobs_link {
			width: 82px;
			background: transparent url("/images/navigation/jobs.png");
		}

			#jobs_link i, #jobs_link strong {
				left: -10px;
			}
		
		a#candidates_link {
			width: 104px;
			background: transparent url("/images/navigation/candidates.png");
		}
		
			#candidates_link i, #candidates_link strong {
				left: -2px;
			}
		
		a#clients_link {
			width: 89px;
			background: transparent url("/images/navigation/clients.png");
		}
		
			#clients_link i, #clients_link strong {
				left: -10px;
			}

		a#specialties_link {
			width: 105px;
			background: transparent url("/images/navigation/specialties.png");
		}
				
			#specialties_link i, #specialties_link strong {
				left: -10px;
			}
		
		a#about_link {
			width: 81px;
			background: transparent url("/images/navigation/about.png");
		}
		
			#about_link i, #about_link strong {
				left: -20px;
			}
		
		a#contact_link {
			width: 81px;
			background: transparent url("/images/navigation/contact.png");
		}
	
			#contact_link i, #contact_link strong {
				left: -25px;
			}
		
		#navigation li a {
			display: block;
			position: relative;
			height: 35px;
			background-repeat:no-repeat;
			background-position: right 0px;
		}
		
		#navigation li a:hover {
			background-position: right -35px;
		}
		
			#navigation li span {
				display: none;
			}

			#navigation a i {
				position: absolute;
				z-index: 100;
				background: transparent url("/images/navigation/hover_spike_up.png");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				display: none;
				width: 110px;
				height: 10px;
				top: -10px;
			}
	
			#navigation a strong {
				position: absolute;
				display: block;
				top: -140px;
				z-index: 50;
				background: transparent url("/images/navigation/hover_spike_down.png");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				width: 110px;
				height: 41px;
			}


/* SOCIAL MEDIA LINKS */

ul#social_media_links {
	position: absolute;
	top: 89px;
	right: 37px;
	width: 81px;
	height: 17px;
	list-style: none;
	z-index: 500;
}

	#social_media_links li {
		float: left;
	}
		
		a#facebook_icon_link {
			background: transparent url("/images/misc_elements/facebook_icon_button.gif");
		}

		a#twitter_icon_link {
			background: transparent url("/images/misc_elements/twitter_icon_button.gif");
		}

		a#linked_in_icon_link {
			background: transparent url("/images/misc_elements/linked_in_icon_button.gif");
		}

		a#youtube_icon_link {
			background: transparent url("/images/misc_elements/youtube_icon_button.gif");
		}
	
		#social_media_links li a {
			display: block;
			margin: 0px 0px 0px 10px;
			width: 17px;
			height: 17px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#social_media_links li a:hover {
			background-position: 0px -17px;
		}
		
			#social_media_links li a span {
				display: none;
			}


/* MAIN SITE CONTENT BODY */

div#main_body {
	position: relative;
	z-index: 10;
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		line-height: 20px;
		font-size: 14px;
		color: #2e2e2e;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #777605;
		}
		
		#body_text a:hover {
			color: #9f9e32;
		}
			
.back_to_top {
	clear: both;
	display: block;
	height: 1px;
}	

.back_to_top span {
	visibility: hidden;
}


/* LOGO LINKS */

ul#logo_links {
	display: block;
	height: 87px;
	list-style: none;
}

	#logo_links li {
		float: left;
	}
	
		ul#logo_links li a {
			display: block;
			height: 87px;
			background-repeat: no-repeat;
		}
	
		ul#logo_links li a span {
			background-repeat: no-repeat;
			display: none;
		}	
	

/* FOOTER */		

div#footer_container {
	clear: both;
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 55px;
		background: transparent url("/images/backgrounds/footer.png");
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			bottom: 0px;
			right: 30px;
			width: 75px;
			height: 55px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}




	