/*
Default styles for Blackwater-Pacific web site
*/


/* main design blocks */

body{ 
    background: #f4f6f4; 
    font-family: Times, Arial, sans-serif !important;  
}

#bpBanner{
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 3em;
    overflow: hidden;
    background-image: url(/images/headerbar.png);
    background-position: left;
    background-repeat: repeat-x;
    text-align: center;
}


#mainCont,#bpMenu{
    position: absolute;
    display: block;
    top: 7em;
    left: 16em;
    min-height: 30em;
    width: 50em;
    border: 2px solid #e6ece7;
    padding: 2em;
    background: white; 
    color: #065f15;
}

#bpHeader{

}

#bpMenu{   
    left: 0em;
    width: 12em;
    margin-left: 2em;
    border: 2px solid #e6ece7;
    padding: .5em;
}


#bpBody{


}


#bpFooter{
    position: absolute;
    top: 100%;
    left: 0em;
    width: 100%;
    height: 3em;
    overflow: hidden;
    background-image: url(/images/footerbar.png);
    background-position: left;
    background-repeat: repeat-x;
    text-align: center;
    margin-top: -3em;
    color: #333333;
}

#copynotice{
    position: fixed;
    display: block;
    top: 100%;
    left: 100%;
    width: 12em;
    height: 1em;
    color: gray;
    border: 1px solid gray;
    font-size: 12px;
    padding-bottom: .4em;
    text-align: center;
    margin-left: -14em;
    margin-top: -2em;
    z-index: 500;
}


/* text styles */

.menulink{
    float: left;
    width:100%;
    margin-top: .3em;
}

.bppara{
    position: relative;
    float: left;
    width: 48em;
    margin: .5em;
    
}



.bptablehdr,.bptablerow{
    float: left;
    width: 21em;
    height: 1.5em;
}
.bptablehdrc1,.bptablehdrc2,.bptablec1,.bptablec2,.bptablec2n{
    float: left;
    width: 10em;
    background: #ededed;
}

.bptablehdrc1,.bptablehdrc2{ text-align: center; font-weight: bold; }

.bptablehdrc2{ width: 10em; }
.bptablec1{ width: 10em; background: #ededed; }
.bptablec2,.bptablec2n{ width: 10em; background: transparent; text-align: center;}

.bptablec2n{ background: red; }


/* Other */
