/* HOME PAGE RULES */


div#whole_site_container {
	background: transparent url("/images/backgrounds/header_bg.jpg");
	background-repeat: repeat-x;
	background-position: center top;	
}


/* MAIN PHOTO CLASSES */

.site_container_scientists {
	background: transparent url("/images/backgrounds/home/home_header_scientists.jpg");
}

.site_container_bridge {
	background: transparent url("/images/backgrounds/home/home_header_bridge.jpg");
}

.site_container_dna {
	background: transparent url("/images/backgrounds/home/home_header_dna.jpg");
}

.site_container_team {
	background: transparent url("/images/backgrounds/home/home_header_team.jpg");
}

.site_container_pills {
	background: transparent url("/images/backgrounds/home/home_header_pills.jpg");
}

.site_container_test_tubes {
	background: transparent url("/images/backgrounds/home/home_header_test_tubes.jpg");
}

.site_container_flask {
	background: transparent url("/images/backgrounds/home/home_header_flask.jpg");
}

.site_container_rocks {
	background: transparent url("/images/backgrounds/home/home_header_rocks.jpg");
}

.site_container_leaves {
	background: transparent url("/images/backgrounds/home/home_header_leaves.jpg");
}

.site_container_friendly_lady {
	background: transparent url("/images/backgrounds/home/home_header_friendly_lady.jpg");
}

.site_container_buildings {
	background: transparent url("/images/backgrounds/home/home_header_buildings.jpg");
}

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


/* HOMEPAGE NAVIGATION */

ul#navigation { 
	position: absolute;
	top: 2px;
	right: 0px;
	width: 381px;
	list-style: none;
}

	ul#navigation li {
		display: inline;
	}

		a#about_link {
			background: transparent url("/images/navigation/about_button.gif");
		}
	
		a#employers_link {
			background: transparent url("/images/navigation/employers_button.gif");
		}
	
		a#candidates_link {
			background: transparent url("/images/navigation/candidates_button.gif");
		}
	
		a#industry_link {
			background: transparent url("/images/navigation/industry_button.gif");
		}
	
		a#jobs_link {
			background: transparent url("/images/navigation/jobs_button.gif");
		}
	
		a#contact_link {
			background: transparent url("/images/navigation/contact_button.gif");
		}
	
		#navigation li a {
			display: block;
			height: 47px;
			width: 381px;
			margin: 0px 0px 1px 0px;
			background-position: 0px 0px;
		}
	
		#navigation li a:hover {
			background-position: 381px 0px;
		}

			#navigation li a span{
				display: none;
			}

/* MAIN CONTENT REGION */	
		
div#main_body {
	padding: 344px 0px 0px 655px;
	line-height: 22px;
}

	#main_body h2 a {
		color: #ffffff !important;
	}
	
	#main_body h2 a:hover {
		color: #efefef !important;
	}

	a#learn_more_link {
		position: absolute;
		top: 685px;
		right: 0px;
		display: block;
		width: 100px;
		height: 21px;
		background: transparent url("/images/misc_elements/learn_more_button.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	a#learn_more_link:hover {
		background-position: 0px -21px;
	}
	
		#learn_more_link span {
			display: none;
		}