body {
    
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    background-color: #D0D0D0;
}

#container {
 
    position: absolute;
    left: 50%; 
    width: 780px;
    height: auto;
    margin-left: -390px;
    border-left: solid 1px #50A272;
    border-right: solid 1px #C7C7C7;
    border-bottom: solid 1px #C7C7C7;
}

#header {

    margin: 0px 4px 0px 4px;
    width: 770px;
    height: 125px;
    border-left: solid 1px #50A272;
    border-right: solid 1px #C7C7C7;
    border-bottom: solid 8px #18964C;
}

#logo {
 
    width: 172px;
    height: 125px;
    background-image: url('images/LargeLogo.jpg');
    background-repeat: no-repeat;
    float:left;
}

#links {
    
    padding: 75px 0px 0px 0px;
    float: right;   
    color: #686868;
    font-family: Arial, Sans-Serif;
}

#links a {
    
    color: #686868;
    text-decoration: none;   
}

#links a:hover {
    
    text-decoration: underline;   
}

#links li {
 
    padding: 0px 15px 0px 15px;
    display: inline;
    list-style-type: none;
    background-image: url('images/greyarrow.gif');
    background-repeat: no-repeat;
}

#contentholder {
    
    margin: 0px 0px 0px 4px;
    width: 770px;
    height: 482px;
    border-left: solid 1px #50A272;
    border-right: solid 1px #C7C7C7;
    /*overflow: auto;*/
}

#contenthead {
 
    margin: 0px 0px 10px 15px;
    width: 755px;
    height: 32px;
    line-height: 32px;
    color: #18964C;
    font-size: 18px;
    font-family: Arial, Sans-Serif;
    border-bottom: solid 2px #D7D7D7; 
}

#contentleft {
    
    width: 510px;
    height: 398px;
    float: left;
}

#contentleft a {
    
    color: #18964C;   
    
}

#contentright{
    
    padding: 0px 0px 0px 5px;
    float: left;
    width: 255px;
    height: 438px;
    background-color: #18964C;
}

#footerleft {
    
    padding: 0px 0px 0px 20px;
    width: 684px;
    height: 20px;
    border-top: solid 1px #C7C7C7; 
    border-right: solid 1px #C7C7C7;
    line-height: 20px;
    color: #8E8E8E;
    font-size: 10px;
    float: left;
}

#footerleft a {
 
    color: #18964C;
}

#footerleft a:hover {
    
    text-decoration: none;
}

#footerright {
 
    padding: 0px 5px 0px 0px;
    width: 70px;
    height: 20px;
    float: right;
    border-top: solid 1px #C7C7C7; 
    font-size: 10px;
    line-height: 20px;
    background-image: url('images/greenarrow.gif');
    background-repeat: no-repeat;
    text-align: right;
}

#footerright a {
 
    color: #18964C;
    text-decoration: none;
}

#footerright a:hover {
 
    text-decoration: underline;
}

.toptext {
    
    float: right; 
    margin: 0px 10px 0px 0px;
    font-size: 14px;
    
}

.toptext a {
 
    color: #18964C;
    text-decoration: none;
}

.toptext a:hover {
 
    text-decoration: underline;
}


.property {
    
    padding: 0px 0px 0px 15px;
    border: solid 1px #FFFFFF;
    width: 152px;
    height: 120px;
    float: left;
}

.item {
    
    margin: 0px 0px 0px 0px;
    width: 135px;
    height: 85px;
    border: solid 1px #18964C;
}

.propertytitle {
    
    /*line-height: 22px;*/
    width: 135px;
    font-family: Arial, Sans-Serif;
    color: #18964C;
    /*float: left;*/
    font-size: 11px;
    height: 32px;
    text-align: center;
}

.propertymorelink {
    
    width: 46px;
    margin: 0px 15px 0px 0px;
    float: right;
    line-height: 22px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: right;
    background-image: url('images/greenwhitearrow.gif');
}

.propertymorelink a {
    
    color: #FFFFFF;
    text-decoration: none;
}

.propertymorelink a:hover {
    
    text-decoration: underline;
}

.testimonial {
 
    color: #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    
}

.testimonial h2 {
 
    font-size: 14px;
    line-height: 14px;   
}

.testimonialtitle {
 
    margin: 10px 0px 0px 0px;
    line-height: 22px;
    font-weight: bold;
    font-size: 13px;   
    text-align: right;
}

.testimonialtext {
    
    height: auto;
    padding: 10px 10px 0px 10px;
}


a.info{
    position: relative;
    z-index:24;
    color:#FFFFFF;
    text-decoration:none}

a.info:hover {
    
    z-index:25; 
    background-color:#FFFFFF
}

a.info span {
    
    display: none;
    padding: 3px;
}

a.info:hover span {

    display:block;
    position: absolute;
    top:110%; 
    left:20px; 
    width:230px;
    border:1px solid #18964C;
    background-color: #FFFFFF;
    color:#18964C;
    text-align: center
}