body
{
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    background-image: url('../images/bg.jpg');
    vertical-align: top;
}

a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    }
a:hover {color: #f05423;}

a.designer {color: #a46745;}

a:hover.designer {color: #f05423;}

img {border: 0px;}

h1, h2, h3, b
{
    color: #3d1c09;
}

h3 {
    margin-left: 0px;
    padding-left: 0px;
    }

h4 {
    font-size: 14px;
color: #f05423;
}
p {margin-left:18px;}

#contentWrapper
{
    width: 781px;
    margin: 0 auto;
    background-color: #ffffff;
}

#logoBar
{
    height: 112px;
    background-image: url('../images/top_nav_bg.jpg');
    background-repeat: repeat-y;
    font-weight: bold;
    text-align: right;
}

#address-info
{
    padding-top: 96px;
    margin-right: 10px;
}

#logo
{
    float: left;
    width: 174px;
}

#navBar
{
    height: 15px;
    background-color: #962e0d;
    text-align: center;
    padding-top: 11px;
    padding-left: 20px;
}

#navBar ul li {
    display: inline;
    margin-right: 80px;
    }
    
#navBar ul {
    margin: 0;
    padding-left: 25px;
    }
    
#mainContent
{
    color: #333333;
    text-align: left;
    padding: 15px;
    font-size: 11px;
}

#mainContent a {color: #3d1c09;}
#mainContent a:hover {color: #f05423;}

#flashImages
{
    float: left;
    margin: 10px 15px 5px 0px;
    text-align: center;
}

#footer
{
    width: 781px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#clear{clear: both;}

.floatL {
    float: left;
    width: 45%;
    text-align: left;
    }
.floatR {
    float: right;
    width: 30%;
    text-align: right;
    }
    
ul.diamond
{
    list-style-type: square;
}

ul.diamond2
{
    list-style-type: square;
}

ul.diamond2 li
{
    margin-left: 20px;
}

.special {visibility: hidden;}