﻿/** Masthead styles **/
div#masthead {
    border-bottom: 1px solid #213334;
}
div#masthead div#mastheadBook,
div#masthead div#mastheadRequest {
    background-color: #213334;
}
div#masthead div#mastheadBook:hover,
div#masthead div#mastheadRequest:hover {
    background-color: #2b3f40;
}
div#masthead div#mastheadBook:hover a,
div#masthead div#mastheadRequest:hover a {
    color:#74abc0;
}
div#masthead div#mastheadBook a,
div#masthead div#mastheadRequest a {
    color: #74abc0;
}
div#masthead div#mastheadBook a:hover,
div#masthead div#mastheadRequest a:hover {
    color:#74abc0; 
}
div#masthead div#mastheadCall {
    background-color: #74aabf;
}
div#masthead div#mastheadCall:hover {
    background-color: #83b5c8;
}
div#masthead div#mastheadCall:hover a {
    color: #213334;
}
div#masthead div#mastheadCall a {
    color: #213334;
}
div#masthead div#mastheadCall a:hover {
    color: #213334;
}