﻿body
{
    font-size: 11.5px;
    font-family: Arial, Sans-Serif, Helvetica;
    color: White;
    background-color: #1f1f1f;    
}

a
{
    color: #99cc00;
    text-decoration: none;
    outline:none;
}

a img
{
    border: 0px;
}

.main_wrapper
{
    width: 980px;
    margin: 0 auto;
}

.header
{
    width: 980px;
    position: relative;
}

.logo
{
    width: 158px;
    height: 111px; 
    float: left;
    margin-bottom: 8px;
}

.quick_search
{
    float: right;
    margin-top: 85px;    
}

div.quick_search div
{
    float: left;
}

.quick_search_title
{
    margin: 7px 7px 0 0;
    font-weight: bold;
    color: #cecece;
}

.quick_search_img
{
    margin-top: 6px;
    margin-left: 0px;
    border:0px;
    background: none !important;
}

.quick_search_input
{
    width: 179px;    
    background: url(../img/header/quick_search_backdrop.png) no-repeat;    
    border: 0px;
    padding: 8px 0 6px 5px;
    color: #fff;    
    font-size:10px;    
}

.menu
{
    width: 980px;
    margin: 0px 0 3px 0; /*border:1px solid #fff;*/
    z-index:500; 
}

.buttons_left
{
    float: left;
    margin-right: 3px;
}

.buttons_right
{
    float: right;
    margin-right: 0px;
}

.clear
{
    clear: both;
}

.container_top
{
    background: url(../img/container_top.png) no-repeat;
    width: 980px;
    height: 10px;
}

.container_mid
{
    background: url(../img/container_back_drop.png) no-repeat;
    background-position: top;
    background-color: #000;
    width: 978px;
    min-height: 365px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    padding: 13px 0;
    position:relative;
}

.content_container
{
    width: 938px;
    margin: 0 auto;
}

.container_bottom
{
    background: url(../img/container_bottom.png) no-repeat;
    width: 980px;
    height: 13px;
}

.footer
{
    width: 980px;
    position: relative;
    color:#cecece;
}

.seo_text
{
    margin: 15px 0;
}

.simple_search
{
    width: 221px;
    height: 393px;
    background: url(../img/home_page/simple_search_back_drop.png) no-repeat;
    float: left;
}


.main_window
{
    width: 756px;
    height: 393px;
    float: right;
    /*background-image: url(../images/1.png); */   
}

.middle_box
{
    width: 325px;
    height: 217px;
    float: left;
    background: url(../img/home_page/bottom_box.png) no-repeat;
    margin: 3px 3px 0 0;
    position: relative;
}

.middle_box_alt
{
    width: 325px;
    height: 217px;
    float: right;
    background: url(../img/home_page/bottom_box.png) no-repeat;
    margin: 3px -1px 0 0;
    position: relative;
}

.bottom_box
{
    width: 325px;
    height: 97px;
    float: left;
    background: url(../img/home_page/bottom_half_box.png) no-repeat;
    margin: 3px 3px 0 0;
    position: relative;
}

.bottom_box_alt
{
    width: 325px;
    height: 97px;
    float: right;
    background: url(../img/home_page/bottom_half_box.png) no-repeat;
    margin: 3px -1px 0 0;
    position: relative;
}

/* -- Simple Search -- */

.simple_search_body
{
    color: #f4f4f4;
    font-size: 11px;
    margin-left: 20px;
    margin-top: 30px;
}

.sale_radio
{
    float: left;
    margin-bottom: 15px;
}

.sale_radio img
{
    vertical-align: middle;
    margin-right: 5px;
}

