/* =====================================================
   Timberland Appraisal, Inc. — Modernized Stylesheet
   Based on original text.css, refreshed 2026
   ===================================================== */

/* --- Reset & Base --- */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    color: #222;
    background: #d6d8d4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* --- Page wrapper — keeps everything centered at a comfortable width --- */
div.hitop,
div.main {
    width: 820px;
    margin: 0 auto;
    display: block;
}

/* --- Header --- */
div.hitop {
    position: relative;
    background: #fff;
    background-image: linear-gradient(to bottom, #e8f0e8 0%, #c8d8c0 100%);
    border-bottom: 3px solid #4a7a4a;
    padding: 12px 16px 0 16px;
    height: auto;
    min-height: 155px;
}

div.hitop img {
    margin: 0;
    border: 0;
    display: block;
}

div.hitop h2 {
    margin: 2px 0 8px 4px;
    color: #2a4a2a;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    font-family: Arial, sans-serif;
}

div.hitop em {
    margin: 0 5px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

/* --- Navigation bar --- */
div.hitop p {
    margin: 0;
    padding: 7px 0 0 0;
    text-align: right;
    background: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

div.hitop a,
div.hitop a:link,
div.hitop a:visited,
div.hitop a:active {
    color: #1a4a1a;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 3px;
    transition: background 0.15s, color 0.15s;
}

div.hitop a:hover {
    color: #fff;
    background: #4a7a4a;
    text-decoration: none;
}

div.hitop hr {
    border: none;
    border-top: 2px solid #6a9a5a;
    margin: 6px 0 0 0;
    height: 0;
}

/* --- Main content area --- */
div.main {
    position: relative;
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

div.mainpad {
    padding: 0;
}

div.main img {
    margin: 0;
    vertical-align: top;
}

div.main p {
    font-size: 15px;
    color: #222;
    background: transparent;
    clear: left;
    line-height: 1.6;
    text-align: left;
    margin: 8px 12px;
}

div.main h2 {
    font-size: 16px;
    color: #1a4a1a;
    margin: 10px 0 6px 0;
    padding: 6px 12px;
    text-align: center;
    border-bottom: 1px solid #c8d8c0;
    background: #f4f8f2;
}

div.main h3 {
    font-size: 14px;
    color: #8b0000;
    margin: 4px 0;
    padding: 4px 12px;
    text-align: center;
}

div.main h4 {
    font-size: 14px;
    color: #222;
    margin: 4px 12px 4px 12px;
    padding: 2px 0;
    text-align: left;
}

div.main table {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

div.main td {
    text-align: right;
    padding: 2px 4px;
    line-height: 1.4;
    vertical-align: top;
}

/* --- Global link styles --- */
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #1a4a1a;
    background: transparent;
    text-align: left;
    margin: 0 0 4px 0;
}

a {
    color: #1a4a1a;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
}

a:link  { color: #1a4a1a; text-decoration: none; }
a:visited { color: #2a5a2a; }
a:active  { color: #1a4a1a; }

a:hover {
    color: #0099aa;
    text-decoration: underline;
}

/* --- Lists --- */
ul {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    list-style-position: outside;
    list-style-type: disc;
    padding: 4px 12px 4px 28px;
    margin: 6px 12px;
}

/* --- Small/caption content --- */
div.small img {
    margin: 0;
    border: 0;
}

div.small p {
    margin: 4px 6px;
    font-size: 12px;
    color: #444;
    background: transparent;
    clear: left;
    line-height: 1.4;
    text-align: left;
}

div.small h2 {
    font-size: 13px;
    color: #1a4a1a;
    margin: 2px 0;
    padding: 2px 0;
    text-align: center;
}

/* --- Footer --- */
div.main > p:last-child,
body > p:last-child {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 12px;
}