﻿/*  Stylesheet theme for the Proeprty Landing Pages */

body
{
    background-image: url(  '../images/background.jpg' );
    background-repeat: repeat-x;
    background-color: #FAFAFA;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1
{
    font-weight: bold;
    margin: 0;
    font-size: 21px;
    color: #487CB2;
}

h2
{
    font-weight: bold;
    margin: 0;
    font-size: 21px;
    color: #487CB2;
    border-bottom: 1px #487CB2 solid;
}

.gblLogo
{
    float: right;
    padding-right: 60px;
    width: 350px;
    height: 70px;
    background-image: url(  '../images/logo.gif' );
}

.SearchHeading
{
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    color: #487CB2;
}

.propertyTitle
{
    padding-top: 2px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #487CB2;
}

.dirAccordionHeaderSelected
{
    background: #487CB2 url(  '../images/collapse.jpg' ) no-repeat;
    font-weight: bold;
    background-position: left;
    font-size: 14px;
    cursor: help;
    text-indent: 20px;
    color: #fff;
    padding-top: 6px;
}

.sectionText a:visited, .sectionText a:link, .sectionText a:hover, .sectionText a:active
{
    color: #487CB2;
    text-decoration: underline;
}

.propertyLongDescription a:visited, .propertyLongDescription a:link, .propertyLongDescription a:hover, .propertyLongDescription a:active
{
    color: #487CB2;
    text-decoration: underline;
}

