.process-intro {
	font-size: 1.4em;
	font-weight: bold;
}

.process-arrow-down {
	font-size: 3em;
}

.ach2 {
    cursor: pointer;
    background: url(../images/site/plus.png) no-repeat left center;
    padding: .25em 0 .25em 25px;
}

.ach2.minus {
    background: url(../images/site/minus.png) no-repeat left center;
}

.acdiv {
    display: none;
}

.acdiv.open {
    display: block;
}