.homeMessage {
	color: #4A0C00;
	font-size: 20px;
	clear: both; 
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	display: block;
	letter-spacing:-1;
}

.homeMessage a {
	color: #F5911F;
	font-size: 17px;
	text-decoration: none;
	font-weight: 500;
}

.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 h2 {
	text-align: center;
	color: #F5911F;
	font-size: 40px;
	font-weight: 900;
	padding: 0px;
	margin: 0px;
	letter-spacing:-1;
}

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

.imageBox p a {
	color: #FFF;
	text-decoration: none;
}

.imageBox p a:hover {
	text-decoration: underline;
}

.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: 100px;
	width: 920px;
}

.homeLink {
	display: block;
	width: 302px;
	height: 100px;
	margin-right: 6px;
	background: #FFF;
	float: left;
	padding-left: 0px;
}

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

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

.homeLink p {
	display: block;
	float: left;
	color: #4A0C00;
	text-align: left;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 100px;
}

.homeLink .linksHolder {
	width: 302px;
	height: 20px;
	margin-top: 80px;
	overflow: visible;
	display: block;
}

.homeLink div.left {
	display: block;
	width: 150px;
	height: 15px;
	text-align: left;
	overflow: visible;
	margin: 0px;
	font-size: 11px;
	padding: 0 0 0 10px;
	float: left;
	_clear: none;
}

.homeLink a.left {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold !important;
	cursor: pointer;
	_clear: none;
}

.homeLink div.right {
	display: block;
	width: 130px;
	height: 15px;
	text-align: right;
	overflow: visible;
	margin: 0px;
	font-size: 11px;
	padding: 0 10px 0 0;
	float: right;
	_clear: none;
	_margin-top: -15px;
	_margin-left: 165px;
}

.homeLink a.right {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold !important;
	cursor: pointer;
	_clear: none;
}

.homeLink .linksHolder span {
	color: #4A0C00;
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	font-weight: bold;
}

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

.homeLink a:hover span {
	text-decoration: none;
}

.homeLink a span {
	clear: none;
}

#people:hover {
	/*background: url('../images/home/support2.jpg') top left no-repeat;*/
	cursor: pointer;
}

#people {
	background-image: url('../images/home/Support1.jpg');
}

#tree {
	background-image: url('../images/home/YourView_nolinks.jpg');
	background-repeat: no-repeat;
}

#square {
	background-image: url('../images/home/Helpdesk_nolinks.jpg');
	background-repeat: no-repeat;
}

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

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

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

.homeInfoBox .title {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 224px;
	height: 35px;
	line-height: 35px;
	background: #CCCCCC;
	color: #4A0C00;
	font-size: 14px;
	text-align: center;
	text-decoration: none;	
	font-weight: bold;
}

.homeInfoBox .title:hover {
	text-decoration: underline;
}

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

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

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

.homeInfoBox div p {
	font-size: 10px;
	color: #222;
}

.homeInfoBox div a {
	color: #F5911F;
	text-decoration: none;
	clear: both;
	font-weight: bold;
}

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