/* SITE CONTAINERS */

div#container {
	background: #865029 url("../images/backgrounds/bronze_repeat.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

div#content_container {
	background: transparent url("../images/backgrounds/body_texture.jpg");				
	background-repeat: no-repeat;
	background-position: center top;
}


/* HEADER */

div#header {
	height: 351px;
}
	#header img {
		display: none;
	}
	
	h1#logo {
		background-image: url("/images/logos/logo.jpg");
		width: 149px;
		height: 175px;
		left: 30px;
		position: absolute;
		z-index: 3;
	}
	
		#logo span {
			display: none;
		}


/* ROTATING PHOTOS */

ul#eye_candy {
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	height: 350px;
	width: 617px;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}
	#eye_candy li {
		position: absolute;
		top: 0px;
		left: 0px;
	}


/* EMPLOYER SHOWCASE REGION */

div#employer_showcase {
	position: absolute;
	top: 120px;	
	right: 0px;
	width: 355px;
}

	#employer_showcase H2 {
		font-size: 18px;
		font-style: normal;
		font-weight: 100;
		color: #000455;
	}

	#employer_showcase ul {
		list-style: none;	
		border-top: #cfcdb3 solid 1px;
		width: 341px;
	}
	
		#employer_showcase p {
			font-size: 13px;
			margin: 10px 0px 10px 0px;
			color: #575757;
			line-height: 22px;
		}
		
		#employer_showcase ul li {
			display: inline;	
		}
		
			#employer_showcase ul li a {
				display: block;
				background: transparent url("/images/backgrounds/list1_bg_big.gif");
				background-position: 0px 0px;
				padding: 6px 0px 5px 48px;
				border-bottom: #cfcdb3 solid 1px;
				width: 293px;
				font-size: 13px;
				line-height: 19px;
				color: #575757;
			}
			
			#employer_showcase ul li a:hover {
				background-position: 0px 62px;
				color: #00127c;
			}


/* SITE CONTENT */

div#content {
	position: relative;
}
				
div#info_region {
	background-image: url("../images/backgrounds/home_grey_rigid_container.gif");
	width: 609px;
	padding-right: 6px;	
	float: left;
}


/* CANDIDATE SHOWCASE CONTENT */

div#candidate_showcase {	
	float: left;
	margin-left: 10px;
	width: 310px;
	font-weight: 100;
}
	
	#candidate_showcase h2 {
		padding-top: 20px;
		font-size: 18px;
		font-style: normal;
		font-weight: 100;
		color: #e5e4d3;
	}
	

	#candidate_showcase ul {
		margin: 20px 5px 0px 5px;
		width: 290px;
		list-style: none;	
	}

		#candidate_showcase p {
			width: 280px;
			font-size: 13px;
			margin: 15px 0px 15px 0px;
			color: #e5e4d3;
			line-height: 22px;
		}
		
		#candidate_showcase ul li {
			display: inline;
		}
		
			#candidate_showcase ul li a {
				display: block;
				padding: 6px 0px 6px 40px;
				border-bottom: #5e5e5e solid 1px;
				width: 250px;
 				background-image: url("/images/backgrounds/list2_bg_big.jpg");
				background-position: 0px 0px;	
				color: #b2b2b2;
				font-size: 13px;
				line-height: 17px;
			}
		
			#candidate_showcase ul li a:hover {
				background-position: 0px 60px;
				color: #FFFFFF;
			}


/* VIDEO SHOWCASE */

div#video_showcase {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;	
	width: 277px;
	min-height: 240px;
	_height: 240px;
	background: transparent url("../images/backgrounds/black_stripe.gif");
}

	#video_showcase h2 {
		margin: 11px 0px 0px 10px;
		font-size: 18px;
		font-style: normal;
		font-weight: 100;
		color: #FFFFFF;
		display: block;
		background-image: url("../images/misc_elements/tv_stripe.gif");
		background-position: left;	
		background-repeat: no-repeat;
		padding: 7px 0px 0px 50px;
		line-height: 28px;
	}
	
	#video_showcase p {
		margin-left: 64px;
		font-size: 12px;
		font-weight: 100;
		color: #FFFFFF;
	}
	
	#video_showcase img {
		margin: 10px 0px 20px 20px;
	}

div#industry_showcase {
	margin: 0px 10px 0px 0px;
	float: right;
}

	#industry_showcase h2 {
		padding-top: 20px;
		font-size: 18px;
		font-style: normal;
		font-weight: 100;
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	
	#industry_showcase ul {
		margin-top: 25px 10px 0px 0px;
		border-top: #854d1e solid 1px;	
		list-style: none;
		width: 342px;
	}
	
		#industry_showcase p {
			font-size: 13px;
			margin-top: 10px;
			margin-bottom: 10px;
			color: #575757;
			line-height: 22px;
			margin-bottom: 10px;
		}
		
		#industry_showcase ul li {
			display: inline;
		}
		
			#industry_showcase ul li a {
				display: block;
				padding: 6px 0px 8px 48px;
				border-bottom: #854d1e solid 1px;
				width: 294px;
				background: transparent url("/images/backgrounds/list3_bg_big.gif");
				background-position: left top;
				font-size: 13px;
				color: #FFFFFF;	
				line-height: 15px;
				overflow:hidden;
			}
			
				#industry_showcase ul li a:hover {
					background-position: 0px 58px;
					color: #000000;
				}
