/* INTERIOR PAGE RULES */

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


/* MAIN PHOTO CLASSES */

.site_container_skyscraper {
	background: transparent url("/images/backgrounds/interior/interior_header_skyscraper.jpg");
}

.site_container_blackberry {
	background: transparent url("/images/backgrounds/interior/interior_header_blackberry.jpg");
}

.site_container_fab_five {
	background: transparent url("/images/backgrounds/interior/interior_header_fab_five.jpg");
}

.site_container_microscope {
	background: transparent url("/images/backgrounds/interior/interior_header_microscope.jpg");
}

.site_container_fountain_guy {
	background: transparent url("/images/backgrounds/interior/interior_header_fountain_guy.jpg");
}

.site_container_round_table {
	background: transparent url("/images/backgrounds/interior/interior_header_round_table.jpg");
}

.site_container_sunset_beach {
	background: transparent url("/images/backgrounds/interior/interior_header_sunset_beach.jpg");
}

.site_container_tree {
	background: transparent url("/images/backgrounds/interior/interior_header_tree.jpg");
}

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

.site_container_dna2 {
	background: transparent url("/images/backgrounds/interior/interior_header_dna2.jpg");
}

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

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

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

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

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

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

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

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


/* INTERIOR NAVIGATION */

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

	#navigation li {
		float:left;
	}
	
		a#about_link {
			width: 82px;
			background: transparent url("/images/navigation/about_button_int.gif");
		}
	
		a#employers_link {
			width: 99px;
			background: transparent url("/images/navigation/employers_button_int.gif");
		}
	
		a#candidates_link {
			width: 107px;
			background: transparent url("/images/navigation/candidates_button_int.gif");
		}
	
		a#industry_link {
			width: 99px;
			background: transparent url("/images/navigation/industry_button_int.gif");
		}			
	
		a#jobs_link {
			width: 54px;
			background: transparent url("/images/navigation/jobs_button_int.gif");
		}
				
		a#contact_link {
			width: 83px;	
			background: transparent url("/images/navigation/contact_button_int.gif");
		}

		#navigation li a {			
			display: block;
			height: 144px;
			background-position: 0px 0px;
		}

		#navigation li a:hover {			
			background-position: 0px 144px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SUB NAVIGATION MENUS */

div#about_subnav, div#employers_subnav, div#candidates_subnav, div#industries_subnav {
	position: absolute;
	top: 96px;
	left: 467px;
	width: 220px;
	background: transparent url("/images/body_regions/sub_nav_header.gif");
	background-repeat: no-repeat;
	visibility: hidden;
}

div#about_subnav {
	left: 467px;
}

div#employers_subnav {
	left: 548px;
}

div#candidates_subnav {
	left: 647px;
} 

div#industries_subnav {
	left: 754px;
}

	#about_subnav ul, #employers_subnav ul, #candidates_subnav ul, #industries_subnav ul {
		margin: 0px 0px -33x 0px;
		padding: 15px 0px 20px 0px;
		width: 100%;
		background: transparent url("/images/body_regions/sub_nav_footer.gif");
		background-position: bottom;
		background-repeat: no-repeat;
		list-style: none;
	}
	
		#about_subnav ul li, #employers_subnav ul li, #candidates_subnav ul li, #industries_subnav ul li {
			display: inline;
		}
		
			#about_subnav ul li a, #employers_subnav ul li a, #candidates_subnav ul li a, #industries_subnav ul li a {
				display: block; 
				padding: 7px 15px;
				width: 190px;
				font-size: 13px;
				color: #565656;
				background:  #ffffff url("/images/body_regions/subnav_link_border.gif");
				background-position: center bottom;
				background-repeat: no-repeat;
			}

			#about_subnav ul li a:hover, #employers_subnav ul li a:hover, #candidates_subnav ul li a:hover, #industries_subnav ul li a:hover{
				background-image: none;
				background-color: #001627;
				color: #b5ddfe;
			}	


/* BEGIN MAIN BODY */

div#main_body {
	min-height: 220px;
	height: auto !important;
	height: 220px;
	padding: 176px 50px 0px 488px;
}

	#main_body img {
		margin: 0px 0px 10px 10px;
	}
