div.content {
    border-top: #808080 solid 3px;
    clear: left;
   /*padding: 1em;*/
}

div.content.inactive {
	display: none;
}


/* begin style for front page headline tabs*/
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75em;
    font-weight:bold;
}

ol#toc a {
    background: #bdf url(http://www.tylerpaper.com/graphics/tabs.gif);
    color: #FFF;
    display: block;
    float: left;
    height: 2em;
    padding-left: 25px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 3px 0 0;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(http://www.tylerpaper.com/graphics/tabs.gif) 100%  0;
    display: block;
    line-height: 2em;
    padding-right: 25px;
}
/* end style for front page headline tabs*/



/* begin style for right rail  tabs*/
ol#toc2  {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .7em;
}

ol#toc2 a {
    background: #bdf url(http://www.tylerpaper.com/graphics/tabs.gif);
    color: #FFF;
    display: block;
    float: left;
    height: 2em;
    padding-left: 15px;
    text-decoration: none;
}

ol#toc2 a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc2 a:hover span {
    background-position: 100% -120px;
}

ol#toc2 li {
    float: left;
    margin: 0 2px 0 0;
}

ol#toc2 li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc2 li a.active span {
    background-position: 100% -60px;
}

ol#toc2 span {
    background: url(http://www.tylerpaper.com/graphics/tabs.gif) 100%  0;
    display: block;
    line-height: 2em;
    padding-right: 15px;
}
