/* HOMEPAGE RULES */

/* MAIN SITE PHOTOS */

/*
.bullseye {	
	background: #000b1d url("/images/backgrounds/home/bullseye.jpg");
}

.cargo_plane {	
	background: #000b1d url("/images/backgrounds/home/cargo_plane.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.compass {	
	background: #000b1d url("/images/backgrounds/home/compass.jpg");
}

.contemplation {	
	background: #000b1d url("/images/backgrounds/home/contemplation.jpg");
}

.dark_hoody_guy {	
	background: #000b1d url("/images/backgrounds/home/dark_hoody_guy.jpg");
}

.fighter_jet {	
	background: #000b1d url("/images/backgrounds/home/fighter_jet.jpg");
}

.in_the_news {	
	background: #000b1d url("/images/backgrounds/home/in_the_news.jpg");
}

.jet_engine {	
	background: #000b1d url("/images/backgrounds/home/jet_engine.jpg");
}

.microchip_lineup {	
	background: #000b1d url("/images/backgrounds/home/microchip_lineup.jpg");
}

.microchip_puncher {	
	background: #000b1d url("/images/backgrounds/home/microchip_puncher.jpg");
}

.orange_globe {	
	background: #000b1d url("/images/backgrounds/home/orange_globe.jpg");
}

.process_diagram {	
	background: #000b1d url("/images/backgrounds/home/process_diagram.jpg");
}

.renewalable_energy {	
	background: #000b1d url("/images/backgrounds/home/renewalable_energy.jpg");
}

.soldiers {	
	background: #000b1d url("/images/backgrounds/home/soldiers.jpg");
}

.stopwatch {	
	background: #000b1d url("/images/backgrounds/home/stopwatch.jpg");
}

.water_ripple {	
	background: #000b1d url("/images/backgrounds/home/water_ripple.jpg");
}

.windfarm_construction {	
	background: #000b1d url("/images/backgrounds/home/windfarm_construction.jpg");
}

.winding_road {	
	background: #000b1d url("/images/backgrounds/home/winding_road.jpg");
}

.world_in_hands {	
	background: #000b1d url("/images/backgrounds/home/world_in_hands.jpg");
}

body {
	background-position: center top !important;
	background-repeat: no-repeat !important;
}
*/

/* SITE CONTAINERS */

div#site_container {
	position: relative;
	background: transparent url("/images/backgrounds/home/photo_mask_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}


/* HEADER */

div#header {
	height: 139px;
}

	#header h1 {
		height: 139px;
		width: 270px;
	}


/* MAIN SITE CONTENT BODY */

div#main_body {
	position: relative;
	height: 463px;
}


/* MAIN TEXT REGION */

div#body_text {
	display: none;
	float: none;
	width: 330px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

	#body_text h2 {
		margin: 0px 0px 18px 0px;
		font-size: 24px;
		text-transform: uppercase;
	}


/* CLASS SPECIFIC TEXT BLOCK PLACEMENT AND COLORS */

.bullseye div#body_text {
	top: 175px;
	left: 648px;
	color: #9c9c9c;
	text-align: right;
}

	.bullseye div#body_text h2 {
		color: #ffffff;
	}

	.bullseye div#body_text a {
		color: #6cab33;
	}
	
	.bullseye div#body_text a:hover {
		color: #ffffff;
	}

.cargo_plane div#body_text {
	top: -30px;
	left: 340px;
	color: #ffffff;
	text-align: left;
}

	.cargo_plane div#body_text h2 {
		color: #000000;
	}

	.cargo_plane div#body_text a {
		color: #000000;
	}
	
	.cargo_plane div#body_text a:hover {
		color: #ffffff;
	}

.compass div#body_text {
	top: 50px;
	left: 350px;
	color: #9c9c9c;
}

	.compass div#body_text h2 {
		color: #ffffff;
	}

	.compass div#body_text a {
		color: #6cab33;
	}
	
	.compass div#body_text a:hover {
		color: #ffffff;
	}


.contemplation div#body_text {
	top: 20px;
	left: 330px;
	color: #616161;
}

	.contemplation div#body_text h2 {
		color: #161616;
	}
	
	.contemplation div#body_text a {
		color: #6fc026;
	}
	
	.contemplation div#body_text a:hover {
		color: #000000;
	}


.fighter_jet div#body_text {
	top: 70px;
	left: 590px;
	color: #2f2f2f;
}

	.fighter_jet div#body_text h2 {
		color: #ffffff;
	}
	
	.fighter_jet div#body_text a {
		color: #000b1d;
	}
	
	.fighter_jet div#body_text a:hover {
		color: #ffffff;
	}


