html>body {height:100%; max-height:100%; overflow:hidden;}


#mainLayout{
    /*position: relative;
    width: auto !important;*/
    margin: 35px 5px 15px 5px;
    
    position:absolute;
    width: auto;
    left:0px;
    top: 94px;
    right: 0px;
    bottom: 30px;
    display:block;
}

#mainLayout div.contentf{
    position: absolute;
    left:0px;
    top: 5px;
    right: 0px;
    bottom: 5px;
    background: #fff !important;
    padding-right:0px !important;
    z-index: 4;
    
}

#contentBottom{
    position: absolute;
    left:0px;
    bottom: 0px;
    right: 0px;
}

#mainLayout div.contentf form{
    padding-top: 5px;
}

#mainLayout div.contentf #actualContent{
    height: 100%;
}

#abmap{
    position: absolute; 
    top: 50px; 
    left: 0px; 
    bottom: 0px; 
    width: 60%; 
    margin: 0px 0px 5px 10px; 
    border: 1px solid #ccc;
}

#mapResults{
    overflow: auto; 
    position:absolute; 
    top:50px; 
    bottom:0px; 
    right:10px;
    margin-bottom: 5px;
    padding: 0px; 
    border: 1px solid #ccc; 
    width: 38%;
    background: #fff;
}

#pageLinks{
    position: absolute;
    right: 10px;
    top: 33px;
    text-align: right;
}

#foot{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
}

* html body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    overflow:hidden;
}

/*IE6 sucks. hard.*/
* html #mainLayout{
    width:expression((document.body.clientWidth - 9) + "px");
    height:expression((document.body.clientHeight -170) + "px");
}

* html #mainLayout div.contentf #actualContent{
    height: expression((document.body.clientHeight - 201) + "px");
}

* html #mapResults{
    height: expression((document.body.clientHeight - 238) + "px");
    width: 40%;
}
* html #abmap{
    height: expression((document.body.clientHeight - 238) + "px");
}
