﻿body 
{
    background:#DCD6B8;
    font:Verdana;
    margin:0;
    font-weight:500;
}

ul
{
    margin-top:0;
    margin-bottom:0;
}

#topDiv
{
    width:902px;
    height:16px;
    margin:auto;
    border-right:2px solid #CCC6A9;
    border-left:2px solid #CCC6A9;
    background:url(../images/layout/lightTexture.jpg);
}

#rotatorBackground
{
    height:293px;
    background:#4A4733;
    border-bottom:1px solid #A2A091;
}

#rotatorDiv
{
    width:904px;
    height:283px;
    padding:5px 0 5px 0;
    margin:auto;
    border-left:1px solid black;
    border-right:1px solid black;
    background:url(../images/layout/brownTexture.jpg);
}

#rotator
{
    height:278px;
    width:880px;
    margin-left:12px;
    overflow:hidden;
}


#leftIvy
{
    width:12px;
    height:278px;
    background:url(../images/layout/leftIvy.jpg);
    background-repeat:no-repeat;
    float:left;
}

#rightIvy
{
    width:12px;
    height:278px;
    background:url(../images/layout/rightIvy.jpg);
    background-position:0 157px;
    background-repeat:no-repeat;
    float:right;
}

#menuBackground
{
    height:55px;
    background:url(../images/layout/menuBackgroundTexture.jpg);
}

#menuDiv
{
    width:911px;
    height:63px;
    margin:0 auto;
    z-index:2;
    position:relative;
    overflow:hidden;
    background:url(../images/layout/menuBackgroundTexture.jpg);
}

#menuDiv img
{
    border:0;
}

#contentDiv
{
    width:872px;
    margin:auto;
    padding:25px 15px 15px 15px;
    border-right:2px solid #CCC6A9;
    border-left:2px solid #CCC6A9;
    overflow:auto;
    background:url(../images/layout/lightTexture.jpg);
    min-height:350px;
}

#contentContainer
{
    float:left;
    width:562px;
}

.lightTextContainer
{
    background:#EAE5CF;
    border:#B6AF88 1px solid;
    border-top:#B6AF88 3px solid;
    color:#696341;
    margin-bottom:15px;
    clear:left;
    padding:0 10px 10px 10px;
}

.darkTextContainer
{
    background:#CCC5A2;
    border:#B6AF88 1px solid;
    border-top:#B6AF88 3px solid;
    color:#696341;
    margin-bottom:15px;
    clear:left;
    padding:0 10px 10px 10px;
}

.lightTextContainer img,
.darkTextContainer img
{
    margin-left:15px;
    margin-bottom:15px;
}

#footerDiv
{
    width:882px;
    color:#696341;
    clear:both;
    margin:auto;
    border:2px solid #CCC6A9;
    padding:10px;
    border-top:0;
    height:165px;
    background:url(../images/layout/footerTexture.jpg);
}

#footerRight
{
    text-align:right;
    float:right;
}

#footerLeft
{
    font-size:12px;
}

#testimonialsContainer
{
    width:260px;
    color:#686347;
    font-size:14px;
    font-family:Arial;
    margin-left:607px;
}

#contact
{
    font-size:16px;
    font-weight:normal;
    display:block;
    text-align:center;
    background:url(../images/layout/callToActionBackground.jpg);
    color:white;
    padding:9px;
    border:#B6AF88 2px solid;
    border-top:#B6AF88 3px solid;
    border-bottom:#B6AF88 3px solid;
    line-height:22px;
}

#printHeader
{
    color:#696341;
    width:872px;
    margin:auto;
    border:#B6AF88 2px solid;
    padding:5px 15px 5px 15px;
    font-weight:bold;
    display:none;
}

#printContact
{
    float:right;
    text-align:right;
    width:50%;
}

#copyright
{
    font-size:21px;
    font-weight:bold;
    margin-bottom:20px;
}

.rotator
{
    width:220px;
    margin:20px;
    height:140px;
    overflow:hidden;
}