/*style sheet for home page */

#leftcolumn {
float: left;
width: 228px;
}

#middlecolumn {
margin-right: 166px;
margin-left:  240px;
}

#rightcolumn {
float: right;
width: 160px;
}


#stickyarea{
background-image: url(images/StickyBackground.jpg);
background-repeat: no-repeat;
height:160px;
padding: 4px;
color: #6f8db9;
}

.benefit {
background-repeat: no-repeat;
color: #444444;  /*color: #6f8db9; */
padding-top: 4px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 4px;
}
.benefit img {
padding-right:8px;
padding-top:4px;
}
.benefit a{
text-decoration: none;
font-size: 1.0em;
color: #444444;  /*color: #6f8db9; */
}
.benefit h2 a
{
color: #6f8db9;
}

.benefitbody {
padding-right:0px;
margin-top:8px;
}

.benefitbody a:hover {
text-decoration: underline;
}


.leftbenefit {
/*background-image: url(images/LeftBenefit.jpg);*/
background-repeat: no-repeat;
height: 120px;
color: #6f8db9;
padding-top: 4px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 4px;
}
.leftbenefit img {
padding-right:8px;
padding-top:4px;
}
.leftbenefit a{
text-decoration: none;
color: #6f8db9;
}
.leftbenefit p{
/* padding-top: 5px; padding-left:5px; */
}


.middlebenefit {
/*background-image: url(images/MiddleBenefit.jpg);   */
background-repeat: no-repeat;
color: #6f8db9;
padding-top: 4px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 4px;
}
.middlebenefit img {
padding-right:8px;
padding-top:4px;
}
.middlebenefit a{
text-decoration: none;
color: #6f8db9;
}
.middlebenefit p{
/* padding: 5px; */
}

#testimoniesheader{
background-image: url(images/FromOurCustomers.jpg);
background-repeat: no-repeat;
line-height:1.2em;
padding-top:6px;
padding-right:6px;
height: 38px;
/*text-align:right;*/
}
#testimonies {
text-align: justify;
line-height:1.2em;
/* color: #6f8db9; */
font-style: italic;
}
#testimonies a{
text-decoration: none;
/* color: #6f8db9; */
}

/*
.feature {
background-repeat: no-repeat;
height: 24px;
width: 170px;
color: #6f8db9;
padding-top: 5px;
padding-left: 8px;
}
.feature a {
text-decoration:none;
}
*/


.feature {
   padding-left: 4px;
   width: 170px;
}
.feature a {
	padding-top: 4px;
	padding-left:4px;
	background-repeat: no-repeat;
	height: 20px;
	display: block;   /* to make the whole background image a link */
	text-decoration:none;
}
.feature h2 {
	font-family: Arial;
	font-size: 1.5em;
	color: #ffffff;
	display: inline;
	font-weight :normal;
}
.featuretext {
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 1.2em;
color: #444444;  /*color: #6f8db9; */
}


.bottom {
background-color: /*#4A84C6;*/ #e4e6dd;
color: #777777;

}
.bottom a { color: #999999; }
