/* The Tau Banner Description */
div#tauheader
{ 
    border: 1px solid black;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
    left: auto;
    right: auto;
    background-image: url(images/banner.jpg);
    background-repeat: repeat-x;
    background-color: #1C3D1F;
    padding: 0px;
}

div#tauheader h1
{
    float: right;
    font-size: 150%;
    padding-left: 0px;
    padding-right: 15px;
    color: white;
}

div#tauheader h2
{
    float: right;
    width: 79px;
    height: 76px;
    background-image: url(images/SmallTauLogo.gif);
    background-repeat: no-repeat;
    font-size: 0pt;
    text-indent: -10000px;
    margin: 2px;
    margin-right:30px;
    margin-top: 10px;
}


div#tauheader h3
{
    float: right;
    width: 110px;
    height: 45px;
    background-image: url(images/prlLogo.png);
    background-repeat: no-repeat;
    font-size: 0pt;
    text-indent: -10000px; /* for omniweb */
    margin: 2px;
    margin-right: 30px;
    margin-top: 10px;
}

/* end banner description */

/* code for the floating menu in the banner*/

div.taulinklist
{
    font-family: sans-serif;
    float:left;

    margin-left: 0px; 
    margin-top: 0px;

    padding: 0px;    /* let all children push against the border */
    font-size: 10pt; /* we can adjust this size */

}

div.taulinklist ul
{
    padding: 2px; /* keep everything nice and tight */
                  /* this makes a double border effect, which may
                     not be desireable. set to zero to get rid of it */
    margin: 10px;
    list-style: none; /* get rid of decorations */

    border: 1px solid black; /* a border */
    background-color: #777;

}
div.taulinklist li
{
        padding: 0px;
        margin: 0px;
}

div.taulinklist a
{
    display: block; /* fill the whole block */
    color: white;  
    text-decoration: none; /* get rid of underlines, etc */
}

div.taulinklist a:hover
{
    background-color: #1C3D1F; /* invert when we hover */
    color: white;
}


/* footer description */
	
div#taufooter
{
    border: solid black 1px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    background-image: url(images/footer.jpg);
    background-repeat: repeat-x;
    background-color: #1C3D1F;
    color: white;
}

div#taufooter p
{
    position: relative;
    margin: 10px;
    margin-top: 30px;
}
div#taufooter ul
{
    font-size: 10pt; /* we can adjust this size */
    font-family: sans-serif;
    list-style: none;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div#taufooter li
{
    border-top: 1px solid black; /* a border */
    border-bottom: 1px solid black; /* a border */
    background-color: #777; 
    float: left;
    margin: 0px;
    padding: 0px;
}

div#taufooter li a
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;   
    text-decoration: none;
    color: white;
}

div#taufooter a:hover
{
    color: white;
    background-color: #1C3D1F;
}

/* end footer */

#paraprof1, #paraprof2
{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