.rental_radio
{
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.rental_radio img
{
    vertical-align: middle;
    margin-right: 5px;
}

.simple_search_criteria_section div
{
    z-index:99;
}

.simple_search_criteria_section {}

.simple_search_go
{
    float: right;
    margin: 10px 20px 10px 0;
}

.simple_search_fields
{
    margin: 3px 0 10px 0;
}

.simple_search_fields_input
{
    width: 179px;
    height: 24px;
    background: url(../img/home_page/simple_search_input_back_drop.png) no-repeat;
    border: 0px;
    color: #f4f4f4;
    font-size: 10px;
    padding: 2px 5px;
    vertical-align:middle;
}

/* -- Featured Property Box -- */

.featured_property_title
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.featured_property_arrow_container
{
    position: absolute;
    top: 15px;
    right: 15px;
}

.featured_property_arrow_prev
{
    float: left;
    margin-right: 10px;
}

.featured_property_arrow_next
{
    float: left;
}

.featured_property_image_container
{
    position: absolute;
    bottom: 20px;
    left: 18px;
}

.featured_property_image_container img
{
    border: 1px solid #cecece;
}

.featured_property_details_container
{
    position: absolute;
    top: 90px;
    right: 20px;
    width: 40%;
    font-size: 12px;
}

.featured_property_address
{
    font-weight: normal;
}

.featured_property_neighborhood
{
    margin-bottom: 10px;
}

.featured_property_toggle
{
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.featured_property_toggle a
{
    font-size: 9px;
    text-decoration: underline;
}

.vow_title
{
    margin: 10px;
}

.vow_description
{
    margin: 10px 20px;
    font-size: 12px;
}

.vow_register
{
    margin: 5px 30px;
    text-align: right;
}

.news_title
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.home_scrollbar_container
{
    position: absolute;
    right: 10px;
    top: 20px;
}

.home_article_container
{
    position: absolute;
    top: 70px;
    left: 20px;
    width: 80%;
}

.home_up_arrow
{
}

.home_down_arrow
{
}

.home_drag_track
{
    margin: 5px 0 5px 2px;
}

.home_drag_ball
{
    position: absolute;
    top: 45px;
    right: 3px;
}

.home_article_title
{
    font-size: 16px;
    margin: 6px 0 3px; 
}

.home_article_description
{
    font-size: 12px;
}

.hospitality_image
{
    float: left;
    margin: 10px 5px 10px 10px;
}

.hospitality_image
{
    border: 1px solid #999;
}

.hospitality_title
{
    float: left;
    margin: 5px 0 0 10px;
}

.think_dcn
{
    position: absolute;
    top: 5px;
    left: 20px;
}

.think_dcn_go
{
    position: absolute;
    top: 30px;
    left: 103px;
}

.think_dcn_description
{
    position: absolute;
    top: 22px;
    right: 15px;
    width: 115px;
    font-size: 12px;
}

.affiliations
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.affiliations img
{
    margin-left: 10px;
}

/*-- Search Page --*/

.search_left_col
{
    float: left;
    width: 270px;
    position: relative;
}

.search_right_col
{
    float: right;
    width: 642px;
}

.search_section_container
{
    width: 642px;
    margin: 10px 0 0 0;
}

div.search_section_container table
{
    width: 642px;
    margin: 0 0 0 4px;
}

div.search_section_container td
{
    width: 25%;
    padding-bottom: 5px;
}

.search_expandable_div
{
    width: 642px;
}


.search_expandable_div ul li
{
    /*list-style-type:disc;*/ 
    font-family: Arial; 
    font-size: 11px; 
    outline: none; 
    height: 16px; 
    display: block; 
    float: left; 
    padding: 1px 0px 0px 22px; 
    color: #cfcfce;
}

.search_header_container
{
    width: 642px;
}

.search_header_left_cap
{
    float: left;
    background: url(../img/common/header_bar_left_cap.png) no-repeat;
    width: 6px;
    height: 22px;
}

.search_header_background
{
    float: left;
    background: url(../img/common/header_bar_back.png) repeat-x;
    width: 630px;
    height: 22px;
}

.search_header_right_cap
{
    float: right;
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_right_cap.png) no-repeat;
}

.search_main_check
{
    margin-left: 4px;
}

.fakecheck , .cHeaderTemp, .cDT, .cMTE, .cMTW, .cUES, .cUWS, .cUM, .cBed, .cBath, .cBldg, .cApt, .cSL, .cOwner, .cOther, .cMin, .cMax
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    outline: none;
    background: url(../img/common/checkbox.png) no-repeat;
    height: 16px;
    display: block;
    float: left;
    padding: 1px 0px 0px 20px;
    color: #cfcfce;
}

.fakecheck, .cHeaderTemp, .cDT, .cMTE, .cMTW, .cUES, .cUWS, .cUM, cBed, .cBath, .cBldg, .cApt, .cSL, .cOwner, .cOther, .cMin, .cMax:hover
{
    text-decoration: none;
    outline:none;    
}

.fakechecked
{
    background-position: left -25px;
    text-decoration:none;
    outline:none;
}

.fakeradio
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    outline: none;
    background: url(../img/common/radio_button.png) no-repeat;
    height: 16px;
    display: block;
    float: left;
    padding: 1px 0px 0px 20px;
    color: #cfcfce;
}

.fakeradio:hover
{
    text-decoration: none;
}

.fakeradioed
{
    background-position: left -25px;
}

.search_header_title
{
    float: left;
    margin: 2px 0 0 -2px;
}

div.search_header_title a
{
    font-weight: bold;
    color: #ffffff;
}

div.search_header_title table
{
    width: 642px;
    margin: 1px 0 0 0;
}

div.search_header_title table td
{
    width: 25%;
}

.search_header_expand_contract
{
    float: right;
    margin-top: 3px;
}

div.search_header_expand_contract img
{
    vertical-align: middle;
    margin-right: 5px;
}

.search_clear
{
    clear: both;
    height: 10px;
}

div.search_main_check a
{
    font-weight: bold;
    color: #ffffff;
}

.listing_criteria_container
{
    width: 642px;
    margin: 20px 0 0 4px;
    
}

.price_range
{
    width: 320px;
    float: left;
    
}

div.price_range div
{
 width:160px;
    float: left;
     
}

.price_range_input
{
    background: url(../img/common/search_input.png) no-repeat;
    height: 24px;
    width: 133px;
    border: 0px;
    color: #cfcfce;
    font-size: 10px;
    padding: 5px 5px;
}



.price_range_input_refign
{
    background: url(../img/common/search_input.png) no-repeat;
    height: 24px;
    width: 95px;
    border: 0px;
    color: #cfcfce;
    font-size: 10px;
    padding: 5px 5px;
}



.listing_criteria
{
    width: 25%;
    float: left;
}

.listing_criteria_dropdown
{
    background: url(../img/common/search_dropdown.png) no-repeat;
    height: 24px;
    width: 133px;
}

.listing_criteria_title
{
    font-weight: bold;
    color: #ffffff;    
}
dl.dropdown dt
{
    cursor: pointer;
}
dl.dropdown dd
{
    display: none;
}
dl.dropdown dd ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown
{
    position: relative;
}

.search_pop_up_small
{
    position: absolute;
    top: -220px;
    right: 0px;
    background: url(../img/common/search_pop_up_small.png) no-repeat;
    height: 217px;
    width: 186px;
}

.search_pop_up_price
{
    position: absolute;
    top: -220px;
    right: 0px;
    background: url(../images/sale_pop_up.png) no-repeat;
    height: 420px;
    width: 432px;
}

.search_pop_up_rent
{
    position: absolute;
    top: -220px;
    right: 0px;
    background: url(../images/sale_pop_up.png) no-repeat;
    height: 420px;
    width: 432px;
}

.selected_criteria
{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    margin: 20px;
}

