/*	MAIN HOMEPAGE
===================================================================== */
/* billboard */
#billboard3 
{
	height:200px;
	color: #FFF;
	background: transparent url(../Images/home-banner.jpg) no-repeat;
	margin-bottom: 10px;
	margin-top:10px;
	font-size: 1.2em;
	position: relative;
}

#billboardText { 
/* CONTAINS HOMEPAGE BILLBOARD TEXT (HAS IE6 COUNTERPART)*/
	padding-top:5px;
	margin: 0px 0 0px 20px;
	float: left;
	width: 540px;
}

a.bbSignUpButton { /* HAS IE6 COUNTERPART */
	background: transparent url(../Images/home-demo.gif) no-repeat left -32px;
	text-indent: -9999px;
	display: block;
	width: 176px;
	height: 32px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 20px;
	margin: 0 25px 0 0;
}
a.bbSignUpButton:hover {
	background: transparent url(../Images/home-demo.gif) no-repeat left 0;
}

a.bbCentral { /* HAS IE6 COUNTERPART */
	background: transparent url(../Images/home-centralize.png) no-repeat left -234px;
	text-indent: -9999px;
	display: block;
	width: 166px;
	height: 234px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 20px;
	margin: 0 25px 0 0;

}


a.bbSecure { /* HAS IE6 COUNTERPART */
	background: transparent url(../Images/home-secure.png) no-repeat left -234px;
	text-indent: -9999px;
	display: block;
	width: 166px;
	height: 234px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 20px;
	margin: 0 25px 0 0;
}


a.bbAutomate { /* HAS IE6 COUNTERPART */
	background: transparent url(../Images/home-automate.png) no-repeat left -234px;
	text-indent: -9999px;
	display: block;
	width: 166px;
	height: 234px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 20px;
	margin: 0 25px 0 0;
}


a.bbReport { /* HAS IE6 COUNTERPART */
	background: transparent url(../Images/home-report.png) no-repeat left -234px;
	text-indent: -9999px;
	display: block;
	width: 166px;
	height: 234px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 20px;
	margin: 0 25px 0 0;
}


#billboard3 h1 
{
	color: #FFF;
	font-size:2em;
	line-height:1;
	margin-left:5px;
	margin-bottom:0px;
}

#billboard3 p, h3 
{
	color: #333;
	margin: 10px 0;
}
#billboard3 h4 {
	color: #FFF;
	font-size: 12pt;
	margin: 5px 0 0 30px;
	padding-left: 20px;
	
}
#billboard3 h3 {
	color: #FFF;
	font-size:1.7em;
	margin-top:3px;
	margin-left:80px;
	margin-bottom: 10px;
}

.tagline
{
	color: #FFF;
	font-size: 12pt;
	font-weight:bold;
}


/* FEATURES */
#features {
	padding: 0 0 0 40px;
	margin: 0;
	background-color:White;
	height: 220px; /*ADDED HEIGHT TO CLEAR THE FLOATED LIs BECAUSE CLEARFIX WAS NOT ENOUGH FOR IE6, 7 */
}
#features p {
}
#features li {
	list-style: none;
	padding: 0 20px 0 0;
	float: left;
}
#features h6 {
	text-indent: -9999px;
	height:142px;
	margin-bottom: 5px;
}
#features .centralize h6 {
	background: White url(../Images/home-centralize.png) no-repeat center center;
}
#features .automate h6 {
	background: White url(../Images/home-automate.png) no-repeat center center;
}
#features .report h6 {
	background: White url(../Images/home-report.png) no-repeat center center;
}
#features .secure h6{
	background: White url(../Images/home-secure.png) no-repeat center center;
}

/* BOTTOM BENEFITS 
===================================================================== */

#homeBenefits {
	font-size: 1.1em;
	padding: 15px;
	margin-top: 15px;
}

#homeBenefits .singleTestimonial{
	padding: 5px;
	position:relative;
}

#homeBenefits .singleTestimonial h3{
	margin-top:0px;
}

#homeBenefits h2 {
	background: transparent url(../Images/grade_lt_blue.gif) repeat-x left top;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	text-align:center;
}
#homeBenefits #lowerCol1 {
	float: left;
	width: 48%;
}
#lowerCol1 ul, #lowerCol1 ol {
	list-style: none;
}
#lowerCol1 ol li {
	padding: 10px 0 10px 15px;
	line-height: 1.2;
} 
#homeBenefits #lowerCol2 {
	width: 48%;
	float: right;
}

/* USER TYPES */
.userPic {
	background: #999;
	float: left;
	height: 100px;
}
#lowerCol2 .user1 {
	background: transparent url(../Images/home-bank.png) no-repeat left top;
}
#lowerCol2 .user2 {
	background: transparent url(../Images/home-propmgmt.png) no-repeat left top;
}
#lowerCol2 .user3 {
	background: transparent url(../Images/home-energy.png) no-repeat left top;
}
