#mastHeadBorders {
    width: 740px;
    margin: 0px 0 15px 0px;
}

#bpLogo {
    float: left;
    border-width: 0;
    padding: 0;
}

#mastHeadSiteLogo {
    float: left;
    position:absolute;
    left: 120px;
    margin-top: 20px;
    overflow: hidden;
    width: 400px;
    
}

#mastHeadTopNav {
    float: right;
    width: 250px;
    margin: 0;
    padding: 0;
    

}

#mastHeadLinks {
    float: right;
    margin: 0;
    padding: 0;
}

.mastHeadContainer {
    clear:both;
    margin: 0 0 0 0px;
    padding: 0;
    width: 740px;    
}

.mastHeadTabsContainer{
    clear:both;
    position: relative; 
    width: 740px;
    z-index: 2;
    font-size:13px;
    height: 40px;
}

.mastHeadTabsLine {
    font-size:11px;
    margin: -1px 0px 0px 0px;
    width: 740px;
    height: 6px;
    background-color: #cccccc;
    border-bottom: 1px solid #bfbfbf;
    z-index: 1;
}

.tabButton, .tabButton:link, .tabButton:visited {
    background-color: #009900;
    background-image: linear-gradient(#008000 , #009900 80%, #008000);
    border-top: #009900 1px solid;
    color: #fff;
    display: block;
    float: left;
    font-style: normal;
    font-weight: 400;
    height: 27px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 2px 5px;
    padding-top: 15px;
}

.tabButton:active, .tabButton:hover {
    background-color: #9c0;
    background-image: linear-gradient(to bottom, #9c0 , #9c0 20%, #9c0);
    border-top: #9c0 1px solid;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    height: 27px;
    text-align: center;
    text-decoration: none;
    padding: 2px 5px;
    padding-top: 15px;
}

.tabButtonSelected {
    background-color: #9c0;
    border-top: #9c0 1px solid;
    color: #fff;
    display: block;
    float: left;
    font-style: normal;
    font-weight: 400;
    height: 27px;
    text-align: center;
    text-decoration: none;
    padding: 2px 5px;
    padding-top: 15px;
}

.tabButtonLast {
    background-color: #009900;
    background-image: linear-gradient(#008000 , #009900 80%, #008000);
    float: left;
    height: 45px;
    margin: 0;
    width: 200px;
    padding: 0;
}

tabPadding {
    background-color: #fff;
    float: left;
    height: 40px;
    width: 2px;
    margin: 0;
    padding: 0;
}

.tabPaddingDarkGreen {
    background-color: #063;
    float: left;
    height: 45px;
    width: 1px;
    margin: 0;
    padding: 0;
}

.tabPaddingLightGreen {
    background-color: #090;
    float: left;
    height: 45px;
    width: 1px;
    margin: 0;
    padding: 0;
}

/*
a.tbnWellness:link, a.tbnWellness:hover, a.tbnWellness:active, a.tbnWellness:visited {
    background-color:#ff8000;
    background-image: linear-gradient(to bottom, #ff8000 , #ff8000 20%, #ff8000);
    border-top: #ff9900 1px solid;
}

a.tbnWellness:hover {
    background-color:#ff9900;
    background-image: linear-gradient(to bottom, #ff9900 , #ff9900 5%, #ff9900);
    border-top: #ff8000 1px solid;
}

span.tbnWellness{
    background-color:#ff8000;
    color:White;
    border-top: #ff8000 1px solid;
}
*/

#mastHeadSearch {
    float: right;
    margin-top: 10px;
}

.searchBox {
    color: #000;
    font-style: normal;
    vertical-align: middle;
    width: 150px;
    margin-right: 5px;
    padding: 0;
}

.searchTxt {
    color: #666;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0;
}

.goAnchor, .goAnchor:hover, .goAnchor:active {
    background-color: #009f00;
    color: #fff;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    margin: -1px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-width: 0;
    padding: 1px 4px 1px 4px;
}

.mColLeft {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: 15px;
}

.mColRight {
    float: left;
    margin: 0;
    padding: 0 0 3px;
}

#pMastContainer {
    height: 70px;
    margin: 15px 0;
    padding: 0;
    width: 375px;
}