#outer{
    border: solid 2px #000;
    margin-left: auto;
    margin-right: auto;
    background: white ;   
}

.nav_links{
    font-size: 15px ;
}

.nav_links a{       
    padding-right: 7px ;
    padding-left: 5px ;
}

.nav_links a:last-child{
    padding-right: 0 ;
    border-right: 0 ;
}

#banner_container{
    text-align: center ;
}

#search_form_container{
    width: 750px ;
    margin: 0 auto ;
    font-size: 12px ;
}

#search_form_container b{
    color: #C0341A ;
}

a:link {
     color: #5A82BD;
     text-decoration: none;
}

a:visited {
     text-decoration: none;
     color: #5A82BD;
}

a:focus {
  -moz-outline-style:none;
}

a:hover {
     text-decoration: underline;
     color: #5A82BD;
}
a:active {
     text-decoration: none;
     color: #5A82BD;
     outline:none;
}

/* tab pane styling */

div.panes div {
    display:none;        
    padding:15px 10px;
    border:1px solid #AAAAAA;
    /* border-top:0; */
    font-size:14px;
    background-color:#fff;
}

#frmPeople td{
    text-align: left ;
}

/* pagination links */
div.paginationLinks{
    text-align: center ;
    margin-top: 20px ;
    margin-bottom: 20px ;
}

div.paginationLinks a.currentPageLink{
    border: 1px solid #5A82BD ;
}

/* search results table */
.notavail {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #A9A9A9;
}
.phonenumber {

    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    color: #CC0000;
    font-weight: bold;
}
.headingnav:link {
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.headingnav:visited {
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #111111;
    text-decoration: none;
}
.headingnav:hover {
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.headingnav:active {
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.nav:link {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.nav:visited {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.nav:hover {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}
.nav:active {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

div.no_search_results {
    font-size: 16px;
    color: #000000;
    margin-bottom : 50px;
    margin-top: 100px;
    text-align: center; 
}

div.listings_found {
    font-size: 15px;
    color: #000000;    
}

span.highlight {
	background:#FFFF00;
}