﻿/** Masthead styles **/
div#masthead {
    border-bottom: 1px solid #643564;
}
div#masthead div#mastheadBook,
div#masthead div#mastheadRequest {
    background-color: #643564;
}
div#masthead div#mastheadBook:hover,
div#masthead div#mastheadRequest:hover {
    background-color: #4d294d;
}
div#masthead div#mastheadBook:hover a,
div#masthead div#mastheadRequest:hover a {
    color:#ffda33;
}
div#masthead div#mastheadBook a,
div#masthead div#mastheadRequest a {
    color: #f4ca13;
}
div#masthead div#mastheadBook a:hover,
div#masthead div#mastheadRequest a:hover {
    color:#ffda33; 
}
div#masthead div#mastheadCall {
    background-color: #f4ca13;
}
div#masthead div#mastheadCall:hover {
    background-color: #ffda33;
}
div#masthead div#mastheadCall:hover a {
    color: #4d294d;
}
div#masthead div#mastheadCall a {
    color: #4d294d;
}
div#masthead div#mastheadCall a:hover {
    color: #4d294d;
}