.in_the_news div#body_text {
	top: 190px;
	left: 648px;
	color: #616161;
}

	.in_the_news div#body_text h2 {
		color: #161616;
	}
	
	.in_the_news div#body_text a {
		color: #6fc026;
	}
	
	.in_the_news div#body_text a:hover {
		color: #000000;
	}


.jet_engine div#body_text {
	top: -50px;
	left: 648px;
	color: #616161;
	text-align: right;
}

	.jet_engine div#body_text h2 {
		color: #3e6475;
	}
	
	.jet_engine div#body_text a {
		color: #ec5f00;
	}
	
	.jet_engine div#body_text a:hover {
		color: #000000;
	}


.microchip_lineup div#body_text {
	top: -30px;
	left: 648px;
	color: #ffffff;
	text-align: right;
}

	.microchip_lineup div#body_text h2 {
		color: #5b5b5b;
	}
	
	.microchip_lineup div#body_text a {
		color: #5b5b5b;
	}
	
	.microchip_lineup div#body_text a:hover {
		color: #000000;
	}


.microchip_puncher div#body_text {
	top: 0px;
	left: 648px;
	color: #ffffff;
}

	.microchip_puncher div#body_text h2 {
		color: #5b5b5b;
	}
	
	.microchip_puncher div#body_text a {
		color: #6fc026;
	}
	
	.microchip_puncher div#body_text a:hover {
		color: #000000;
	}


.orange_globe div#body_text {
	top: 200px;
	left: 648px;
	color: #ffffff;
	text-align: right;
}

	.orange_globe div#body_text h2 {
		color: #62320b;
	}
	
	.orange_globe div#body_text a {
		color: #62320b;
	}
	
	.orange_globe div#body_text a:hover {
		color: #000000;
	}


.process_diagram div#body_text {
	top: 60px;
	left: 648px;
	color: #616161;
	text-align: right;
}

	.process_diagram div#body_text h2 {
		color: #161616;
	}
	
	.process_diagram div#body_text a {
		color: #62a526;
	}
	
	.process_diagram div#body_text a:hover {
		color: #000000;
	}


.renewalable_energy div#body_text {
	top: 190px;
	left: 310px;
	color: #454545;
}

	.renewalable_energy div#body_text h2 {
		color: #235576;
	}
	
	.renewalable_energy div#body_text a {
		color: #235576;
	}
	
	.renewalable_energy div#body_text a:hover {
		color: #000000;
	}


.soldiers div#body_text {
	top: 180px;
	left: 280px;
	color: #ffffff;
}

	.soldiers div#body_text h2 {
		color: #000b1d;
	}
	
	.soldiers div#body_text a {
		color: #032145;
	}
	
	.soldiers div#body_text a:hover {
		color: #000000;
	}


.stopwatch div#body_text {
	top: 50px;
	left: 648px;
	color: #ffffff;
	text-align: right;
}

	.stopwatch div#body_text h2 {
		color: #213a59;
	}
	
	.stopwatch div#body_text a {
		color: #6fc026;
	}
	
	.stopwatch div#body_text a:hover {
		color: #000000;
	}


.windfarm_construction div#body_text {
	top: 210px;
	left: 270px;
	color: #ffffff;
}

	.windfarm_construction div#body_text h2 {
		color: #001c3e;
	}
	
	.windfarm_construction div#body_text a {
		color: #6fc026;
	}
	
	.windfarm_construction div#body_text a:hover {
		color: #000000;
	}


.winding_road div#body_text {
	top: -50px;
	left: 648px;
	color: #ffffff;
}

	.winding_road div#body_text h2 {
		color: #161616;
	}
	
	.winding_road div#body_text a {
		color: #6fc026;
	}
	
	.winding_road div#body_text a:hover {
		color: #000000;
	}


.world_in_hands div#body_text {
	top: 0px;
	left: 648px;
	color: #616161;
	text-align: right;
}

	.world_in_hands div#body_text h2 {
		color: #161616;
	}
	
	.world_in_hands div#body_text a {
		color: #6fc026;
	}
	
	.world_in_hands div#body_text a:hover {
		color: #000000;
	}




/* ROTATING CLASS SPECIFIC TEXT BLOCK PLACEMENT AND COLORS */

div#eye_candy_container {
	position: absolute;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

	div#eye_candy div {
		position: relative;
		width: 100%;
		height: 551px;
	}
	
