body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0 0 0 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
}
#container {
	height: 100%;
	width: 100%;
	background: #FFF;
	margin: 100px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a.grey {
	text-decoration:none;
	color: #8c8c8c;
}

a.grey:hover {
	text-decoration: underline;
}

.logoBar {
	padding-left:140px;
	clear: right;
	margin: 0;
	float: left;
	height: 93px;
	width: 800px;
	background: #FFF;
}

.logoBar img {
	padding-left: 0px;
}

.blackContainer {
	
	margin: auto;
	width: 100%;
	background: #000;
}

#blackBar {
	background: #000;
	width: 100%;
	height: 320px;
	margin:auto 0;
	float: left;
}

.imgHolder {
	padding-left:100px;
	float: left;

}

.imgHolder img {
	border-right:10px solid #006838;
}

.textHolder {
	padding-left: 40px;
	float: left;
	width: 300px;
	position:absolute;
	display:inline;
	margin-top: 10px;
}

.textHolder p {
	line-height: 1.15;
}


.green {
	color: #8bc53f;
}

.grey {
	color: #8c8c8c;
}

.black {
	color: #000;
}

.innerText {
	margin-top: 0px;
}

.addressBar {
	float: left;
	clear: left;
	width: 600px;
	padding-left: 100px;
	padding-top: 10px;
	width: 800px;

}
