/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

body {
    font-size: 62.5%;
    background-color: white;
    font-family: Verdana, sans-serif;
}


#wrapper {
    width: 769px;
    margin: 30px auto;
}

#nav {
    text-align: right;
    padding: 0px 15px;
}

    #nav ul {
        list-style: none;
        word-spacing: 20px;
    }
    
    #nav ul,
    #nav .cms-navigation,
    #nav .cms-navigation-display,
    #nav .cms-navigation-content,
    #nav .cms-navigation-wrapper {
        display: inline;
    }
    
        #nav ul li {
            display: inline;
            line-height: 25px;
            font-size: 12px;
            text-transform: uppercase;
            word-spacing: 20px;
        }
        
            #nav ul li a {
                color: #888;
                text-decoration: none;
                word-spacing: normal;
            }
            
                #nav ul li a:hover {
                    color: #515da2;
                }

#footer {
    text-align: center;
    margin-top: 20px;
}
    
    #footer ul {
        list-style: none;
        word-spacing: 15px;
    }
    
        #footer ul li {
            display: inline;
            line-height: 25px;
            text-transform: uppercase;
            word-spacing: 15px;
        }
        
            #footer ul li a {
                color: #888;
                text-decoration: none;
                word-spacing: normal;
            }
            
                #footer ul li a:hover {
                    color: #515da2;
                }

#content {
    margin-top: 20px;
    text-align: justify;
}

    #main {
        width: 590px;
        float: left;
    }
    
    #sidebar {
        width: 165px;
        float: right;
    }

    #content ul {
        padding-left: 20px;
    }

h1,
h2#title,
h4, .cms-heading-content {
    font-weight: normal;
    color: #515da2;
    font-family: Arial Narrow, Arial, sans-serif;
}

h1 {
    font-size: 18px;
    text-transform: uppercase;
}

h2#title {
    font-size: 18px;
    text-transform: uppercase;
}

h4, .cms-heading-content {
    font-size: 16px;
}

h4, .cms-heading-content,
p, .cms-text-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.cms-imagetext-image {
    padding: 10px;
}

#propertypicture {
    width: 350px;
    float: left;
}

#propertyinformation {
    width: 350px;
    float: right;
}

.cms-display #propertysize .cms-text-content,
.cms-display #propertyprice .cms-text-content,
.cms-display #propertysize p,
.cms-display #propertyprice p {
    display: inline;
}

#propertysize,
#propertyprice {
    font-size: 25px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    margin: 15px 0px;
}


#propertysize .key,
#propertyprice .key {
    float: left;
    width: 90px;
    text-align: right;
    
}

#propertysize .value,
#propertyprice .value {
    margin-left: 120px;
    color: #515da2;
}


#searchform {
    font-size: 12px;
    margin: 20px 160px;
    border: 1px solid #515da2;
    padding: 5px;
}

    #searchform .searchoption {
        margin: 5px;
    }
    
    #searchform .listingtype {
        padding-bottom: 5px;
        border-bottom: 1px solid #515da2;
        margin-bottom: 10px;
    }

    #searchform .searchsubmit {
        margin: 5px;
        text-align: right;
    }

.cms-pagesummariser-display {
    margin: 20px 160px;
}

.cms-pagesummariser-display .paginator {
    margin: 20px 0;
    font-size: 14px;
}


ol.cms-summariser-items {
    list-style: none;
    margin: 20px 0;
    position: relative;
}

    ol.cms-summariser-items li {
        clear: both;
        margin: 10px 0;
        border: 1px solid #ccc;
        position: relative;
        zoom: 1;
    }
        
        ol.cms-summariser-items li a {
            color: #515da2;
        }
    
        ol.cms-summariser-items li .image {
            float: left;
        }
    
        ol.cms-summariser-items li .description {
            margin-left: 120px;
            padding-top: 10px;
            font-size: 16px;
        }
    
        ol.cms-summariser-items li .view {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }
        
        ol.cms-summariser-items li .description a {
            text-decoration: none;
        }
        
        ol.cms-summariser-items li .description a:hover {
            text-decoration: underline;
        }


.clearer {
    clear: both;
}

div > #headertable {
    line-height: 0;
    font-size: 0;
}


.cms-display #propertysize,
.cms-display #propertyprice {
    display: none;
}


