﻿body, td, input, button, select, textarea
{
    font-family: Verdana;
    font-size: 10pt;
    line-height: 1.1em;
}

li
{
    margin-top: 8px;
    line-height: 1.5em;
}
p
{
    line-height: 1.75em;
    margin-top: 0px;
    margin-bottom: 1em;
}

a:link
{
	color: #CC5500;
}
a:visited
{
	color: #666666;
}
a:hover
{
}


#layout
{
    background-color: #fff;
    max-width: 1600px;
}

#layout_top
{
    position: relative;
}

#layout_middle 
{
    vertical-align: top;
}
#layout_middle {
    display: flex;
    flex-direction: row;
}
#layout_lhs
{
    background-color: #ffEECC;
    border-right: 1px solid #CC5500;
    font-size: 11pt;
    padding: 20px 10px 40px 10px;
    min-width: 200px;
}
#layout_content
{
    padding: 20px 30px 30px 30px;
}


/* Headings */
h1
{
    color: #00469D;
    font-family: Verdana;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
    line-height: 1.25;
}

h2 {
    color: #000;
    font-family: Verdana;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 1.25;
}

h3 {
    color: #000;
    font-family: Verdana;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 1.25;
}

h4
{
}

h5
{
}

h6
{
}



/* lists */
#layout_lhs li
{
    padding: 0px;
    margin: 0px;
}
#layout_lhs ul
{
    color: #A2152D;
    font-weight: bold;
    margin-left: 8px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
}
#layout_lhs ul li
{
    padding-bottom: 8px;
}
#layout_lhs ul ul
{
    color: #000;
    font-weight: normal;
    margin-left: 8px;
    margin-bottom: 3px;
    padding: 0px;
}
#layout_lhs ul ul li
{
    padding-top: 5px;
    padding-bottom: 0px;
}

#layout_lhs a
{
}

#layout_lhs div
{
    margin: 15px;
}

.propertylist .item {
    padding: 15px;
}

.propertylist .item img
{
	border: 0px;
	padding: 6px 10px 10px 3px;
	width: 100px;
	float: left;
}


/* Property Detail */
.propertydetail
{
    float: right;
    width: 200px;
    margin: 0px 20px 20px 20px;
    padding: 4px;
    border: 1px solid #000000;
}

.footnote
{  
    display: block;
    margin-top: 20px;
    font-size: 10pt;
}
dt, dt p
{
    font-size:11pt;
    font-weight: bold;
    line-height: 1em;
}

/*  Mini Hot List */
.minihotlist td
{
    font-size: 9px;
    font-family: Arial;
}
.small
{
	font-size: 8pt;
}

.amenity
{
	padding: 5px;
}

.alt
{
	background-color: #fFF9F0;
}

div.PAGER a {
    padding: 4px;
    display: inline-block !important;
    font-size: 12pt;
}
div.PAGER B {
    padding: 4px;
    display: inline-block !important;
    font-size: 12pt;
}


