header {
	padding: 10px 0 10px;
}

nav, #hero {
	background-image: none;
	background-color: #002a5c !important;
}

#hero a {
	color: #8898b9;
}

#homeButton {
margin-right: 10px;
margin-top: 14px;
}
nav .container { padding: 0; }

nav#main {
background-color: #001d40;
height: 50px;
line-height: 50px;
}
.rule {
width: 100%;
height: auto;
background: none;
border-bottom: 1px solid #eee;
}
aside .rule {
margin: 20px 0 20px 30px;
width: 100%;
height: auto;
background: none;
border-bottom: 1px solid #eee;
}
#agentPhoto img { margin-left: 0; }

#additional {
  background: none;
  background-color: #eee;
  padding-top: 20px;
}
#additional nav {
  background: none;
  height: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#hero h2 {
  margin-bottom: 0;
  background: none;
}
#additional nav a.selected {
color: #001d40;
text-decoration: underline;
}