 /*change header to navy */
.header-top {
    background-color: #27344B;
}
 /*change footer to navy */
.site-info {
    background-color: #27344B;
}
 /*change buttons to navy */
input.pushbutton-wide {
background-color: #27344B;
}

 /*underline when hovering in primary menu */
#top-menu a:hover {
    text-decoration: underline;
    background-color: #27344B;
}

.menu-item-61 {
    background-color: #27344B;
}

.menu-item-367 {
    background-color: #27344B;
}

 /*change submenu to darker navy */
.sub-menu li {
    background-color: #18212f;
}

li#menu-item-61 {
    background-color: #27344B;
}

li#menu-item-367 {
    background-color: #27344B;
}

.main-navigation ul ul {
padding: 0em;
}

 /*change widget titles to navy */
h2.widget-title {
color: #27344B;
}