div#eye_candy div.bullseye {	
	background: #000b1d url("/images/backgrounds/home/bullseye.jpg");
}

div#eye_candy div.cargo_plane {	
	background: #000b1d url("/images/backgrounds/home/cargo_plane.jpg");
}

div#eye_candy div.compass {	
	background: #000b1d url("/images/backgrounds/home/compass.jpg");
}

div#eye_candy div.contemplation {	
	background: #000b1d url("/images/backgrounds/home/contemplation.jpg");
}

div#eye_candy div.dark_hoody_guy {	
	background: #000b1d url("/images/backgrounds/home/dark_hoody_guy.jpg");
}

div#eye_candy div.fighter_jet {	
	background: #000b1d url("/images/backgrounds/home/fighter_jet.jpg");
}

div#eye_candy div.in_the_news {	
	background: #000b1d url("/images/backgrounds/home/in_the_news.jpg");
}

div#eye_candy div.jet_engine {	
	background: #000b1d url("/images/backgrounds/home/jet_engine.jpg");
}

div#eye_candy div.microchip_lineup {	
	background: #000b1d url("/images/backgrounds/home/microchip_lineup.jpg");
}

div#eye_candy div.microchip_puncher {	
	background: #000b1d url("/images/backgrounds/home/microchip_puncher.jpg");
}

div#eye_candy div.orange_globe {	
	background: #000b1d url("/images/backgrounds/home/orange_globe.jpg");
}

div#eye_candy div.process_diagram {	
	background: #000b1d url("/images/backgrounds/home/process_diagram.jpg");
}

div#eye_candy div.renewalable_energy {	
	background: #000b1d url("/images/backgrounds/home/renewalable_energy.jpg");
}

div#eye_candy div.soldiers {	
	background: #000b1d url("/images/backgrounds/home/soldiers.jpg");
}

div#eye_candy div.stopwatch {	
	background: #000b1d url("/images/backgrounds/home/stopwatch.jpg");
}

div#eye_candy div.water_ripple {	
	background: #000b1d url("/images/backgrounds/home/water_ripple.jpg");
}

div#eye_candy div.windfarm_construction {	
	background: #000b1d url("/images/backgrounds/home/windfarm_construction.jpg");
}

div#eye_candy div.winding_road {	
	background: #000b1d url("/images/backgrounds/home/winding_road.jpg");
}

div#eye_candy div.world_in_hands {	
	background: #000b1d url("/images/backgrounds/home/world_in_hands.jpg");
}

div#eye_candy div {
	background-position: center top !important;
	background-repeat: no-repeat !important;
}


.bullseye div.eye_candy_text {
	top: 175px;
	left: 648px;
	color: #9c9c9c;
	text-align: right;
}

	.bullseye div.eye_candy_text h2 {
		color: #ffffff;
	}

	.bullseye div.eye_candy_text a {
		color: #6cab33;
	}
	
	.bullseye div.eye_candy_text a:hover {
		color: #ffffff;
	}


.compass div.eye_candy_text {
	top: 50px;
	left: 350px;
	color: #9c9c9c;
}

	.compass div.eye_candy_text h2 {
		color: #ffffff;
	}

	.compass div.eye_candy_text a {
		color: #6cab33;
	}
	
	.compass div.eye_candy_text a:hover {
		color: #ffffff;
	}


.contemplation div.eye_candy_text {
	top: 20px;
	left: 330px;
	color: #616161;
}

	.contemplation div.eye_candy_text h2 {
		color: #161616;
	}
	
	.contemplation div.eye_candy_text a {
		color: #6fc026;
	}
	
	.contemplation div.eye_candy_text a:hover {
		color: #000000;
	}


.fighter_jet div.eye_candy_text {
	top: 70px;
	left: 590px;
	color: #2f2f2f;
}

	.fighter_jet div.eye_candy_text h2 {
		color: #ffffff;
	}
	
	.fighter_jet div.eye_candy_text a {
		color: #000b1d;
	}
	
	.fighter_jet div.eye_candy_text a:hover {
		color: #ffffff;
	}


.in_the_news div.eye_candy_text {
	top: 190px;
	left: 648px;
	color: #616161;
}

	.in_the_news div.eye_candy_text h2 {
		color: #161616;
	}
	
	.in_the_news div.eye_candy_text a {
		color: #6fc026;
	}
	
	.in_the_news div.eye_candy_text a:hover {
		color: #000000;
	}