div.search_pop_up_small ul
{
    position: absolute;
    left: 20px;
    top: 50px;
}

div.search_pop_up_small ul li
{
    padding-bottom: 5px;
    height: 18px;
}

.search_pop_up_price
{
    position:absolute;
    top: -300px;
    right: 0px;
    background: url(../images/sale_pop_up.png) no-repeat;    
}

.search_pop_up_rent
{
    position:absolute;
    top: -217px;
    right: 0px;
    background: url(../images/rental_pop_up.png) no-repeat;    
}
 
.search_pop_up_large
{
    position: absolute;
    top: -220px;
    right: 0px;
    background: url(../img/common/search_pop_up_large.png) no-repeat;
    height: 217px;
    width: 289px;
}

.search_pop_up_large_selected_criteria
{
    color: #ffffff;
    font-size: 11.5px;
    font-weight: bold;
    margin: 20px;
}

.search_pop_up_price_selected_criteria
{
    color: #ffffff;
    font-size: 11.5px;
    font-weight: bold;
    margin: 20px;
}

.search_pop_up_rent_selected_criteria
{
    color: #ffffff;
    font-size: 11.5px;
    font-weight: bold;
    margin: 20px;
}

.search_pop_up_large_even
{
    float: left;
    width: 50%;
    position: relative;
}

div.search_pop_up_large_even ul
{
    position: absolute;
    left: 20px;
    top: 0px;
}

div.search_pop_up_large_even ul li
{
    padding-bottom: 5px;
    height: 18px;
}

.search_pop_up_large_odd
{
    float: right;
    width: 50%;
    position: relative;
}

div.search_pop_up_large_odd ul
{
    position: absolute;
    left: 20px;
    top: 0px;
}

div.search_pop_up_large_odd ul li
{
    padding-bottom: 5px;
    height: 18px;
}

.search_pop_up_large_even_2
{
    float: left;
    width: 50%;
    position: relative;
}

.search_pop_up_price_1
{
    float: left;
    width: 33%;
    position: relative;
}

.search_pop_up_rent_1
{
    float: left;
    width: 33%;
    position: relative;
}

div.search_pop_up_large_even_2 ul
{
    position: absolute;
    left: 20px;
    top: -2px;
}

div.search_pop_up_price_1 ul
{
    position: absolute;
    left: 20px;
    top: -2px;
}

div.search_pop_up_rent_1 ul
{
    position: absolute;
    left: 20px;
    top: -2px;
}

div.search_pop_up_large_even_2 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

div.search_pop_up_price_1 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

div.search_pop_up_rent_1 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

.search_pop_up_large_odd_2
{
    float: right;
    width: 50%;
    position: relative;
}

.search_pop_up_price_2
{
   
    width: 33%;
    position: relative;
}

.search_pop_up_rent_2
{
   
    width: 33%;
    position: relative;
}

.search_pop_up_price_3
{
    float: right;
    width: 33%;
    position: relative;
}

.search_pop_up_rent_3
{
    float: right;
    width: 33%;
    position: relative;
}

div.search_pop_up_large_odd_2 ul
{
    position: absolute;
    left: 20px;
    top: -2px;
}

div.search_pop_up_price_2 ul
{
    position: absolute;
    left: 170px;
    top: -2px;
}

div.search_pop_up_price_3 ul
{
    position: absolute;
    left: 20px;
    top: -2px;
}

div.search_pop_up_rent_2 ul
{
    position: absolute;
    left: 170px;
    top: -2px;
}

div.search_pop_up_rent_3 ul
{
    position: absolute;
    left: 20px;
    top: -2px;
}

div.search_pop_up_large_odd_2 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

div.search_pop_up_price_2 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

div.search_pop_up_price_3 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

div.search_pop_up_rent_2 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

div.search_pop_up_rent_3 ul li
{
    padding-bottom: 5px;
    height: 15px;
}

.search_pop_up_buttons
{
    width: 90%;
    text-align: right;
    margin: 150px 0 0 0;
}

.search_pop_up_buttons_sale
{
    width: 90%;
    text-align: right;
    margin: 230px 0 0 0;
}

.search_pop_up_buttons_rent
{
    width: 90%;
    text-align: right;
    margin: 150px 0 0 0;
}

.dropdown li
{
    float: none !important;
    clear: both;
}

.search_disclaimer
{
    float: left;
    width: 70%;
    margin-top: 20px;
}

.search_page_search_button
{
    float: right;
    margin-top: 20px;
    margin-right: 25px;
}

.search_page_map
{
    margin: 10px 0 0 0px;
}

.search_page_lifestyle
{
    margin: 30px 0 0 30px;
}

.search_DCN_logo
{
    margin: 40px 0 0;
}

.search_fake_radio_buttons
{
    position: absolute;
    top: 80px;
    right: 40px;
}

.search_fake_radio_buttons a
{
    margin-left: 10px;
}

/*-- Search Results Page --*/

.listing_result_title_container
{
    margin:0px;
    width:938px;
}

.listing_result_title_left_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_left_cap.png) no-repeat;
    float:left;
}

.listing_result_title_middle
{
    width: 926px;
    height: 22px;
    background: url(../img/common/header_bar_back.png) repeat-x;
    float:left;
}

.listing_result_title_right_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_right_cap.png) no-repeat;
    float:right;
}

.listing_result_title_middle table
{
    width:926px;
    font-weight:bold;
    color:#ffffff;
    font-size:12px;
    margin-top:3px;
}

.listing_result_container
{
    width:938px;
    height:115px;
    margin:10px auto 0;
    background: url(../img/common/listing_result_background.png) no-repeat;
}

.listing_result_container table
{
    width:938px;
}

.listing_result_container_divider
{
    border-right:1px solid #666;
}

