.listing {margin: 10px; clear: both; width: 974px; background: transparent; }

#listingdisplay {
background: #fff;
color: #000;
padding: 10px 0;
margin-top: 15px;
height: 490px;
overflow: auto;
}

#pagenavigationmenu {
    width: 100%;
    margin-top: 5px;
    height: 30px;
    
    padding-top: 5px;
    background: #000 url(images/menuback.png) top left repeat-x;
}

#pagenavigationmenu p {
    margin-left: 10px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#pagenavigationmenu a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    width: 30px;
    padding: 5px;
    border-right: 1px solid #fff;
}

#pagenavigationmenu a:hover {
    background: transparent url(images/menuhover.png) top left repeat-x;
}

#displaypage {
    margin-left: 10px;
}

#top_row {   
    background-color: #fff;
    color: #000;
    padding: 10px 0;
}
#agencybox,
#picturebox {
    width: 320px;
    float: left;
    margin-left: 10px;
    background-color: #fff;
    color: #000;
    text-align: center;
}
#thumbs {
    width: 306px; 
    margin-left: 10px;
}
.thumbnail {
    float: left;
    width: 74px;
    border: 0;
    padding: 1px;
}
#searchtools {
    float: right; 
    margin-right: 5px; 
    width: 280px; 
    background-color: #ffe; 
    border: 5px double #490e07; 
    padding: 5px;
    text-align: center;
    background: #ffe;
}

#searchtools h2,
#searchtools h3 {
    color: #fff;
    background-color: #490e07;
    text-align: center;
}

#searchtools a {
    text-align: left;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 22px;
    width: 240px;
    display: block;
    text-decoration: none;
    background: transparent url(images/bullet1.gif) center left no-repeat;
    color: #000;
    
}

#searchtools a:hover {
    text-decoration: underline;
}

#basicinfo {
    float: left;
    margin-left: 10px;
    width: 310px;
    color: #000;
    font-size: 14px;
}

#basicinfo ul {
    list-style-type: none;
    margin-top: 10px;
}
.clearfloat {
    clear: both;
}
