
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #006699;
  margin: 0;
  padding: 0;
}

.headline{
    background-image:url(../images/headline.png);
    background-repeat:repeat-x;
    color: white;
    padding: 4px;
    padding-left: 6px;
}

.footline {
    height: 10px;
    background-image:url(../images/footline.png);
    background-repeat:repeat-x;
    color: white;
    padding: 4px;
    padding-left: 6px;
}

span.header {
    display: block;
    text-align: center;
    padding: 3px;
    font-size: 13px;
}

span.cart, span.view_cart {
    display: inline-block;
    padding-left: 25px;
}

span.cart { background: transparent url(../images/icon-cart.png) no-repeat; }

span.view_cart {
    padding-left: 18px;
    background: transparent url(../images/icon-view_cart.png) no-repeat;
}

span.header.search_home {
    background: transparent url(../images/icon-search_home.png) no-repeat;
}

span.header.news_letter {
    background: transparent url(../images/icon-news_letter.png) no-repeat;
}

span.header.agent_login {
    background: transparent url(../images/icon-agent_login.png) no-repeat;
}

span.header.testimonials {
    background: transparent url(../images/icon-testimonials.png) no-repeat;
}

span.header.link {
    background: transparent url(../images/icon-link.png) no-repeat;
}

span.header.meet_founder {
    background: transparent url(../images/icon-meet_founder.png) no-repeat;
}

span.header.list_home_mls {
    background: transparent url(../images/icon-list.png) no-repeat;
}

span.header.home_buyers {
    background: transparent url(../images/icon-home_buyer.png) no-repeat;
}

span.header.home_sellers {
    background: transparent url(../images/icon-home_seller.png) no-repeat;
}

span.header.services {
    background: transparent url(../images/icon-services.png) no-repeat;
}

span.header.products {
    background: transparent url(../images/icon-products.png) no-repeat;
}

span.header.agents {
    background: transparent url(../images/icon-agents.png) no-repeat;
}

.top-radius {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bottom-radius {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#searchlisting, #newsletter, #agentsignin {
    margin: 0;   
}

#searchlisting_mls, #searchlisting_city, #searchlisting_country, #searchlisting_state, #textfield, #username, #password {
    width: 170px;
    /*height: 30px;*/
    margin-top: 2%;
    padding: 2px;
    color: #584a7d;
}

#searchlisting_pricelisting_min, #searchlisting_pricelisting_max {
    width: 95%;
    height: 30px;
    margin-top: 2%;
    padding: 2px;
    color: #584a7d;
}

/*#searchlisting input[type=text], #searchlisting select, #newsletter input[type=text], #agentsignin input[type=text], #agentsignin input[type=password] {
    width: 229px;
    height: 30px;
    margin-top: 2%;
    padding: 2%;
    color: #584a7d;
}*/

#searchlisting a, #agentsignin a {
    color: #584a7d;
}

#searchlisting a:hover, #agentsignin a:hover {
    color: #195204;
}

#searchlisting_search, #submitNewsletter, #submit {
    float: right;
    margin-top: 10px;
    width: 116px;
    height: 30px;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    color: #ffffff;
    background: transparent url(../images/b.png) no-repeat;
}

/*#searchlisting input[type=submit], #newsletter input[type=submit], #agentsignin input[type=submit] {
    float: right;
    margin-top: 10px;
    width: 116px;
    height: 30px;
    cursor: pointer;
    border: 0;
    text-indent: 9999;
    color: transparent;
    background: transparent url(../images/bSearch.png) no-repeat;
}*/

#newsletter span#cboxes {
    color: #584a7d;
}

#agentsignin p, #agentsignin a {
    font-size: 11px;
    color: #584a7d;
}

#agentsignin p {
    margin-top: 5px;
    text-align: right;
}

#agentsignin a {
    text-decoration: underline;
}

.meet_founder_links {
    margin: 5px 0;
    list-style: none;
    padding: 0;
}

