#home-feature {
	height: 338px;
	overflow: hidden;
}
#home-intro {
	width: 310px;
	padding-left: 20px;
	float: left;
	font-size: 15px;
}
#home-intro a {
	font-weight: normal;
}
#home-intro, #home-bits {
	margin-top: 25px;
	margin-bottom: 35px;
}

#home-bits {
	width: 622px;
	margin-left: 20px;
	float: left;
	overflow: auto;
}
#home-bits h2 {
	font-size: 18px;
    color: #666;
	border-bottom: 1px solid #E8EAEB;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 17px;
}
#home-bits h2 a {
	font-size: 18px;
	border-bottom: 1px solid #E8EAEB;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 17px;
}
#home-bits h3 {
	padding-left: 10px;
    padding-bottom: 6px;
    padding-right: 0;
}
#home-bits h3 a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.box {
	width: 196px;
	margin-right: 16px;
	float: left;
	overflow: auto;
}
.box p {
	line-height: 18px;
}
.box-inner {
	padding: 10px 12px 14px;
	color: #333;
}
.box-cta {
    margin-top: 15px
}
.box-cta a {
    font-weight: bold;
}

.content p {
	margin: 1em 0;
}


#home-news {
	clear: both;
	background: url(../images/home/footer-bg.jpg);
	overflow: auto;
	height: 124px;
	padding: 10px 0 0 20px;
}
#home-news h2 {
	margin-bottom: 5px;
}
#home-news h2 a {
	font-size: 18px;
}
.news-item {
	float: left;
	margin-left: 20px;
	padding-right: 56px;
	background: url(../images/home/divider.png) no-repeat right top;
	height: 84px;
	width: 171px;
	font-weight: bold;
	font-size: 13px;
    padding-top: 9px;
}

.last {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
}
.first {
	margin-left: 0;
}

#footer {
	margin-top: 0;
	border-top: 0;
}

/** Accordion **/
#home-accordionHandle0 {
    background: url(../images/home/difference.png);
}
#home-accordionHandle1 {
    background: url(../images/home/retail.png);
}
#home-accordionHandle2 {
    background: url(../images/home/government.png);
}
#home-accordionHandle3 {
    background: url(../images/home/service.png);
}
#home-accordionHandle4 {
    background: url(../images/home/manufacturing.png);
}
.handleSelected, .handle:hover {
    background-position: -33px !important;
}

.accordion-content {
    padding-left: 15px;
    padding-top: 22px;
    font-style: normal;
    color: #FFF;
    font-weight: bold;
    width: 315px;
}
.accordion-content h1 {
    font-weight: normal;
    font-size: 25px;
    color: #FFF;
}
.accordion-content p {
    margin-top: 20px;
    line-height: 19px;
}
/* Jaki designed the first accordion with a custom text layout... */
#home-accordionContent0 .accordion-content {
    width: 465px;
    /*margin-top: 42px;*/
	padding-top: 43px;
}
#home-accordionContent0 h1 {
    font-size: 28px;
    color: #333;
    line-height: 40px;
}
#home-accordionContent0 a {
    font-size: 16px;
}
