html 
{
    background-color:#FFFFFF;
}

.tbs h1, .tbs .heading1, .tbs h2, .tbs h3, .tbs h4, .tbs h5, .tbs h6 /*.tbs p, .tbs td, .tbs a, .tbs ul, .tbs li*/
{
    font-family: 'PT Sans', Arial, sans-serif;
}

.rl-outer-page-wrap
{
    margin-left:auto;
    margin-right:auto;
}

.rl-inner-page-wrap
{
    margin-left:auto;
    margin-right:auto;
}

.tbs .homefinder-bar
{
    width:100%;
    background-color:#0e3052;
    -webkit-box-shadow: 0 0 10px #555;
    -moz-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
    border-collapse: separate;
    border-bottom:solid 2px #EEE;
}

.tbs .homefinder-bar-body
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    color:white;
    height:30px;
    vertical-align:middle;
    padding-left:10px;
}

.tbs .homefinder-bar-body a
{
    color:#ccc;
}
.tbs .homefinder-bar-body a:hover
{
    color:#fff;
}


.tbs .site-head
{
    width:960px;
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;

}

.tbs .site-head-body
{
    width:960px;
    overflow: hidden;
    color: #333333;   
    margin-left:auto;
    margin-right:auto;
}

.tbs .main-navbar
{
    z-index:900;
    width:960px;
    height:40px;
    color: white;
    
    margin-left:auto;
    margin-right:auto;
    
    background: #2380E0; /* for non-css3 browsers */
	xfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2380e0', endColorstr='#0a4888'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2380e0), to(#0a4888)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2380e0,  #0a4888); /* for firefox 3.6+ */ 
    border-radius:6px;
    margin-bottom: 10px;
}


.tbs .main-navbar-body
{
    margin-left:auto;
    margin-right:auto;
}

/*start mainnav*/
.tbs #mainnav ol,
.tbs #mainnav ul{
    list-style:none;
    padding: 0;
    margin: 0;  
    text-align:center;  
}

.tbs #mainnav{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    margin-left:auto;
    position:relative;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}


.tbs #mainnav>ul>li:first-child{
	padding-left:10px;
}

.tbs #mainnav>ul>li{
    float:left;
    position:relative;
    border-right: solid 1px #333;
    text-align:center;
}

.tbs #mainnav>ul>li>a{
    float:left;
    padding: 0px 15px;
    vertical-align:middle;
    font-size: 14px;
    
    font-weight:bold;
    color:#fff;
    position:relative;	
    height: 40px;
    line-height:40px;
}

.tbs #mainnav>ul>li>a:hover,
.tbs #mainnav>ul>li:hover>a,
.tbs #mainnav li:hover ul { display:block; }
.tbs #mainnav li ul{
    position:absolute;
    z-index: 2;
    top:100%;
    left:0;
    width:217px;
    background:#ffffff;
    
    -webkit-box-shadow: 0 7px  5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px  5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 5px 5px rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    padding: 7px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 3px 3px;
    border-radius:0 0 5px 5px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    display:none;
    
    text-align:left;
}

.tbs #mainnav>ul>li>a:hover,
.tbs #mainnav>ul>li:hover>a,
.tbs #mainnav>ul>li.active>a{
    -webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	border-collapse: separate;

}

/*end mainnav*/
.rl .mainpage, .rl .homepage
{
    border-radius: 8px 8px 0 0;
}

.rl .mainpage-body, .rl .homepage-body
{
    background: #ffffff;
    margin-left:auto;
    margin-right:auto;
}

.tbs .site-foot {
    margin-left:auto;
    margin-right:auto;
    background-color: #CCCCCC;
    border-top:8px solid #0e3052;

}

.tbs .site-foot-body {
    width:960px;
    overflow: hidden;
    color: #666;
    clear:both;
    padding-top:30px;
    margin-left:auto;
    margin-right:auto;
}

.tbs .site-foot .agent-info {
    font-size: 13px;
    color: #666;
}

.tbs .site-foot-body h1, .tbs .site-foot-body h2, .tbs .site-foot-body h3
{
    color: #333;
}

.tbs .site-foot a 
{
    color: #666;
}
.tbs .site-foot a:hover
{
    color: #999;
}

.tbs .control-group 
{
    margin-bottom:6px;
}


.tbs .agent-info 
{
    color:#666;
}

.agent-info .agent-photo 
{
   padding: 5px;
   border: 1px solid #BBB;
   border-radius: 3px;
   float:left;
   margin: 0 5px 0 5px;
}

.agent-info .agent-name,
.agent-info .agent-title, 
.agent-info .office-name,
.agent-info .office-phone,
.agent-info .cell-phone,
.agent-info .agent-email
{
    float:right;   
    margin: 0 5px 0 5px;
}

.tbs .agent-info:after /*clearfix on psuedo*/
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;     
}

/*
.site-head-main-image 
{
    margin-top:5px;
    height:124px;
    width:960px;
    border-radius: 8px 8px 8px 8px;
}
*/

#rl-quicksearch2-div .quicksearch, #rl-quicksearch3-div .quicksearch {
    width:960px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow:  0 0 0 0;
    box-shadow:  0 0 0 0;
    border-collapse: separate;
    border-radius: 8px;
    border-bottom:0px solid #999;
    margin-top:20px;
    margin-bottom:10px;
    padding-bottom:0px;

}
#rl-quicksearch2-div .quicksearch-body {
    margin-left:10px;
}

#rl-quicksearch1-div .quicksearch {
xbackground: #9a9a9a;
}