/* The Tau Banner Description */
div#pdtheader
{ 
    border: 1px solid black;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
    left: auto;
    right: auto;
    background-repeat: repeat-x;
    background-image: url(images/pdtbanner.jpg);
    background-color: #280C07;
    padding: 0px;
//    min-height: 220px; /* remove this line when a background image is added to the header. */

}

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

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


div#pdtheader h3
{
    float: right;
    width: 110px;
    height: 45px;
    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.pdtlinklist
{
    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.pdtlinklist 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.pdtlinklist li
{
        padding: 0px;
        margin: 0px;
}

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

div.pdtlinklist a:hover
{
    background-color: #280C07; /* invert when we hover */
    color: white;
}


/* footer description */
	
div#pdtfooter
{
    border: solid black 1px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    background-repeat: repeat-x;
    background-color: #280C07;
    background-image: url(images/pdtfooter.jpg);
//    min-height: 180px; /* remove this line when a background image is added to the header. */
    color: white;

}

div#pdtfooter p
{
    position: relative;
    margin: 10px;
    margin-top: 30px;
}
div#pdtfooter 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#pdtfooter 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#pdtfooter li a
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;   
    text-decoration: none;
    color: white;
}

div#pdtfooter a:hover
{
    color: white;
    background-color: #280C07;
}

/* end footer */
