/* HOMEPAGE RULES */

/* HOMEPAGE BACKGROUND PHOTOS */

	.lighthouse {
		background: #ff851d url("/images/backgrounds/homepage/homepage_lighthouse.jpg");
	}
	.puzzle {
		background: #ff851d url("/images/backgrounds/homepage/homepage_puzzle.jpg");
	}

	.gears {
		background: #ff851d url("/images/backgrounds/homepage/homepage_gears.jpg");
	}

	.rowers {
		background: #ff851d url("/images/backgrounds/homepage/homepage_rowers.jpg");
	}

	.globe {
		background: #ff851d url("/images/backgrounds/homepage/homepage_globe.jpg");
	}

	.key {
		background: #ff851d url("/images/backgrounds/homepage/homepage_key.jpg");
	}

	.cyclists {
		background: #ff851d url("/images/backgrounds/homepage/homepage_cyclists.jpg");
	}

	.golf_flick {
		background: #ff851d url("/images/backgrounds/homepage/homepage_golf_flick.jpg");
	}

	.dart_bullseye {
		background: #ff851d url("/images/backgrounds/homepage/homepage_dart.jpg");
	}

	.marbles {
		background: #ff851d url("/images/backgrounds/homepage/homepage_marble.jpg");
	}

	.team_hands {
		background: #ff851d url("/images/backgrounds/homepage/homepage_teamwork.jpg");
	}

	.explorer {
		background: #ff851d url("/images/backgrounds/homepage/homepage_man_with_map.jpg");
	}

	.dew_droplets {
		background: #ff851d url("/images/backgrounds/homepage/homepage_dew_drops.jpg");
	}

	.eclipse {
		background: #ff851d url("/images/backgrounds/homepage/homepage_eclipse.jpg");
	}

	.impact {
		background: #ff851d url("/images/backgrounds/homepage/homepage_impact.jpg");
	}

	.compass {
		background: #ff851d url("/images/backgrounds/homepage/homepage_compass.jpg");
	}

	.lighthouse, .puzzle, .gears, .rowers, .globe, .key, 
	.cyclists, .golf_flick, .dart_bullseye, .marbles, .team_hands,	
	.explorer, .dew_droplets, .eclipse, .impact, .compass {
		background-repeat: no-repeat;
		background-position: top center;
	}

	.rotate {
		background: #E7771B url("/images/backgrounds/homepage/rotate.php");
		background-repeat: no-repeat;
		background-position: top center;
	}


/* GROWTH AWARD */
	
	div#award_showcase {
		position: absolute;
		top: 86px;
		right: 313px;
		width: 350px;
		height: 224px;
	}

	div#award_showcase img {
		behavior: url("/scripts/iepngfix.htc");
	}


/* BODY REGION RULES */

	div#body_text {
		padding: 0px 0px 0px 670px;
		width: 280px;
		height: 224px;
		line-height: 18px;
		font-size: 12px;
		color: #333333;
	}

	div#positions_we_place {
		padding: 30px 0px 0px 670px;
		width: 280px;
		height: 131px;
		line-height: 18px;
		font-size: 12px;
		color: #FFFFFF;
	}


/* POSITIONS WE PLACE CROSS FADER */

	div#placements_gallery {
		position: relative;
		width: 100%;
		height: 75px;
		overflow: hidden;
	}

		ul#gallery_container {
			position: absolute;
			margin: 0px;
			list-style: none;
		}
		
			#gallery_container li a {
				display: block;
				height: 75px;
				width: 280px;
				line-height: 20px;
				font-variant: small-caps;
			}