.listing_result_table_padding
{
    padding:10px 0 0 0;
}

.listing_result_thumb img
{
    margin-left:10px;
    border:1px solid #666;
    margin-top:-1px;
}

table.listing_result_address
{
    width:90%;
    margin:0px;
}

table.listing_result_address span
{
    font-weight:bold;
    color:#fff;
    font-size:12px;
}

table.listing_result_price
{
    width:80%;
    margin:0 auto;
}

table.listing_result_price td
{
    text-align:left;
}

table.listing_result_price td + td
{
    text-align:right;
}

table.listing_result_price span
{
    font-weight:bold;
    color:#fff;
    font-size:12px;
}

.open_house
{
    color: #99cc00;
}

.listing_result_tool
{
    margin:0 0 10px 6px;
}

.paging_container
{
    width:938px;
    margin-bottom:5px;
    height:15px;
}

.paging_results
{
    float:left;
}

.paging_pages
{
    float:right;
}

.paging_pages img
{
    vertical-align:middle;
    height:15px;
}

.listing_result_title
{
    float:left;
    margin-top:-12px;
    margin-bottom:20px;
}

.refine_search
{
    float:right;
    margin-top:4px;
}

div.refine_search div
{
    float:left;
    vertical-align:middle;
}

div.refine_search div img
{
    vertical-align:middle;
    margin-top:-6px;
    margin-left:10px;
}

.refine_search_dropdown
{
   /* background: url(../img/common/search_dropdown.png) no-repeat;*/
    height: 24px;
    width: 133px;
}

.refine_search_dropdown_large
{
    background: url(../img/common/search_dropdown.png) no-repeat;
    height: 24px;
    width: 133px;
}

.refine_search_dropdown_medium
{
   background: url(../img/common/refine_search_dropdown_medium.png) no-repeat;
    height: 24px;
    width: 106px;
}

.refine_search_dropdown_small
{
    background: url(../img/common/refine_search_dropdown_small.png) no-repeat;
    height: 24px;
    width: 92px; 
}

.refine_search_dropdown_text
{
    margin:5px;
}

.refine_search_titles
{
    margin:5px;
    font-weight:bold;
    color:#fff;
}

.listing_result_disclaimer
{
    float:left;
    width:70%;
    margin-top:20px;
}

.listing_result_DCN_logo
{
     clear:left;
    float:left;
    margin-top:10px;
}

/*-- Listing Detail Page --*/

.listing_detail_title
{
    float:left;
    margin-top:-12px;
    margin-bottom:20px;
}

.listing_navigation
{
    float:right;
    margin-top:-2px;
}

.listing_navigation img
{
    margin-left:5px;
}

.listing_detail_left_col
{
    float:left;
    width:593px;
}

.listing_detail_right_col
{
    float:right;
    width:330px;
    margin-top:4px;
}

.listing_detail_open_house
{
    color: #99cc00;
    font-size:13px;
}

.listing_detail_cross_streets
{
    color: #fff;
    font-size:13px;
    font-weight:bold;
    margin:2px 0;
}

div.listing_detail_cross_streets a
{
    color: #99cc00;
    /*text-decoration:underline;*/
    font-size:12px;
    font-weight:normal;
}

.listing_detail_address
{
    color: #fff;
    font-size:19px;
    float:left;
}

.listing_detail_webID
{
    color: #fff;
    font-size:19px;
    float:right;
}


.listing_detail_photo
{
    width:476px; 
    height:303px;
     vertical-align:middle; 
   text-align:center; 
  padding-top: 20px;
    margin:10px 0 0 0;
    float:left;
    border:1px solid #666;
}


.listing_detail_photo_thumb_container
{
    
    height:333px;
    width:84px;
    float:left;
    margin-left:8px;
    margin-top:10px;
}

.listing_detail_photo_thumb
{
 
    height:59px;
    width:84px;
    margin-bottom:10px;
   
}

.listing_detail_photo_thumb img
{
    border:1px solid #666;
}

.listing_detail_photo_scroll_bar_container
{
    height:333px;
    width:15px;
    float:right;
    position:relative;
    margin:11px 0 0 0;
}

.listing_detail_photo_scroll_bar
{
    margin:15px auto 0;
    width:8px;
    height:303px;
    background: url(../img/common/listing_detail_scroll_bar.png) no-repeat;
}


.listing_detail_photo_scroll_bar_up_arrow
{
    margin:0 auto;
    width:15px;
    height:7px;
    background: url(../img/common/up_arrow.png) no-repeat;
    position:absolute;
    top:0px;
}

.listing_detail_photo_scroll_bar_down_arrow
{
    margin:0 auto;
    width:15px;
    height:7px;
    background: url(../img/common/down_arrow.png) no-repeat;
    position:absolute;
    bottom:0px;
}

.listing_detail_track_ball
{
    margin:0 auto;
    width:12px;
    height:12px;
    background: url(../img/common/track_ball.png) no-repeat;
    position:absolute;
    top:20px;
    left:2px;
}

.listing_detail_media_buttons_container
{
    margin:10px 0 20px 0
}

.listing_detail_media_buttons
{
    float:left;
    margin-top:10px;
    margin-right:10px;
    overflow:visible;    
}

.listing_detail_description
{
    margin:10px 0;
    font-size:12px;
}

.listing_detail_disclaimer
{
    font-size:9px;
}

.street_view
{
    width:568px;
    height:333px;
    border: 1px solid #666;
    margin:20px 0 40px;
}

.recently_viewed_container
{
    width:593px;
    margin-top:10px;
}

.recently_viewed_listings
{
    width:137px;
    float:left;
    margin-right:10px;
}

div.recently_viewed_listings img
{
    border:1px solid #666;
    margin:5px 0;
}

