body
{
    font: 11px Verdana, Helvetica, sans-serif;
    color: #666;
}
h1, h2, h3, h4, h5
{
    margin: 1em 0;
    color: #447FBB;
    line-height:1em;
    font-family:"Trebuchet MS","Times New Roman",Times,serif;
}
h1
{
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}
h2{font: 18px "Trebuchet MS","Times New Roman",Times,serif; margin: 0 0 .8em;}
h3
{
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 .3em;
    color: #369;
}

h4
{
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #333;
}
p
{
    margin: 0 0 .5em;
    line-height: 16px;
}
a,
a:link,
a:visited{color: #069;}
a:hover,
a:active{}
a img{border: none;}
hr
{
    clear: both;
    border: none;
    height: 1px;
    background-color: #ccc;
    color: #ccc;
    margin: 8px 0;
}
ul{list-style-type: square; margin-top: 0;}
ul li,
ol li{line-height: 1.5em;}
form{margin: 0; padding: 0;}
fieldset{padding: 0;}

/* ~~~ === POSITIONING SELECTORS ================================================================================== ~~~ */

#wrapper{width: 640px;position: relative;}
#content h1,
#content h2{width: 500px;}
#images{padding: 0 12px 6px 0;}
#brokers div img,
#images img,
#thumbs img{border: 1px solid #000;}
#thumbs img
{
    display: block;
    margin-bottom: 6px;
}
.disclaimer
{
    position: absolute;
    width: 450px;
    font-size: 10px;
}
#footer
{
    clear: both;
    position: relative;
    height: 120px;
}
#footer img
{
    position:relative;
    top: 20px;
    z-index: 1;
}
.disclaimer
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 450px;
    font-size: 10px;
}
.leftcol{width: 450px;vertical-align: top;}
#saleType{font: bold 16px "Trebuchet MS", "Times New Roman", Times, serif;}

/* ~~~ === BROKERS ==================================================================================================== ~~~ */
#brokers
{
    width: 450px;
    margin: 12px 0;
}
#brokers div
{
    float:left;
    height:130px;
    background-color:#FAFAFA;
    border:1px solid #eee;
    margin:0 4px 4px 0
}
#brokers div.pdf{background:#f6f6f6 url(../images/pdf.png) no-repeat 98% 4px;}
#brokers div img
{
    float:left;
    border:1px solid #666;
    margin:6px;
    max-height:86px;
    overflow:hidden;
}
#brokers div ul
{
    list-style-type:none;
    margin:2px 8px 8px 78px;
    padding:0;
}
#brokers div ul li{line-height:1.3em}
#map
{
    margin:1em 0;
    width: 172px;
    height: 172px;
    text-align:center;
    overflow: hidden;
}
/* ~~~ === TABLES ====================================================================== ~~~ */
table.dataTable
{
    border-collapse: collapse;
    border: 1px solid #666;
    margin: 0 0 1em;
}
table.dataTable thead th
{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #ccc;
    padding: 2px 8px;
    color: #069;
}
table.dataTable tbody td
{
    border: 1px solid #666;
    text-align: right;
    padding: 2px;
}
table.dataTable tfoot th
{
    background-color: #ccc;
    border: 1px solid #666;
    padding: 4px 2px;
    text-align: right;
}
table.dataTable tbody td.left,
table.dataTable tfoot th.left{text-align: left;}
table.specsTable
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom:1em;
}
table.specsTable td,
table.specsTable th{padding: 2px 4px;}
table.specsTable th{width: 1%;white-space: nowrap}
table.specsTable th,
table.specsTable td{border-bottom: 1px solid #666;}
#printLink
{
    position: absolute;
    top: 2px;
    right: 0px;
    width: 128px;
    height: 30px;
    text-align: right;
}
#printLink a
{
    background: url(../images/icons/printer.gif) no-repeat 0 50%;
    padding: 1px 0 3px 20px;
    display: inline-block;
}
#printLink img{margin-top: 4px;}

#facilities
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#facilities li
{
    width: 33%;
    float: left;
    height: 24px;
}
#facilities li img{vertical-align: middle;}
