#homeMessage {
	color: #4A0C00;
	font-size: 21px;
	clear: both; 
}

#homeMessage a {
	color: #4A0C00;
	font-size: 23px;
	text-decoration: none;
}

#homeMessage a:hover {
	text-decoration: underline;
	background: none;
}

#imageBoxConteiner {
	margin-top: 10px;
	height: 240px;
	width: 920px;
}

.imageBox {
	display: block;
	float: left;
	margin-right: 8px;
	width: 224px;
	height: 85px;
	padding-top: 155px;
	background: #4A0C00;
}

.imageBox h3 {
	text-align: center;
	color: #EC7E20;
	font-size: 20px;
}

.imageBox p {
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.imageBox:last-child {
	margin: 0px;
}

#homeImage1 {
	background: #4A0C00 url('../images/home/home1.png') top left no-repeat;
}
#homeImage2 {
	background: #4A0C00 url('../images/home/home2.png') top left no-repeat;
}
#homeImage3 {
	background: #4A0C00 url('../images/home/home3.png') top left no-repeat;
}
#homeImage4 {
	background: #4A0C00 url('../images/home/home4.png') top left no-repeat;
}

#homeLinksContainer {
	margin-top: 10px;
	height: 40px;
	width: 920px;
}

.homeLink {
	display: block;
	width: 300px;
	height: 40px;
	border: 1px solid #CDCDCD;
	margin-right: 6px;
	background: #FFF;
	float: left;
	color: #4A0C00;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.homeLink:first-child {
	margin-left: 1px;
}

.homeLink:last-child {
	margin: 0px;
}

#people {
	background-image: url('../images/home/peopleIcon.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

#tree {
	background-image: url('../images/home/treeIcon.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#square {
	background-image: url('../images/home/squareIcon.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.homeLink:hover {
	background: #CDCDCD;
}

#homeStreamsContainer {
	margin-top: 10px;
	height: 280px;
	width: 920px;
}

.homeInfoBox {
	display: block;
	float: left;
	margin-right: 8px;
	width: 224px;
	height: 280px;
}

.homeInfoBox:last-child {
	margin: 0px;
}

.homeInfoBox h2 {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 224px;
	height: 35px;
	line-height: 35px;
	background: #EC7E20;
	color: #4A0C00;
	font-size: 14px;
	text-align: center;	
}

.homeInfoBox div {
	width: 202px;
	height: 245px;
	padding: 10px;
	border: 1px solid #CDCDCD;
	border-top: 0px;
	overflow: auto;
	overflow-x: hidden;
}

.homeInfoBox div a h3 {
	font-size: 13px;
	text-align: left;
	color: #000;
}

.homeInfoBox div a:hover h3 {
	color: #EC7E20;
	text-decoration: underline;
	background: none;
}

.homeInfoBox div a {
	color: #EC7E20;
	text-decoration: none;
}

.homeInfoBox div a:hover {
	text-decoration: underline;
	background: none;
}