.recently_viewed_listings_webID
{
    font-weight:bold;
    font-size:12px;
    color:#fff;
}

.listing_detail_header_container
{
    width:330px;
    margin:25px 0 0 0;
}

div.listing_detail_header_container table
{
    width:95%;
    margin:10px auto;
    font-size:12px;   
}

div.listing_detail_header_container table td
{
    text-align:left;
    width:50%;
    padding:2px 0;
}

div.listing_detail_header_container table td + td
{
    text-align:right;
    width:50%;
}

.listing_detail_title_left_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_left_cap.png) no-repeat;
    float:left;
}

.listing_detail_title_middle
{
    width: 318px;
    height: 22px;
    background: url(../img/common/header_bar_back.png) repeat-x;
    float:left;
}

div.listing_detail_title_middle div
{
    color:#cecece;
    /*font-weight:bold;*/
    font-size:11px;
    margin-top:4px;
    letter-spacing:0px;
    text-transform:uppercase;
}

.listing_detail_title_right_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_right_cap.png) no-repeat;
    float:right;
}

.listing_detail_contact_name
{
    font-size:13px;
    color:#fff;
    font-weight:bold;
    position:absolute;
    top:0px;
    left:115px;
}

.listing_detail_contact_container
{
    width:314px;
    height:150px;
    margin:13px auto 20px auto;
    position:relative;   
}

.listing_detail_agent_photo
{
    width:105px;
    height:147px;
    position:absolute;
    top:0px;
    left:0px;
}

.listing_detail_agent_numbers
{
    width:199px;
    position:absolute;
    top:25px;
    left:115px;
}

.listing_detail_agent_numbers_type
{
    float:left;
    font-size:12px;
}

.listing_detail_agent_numbers_numbers
{
    float:right;
    font-size:12px;
}

.listing_detail_email_me
{
    position:absolute;
    bottom:7px;
    left:115px;
}

.listing_detail_view_my_listings
{
    position:absolute;
    bottom:29px;
    left:115px;
}

.listing_detail_download_vcard
{
    position:absolute;
    bottom:63px;
    left:115px;
}

.listing_detail_clear
{
    height:10px;
    clear:both;
}

.contact_divider
{
    width:329px;
    height:7px;
    margin:0 auto 30px auto;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;

}

.listing_detail_even
{
    background-image:url(../img/common/general_details_even.png);
    background-repeat:no-repeat;
    background-position:right; 
}

.listing_detail_odd
{
    background-image:url(../img/common/general_details_odd.png);
    background-repeat:no-repeat;
    background-position:left;  
}

/*-- Agent Search Page --*/

.agent_search_left_col
{
    float: left;
    width: 220px;
    position: relative;
}

.agent_search_right_col
{
    float: right;
    width: 718px;
}

.agent_search_page_side_bar_text
{
    font-size:12px;
    width:90%;
    margin:20px 0;
}

.agent_search_page_side_bar_text span
{   
    font-size:12px;
    font-weight:bold;
    color: #99cc00
}

agent_search_header_container
{
    width:100%;
}

.agent_search_title_left_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_left_cap.png) no-repeat;
    float:left;
}

.agent_search_title_middle
{
    width: 706px;
    height: 22px;
    background: url(../img/common/header_bar_back.png) repeat-x;
    float:left;
}

.agent_search_title_middle_alt
{
    width: 338px;
    height: 22px;
    background: url(../img/common/header_bar_back.png) repeat-x;
    float:left;
}

.register_title_middle
{
    width: 405px;
    height: 22px;
    background: url(../img/common/header_bar_back.png) repeat-x;
    float:left;
}

div.register_title_middle div
{
    color:#cecece;
    /*font-weight:bold;*/
    font-size:11px;
    margin-top:4px;
    letter-spacing:0px;
    text-transform:uppercase;
}

.register_title_middle_alt
{
    width: 410px;
    height: 22px;
    background: url(../img/common/header_bar_back.png) repeat-x;
    float:left;
}

.login_checkbox
{
    vertical-align:middle;
}

div.register_title_middle_alt div
{
    color:#cecece;
    /*font-weight:bold;*/
    font-size:11px;
    margin-top:4px;
    letter-spacing:0px;
    text-transform:uppercase;
}

div.agent_search_title_middle div
{
    color:#cecece;
    /*font-weight:bold;*/
    font-size:11px;
    margin-top:4px;
    letter-spacing:0px;
    text-transform:uppercase;
}

div.agent_search_title_middle_alt div
{
   color:#cecece;
    /*font-weight:bold;*/
    font-size:11px;
    margin-top:4px;
    letter-spacing:0px;
    text-transform:uppercase;
}

.agent_search_title_right_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_right_cap.png) no-repeat;
    float:right;
    
}

.agent_language_search_container
{
    width:350px;
    float:left;
}

.agent_name_search_container
{
    width:350px;
    float:right;
}

.agent_search_face_container
{
    width:710px;
    margin:15px auto;
}

.agent_search_face_thumbs
{
    width:71px;
    float:left;
}

.agent_search_face_thumbs img
{
    width:71px;
    border:1px solid #666;   
}

.agent_search_alpha_container
{
    margin:0;
    padding:10px 0;
}

.agent_search_alpha_container ul
{
    margin: 0 0 0 12px ;
}

.agent_search_alpha_container ul li
{
    float:left;
    font-size:22px;
    color:#99cc00;
    list-style:none;
    text-transform:uppercase;
    letter-spacing:12px;
    margin-bottom:10px;
}

.language_dropdown
{
    background: url(../img/common/language_drop_down.png) no-repeat;
    height: 24px;
    width: 158px;
}

.agent_language_search_container table
{   
    width:330px;
    color:#99cc00;
    margin:0 auto;
}

