/*******************************************************************************
	AUTHOR:		Timothy Higgins
	CONTACT:	timothymichaelhiggins@gmail.com
	
	Home style.
*******************************************************************************/

	/***************************************************************************
		Home components.
	***************************************************************************/
	img.bar{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -250px 0 0 -426px;
	}
	div.footer{
		width: 851px;
		height: 35px;
		background-image: url('image/footer.gif');
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		line-height: 35px;
		color: white;
		margin: 300px 0 0 -426px;
	}
	img.building{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -270px 0 0 -377px;
	}
	img.logo{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -240px 0 0 -400px;
	}
	div.contact{
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 20px;
		color: #3a538e;
		margin: -230px 0 0 140px;
	}
	
	/* Awning. */
	ul.nav{
		position: absolute;
		top: 50%;
		left: 50%;
		list-style-type: none;
		margin: 40px 0 0 -270px;
		overflow: auto;
	}
	ul.nav li{
		padding-left: 15px;
		float: left;
	}
