#qstaff_header {
    #position: relative;
    height: 200px;
    background: #444444;
    background-position: top right;
    text-align: left;
    position: relative;
    margin: 0px;
    border: 0px;
    padding: 0px;
    min-width: 700;
    font-family: sans-serif;
    font-size: 16px;
}

#qstaff_header a {
    text-decoration: none;
    color: white;
    }

#qstaff_header a:hover {
    text-decoration: none;
    color: black;
    }

#qstaff_header a span {
    display: none;
    color: black;
    text-decoration: none;
    }

#qstaff_header a:hover {
    /** fix for IE6 popup bug.  nice one Microsoft! */
    overflow: hidden;
    text-decoration: none;
}

#qstaff_header a:hover span {
    display: block;
    border: 1px solid black;
    position: absolute;
    background-color: white;
    padding: 5px;
    margin-left: 5px;
    overflow: hidden;
}

#qstaff_header img.logo {
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 18px;
    top: 0px;
}

#qstaff_header .description { /* name, address, phone number, e-mail in header */
    text-decoration: none;
    color: white;
    font-size: 0.8em;
    margin: 0px;
    position: absolute;
    top: 20px;
    left: 230px;
    }

#qstaff_header ul.hours {
    color: white;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: 20px;
    list-style-type:none;
    font-size: 0.8em;
}

/*- Main Menu in Header */

#qstaff_header ul.menu {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 90%;
    }

#qstaff_header ul.menu li {
    display: inline;
    margin: 0px;
    }

#qstaff_header ul.menu,
#qstaff_header ul.menu li a {
    padding: 5px 15px 6px;
    }

#qstaff_header ul.menu li a {  /*  font size and rounded corners for all buttons */
    font-size: 0.8em;
    margin: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

#qstaff_header ul.menu li a:hover {
    text-decoration: none;
    }

#qstaff_header ul.menu li.current_page_item a {
    background: #262628;
    }

#qstaff_header ul.menu li.current_page_item a:hover {
    background: #eee;
    color: #000;
    }

#qstaff_header ul.menu li.page_item a {
    background: transparent;
    }

#qstaff_header ul.menu li.page_item a:hover {
    background: #eee;
    color: #000;
    }

#fadedown {
    background: url('/images/fadedown.png');
    height: 75px;
    position: relative;
    top: 0px;
    #font-size: 16px;
    }

#fadedown h1 {
    margin: 0;
    padding: 15px;
    color: white;
    font-size: 2em;
    text-align: center;
    }

#page-header {
    padding: 0;
    }

div.boldcall {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right:220px;
    top:0px;
}

div.boldchat {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right:220px;
    top:85px;
}

