/* HOME PAGE RULES */

/* MAIN BACKGROUND PHOTO CLASSES */

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

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

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

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

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

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

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

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

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

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

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


/* HEADER */

div#header {
	height: 520px;
}


/* HOMEPAGE NAVIGATION */

ul#navigation {
	position: absolute;
	top: 222px;
	left: 67px;
	list-style: none;
}

	#navigation li {
		display: inline;
	}

		#navigation_about {
			background: transparent url("/images/navigation/home/about_button.png");
		}
		
		#navigation_industry {
			background: transparent url("/images/navigation/home/industry_focus_button.png");
		}
		
		#navigation_buyers {
			background: transparent url("/images/navigation/home/employers_button.png");
		}
		
		#navigation_executives {
			background: transparent url("/images/navigation/home/candidates_button.png");
		}
		
		#navigation_jobs {
			background: transparent url("/images/navigation/home/jobs_button.png");
		}
		
		#navigation_contact {
			background: transparent url("/images/navigation/home/contact_button.png");
		}
		
		#navigation li a { 
			display: block;
			width: 270px;
			height: 30px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
	
		#navigation li a:hover {
			background-position: -272px 0px;
		}
		
			#navigation li a span {
				display: none;
			}


/* MAIN HOMEPAGE TEXT REGION */
	
div#goal_statement {
	behavior: url("/scripts/iepngfix.htc");
	position: absolute;
	top: 250px;
	right: 60px;
	padding: 80px 50px 160px 50px;
	width: 430px;
	height: 140px;
    background: transparent url("/images/backgrounds/goal_statement.png");
	background-repeat: no-repeat;
	text-align: center;
	z-index: 30;
}

	#goal_statement h2 {
		padding: 0px 10px 20px 10px;
		font-size: 30px;
		color: #710000;
		line-height: 36px;
		font-weight: 100;
	}
	
	#goal_statement h3 {
		font-size: 22px;
		color: #333;
		line-height: 26px;
		font-weight: 100;
	}
	
	#goal_statement p {
		padding: 0px 0px 0px 10px;
		font-size: 15px;
		line-height: 30px;
	}	
	
	

	a#linked_in_button {
		position: absolute;
		width: 280px;
		height: 69px;
		left: 68px;
		bottom: 0px;
		background: transparent url("/images/misc_elements/linked_in_button.png");
		background-repeat: no-repeat;
	}
	
	a#linked_in_button:hover {
		background-position: 0px -69px;
	}
		
	a#linked_in_button span {
		display: none;
	}	
	
