body
{
    font-family: arial,sans-serif;
    font-size: small;
    color: #3f3f3f;
    margin: 0;
    background-color: #e2e2e2;
}

a
{
    color: inherit;
    text-decoration: none;
}

ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4
{
    margin: 0;
    padding: 0;
}

h1
{
    color: #8f0000;
    font-variant: small-caps;
    font-size: 1.7em;
}
h2
{
    color: #8f0000;
    font-variant: small-caps;
    font-size: 1.5em;
}
h3
{
    color: #8f0000;
    font-variant: small-caps;
    font-size: 1.2em;
}
h4
{
    color: #8f0000;
    font-variant: small-caps;
    font-size: 1.1em;
}

p.slim
{
    width: 10em;
}

.small-font
{
    font-size: x-small;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear
{
    clear: both;
}


.dots-br
{
    position: absolute;
    bottom: -2em;
    right: -2em;
}

.dots-tl
{
    position: absolute;
    top: -2em;
    left: -2em;
}

div#wrapper
{
    clear: both;
    margin: 0 auto;
    overflow: visible;
    padding-top: .7em;
    width: 1000px;
}
div#homepagecolumn1, div#homepagecolumn3, div#categoryleft, div#navcolumn
{
    float: left;
    width: 165px;
}
div#homepagecolumn2
{
    float: left;
    width: 646px;
    margin-left: 12px;
    margin-right: 12px;
}
div#maincolumn
{
    float: left;
    margin-left: 12px;
    width: 823px;
}
div#header
{
    margin: 0 auto;
    width: 1000px;
    text-transform: uppercase;
}
div#banner 
{
    margin: 0 auto;
    width: 1000px;
}
div#header div.bf-logo
{
    float: left;
    position: relative;
    left: -8px;
    width: 400px;
}
div#header div.bf-motto
{
    float: right;
    position: relative;
    top: 52px;
    width: 600px;
}
div#header div.header-nav-menu
{
    background-image: url(../images/nav/header-nav.bg.gif);
    background-repeat: repeat-x;
    clear: both;
    height: 60px;
    line-height: 60px;
    width: 1000px;
    font-family: futura, helvetica, ariel;
}
div#header div.header-nav-menu div.search-mechanism
{
    float: right;
    position: relative;
    right: 30px;
    top: 17px;
}
div#header div.header-nav-menu div.search-mechanism input[type="text"]
{
    border: 1px solid #3F3F3F;
    color: #3F3F3F;
    padding: 0.3em;
}
div#header div.header-nav-menu ul
{
    float: left;
}
div#header div.header-nav-menu ul li
{
    display: inline;
}
div#header div.header-nav-menu ul li a
{
    color: #8E191C;
    padding: 0 15px;
    text-decoration: none;
}
div#header div.header-action-menu
{
    margin-top: .7em;
}
div#header div.header-action-menu ul
{
    float: right;
}
div#header div.header-action-menu ul li
{
    display: inline;
}
div#header div.header-action-menu ul li a
{
    color: #3f3f3f;
    font-size: .9em;
    text-decoration: none;
    font-variant: small-caps;
    text-transform: none;
}

div.decoratedblock
{
    width: 143px;
    border-left: 4px solid #c0c2c4;
    border-right: 4px solid #c0c2c4;
    border-top: 4px solid #c0c2c4;
    background-color: #fff;
    background-image: url("../images/decoratedblock-tall-bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 5px;
    margin-bottom: 15px;
    height: auto;
    position: relative;
}

div.decoratedblock ul, div.decoratedblock p
{
    padding-left: 5px;
    padding-right: 5px;
}

div.decoratedblock ul li
{
    padding: .3em 0;
}

div.decoratedblock ul li.current
{
    font-weight: bold;
}

div.decoratedblock-wide
{
    width: 628px;
    border-left: 4px solid #c0c2c4;
    border-right: 4px solid #c0c2c4;
    border-bottom: 4px solid #c0c2c4;
    background-color: #fff;
    background-image: url("../images/decoratedblock-tall-bg-flipped.png");
    background-repeat: repeat-x;
    background-position: left top;
    overflow: visible;
    padding: 5px;
    margin-top: .7em;
    height: auto;
    position: relative;
}

div.decoratedblock-wide object
{
    padding-left: .8em;
}

div#footer
{
    clear: both;
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    padding-top: 1em;
    font-size: x-small;
}

div#footer ul
{
    margin: .2em 0;
}

div#footer ul li
{
    margin: .2em;
    display: inline;
}

/** sitemap stuff **/
div#SiteMapColumns
{
    clear: both;
    overflow: hidden;
    width: 100%;
}
div#SiteMapColumns ul 
{
    margin: .5em;
}
div#SiteMapColumns li
{
    line-height: 1;
    margin: .5em;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: square;
}
.ColumnOne
{
    border-right: 6px solid #c0c2c4;
    float: left;
    width: 450px;
}
.ColumnTwo, .ColumnThree
{
    float: right;
    margin-bottom: 15px;
    width: 450px;
}

