﻿/** Masthead styles **/
div#masthead {
    width: 100%;
    height: 30px;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing 1px;
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
    cursor:pointer;
}
div#masthead div#mastheadBook,
div#masthead div#mastheadCall,
div#masthead div#mastheadRequest {
    height: 30px;
    line-height: 28px;
    white-space:nowrap;
    cursor:pointer;
}
div#masthead div#mastheadBook       {width: 302px;}
div#masthead div#mastheadCall       {width: 266px;}
div#masthead div#mastheadRequest    {width: 199px;}

div#masthead div#mastheadBook {
    float:left;
    text-align:left;
    padding-left: 15px;
}
div#masthead div#mastheadCall {
    float:left;
    text-align:center;
}
div#masthead div#mastheadRequest {
    float:left;
    text-align:right;
    padding-right: 15px;
}
div#masthead div#mastheadBook:hover a,
div#masthead div#mastheadCall:hover a,
div#masthead div#mastheadRequest:hover a {
    text-decoration: underline;
}
div#masthead div#mastheadBook a,
div#masthead div#mastheadCall a,
div#masthead div#mastheadRequest a {
    text-decoration: none; 
}
div#masthead div#mastheadBook a:hover,
div#masthead div#mastheadCall a:hover,
div#masthead div#mastheadRequest a:hover {
    text-decoration: underline;  
}