
/* All-around {{{ */
html { overflow: -moz-scrollbars-vertical; }

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: url(/images/bg-logo.gif) #aba699;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    text-align: center;
    font-size: 100%;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}
/* }}} */

/* Layout {{{ */
#container {
    width: 740px;
    text-align: left;
    margin: 0 auto;
    font-size: 90%;
}

#main {
    background: url(/images/bg-main.png) transparent left top repeat-y;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    float: left;
}

#header {
    background: url(/images/bg-header.png) transparent left top no-repeat;
    height: 156px;
    position: relative;
}

#header a {
    display: inline;
    float: left;
    margin: 8px 0 0 3px;
}

#header a#foreclosuresButton {
    position: absolute;
    left: 190px;
    top: 25px;
    text-decoration: none;
    font-size: 120%;
    background-color: white;
    color: #014b88;
    background: url(/images/button-yellow.gif) #d70000 left top no-repeat;
    width: 159px;
    text-align: center;
    height: 31px;
    line-height: 30px;
    border: 1px solid #aba699;
    font-style: italic;
}

.menu {
    margin: -5px 0 0 0;
    padding: 0;
    float: left;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 159px;
    font-size: 105%;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu li {
    display: block;
    padding-bottom: 4px;
}

.menu a {
    display: block;
    width: 100%;
    height: 31px;
    background: url(/images/button.gif) #d70000 left top no-repeat;
    color: white;
    text-decoration: none;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.menu .listingMenuOption a {
    color: #ffff66;
}

.menu .special {
    padding-top: 16px;
}

.menu a:hover {
    color: #81cbee;
}

#content {
    margin: -5px 0 0 0;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 561px;
    padding: 0 25px;
}

#footer {
    background: url(/images/bg-footer.png) transparent left top no-repeat;
    clear: left;
    text-align: center;
    font-size: 90%;
    padding-top: 50px;
}

#footElements {
    padding: 1ex 0;
}

#headElements {
    float: right;
    color: white;
    font-size: 105%;
    text-align: right;
    padding: 10px;
    font-weight: bold;
    line-height: 120%;
}

/* }}} */

/* Content {{{ */
.c_default_standin {
    display: none;
}

.contentitem_default {
    margin: 0.5em 0;
}

#content p {
    margin: 0;
    padding: 0;
}

.contentPic {
    text-align: center;
    display: inline;
    float: left;
    margin-right: 7px;
    font-weight: bold;
    width: 240px;
}

h1 {
    font-size: 145%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h2 {
    font-size: 120%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
/* }}} */

/* Administration {{{ */
#adminPage, #adminPage table {
    color: black;
}

span.admin_message {
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

span.admin_error {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

div.admin_message {
    padding: 4px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

div.admin_error {
    padding: 4px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

table.admin_index {
    font-size: 0.8em;
}

th.admin_index {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

tr.admin_index_th {
    background-color: #666666;
    color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
    background-color: #dddddd;
    font-size: 1.0em;
}

tr.admin_index_odd {
    background-color: #eeeeee;
    font-size: 1.0em;
}

tr.admin_index_context {
    background-color: #aaaadd;
    font-size: 1.0em;
}

td.admin_index {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/* }}} */