.sub_mfl {
    padding: 3px;
    padding-left: 15px;
    border-top: 1px solid #8fc841;
}

.main_footer {
    margin-top: 20px;
    width: auto;
    text-align: center;
    background: transparent url(../images/footer.png) repeat;
}

.footer_container {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.footer_content {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}

.footer-link {
    color: #ffffff;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-link:visited {
    color: #ffffff;
}

table{
font-size:13px;
}
td{
font-size: 13px;
}
th{
 background-color:#000000;
 color:#FFFFFF;
 font-weight:bold;
 font-size: 13px;  
 height:18px;
}
a {
    color: #02465B;
    text-decoration:none;
}
a:visited {
    color: #02465B;
}
a:hover {
    color: #7E1414;
}
/* image as link set no border */
a img {
    border: none;
}

nobr {
    white-space: normal;
}

/*page structure*/
#table_default {
  width:100%;
  background-color:#ffffff;
}
#td_w_border{
  border: 1px solid #999999;
}
#td_w_border_light{
  border: 1px solid #DEE7F0;
}
/* midmenu below */
#mid_below{
 color:#02465B;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-transform:uppercase;
}
#mid_below_cart{
 color:#02465B;
}
#mid_below a{
 color:#02465B;
 text-decoration:none;
}
#mid_below a:hover{
 color:#000099;
 text-decoration:none;
}
/* BEGIN LEFT SIDEBAR */
#table_sidebar{
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
}
#td_left_sidebar{
    width:058px;
    background-color:#EFF5FB;
    border-right: solid 1px #DEE7F0;
    height: 100px;
    padding: 0px;
    margin: 0px;
}
#block{
 padding: 0px;
}

#block th{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:#000000;
 font-size:13px;
 height:20px;
 text-align:left;
 padding:0px;
 padding-left: 10px;
 padding-top: 5px;
 background-color: #DBE8F5;
 border-bottom: solid 4px #92A9C0;
 text-transform:uppercase;
}

#block_menu{
 padding:2px 3px 2px 10px;
 text-align:left;
 padding:0px;
 cursor:hand;
 padding-left: 15px;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 border-bottom: solid 2px #FFFFFF;
 font-size:13px;
}

#block_menu a{
 color:#02465B;
 text-decoration:none;
}
#block_menu a:hover{
 color:#003399;
 text-decoration:none;
}
#block_menu #textfield{
 width: 141px;
}
#block_menu #submit{
 width: 100px;
 font-weight:bold;
 color:#ffffff;
 background-color:#2F5560;
 border: 1px solid #6196A6;
 border-bottom: 1px solid #000000;
 border-right: 1px solid #000000;
}
#block_menu #cboxes{
 color:#485356;
}
/* SIDEBAR ENDS HERE */

#footer{
 color:#FFFFFF;
}
#footer a{
 color:#FFFFFF;
 text-decoration:none;
}
#footer a:hover{
 color:#cccccc;
}

/* PAGES */
#content td{
 font-size:13px;
 color:#000000;
 /* text-align:justify; */
 /*line-height:20px;*/
 /*
 padding-left:18px;
 padding-right:25px;
 */
}
#content th{
 background-image:url(../images/themes/default/content_th.jpg);
 background-repeat:repeat-x;
 background-color:#FFFFFF;
 height: 10px;
}
#content th_dots{
 background-image:url(../images/themes/default/dots.gif);
 background-repeat:repeat-x;
 background-color:#FFFFFF;
}
#content #formheader{
 background-color:#DBE8F5;
 border: 0px;
 padding-left: 10px;
 padding-top: 2px;
 font-weight:bold;
 border-bottom: 4px solid #92A9C0;
}
#content_sidebar td{
 font-size:13px;
 color:#000000;
}
h1{
  color:#000066;
  font-size:16px;
    height:10px;
}
#content #page_title{
  color:#000066;
  font-size:16px;
    height:10px;
    font-weight:bold;
}
/* james additional  */

