#mainImage {
	position: relative;
	margin: 0 auto;
	width: 862px;
	height: 150px;
	background: url('/images/index/main-image.png') no-repeat center center;
}

#learnMoreButton {
	position: absolute;
	bottom: 10px;
	right: 185px;
}

#getInvolvedButton {
	position: absolute;
	bottom: 10px;
	right: 40px;
}

#mainJobsButton {
    position: absolute;
    right: 35px;
    bottom: 33px;
}

#features {
	width: 590px;
}

#getNotifiedForm {
	padding-top: 10px;
	font-size: x-small;
	padding-bottom: 5px;
}

#getNotifiedFormSet {
    border: 0;
}

#getNotifiedFormText {
    width: 150px;
}

#ourFeatures {
    margin-top: 25px;
}

.featuresTitle {
    margin-bottom: 15px;
}

.feature {
    padding: 15px 5px;
    min-height: 64px;
    border: thin solid #fff;
}

.featureBox:hover {
    background: #EDF2F6;
    border: thin solid #AAA;
}

.featureBox:hover .featureLink {
    text-decoration: underline;
}

.featureImage {
    float: left;
    width: 64px;
    height: 64px;
}

.featureTitle {
    font-weight: bold;
    font-size: large;
    margin-left: 75px;
    margin-bottom: 0.4em;
}

.featureTitle a {
    font-weight: bold;
    font-size: large;
    text-decoration: none;
    color: black;
}

.featureText {
    margin-left: 75px;
}