.agent_language_search_container table td
{
    width:97px;
    text-align:left;
}

.agent_language_search_container table td + td
{
    width:158px;
    text-align:left;
}

.agent_language_search_container table td + td + td
{
    width:62px;
    text-align:right;
}

.agent_name_search_container table
{   
    width:340px;
    color:#99cc00;
    margin:0 auto;
}

.agent_name_search_container table td
{
    width:141px;
    text-align:left;
}

.agent_name_search_container table td + td
{
    width:131px;
    text-align:left;
}

.agent_name_search_container table td + td + td
{
    width:62px;
    text-align:right;
}

.agent_name_search_container table td + td + td img
{
    margin-top:15px;
}

.name_input
{
    background: url(../img/common/name_inputs.png) no-repeat;
    height: 24px;
    width: 131px;
    border:0px;
    font-size:11px;
    color:#cecece;
    padding:5px;
}

.agent_search_DCN_logo
{
    position:absolute;
    bottom:10px;
    left:20px;
}

/*-- Agent Result --*/

.agent_result_container
{
    width:938px;
    height:115px;
    margin:10px auto 0;
    background: url(../img/common/listing_result_background.png) no-repeat;
}

.agent_result_thumb
{
    width:65px;
    float:left;
    margin:10px;
}

.agent_result_thumb img
{
    width:65px;
    border:1px solid #666;
}
.liNB
{
   padding-left:2px;
    color: #cecece; 
}
.agent_result_wrapper

{

    
    min-height:300px;
   
   
}
.agent_result_description
{
    width:640px;
    float:left;
    margin:10px;
}

.press_result_description
{
    width:770px;
    float:left;
    margin:10px;
}

.agent_result_name
{
    font-size:22px;
    color:#99cc00;
}

.agent_result_bio
{
    width:100%;
    color:#cecece;
}

.agent_result_bio a
{
    color:#99cc00;
}

.agent_result_contact
{
    width:160px;
    margin:30px 20px 0 0;
    float:right;
    font-size:12px;
}

.phone_type
{
    float:left;
}

.phone_number
{
    float:right;
}

.agent_result_tools
{
    color:#99cc00;
}

/*-- Agent Detail --*/

.agent_detail_photo
{
    float:left;
    width:105px;
    margin:15px 0 0 0px;
}

.agent_detail_photo img
{
    width:105px;
    border:1px solid #666;
}

.agent_detail_info
{
    float:left;
}

.agent_detail_bio
{
    width:565px;
    margin:15px 0 0 15px;
}

.detail_bio_name
{
    font-size:22px;
    color:#99cc00;
}

.agent_detail_social
{
    margin:5px 0 0 15px;
}

.agent_detail_social img
{
    margin-right:5px;
}
.agent_detail_contact_info
{
    color:#99cc00;
    margin-left:px;
}

.agent_detail_cntrl
{
    width:700px;
    float:left;
}

.agent_featured_property
{
    float:right;
    width:155px;
    color:#fff;
    margin-right:40px;
    margin-top:-12px;
}

.agent_detail_title_left_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_left_cap.png) no-repeat;
    float:left;
}

.agent_detail_title_middle
{
    width: 143px;
    height: 22px;
    background: url(../img/common/header_bar_back.png) repeat-x;
    float:left;
}

div.agent_detail_title_middle div
{
    color:#fff;
    font-weight:bold;
    font-size:13px;
    margin-top:2px;
    letter-spacing:-1px;
}

.agent_detail_title_right_cap
{
    width: 6px;
    height: 22px;
    background: url(../img/common/header_bar_right_cap.png) no-repeat;
    float:right;
}

.featured_address
{
    width:230px;
    color:#99cc00;
    font-weight:bold;
    margin:8px 0 0 8px;
}

.featured_neighborhood
{
    font-size:10px;
    font-style:italic;
    margin-left:10px;
}

.featured_prop_img
{
    width:137px;
    margin:5px auto;
}

.featured_prop_img img
{
    width:137px;
    border:1px solid #666;
}

.featured_size
{
    float:left;
    width:75px;
    font-weight:bold;
    color:#fff;
    margin-left:10px;
}

.featured_price
{
    float:right;
    width:65px;
    font-weight:bold;
    color:#fff;
    
}

/*-- Open House Page --*/

.open_house_toggle
{
    float:right;
    height:20px;
}

.open_house_toggle_input
{
    margin:0 3px 0 5px;
    vertical-align:middle;
    padding-bottom:3px;
}

/*-- Press Page --*/

.press_headline
{
    font-size:18px;
    color:#99cc00;
}


.press_date_and_logo
{
    margin:12px 0 0 0;
    float:left;
}

.press_date
{
    font-size:18px;
    color:#99cc00;
    margin:0 0 10px 0;
}

/*-- Testimonial Page --*/

.testimonial_result_description
{
    width:97%;
    float:left;
    margin:10px 15px;
}

.testimonial_result
{
    font-size:12px;
    font-style:italic;
}

.testimonial_signature
{
    text-align:right;
    font-size:12px;
}   

.neighborhood_selection
{
    position: absolute;
    top: 30px;
    right: 5px;
}

.neighborhood_selections_select
{
    background: url(../img/common/language_drop_down.png) no-repeat;
    height: 24px;
    width: 185px;
    border:0px;
     z-index: 100px;
}
.neighborhoodDrop
{
    width: 155px;
    position: absolute;
 margin-top: 22px;
    left: 0px;
    background-color: #191919;
    border: solid 1px #757575;
    font-family: Arial;
    color: #CCCCCC;
    display: none;
}

.sizeDrop_wide, .minDrop, .maxDrop
{
    width: 130px;
    position: absolute;
    top: 22px;
    left: 0px;
    background-color: #191919;
    border: solid 1px #757575;
    font-family: Arial;
    color: #CCCCCC;
    display: none; 
}

