﻿/* remove the right and left hand columns */
#add_text 
{
    width:100%;
    padding:10px 0px;    
    text-align:center;
    clear:both;
}
.center-column 
{
    margin:0px 15px 0px 15px;
}
.nav li 
{
    border:none;
}
.mapIcon 
{
    margin-bottom:-5px;
    margin-left:5px;
}


.addr 
{
    border-top:1px solid #aac8e2;
    padding-top:20px;
       }

/* tabs */
#tabs 
{
    min-height:25px;
    padding:0px;
    margin-bottom:25px;
}
.tab 
{
    float:left;
    margin:0.1%;        
    text-align:center;    
}
.tab a 
{
    background-color:#e3eece;
    text-decoration:none;
    color:#000;
    font-weight:bold;
    font-size:12px;
    padding:8px 1px 8px 1px;
    display:block;
    -moz-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;     
}
.tab a:hover
{
    background-color:#aac8e2;    
}
.tab a.current
{
    background-color:#aac8e2; 
    outline:none;   
}


/* results header */
#resultsHead 
{
    min-height:135px;
    height:auto;
}
#resultsHeadLogos 
{
    float:right;
}
#resultsHeadLogos img
{
    vertical-align:middle;
    margin-left:10px;
}
#resultsHeadLogos .map
{
    border:2px solid #000;
}

/* results footer */
#resultsFoot
{
    clear:both;
    left:50%;
    width:600px;
    margin-left:-300px;
    position:relative;
    text-align:center;
    padding-top:20px;    
}

/* results */
#panes 
{
    position:relative;
    z-index:99;
}
.resultsColL 
{
    float:left;
    width:49%;
}  
.resultsColR
{
    float:right;
    width:49%;
}    
#resultsBody .nav 
{
    width:100%;
    padding:0px;
    border:1px solid #AAC8E0;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    font-size:12px;
}
.resultImgs 
{
    float:right;
}
.resultImg 
{
    float:left;
    margin:5px;
    border:1px solid #AAC8E0;
}
.nav h2
{
    color:Black;
    background: none repeat scroll 0 0 #AAC8E0;
    margin: 0 -5px;
    padding: 6px 7px;   
}
.nav .resultListItem 
{
    background:none no-repeat scroll 9px 0.8em rgb(223, 238, 239);
    padding:11px 12px;
    margin-bottom:3px;
}
.nav .oneLiner
{
    margin-left:10px;
    margin-top:5px;
    margin-bottom:5px;   
}
.nav .oneLiner br
{
    margin-bottom:10px;
}
.nav .resultDescr
{
    background:#dfeeef no-repeat 9px .8em;padding:6px 12px;width:95%;list-style:none;
}



