body{
	padding: 0px;
	margin: 0px;
	background-image:url(../images-splash/bg_copy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #cac7bd;
}


#wrapper{
	position: relative;
	margin: auto;
	padding: 0px;
	width: 990px;
	text-align: center;
}

.logo{
	margin: 30px 0px 40px 30px
}

.navArea{
	width: 705px;
	margin: 30px 144px 0px 144px;
}

.navBlock{
	width: 312px;
	float: left;
}

.navBlockCopyLeft{
	width: 247px;
	margin: 20px 10px 0px 0px;
	float: left;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b8b8b;
	line-height: 14px;
	text-decoration: none;
	display:block;
}

.navBlockCopyLeft img{
	margin-bottom: 5px;
}

.navBlockArrowLeft{
	margin: 20px 0px 0px 0px;
	float: right;
}

.navBlockArrowLeft a:link, .navBlockArrowLeft a:visited {
	background-image: url(../images-splash/btn_arrow_stakeholders.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	display: block;
}

.navBlockArrowLeft a:hover {
	background-image: url(../images-splash/btn_arrow_stakeholders_over.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	display: block;
}


.navBlockCopyRight{
	width: 247px;
	margin: 20px 0px 0px 10px;
	float: left;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b8b8b;
	line-height: 14px;
}

.navBlockCopyRight img{
	margin-bottom: 5px;
}

.navBlockArrowRight{
	margin: 20px 0px 0px 0px;
	float: left;
}

.navBlockArrowRight a:link, .navBlockArrowRight a:visited{
	background-image: url(../images-splash/btn_arrow_commuters.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	display: block;
}

.navBlockArrowRight a:hover {
	background-image: url(../images-splash/btn_arrow_commuters_over.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	display: block;
}

.dividerVert{
	margin: 0px 38px 0px 38px;
	float: left;
}

.dividerHorz {
	margin: 5px 0px 010px 0px;
	
}

.footer{
	width: 705px;
	margin: 0 auto;
}

.footerSocial{
	float: left;
}

.footerSocial img{
	margin: 0px 10px 0px 0px;
}

.footerLinks{
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #868279;
	margin-top: 4px;
}

.footerLinks a:link, .footerLinks a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #868279;
	text-decoration: none;
}

.footerLinks a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #868279;
	text-decoration: underline;
}