.sizeDrop
{
    width: 92px;
    position: absolute;
    top: 22px;
    left: 0px;
    background-color: #191919;
    border: solid 1px #757575;
    font-family: Arial;
    color: #CCCCCC;
    display: none; 
}


li.liselected
{
    background: url(../img/common/qs_drop_highlight.png) repeat-x;
}


.neighborhood_descriptions
{
    width:95%;
    font-size:12px;
    
}

.neighborhood_descriptions span
{
    font-size:16px;
    color: #99cc00;
}

.neighborhood_button
{
    text-align:right;
    margin:40px 30px 0 0;
}

.neighborhood_collages
{
    width:612px;
    height:217px;
    margin:40px 0 0 0;
}

.acount_menu
{
    position:absolute;
    top:5px;
    right:0px;
}

/*-- Registration Page --*/

table.register_width td
{
    width:33%;
}

div.customer_registration_wrapper table
{
    /*width: 98%;*/
    margin: 15px auto;
}

.email_window_container
{
    width: 450px;
}

td.email_form_textfields input
{
    width: 215px;
    border: 1px solid #3399cc;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
}

td.email_form_textfields textarea
{
    width: 215px;
    border: 1px solid #3399cc;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
    height: 100px;
}

td.email_form_textfields select
{
    width: 219px;
    border: 1px solid #3399cc;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
}

td.email_form_textfields img
{
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 2px;
}

td.email_form_textfields_alt
{   
    width:288px;
    text-align: right;
}

.email_form_textfields_alt_input
{
    width: 198px;
    border: 1px solid #666;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
    background-color:#191919;
    color:#cecece;
}

td.email_form_textfields_alt_margin input
{
    width: 157px;
        border: 1px solid #666;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
    background-color:#191919;
    color:#cecece;
    margin-right: 15px;
}

td.email_form_textfields_alt_margin
{
    text-align: right;
}

td.email_form_textfields_date input
{
    width: 24px;
    border: 1px solid #3399cc;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
}

td.email_form_subject input
{
    width: 390px;
    border: 1px solid #3399cc;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
}

td.email_form_message textarea
{
    width: 390px;
    height: 100px;
    border: 1px solid #3399cc;
    font-size: 13px;
    margin: 3px;
}

td.email_form_textfields_alt textarea
{
    width: 198px;
    height: 72px;
    border: 1px solid #666;
    font-size: 13px;
    margin: 10px 0;
    font:#cecece;
    background-color:#191919;
}

td.email_form_selects select
{
    border: 1px solid #3399cc;
    font-size: 11px;
    padding: 0px 0 0px 3px;
    width: 100px;
    margin-left: 15px;
}

/*-- Login Page --*/

.login_wrapper
{
    width: 894px;
    margin: 20px auto;
}

.login_container
{
    float: left;
    width: 29%;
    /*border: 1px solid #000;*/
    height: 300px;
    /*background-color: #000;*/
    color: #fff;
}

.login_container a
{
    color: #fff;
}

div.login_container table
{
    margin: 15px auto;
}

div.login_container table td img
{
    margin: 15px auto 0;
}

div.login_container table td a
{
    font-size: 9px;
}

div.login_container table td a strong
{
    font-size: 12px;
}

td.login_container_textfields input
{
    width: 158px;
    border: 1px solid #3399cc;
    font-size: 11px;
    margin: 5px 0;
}

td.login_container_textfields select
{
    width: 162px;
    border: 1px solid #3399cc;
    font-size: 11px;
    margin: 5px 0;
}

.register_container
{
    float: right;
    width: 69%;
    border: 1px solid #666;
    height: 300px;
}

div.register_container table
{
    margin: 15px auto;
}

div.register_container table td img
{
    margin: 15px auto 0;
}

.login_title
{
    font-size: 18px;
}

.login_message
{
    margin: 15px 0;
}

.customer_registration_wrapper
{
    width: 894px;
    margin: 0 auto;
}

div.customer_registration_wrapper table
{
    width: 98%;
    margin: 15px auto;
}

/*-- Profile Page --*/

.profile_info_container
{
    width: 19%;
    float: left;
}

.profile_content_container
{
    width: 80%;
    float: right;
}

.profile_wrapper
{
    width: 894px;
    margin: 0 auto 20px;
}

.profile_module_wrapper
{
    width: 100%;
}

.profile_cntrl_title
{
    font-size: 18px;
}

.profile_edit_links a
{
    font-size: 9px;
    color: #99cc00;
}

.edit_profile_wrapper
{
    width: 100%;
}

.customer_profile_saved_listing_thumb
{
    width: 133px;
    float: left;
    margin: 15px 0;
}

.customer_profile_saved_listing_thumb img
{
    border: 1px solid #666;
}

.customer_profile_saved_listing_info
{
    width: 75%;
    float: left;
    margin: 15px 0 15px 15px;
}

div.customer_profile_saved_listing_info img
{
    vertical-align: middle;
}

div.customer_profile_saved_listing_info div a
{
    color: #99cc00;
    font-size: 9px;
}

.customer_profile_saved_listing_titles
{
    font-weight: bold;
    padding: 5px 0 10px 0;
}

.customer_profile_saved_listing_summary_title
{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 3px;
}

.customer_profile_saved_listing_summary
{
    text-align: justify;
}

.customer_profile_saved_listing_company
{
    margin-top: 5px;
}

.customer_profile_saved_listing_company
{
    float: left;
}

.saved_listing_view_full
{
    float: right;
    margin-top: 10px;
}

.saved_listing_view_full a
{
    font-weight: bold;
    font-size: 9px;
    color: #99cc00;
}

