#banner {
	position: relative;
	background: url(../images/bkg-banner-home.jpg) no-repeat;
	width: 974px;
	height: 320px;
	margin-top: 5px;
}
#banner-msg {
	position: absolute;
	top: 132px;
	left: 570px;
	width: 320px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#banner-msg h2 { display: none; }
#banner-msg p {
	margin: 0 0 .5em 0;
	padding: 0;
}
#banner-msg a {
	background: url(../images/bkg-banner-home-arrow.gif) no-repeat right;
	padding-right: 14px;
	text-decoration: underline;
	line-height: 1em;
	color: #e0ff27;
}
#banner-widget {
	position: absolute;
	top: 50px;
	left: 60px;
}

#home-content {
	position: relative;
	background: url(../images/bkg-home-labelbar.jpg) no-repeat top;
	height: 340px;
	left: -8px;
	width: 974px;
}
#home-content .homeblock {
	position: relative;
	width: 278px;
	height: 340px;
	float: left;
}
#home-content .homeblock h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #2f8400;
	cursor: default;
}

#home-content .homeblock h3:hover {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #fff;
	cursor: pointer;
}

#home-content .homeblock p {
	margin-top: 82px;
	padding-right: 20px;
	line-height: 1.2em;
}
#home-content .homeblock strong {
	font-size: 1.0em;
	color: #333;
}
#home-content .homeblock.home-clients {
	cursor: pointer;
	background: url(../images/bkg-home-clients.jpg) no-repeat top right;
	margin-right: 10px;
}
#home-content .homeblock.home-services {
	cursor: pointer;
	background: url(../images/bkg-home-services.jpg) no-repeat top right;
	margin: 0 20px 0 50px;
}
#home-content .homeblock.home-resources {
	background: url(../images/bkg-home-resources.jpg) no-repeat top right;
	margin-right: 20px;
}
#home-content a.arrow {
	position: absolute;
	top: 300px;
	right: 30px;
	text-align: right;
}
#home-content .homeblock.home-resources li{
	display: block;
	background: url(../images/bkg-link-arrow.gif) no-repeat right;
}

/* Social Web Icons
---------------------------------------------------------------------------------- */

#socialize {
	position: relative;
	left: -15px;
	top: 65px;
	width: 270px;
	height: 90px;
	margin-bottom: -10px;
}
#socialize a {
	display: block;
	background-image: url(../images/bkg-social-goodies.jpg);
	height: 90px;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
	float: left;
}
#socialize a.blog { background-position: 0 0; width: 90px; }
#socialize a.blog:hover { background-position: 0 -92px; width: 90px; }
#socialize a.facebook { background-position: -90px 0; width: 90px; }
#socialize a.facebook:hover { background-position: -90px -92px; width: 90px; }
#socialize a.twitter { background-position: -180px 0; width: 90px; }
#socialize a.twitter:hover { background-position: -180px -92px; width: 90px; }
