#communication h2 {
    display: none;
}

#topic {
    background: url("images/water-top2.jpg") top center;
    color: black;
    padding-bottom: 148px;
}

#water-bot, #water-trans {
    display: block;
    position: absolute;
    width: 100%;
}
#water-trans {
    height: 25px;
    bottom: 122px;
    left: 0;
    background: url(images/water-trans.png) top center;
}
#water-bot {
    height: 122px;
    bottom: 0;
    left: 0;
    background: url(images/water-bot.jpg) bottom center;
}

#communication {
    margin-top: -15px;
    padding-top: 15%;
    width: 29%;
    float: left;
    overflow: hidden;
    height: 100%;
    background: url(images/semiwhite.png);
}
#communication h3 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
}
#communication h3 a {
    text-decoration: none;
    color: black;
}
#communication ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
#communication li {
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
    float: left;
    color: black;
}
#communication li a.icon {
    display: block;
}
#communication a.icon img {
    width: 100%;
}

#mission {
    margin-top: 15%;
    margin-left: 32.5%;
    margin-right: 0.75%;
}
#mission h2 {
    margin-top: -2em;
    font-size: 1.8em;
    font-weight: normal;
    text-align: left;
}

.topic-bottom {
    margin-right: 1.5%;
}

ul.recommended-links li {
	list-style: none;
	list-style-type: none;
	padding-bottom: 0.6em;
}
