
/* homepage header */

div.homeimage
{
width                           : 565px;
height                          : 290px;/* note bottom padding */
position                        : relative;
float                           : left;
padding                         : 0px 0px 0px 0px;
margin                          : 0px 0px 0px 0px;
overflow                        : auto;
}

div.homeimage p
{
font-size                       : 130%;
line-height                     : 20px;
color                           : #AEDEE4;
font-weight                     : bold;
margin                          : 0px 0px 0px 0px;
padding                         : 0px 0px 0px 0px;
}

div.homeimage h1
{
font-size                       : 100%;
line-height                     : 20px;
width                           : 260px;
color                           : #FFFFFF;
font-weight                     : normal;
margin                          : 0px 0px 0px 0px;
padding                         : 0px 0px 0px 0px;
}

div.home_topleft /* top left */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 50px 0px 0px 30px;
overflow                        : auto;
}

div.home_bottomleft /* bottom left */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 160px 0px 0px 30px;
overflow                        : auto;
}

div.home_topright /* top right */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 50px 0px 0px 280px;
overflow                        : auto;
}

div.home_bottomright /* bottom right */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 160px 0px 0px 280px;
overflow                        : auto;
}


/* internal header */

#header_internal
{
width                           : 605px;
height                          : 240px;/* note bottom padding */
position                        : relative;
float                           : left;
padding                         : 0px 0px 0px 0px;
margin                          : 0px 0px 0px 0px;
overflow                        : auto;
}

#header_internal p
{
font-size                       : 130%;
line-height                     : 20px;
margin                          : 0px 0px 4px 0px;
font-weight                     : bold;
}

#header_internal h4
{
font-size                       : 100%;
line-height                     : 20px;
font-weight                     : normal;
margin                          : 0px 0px 0px 0px;
color                           : #FFFFFF;
}

div.bottomleft /* bottom left */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 125px 0px 0px 30px;
overflow                        : auto;
}

div.topleft /* top left */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 35px 0px 0px 30px;
overflow                        : auto;
}

div.bottomright /* bottom right */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 125px 0px 0px 300px;
overflow                        : auto;
}

div.topright /* top right */
{
width                           : 260px;
position                        : relative;
padding                         : 0px 0px 0px 0px;
margin                          : 35px 0px 0px 300px;
overflow                        : auto;
}

/* colors for 4 pages */

#living p.topline
{
color                           : #EA7232;
}

#property p.topline
{
color                           : #C5A135;
}

#sectors p.topline
{
color                           : #5D87A1;
}

#business p.topline
{
color                           : #8BC53F;
}

#corporate p.topline
{
color                           : #FFFFFF; /*#442580*/
}

div.search_results {
    padding-top: 10px;
    font-size: 80%;
}

div.search_category {
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-right: 40px;
}
div.pagination {
	margin-top: 20px;
	margin-bottom: 10px;
}
ul.search {
	margin: 20px 10px 0;
	list-style-type: none;
}
ul.search li {
	margin-bottom: 5px;
}
ul.search li label {
	font-weight: bold;
	font-size: 70%;
}