#content #thick_border{
  border: 3px solid #DFE9F4;
}
.RUTM{
  color:#006699;
  font-size:15px;
}
#content #contact_fields{
    width: 200px;
}
#content #testimonialSender{
    font:Arial, Helvetica, sans-serif;
    background-color:#EFF5FB;
    font-style:italic;
    text-align:right;
}
#content #boldFonts{
    font:Arial, Helvetica, sans-serif;
    font-weight:bold;
}
#content #italicFonts{
    font-style:italic;
}
#content #redHighlight{
    font:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#FF0000;
}
#content #searchResultHeader{
    background-color:#CEE0F7;
    font:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    height:25px;
    text-indent:5px;
}
#content #textAlignJustify{
    text-align:justify;
}



.blue-bold{
color:#115192;
font-weight:bold;
}
.yellow-highlight{
background-color:#FFFF00;
}
#titleheader{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:#000000;
 font-size:12px;
 height:20px;
 text-align:left;
 padding:0px;
 padding-left: 10px;
 padding-top: 5px;
 background-color: #DBE8F5;
 border-bottom: solid 4px #92A9C0;
}
#q_and_a{
border: 1px solid #cccccc;
}
#comments{
    color:#CC9900;
    font:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
}
#buttons_standard{
    font-weight:bold; color:#FFFFFF; background-color:#226BB3; 
    border-bottom: 1px solid #000000; border-right: 1px solid #000000;
    border-top: 1px solid #cccccc;border-left: 1px solid #cccccc; 
    font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
#border_left{
background-position:right;
background-repeat:repeat-y;
}
#border_bottom1{
    border-bottom:'border-bottom-width' 'border-bottom-style' 'border-bottom-color';
    border-bottom:3px solid #A0A0A0;
    background-color:#BFD2DD;
    font:Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
    padding-bottom:3px;
}


.succmsg {
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    padding: 1px 3px 1px 3px;
    background-color: #FF6600;
    text-align: auto
}

.div_block_header{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 color: #000000;
 font-size:12px;
 text-align:left;
 padding: 4px 0px 0px 9px;
 background-color: #DBE8F5;
 border-bottom: solid 4px #92A9C0;
 text-transform: uppercase;
}

#div_feat_article {
    background-color: #FFFFF0;
    border: 1px solid #dfdfdf;
}

#div_feat_article ul {
    width: auto;
    margin: 0px 15px 0px 5px;
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 15px;
    padding-top: 5px;
    line-height: 15px;
    white-space: normal;
    font-size: 10pt;
}

#div_feat_article ul li a{
    font-size: 12px;
    text-decoration: none;
}

#div_feat_article ul li span{
    font-size: 10px;
}

#div_feat_article ul li a:hover{
    font-size: 12px;
    text-decoration: underline;
}

.feat_articles_header {
    float: left;
    width: 100%;
    background-color: #e9e9e9;
    padding: 2px 0px 2px 0px;
}

/* MIDLE MENU */
.middle_menu a{
background-color:#265e93;
color:white;
font-weight:bold;
border-top: 1px solid #468ccd;
border-left: 1px solid #468ccd;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration:none;
font-size: 88%;
}
.middle_menu a:visited{
background-color:#265e93;
color:white;
font-weight:bold;
border-top: 1px solid #468ccd;
border-left: 1px solid #468ccd;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration:none;
}
.middle_menu a:hover{
background-color:#F79D11;
color:#ffffff;
border-top: 1px solid #e5b65a;
border-left: 1px solid #e5b65a;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration:none;
}
.middle_menu span{
background-color:#F79D11;
border-top: 1px solid #468ccd;
border-left: 1px solid #468ccd;
font-weight:bold;
color:white;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 3px solid #F79D11;
text-decoration:none;
}
