
/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    color: #aa9b7a;
}

html {
    background: #4e4124 url(/images/theme-rentbyarea/bg-texture.jpg) repeat scroll center top;
    height: 100%;
}

body {
    background: transparent url(/images/theme-rentbyarea/bg-gradient.png) repeat-x scroll center bottom;
    min-height: 100%;
}

a {
    color: #aa9b7a;
}

a:hover {
    color: #f1e7b9;
}

#content a {
    color: #f1e7b9;
}

#content a:visited {
    color: #d5c891;
}

#content a:hover {
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0.3125em 0;
    font-weight: bold;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6, th {
    color: #ffee99;
}

h1 {
    font-size: 190%;
    border-bottom: 1px solid black;
    margin: 0 -4px 0.5em -4px;
    padding: 5px 4px 1px 4px;
    line-height: 1;
}

h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

body.home h1 {
    display: none;
    border-bottom: none;
    line-height: 1.3;
    margin-top: 0.4em;
}

#main {
    padding: 0 17px;
    background: transparent url(/images/theme-rentbyarea/bg-main.png) repeat-y scroll left top;
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

#header {
    height: 134px;
    background: #4e4124 url(/images/theme-rentbyarea/bg-header.png) repeat-x scroll left top;
}

#logo {
    float: left;
    width: 378px;
    height: 153px;
    margin-bottom: -120px;
    position: relative;
}

#wrap1 {
    float: left;
    clear: left;
    background-color: white;
    margin-bottom: -1px;
    width: 980px;
    color: #54472b;
}

#wrap2 {
    background: transparent url(/images/theme-rentbyarea/bg-main-top.png) repeat-x scroll left top;
}

#wrap3 {
    background: transparent url(/images/theme-rentbyarea/bg-main-bot.png) repeat-x scroll left bottom;
    padding: 40px 29px;
    color: #ffffff;
}

#wrap4 {
    background-color: #6d5e3a;
    padding: 1px 0;
}

#wrap5 {
    margin: -11px 0;
    background: transparent url(/images/cache/images-util-corners-0f0aaabed05b7883d7375bddf833efac.png) no-repeat scroll left top;
}

#content {
    min-height: 376px;
    padding: 12px 35px;
    background: transparent url(/images/cache/images-util-corners-5b0542454456946f9ab2ce6487d8b88b.png) no-repeat scroll left bottom;
    font-size: 90%;
    line-height: 1.15;
}

p, ul, ol {
    margin: 0 0 0.8333em 0;
}

#sidebar {
    display: inline; /* IE6 Fix */
    float: left;
    width: 420px;
    margin-right: 50px;
    text-align: center;
    position: relative;
}

#content #sidebar img {
    border: none;
}

/* Menu styles */
.menu {
    float: right;
    list-style: none;
    margin: -60px 0 0 -30px;
    padding: 10px 0 0 30px;
    text-align: center;
    width: 601px;
    font-weight: bold;
    font-size: 70%;
    font-family: "Arial", "Helvetica", sans-serif;
    position: relative;
}

.menu li {
    float: left;
    width: 126px;
    margin: 0 -5px 0 -1px;
    height: 32px;
}

.menu a {
    display: block;
    width: 86px;
    height: 29px;
    line-height: 25px;
    background: transparent url(/images/theme-rentbyarea/menu-first.png) no-repeat scroll left top;
    color: #695b3b;
    text-decoration: none;
    padding: 7px 20px 0px 20px;
    text-transform: uppercase;
}

.menu .tall a {
    line-height: 12px;
}

.menu a:hover {
    color: black;
    background-image: url(/images/theme-rentbyarea/menu-first-light.png);
}

.menu ul {
    position: absolute;
    top: -1000px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 125px;
    z-index: 3;
}

.menu ul li {
    display: block;
    float: left;
    background: none;
    line-height: 14px;
    height: 37px;
    padding: 0;
    margin: 0;
    width: 126px;
}

.menu ul li.last {
    height: 43px;
}

.menu ul a {
    background: transparent none;
    line-height: 14px;
    height: 28px;
    margin: 0;
    padding: 5px 10px 4px;
    width: 106px;
    text-transform: none;
    background: transparent url(/images/theme-rentbyarea/menu-mid.png) no-repeat scroll left top;
    position: relative;
}

.menu ul .last a {
    background-image: url(/images/theme-rentbyarea/menu-last.png);
    height: 32px;
}

.menu ul .oneline a {
    line-height: 28px;
}

.menu ul a:hover {
    background-image: url(/images/theme-rentbyarea/menu-mid-light.png);
}

.menu ul .last a:hover {
    background-image: url(/images/theme-rentbyarea/menu-last-light.png);
}

/* Footer Styles */
#footer {
    clear: left;
    width: 980px;
    margin: 0 auto;
    padding: 50px 17px 1em 17px;
    font-size: 80%;
    text-align: center;
    background: transparent url(/images/theme-rentbyarea/bg-footer.png) no-repeat scroll left top;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#footer p {
    margin: 0;
    padding: 0.625em 0;
}

#footElements span {
    padding: 0 10px;
}

#copyright, #developerNotice {
    display: inline;
}

#footer .buffer {
    padding: 0 10px;
}

body.contact #col1 {
    width: 416px;
    float: left;
    min-height: 10px;
    padding-right: 10px;
}

body.contact #col2 {
    width: 416px;
    float: left;
    padding-left: 10px;
}

.cacheme {
    display: none;
}

body.contact #idlistingContactContent p {
    font-size: 110%;
    border: 1px solid black;
    border-width: 1px 0px;
    margin: 1.25em 30px;
    padding: 7px 10px;
    background-color: #5d4f2f;
}

body.contact #idlistingContactContent p strong {
    color: #ffee99;
    padding-right: 0.5ex;
}

#printLogo {
    display: none;
}

@media print {
    #printLogo {
        display: block;
        float: left;
        margin: 0;
    }

    #logo {
        display: none;
        margin: 0;
    }
}


