/*************************************************************************
    padding-bottom:10px;
// HTML Tags 
**************************************************************************/
body {
    /*
    background: transparent url(/themes/default/siteimages/newwood_dark_bg2.jpg) repeat scroll;
    */
    background: transparent url(/themes/default/siteimages/newwood_bg.jpg) repeat scroll;
    height:100%;
    margin-top: 0px 0px 10px;
    font-family: georgia, times new roman, serif;
    font-size:12px;
}

a:link {
    color: #7f1406;
}

a:visited {
    color:#5f4f41;
}

/*************************************************************************
// Identifiers 
**************************************************************************/
#mainContainer {
    display: table;
    width: 775px;
    border: 1px solid #3f251f;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #8a1e04;
    padding: 0px
}

#topbox {
    background-color: #9b8f7a;
    border:4px solid #ffffff;
    height:223px;
    margin:15px 15px 20px 45px;
    width:700px;
}

#navbox {
    position:absolute;
    background: url(/themes/default/siteimages/logo_parchment2.gif);
    border:0px;
    width:246px;
    height:287px;
    margin:-46px 0px 0px -40px;
    float:left;
    z-index: 1;
}

#photobox {
    margin-top:-20px;
    z-index:6;
    float:right;
    /*
    */
}

#headerimage {
    float:right;
    margin: 0px 0px 0px -167px;
    width: 525px;
    height: 222px;
    z-index: 0;
}

#mainContent {
    font-family: "Book Antiqua", "Times","Times New Roman", serif;
    font-size:14px;
    line-height:140%;
    background-color:#ffffff;
    border-left:10px solid #8a1e04;
    border-right:10px solid #8a1e04;
    border-bottom:10px solid #8a1e04;
    border-top: 0px;
}

#blotterbottom {
    background-image: url(themes/default/siteimages/blotter_bottom.gif);
    background-repeat: no-repeat;
    width: 723px;
    height: 25px;
    text-align: center;
    padding-top: 30px;
    color: #9b8f7a;
}

#footer {
    width: 723px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10pt;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
    line-height: 120%;
}

#footer a{
    color: #ffffff;
}

#verbiage_top {
    color:#8a1e04;
}

#verbiage_btm {

}

#front-left {
    border:none;
}

#front-right {
    border:none;
}

#leftCol {
    border:none;
}

#rightCol {
    border:none;
}

/*************************************************************************
// Classes 
**************************************************************************/

/*-- site main navigation --*/
#navContainer {
    font: 13px Arial,Verdana, Helvetica;
    font-weight:normal;
    text-align:left;
    color:#7f6b5a;
    /*
    margin: 90px 0px 0px 30px;
    */
    margin: 0px 0px 0px 30px;
    text-transform: uppercase;
    text-decoration:none;
    letter-spacing: .05em
}

#navContainer ul {
    list-style-type:none;
    list-style-image: url(/themes/default/siteimages/navitem.gif);
}

.navbar li {
    color:#7f6b5a;
}

.navbar a {
    text-decoration:none;
    color:#7f6b5a;
    padding-bottom:10px;
    display:block;
}

.navbar a:link {
}
 
.navbar a:visited {
}

.navbar a:active {
    color:#b52023;
}

.navbar a:hover {
}

.navbarCur {
    color:#7f6b5a;
}

.navbarCur a {
    color:#7f6b5a;
    text-decoration:none;
    padding-bottom:10px;
    display:block;
}

.navbarCur a:link {
}

.navbarCur a:visited {
    color:#b52023;
}

.navbarCur a:active {
}

.navbarCur a:hover {
}

#subnav {
    width:740px;
    background: transparent url("../siteimages/lr_subnav_bg.gif") left repeat-x;
    font-family: Arial,"Verdana", Times, serif;
    font-size: 12px;
    font-weight: normal;
    color: #efefef;
    margin: 0 auto;
    margin:0px 0px 0px 0px;
    line-height: 25px;
    padding: 0px;
    border-bottom: 1px solid #3f251f;
}

#subnav a {
    color: #efefef;
    text-decoration: none;
    padding: 0px 10px 0px;
}

/*-- site maintainence menus --*/

.titlebar {
    background-color:#AC2E2F;
    height:24px;
}

.titleName {
    float:left;
    padding-left:195px;
    color:white;
}

.titleAdmin {
    float:right;
    text-align:right;
}


/*-- 
//EOF
 --*/

