﻿body
{
    background-image: url(/img/bg.png);
    text-align: center;
}
#page
{
    width: 851px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}
#headerBox
{
    height: 81px;
    background-image: url(/img/bg_header.png);
    background-repeat: no-repeat;
}
#headerBox .logo
{
    float: left;
    width: 200px;
    height: 73px;
    margin-top: 3px;
    padding-left: 19px;
}
#headerBox .think
{
    float: left;
    margin-top: 50px;
    margin-left: 51px;
}
#headerBox .rightNavPositioner
{
    float: left;
}
#rightNavBox
{
    position: absolute;
    z-index: 1001;
    width: 260px;
    height: 425px;
    margin-top: 33px;
    margin-left: 13px;
    padding-top: 10px;
    padding-left: 17px;
}
.dropshadow[class]
{
    background-image: url(/img/rightnav/dropshadow.png);
    background-repeat: no-repeat;
}
#rightNavFooter
{
    width: 240px;
    height: 149px;
    padding: 16px 18px;
    background-image: url(/img/rightnav/footer.gif);
    background-repeat: no-repeat;
}
#rightNavFooter #searchBox
{
  height: 20px;
}
#rightNavFooter #searchBox .fieldBox
{
  float: left;
  padding-top: 1px;
}
#rightNavFooter #searchBox .buttonBox
{
  float: left;
}
#rightNavFooter #searchBox input
{
    font-size: 11px;
    padding: 1px;
    color: #87847E;
}
#rightNavFooter #searchBox img
{
    padding: 1px;
    cursor: pointer;
    cursor: hand;
}
#rightNavFooter h1, #rightNavFooter .title1
{
    display: block;
    margin: 0px;
    padding: 8px 0px 8px 0px;
    color: #FFFFFF;
    font-family: Times Roman, Times New Roman;
    font-size: 18px;
    font-weight: normal;
}
#rightNavFooter .phoneLine
{
    clear: both;
    color: White;
}
#rightNavFooter .phoneTitle
{
    float: left;
    width: 60px;
}
#rightNavFooter .phoneNumber
{
    float: left;
    width: 100px;
}
#rightNavFooter a
{
    color: White;
    text-decoration: none;
}
#flashBox
{
    border-right: 1px solid #857B59;
    border-left: 1px solid #857B59;
    background-color: #FFFFFF;
}
#bodyAndFooter
{
    position: absolute;
    top: 306px; /* Bottom of the banner photo */
    z-index: 101;
}
#contentBox
{
    padding-top: 30px;
    border-bottom: 1px solid Transparent;
    border-right: 1px solid #857B59;
    border-left: 1px solid #857B59;
    background-image: url(/img/bg_content_home.gif);
    background-repeat: repeat-x;
}
#leftColumn
{
    float: left;
    width: 127px;
    padding-left: 21px;
}
#centerColumn
{
    float: left;
    width: 355px;
    padding: 0px 20px 0px 46px;
}
.bodyCopy
{
    display: block;
    padding: 0px 0px 20px 0px;
}
#rightColumn
{
    float: left;
    width: 165px;
}
.rightAddonBox
{
    clear: both;
    margin-bottom: 12px;
    margin-left: 12px;
}
.blogBox
{
    margin-top: 135px;
}
.rightAddonBox h1 a
{
    display: block;
    font-family: Times Roman, Times New Roman;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}
.rightAddonBoxTop
{
    width: 254px;
    height: 14px;
    background-image: url(/img/news_box_top.gif);
    background-repeat: no-repeat;
}
.rightAddonBoxContent
{
    width: 204px;
    padding: 4px 25px;
    background-image: url(/img/news_box_middle.gif);
    background-repeat: repeat-y;
}
.blogPost
{
    margin-bottom: 12px;
    line-height: 12px;
}
.rightAddonBoxContent ul
{
    margin: 0px;
}
.rightAddonBoxContent li
{
    padding: 4px 10px;
    list-style-type: none;
}
.rightAddonBoxContent a
{
    /*color: #332E24;*/
    text-decoration: none;
}
.rightAddonBoxContent a .title
{
    font-weight: bold;
}
.rightAddonBoxContent a:hover
{
    color: #3A516F;
}
.rightAddonBoxBottom
{
    width: 254px;
    height: 14px;
    background-image: url(/img/news_box_bottom.gif);
    background-repeat: no-repeat;
}
#footerBox
{
    clear: both;
    width: 851px;
    height: 82px;
    background-color: Transparent;
    background-image: url(/img/bg_footer.gif);
    background-repeat: no-repeat;
}
#footerBox .nav
{
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}
#footerBox .nav a
{
    color: #332E24;
    text-decoration: none;
}
#footerBox .nav a:hover
{
    color: #851E1F;
}
#footerBox .nav .linkSeperator
{
    padding: 0px 12px;
}
#footerBox .copyright
{
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    color: #7A7771;
}
#footerBox .address
{
    clear: both;
    margin-top: 6px;
    margin-left: 30px;
    color: #7A7771;
    line-height: 12px;
}
#footerBox .address .title
{
    font-weight: bold;
    line-height: 13px;
}
#footerBottomBox
{
    width: 851px;
    height: 77px;
    margin-top: 1px;
}
.reflection[class]
{
    background-image: url(/img/bg_footer_reflection.png);
    background-repeat: no-repeat;
}

