﻿body{
    background-color:#ffffff;
    margin:0px;
    padding:0px;
    font-family:arial;
    font-size:12px;
    color:#54626f
}

a:link{color:#00a3d9; text-decoration:none}
a:visited{color:#00a3d9; text-decoration:none}
a:hover{color:#00a3d9; text-decoration:underline}
a:active{color:#00a3d9; text-decoration:none}

.fntSmall{
    font-family:arial;
    font-size:11px;
    color:#5e6264
}

.fntForm{
    font-family:arial;
    font-size:12px;
    color:#000000
}

.fntBlockTitle{
    font-family:arial;
    font-size:15px;
    color:#ffffff;
}

.fntBlockBody{
    font-family:arial;
    font-size:13px;
    color:#54626f;
}

.fntBody{
    font-family:arial;
    font-size:12px;
    color:#54626f;
}

.fntBodyH1{
    font-family:arial;
    font-size:22px;
    color:#34b234;
}

.fntBodyTitle{
    font-family:arial;
    font-size:20px;
    color:#34b234
}

.footerWrap {
    background-color: #D2D2D2;
    background-position: 0 -150px;
    background-repeat: repeat-x;
    bottom: 0;
    line-height: 34px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
    
.footer {
    margin: 0 auto;
    width: 965px;
}
    
.footer .footerUtility {
    float: left;
    width: 400px;
}

.footer .credits {
    float: right;
    text-align: right;
    width: 150px;
}

.subNav{
    font-family:arial;
    font-size:12px;
    color:#5e6264;
    height:28px;
    background-image:url('i/subnav_gray.gif');
    background-repeat:repeat-x;
    padding-left:9px;
    text-align:left;
    cursor:pointer
}

.subGreenBox{
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    color:#ffffff;
    padding:20px;
    background-color:#34b233
}

.thumbnail{
    position: relative;
    z-index: 0;
    }

    .thumbnail:hover{
    background-color: transparent;
    z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    left: -1000px;
    border: 1px solid gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
    z-index: 50;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 0px;
    z-index: 50;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top:-70px;
    left:130px; /*position where enlarged image should offset horizontally */
    width:300px;
    z-index: 50;
}

.nProperties{
    background-image: url('i/navigation.gif');
    background-position: 0px -204px;
    background-repeat: no-repeat
}

.nPeople{
    background-image: url('i/navigation.gif');
    background-position: 0px -170px;
    background-repeat: no-repeat
}

.nNews{
    background-image: url('i/navigation.gif');
    background-position: 0px -136px;
    background-repeat: no-repeat
}

.nServices{
    background-image: url('i/navigation.gif');
    background-position: 0px -102px;
    background-repeat: no-repeat
}

.nCompany{
    background-image: url('i/navigation.gif');
    background-position: 0px -68px;
    background-repeat: no-repeat
}

.nContact{
    background-image: url('i/navigation.gif');
    background-position: 0px -34px;
    background-repeat: no-repeat
}

.nHome{
    background-image: url('i/navigation.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat
}

.nOff{
    background-image: url('i/navigation.gif');
    background-position: 0px -238px;
    background-repeat: no-repeat
}