.jet_engine div.eye_candy_text {
	top: -50px;
	left: 648px;
	color: #616161;
	text-align: right;
}

	.jet_engine div.eye_candy_text h2 {
		color: #3e6475;
	}
	
	.jet_engine div.eye_candy_text a {
		color: #ec5f00;
	}
	
	.jet_engine div.eye_candy_text a:hover {
		color: #000000;
	}


.microchip_lineup div.eye_candy_text {
	top: -30px;
	left: 648px;
	color: #ffffff;
	text-align: right;
}

	.microchip_lineup div.eye_candy_text h2 {
		color: #5b5b5b;
	}
	
	.microchip_lineup div.eye_candy_text a {
		color: #5b5b5b;
	}
	
	.microchip_lineup div.eye_candy_text a:hover {
		color: #000000;
	}


.microchip_puncher div.eye_candy_text {
	top: 0px;
	left: 648px;
	color: #ffffff;
}

	.microchip_puncher div.eye_candy_text h2 {
		color: #5b5b5b;
	}
	
	.microchip_puncher div.eye_candy_text a {
		color: #6fc026;
	}
	
	.microchip_puncher div.eye_candy_text a:hover {
		color: #000000;
	}


.orange_globe div.eye_candy_text {
	top: 200px;
	left: 648px;
	color: #ffffff;
	text-align: right;
}

	.orange_globe div.eye_candy_text h2 {
		color: #62320b;
	}
	
	.orange_globe div.eye_candy_text a {
		color: #62320b;
	}
	
	.orange_globe div.eye_candy_text a:hover {
		color: #000000;
	}


.process_diagram div.eye_candy_text {
	top: 60px;
	left: 648px;
	color: #616161;
	text-align: right;
}

	.process_diagram div.eye_candy_text h2 {
		color: #161616;
	}
	
	.process_diagram div.eye_candy_text a {
		color: #62a526;
	}
	
	.process_diagram div.eye_candy_text a:hover {
		color: #000000;
	}


.renewalable_energy div.eye_candy_text {
	top: 190px;
	left: 310px;
	color: #454545;
}

	.renewalable_energy div.eye_candy_text h2 {
		color: #235576;
	}
	
	.renewalable_energy div.eye_candy_text a {
		color: #235576;
	}
	
	.renewalable_energy div.eye_candy_text a:hover {
		color: #000000;
	}


.soldiers div.eye_candy_text {
	top: 180px;
	left: 280px;
	color: #ffffff;
}

	.soldiers div.eye_candy_text h2 {
		color: #000b1d;
	}
	
	.soldiers div.eye_candy_text a {
		color: #032145;
	}
	
	.soldiers div.eye_candy_text a:hover {
		color: #000000;
	}


.stopwatch div.eye_candy_text {
	top: 50px;
	left: 648px;
	color: #ffffff;
	text-align: right;
}

	.stopwatch div.eye_candy_text h2 {
		color: #213a59;
	}
	
	.stopwatch div.eye_candy_text a {
		color: #6fc026;
	}
	
	.stopwatch div.eye_candy_text a:hover {
		color: #000000;
	}


.windfarm_construction div.eye_candy_text {
	top: 210px;
	left: 270px;
	color: #ffffff;
}

	.windfarm_construction div.eye_candy_text h2 {
		color: #001c3e;
	}
	
	.windfarm_construction div.eye_candy_text a {
		color: #6fc026;
	}
	
	.windfarm_construction div.eye_candy_text a:hover {
		color: #000000;
	}


.winding_road div.eye_candy_text {
	top: -50px;
	left: 648px;
	color: #ffffff;
}

	.winding_road div.eye_candy_text h2 {
		color: #161616;
	}
	
	.winding_road div.eye_candy_text a {
		color: #6fc026;
	}
	
	.winding_road div.eye_candy_text a:hover {
		color: #000000;
	}


.world_in_hands div.eye_candy_text {
	top: 0px;
	left: 648px;
	color: #616161;
	text-align: right;
}

	.world_in_hands div.eye_candy_text h2 {
		color: #161616;
	}
	
	.world_in_hands div.eye_candy_text a {
		color: #6fc026;
	}
	
	.world_in_hands div.eye_candy_text a:hover {
		color: #000000;
	}


div.eye_candy_text {
	display: none;
	width: 330px;
}

	.eye_candy_text h2 {
		margin: 0px 0px 18px 0px;
		font-size: 24px;
		text-transform: uppercase;
	}


/* FOOTER */

div#footer {
	height: 42px;
	background: transparent url("/images/body_regions/footer_bg.gif");
}	