.saved_listing_divider
{
    height: 1px;
    border-bottom: 1px solid #999;
    margin: 15px 0;
}

td.saved_listing_controls img
{
    vertical-align: middle;
    margin-right: 5px;
}

.customer_profile_sub_menu
{
    float: right;
    font-size: 11px;
    text-transform: uppercase;
}

.customer_profile_sub_menu a
{
    font-weight: bold;
    font-size: 9px;
    color: #99cc00;
    text-transform: uppercase;
}

.think_inside_page_title
{
    float:left;
    margin:-6px 0 0 0;
    background: url(../img/common/think_inside_page_title.png) no-repeat;
    width:94px;
    height:41px;
}

.agent_search_page_title
{
    float:left;
    margin:0 0 0 0;
}

.agent_search_page_title_v2
{
    float:left;
    margin:-5px 0 0 0;
}

div.

{
    margin:15px 0;
    font-size:12px;
}

.inside_page_text span
{
    font-weight:bold;
    font-size:13px;
    color: #99cc00;
}

.inside_page_text p
{
    margin:8px 0;
    line-height:16px;
}

.management_map
{
    float:left;
    width:510px;
    height:340px;
    border:1px solid #333;
}

.agent_search_page_title_v3
{
    float:left;
    margin-top:8px;
}

.agent_search_page_title_v4
{
    float:left;
    margin-top:9px;
}

.new_development_container_left
{
    width:430px;
    float:left;
    margin:0 0 40px 20px;
}

.new_development_container_right
{
    width:430px;
    float:right;
    margin:0 20px 40px 0;
}

.new_development_photo
{
    width:200px;
    float:left;
}

.new_development_photo img
{
    border:1px solid #666;
    width:200px;
}

.new_development_info
{
    width:210px;
    float:left;
    margin-left:20px;
}

.building_address
{
    font-size:16px;
    font-weight:bold;
    color:#99cc00;
}

.building_neighborhood
{
    font-size:14px;
    margin:10px 0;
}

.building_cross_streets
{}

.building_action
{
    margin-top:150px;
}

div.inside_page_text ul
{
    list-style-image: url(../img/common/list_tittles.png);
    list-style-position:inside;
}

.under_construction
{
    font-size:30px;
    font-weight:bold;
    width:50%;
    text-align:center;
    margin:0 auto;
    letter-spacing:-2px;
    color:#f4f4f4;
}

.full_page_bkground
{
    background: url(../img/common/result_background_full_page_02.png) repeat-y;
    width:938px;
    
    
    padding-left :15px;
       padding-right :15px;
     
    
}

.simple_search_advanced_search_divider
{
    border-bottom:1px solid #666666;
    height:1px;
    width:200px;
    margin:0 10px 0 0;

}

.simple_search_advanced_search
{
    margin-left:13px;
   
}

.powered a
{
    color:#cecece;
}

.powered a:hover
{
    text-decoration:underline;
}

.detail_bio_bio
{
    margin-left:20px;
}

.detail_bio_name
{
    margin-left:20px;
}



.ital
{
    font-style:italic;
}


.qsDrop
{
	display:none; 
	position:absolute; 
	width:179px;	
	margin-top:-13px; 
	margin-left:0px; 
	background: url(../img/common/simple_search_background.png);
}

.qs_footer
{
    height: 9px;
    background: url(../img/common/simple_search_background_cap.png);
}

.liArea, .liMinSize, .liMinPrice, .liMaxPrice
{
    font-family:Arial;     
    padding-left:10px;
    padding-top:2px;
    font-size:11px;             
}

/*
.liselected
{
	background: url(../img/common/qs_drop_highlight.png) no-repeat;
	font-family:Arial; 
    padding-left:10px;
    font-size:10px; 
    z-index:99;       
}

.imgselected
{
	background: url(../img/common/qs_drop_highlight.png) no-repeat; 
}*/

div#neighborhoodButton, div#MinSizeButton, div#dMinPriceButton, div#dMaxPriceButton
{
    background: url(../img/home_page/simple_search_dropdown_back_drop.png) no-repeat;
    padding-left:4px;
    padding-top:4px;
    height: 24px;
}

/* -- Quick Search --*/

/*.qs
{
	width: 158px;
	float: left;
	clear: right;
	margin-left: 40px;
}

s.qsTitles
{
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0 0 10px;
	letter-spacing: .10em;
}

.title
{
	background-image: url(../img/qs.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 10px;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 3px;
}


.qsDropDown
{
	background-image: url(../img/qs-Drop-Down.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 23px;
	margin-bottom: 10px;
		z-index:1000;	
}

.neighborhood
{
	background-image: url(../img/neighborhood-dropdown.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 23px;
	margin-bottom: 10px;
}

.apartmentSize
{
	background-image: url(../img/apartment-size.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 23px;
	margin-bottom: 10px;
}

.minimumPrice
{
	background-image: url(../img/minimum-price.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 23px;
	margin-bottom: 10px;
}

.maximumPrice
{
	background-image: url(../img/maximum-price.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 23px;
	margin-bottom: 10px;
}*/

.lifestyle
{
    margin:15px 0 0;
    background-color:#191919;
    border:1px solid #999;
    color:#cecece;
}


a:hover
{
    text-decoration:underline;
}

 .hoverLink:hover
 {
     text-decoration:underline;
 }
 
 a.cHeaderTemp, a.cDT,  a.cMTE,  a.cUES, a.cUWS, a.cUM, a.cMTW, a.liNB, a.fakecheck, a.cMin, a.cMax
 {
     text-decoration:none;
 }
 
 .search_fake_radio_buttons a
 {
     text-decoration:none;
 } 
 
 div.agent_search_alpha_container ul li a:hover
 {
     text-decoration:none;
     color:#fff;
 }