body {
    min-width: 960px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: "Calibri", Calibri, Arial, sans-serif;
    color: #4c4c4c;
}

/* Type */

h2 {
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4c4c4c;
}

h2 em {
    color: #ce3429;
    font-style: normal;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
}

p, ul, ol {
    margin-bottom: 15px;
}

a {
    color: #ce3429;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

em { font-style: italic; }

strong { font-weight: bold; }

form p {
    margin-bottom: 10px;
}

/* Listings */

.heading_block {
    overflow: auto;
    margin-bottom: 20px;    
}

.heading_block h2 {
    margin-bottom: 0;
}

.summary {
    padding: 5px 0;
    color: #c6c6c6;
}

.summary span {
    color: #4c4c4c;
}

.listings { 
    border-top: 1px solid #e1e1e1;
}

.listings li {
    overflow: auto;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.listings li.odd {
    background: #f4f4f4;
}

.listings li img {
    float: left;
    margin-right: 20px;
}

.listings p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2em;
}

.listings .address {
    margin-bottom: 5px;
    font-size: 12px;
    color: #a6a6a6;
}

.listings .info {
    margin-bottom: 10px;
}

.alert {
    padding: 10px 10px 5px;
    background: #ececec;
}

.alert p {
    margin-bottom: 5px;
}

#searchbox {
    float: right;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-width: 0 1px 1px;
    padding: 8px 8px 8px 0;
}

#searchbox form {
    margin: 0;
    padding: 0;
}

#searchbox input {
    margin: 0 0 0 8px;   
}

.page_controls {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page_controls span {
    margin-left: 20px;
}

/* Layout */

#wrap {
    padding: 20px;
}

#head {
    position: relative;
    background: #ececec url('/assets/img/bg_head.png') repeat-x 0 0;
    height: 155px;
    border-bottom: 5px solid #ececec;
}

#logo {
    background: transparent url('/assets/img/3d_logo.png') no-repeat 0 0;
    height: 155px;
}

#logo img {
    position: absolute;
    right: 60px;
    bottom: 0;
}

#lftCol {
    position: relative;
    float: left;
    width: 250px;
    padding: 15px 0 5px;
}

#rgtCol {
    margin-left: 270px;
    padding: 15px 0 5px;
}

#foot {
    clear: both;
    background: #ececec;
    padding: 5px 10px;
    font-size: 12px;
    color: #808080;
}

#foot p {
    margin: 0;
}

#foot span {
    margin-left: 40px;
}