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

}

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

div#ktauheader 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#ktauheader 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.ktaulinklist
{
    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.ktaulinklist 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.ktaulinklist li
{
        padding: 0px;
        margin: 0px;
}

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

div.ktaulinklist a:hover
{
    background-color: #FEEA00; /* invert when we hover */
    color: black;
}


/* footer description */
	
div#ktaufooter
{
    border: solid black 1px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    background-repeat: repeat-both;
    background-color: #FEEA00;
    background-image: url(images/ktaubanner_new.png);
	 background-position: bottom;
    min-height: 150px; /* remove this line when a background image is added to the header. */
    color: black;

}

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

div#ktaufooter a:hover
{
    color: black;
    background-color: #FEEA00;
}

/* end footer */
