/*
	style_home.css
	Stylesheet for cfms.ca
	
	Copyright (c) 2008 Gordon Hicks, all rights reserved	
*/	


	p { width: 430px; }
	.sidebar { height: 126px; background-image: url(../img/sidebar_whose_total_building_green.gif); }
	.sidebar a { width: 83px; top: 82px; }
	.sidebar a:hover, .sidebar a:active { background-image: url(../img/sidebar_whose_total_building_green.gif); }

	/* Splash */

	body { background-color: white; }

	#pageSplash {
		/* required to avoid scroll bars when objects go off page */
		position: absolute;
		width:100%;
		height:100%;
		overflow: hidden; /* allows objects outside page area */
		visibility: hidden;
	}

	#splash {
		/* frame of reference for splash animation */
		display: block;
		position: absolute;
		width: 800px;
		height: 500px;
		top: 50%;
		left: 50%;
		margin: -250px 0 0 -400px;
		overflow: visible;
	}

	#splash-logo {
		display: block;
		position: absolute;
		width: 218px;
		height: 114px;
		top: 100px;
		left: 291px;
		background: transparent url(../img/splash_logo.gif) 0 0 no-repeat;
		visibility: hidden;
	}

	#splash-partnering {
		display: block;
		position: absolute;
		width: 397px;
		height: 14px;
		top: 260px;
		left: 202px;
		background: transparent url(../img/splash_partnering.gif) 0 0 no-repeat;
		visibility: hidden;
	}

	#splash-arrow-green {
		display: block;
		position: absolute;
		width: 56px;
		height: 51px;
		top: 117px;
		left: 341px;
		background: transparent url(../img/splash_arrow_green.gif) 0 0 no-repeat;
		visibility: hidden;
	}

	#splash-arrow-red {
		display: block;
		position: absolute;
		width: 56px;
		height: 51px;
		top: 117px;
		left: 100px;
		background: transparent url(../img/splash_arrow_red.gif) 0 0 no-repeat;
		visibility: hidden;
	}

	#splash-moving {
		display: block;
		position: absolute;
		width: 464px;
		height: 28px;
		top: 130px;
		left: 168px;
		background: transparent url(../img/splash_moving.gif) 0 0 no-repeat;
		visibility: hidden;
	}



	