/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 14px; }

h1, h2, h4, h5, h6{
    color: #d29b19;
}
h1{
    color: #d29b19;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
}

h2{
    color: #d29b19;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #efebe0;
	text-transform: uppercase;
}

h3{
    color: #9c7e36;
    margin-top: 12px;
    margin-bottom: 6px;
    padding-top: 12px;
    padding-bottom: 6px;
}

h5, h6{
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 6px 0px 0px 0px;
    color: #9c7e36;
}

h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 16px; }
h4{ font-size: 15px; }
h5{ font-size: 14px; }
h6{ font-size: 14px; }
h4{ padding: 0px; margin: 0px; }

h5 a, #content h5 a{ color: #9c7e36; text-decoration: none; font-weight: bold; font-size: 13px; }
h6 a, #content h6 a{ color: #9c7e36; text-decoration: none; font-size: 13px; font-weight: bold;}

#gFamilyTree{
    margin-bottom: 10px;
	padding-bottom: 10px;
}

body{
    background: #ffffff url(/images/cheryle_bg.jpg) repeat top left;
    color: #000000;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    z-index: 100;
    margin: 0px auto;
    width: 980px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#headerContainer{
    background-color: #500941;
    height: 109px;
    text-align: center;
}

#header{
    position: relative;
    /* background: url(/images/header_logo.jpg) no-repeat 0px 19px; */
    z-index: 2000;
    height: 109px;

    margin: 0px auto;
    width: 984px;
    text-align: left;
}
#headerInner{
    height: 109px;
    background: url(/images/prudential_gary_greene.jpg) no-repeat 786px 37px;
}
#header .headerLnk img{
    position: absolute;
    top: 19px;
    left: 0px;
    border: 0px solid #ffffff;
}

#header_lng_links{
    position: absolute;
    top: 8px;
    right: 15px;
    color: #d29b19;
}

#header_lng_links a{ color: #efc161; }
#header_lng_links a:hover{ color: #cfa94d; }

#header h2{
    position: absolute;
    right: 6px;
    bottom: 4px;
    border: 0px solid #fff;
    text-transform: none;
    font-size: 14px;
}

#header #header_contact{
    position: absolute;
    top: 16px;
    left: 560px;
}
#header #header_contact a{
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 8px;
    border: 1px solid #af892d;
    color: #ebcc80;

    background-color: #5f0a4d;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}

#header #header_contact a:hover{
    border-color: #ebcc80;
    color: #ebcc80;
    background-color: #6d0c59;

}

/* END LOGO STYLES */

/* Cheryle Info */

#cheryle_info{
    padding: 8px 0px 4px 0px;
}

#cheryle_info h1, #cheryle_info h2{
    float: left;
    text-transform: uppercase;
    color: #836110;
    font-size: 11px;
}

#cheryle_info_right{
    float: right;
    text-transform: uppercase;
    color: #836110;
    font-size: 18px;
}

#cheryle_info_right strong{
    /* color: #500941; */
    color: #9628ae;
    font-weight: bold;
}

/* End Cheryle Info */

/* MENUBAR STYLES */

#menubarContainer{
    background-color: #edc25c;
    border-top: 1px solid #ffdd8a;
    border-bottom: 1px solid #d29b19;
    text-align: center;
}

#menubar{
    position: relative;
    z-index: 25000;
    top: 1px;
    margin: 3px auto 0px auto;
    width: 984px;
    white-space: nowrap;
    text-align: left;
}

#tmenu{
    margin: 0px;
    white-space: nowrap;
}

#tmenu td{ margin: 0px; padding: 0px; }

#tmenu td a{
    position: relative;
    display: block;
    cursor: pointer;
    margin-left: 1px;
    padding: 0px;
    background-color: #eedeb8;
    border: 1px solid #d29b19;

    padding: 4px 10px 2px 10px;
    color: #500941;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
#tmenu td a span{
    position: absolute;
    top: -1px;
    z-index: 2000;
    display: block;
    font-size: 1px;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
}
#tmenu td a span.tma_top_left{
    left: -1px;
    background: url(/images/menubar_left.jpg) no-repeat top left;
}
#tmenu td a span.tma_top_right{
    right: -1px;
    background: url(/images/menubar_right.jpg) no-repeat top right;
}

#tmenu td a:hover, #tmenu td a.ta_cur:hover{
    background-color: #f5f1e8;
    color: #500941;
    text-decoration: none;
}
#tmenu #tm_0 a{}

#tmenu td a:hover span.tma_top_left, #tmenu td a.ta_cur span.tma_top_left{
    background: url(/images/menubar_left_hover.jpg) no-repeat top left;
}

#tmenu td a:hover span.tma_top_right, #tmenu td a.ta_cur span.tma_top_right{
    background: url(/images/menubar_right_hover.jpg) no-repeat top right;
}

#tmenu td a.ta_cur{ background-color: #f5f1e8; border-bottom: 1px solid #e9e3d7; }


 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 1.8em;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
    overflow: visible;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;

    border: 1px solid #edc25c;
    border-top: 0px solid #FFF;

    background-color: #500941;
    color: #ffffff;

    min-width: 180px;
}

#tmenu td ul li a:hover{
    background-color: #a42088;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* COLUMN MAIN */
#contentContainer{
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
}

#columnMain{
    background-color: #f9f7f2;
    border: 0px solid #89ADDC;
    vertical-align: top;
    border: 1px solid #d3c7aa;
}

#content{
    position: relative;
    margin: 0px 0px 0px 0px;
    background-color: #f9f7f2;
    padding: 10px;
    height: auto;
    min-height: 400px;
    vertical-align: top;
    text-align: left;
    line-height: 1.4em;
}

#content a{
    color: #ce9b26;
    font-size: 13px;
}
#content a:hover{
    color: #ac7e7b;
}

#content a img{
    border-color: #ce9b26;
}
#content a:hover img{
    border-color: #ac7e7b;
}


.content_no_pad{
    padding: 0px 0px !important;
}

#columnLeft{
    width: 204px;
    border: 0px solid #ffffff;
    vertical-align: top;
	padding-right: 7px;
    text-align: left;
}

#columnRight{
    width: 180px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: left;
    padding-top: 8px;
}

.mcSpacer{
    width: 3px;
    border: 0px;
}

#footerContainer{
    margin-top: 14px;
	border-top: 2px solid #d3c7aa;
}

#footer{
    position: relative;
    margin: 0px auto 10px auto;
    width: 980px;
    padding: 8px 0px;

    text-align: center;
    color: #5a564d;
}

#footer_message{
    padding: 6px 0px;
}
#footer_message h6, #footer_message span, #footer_message a{
    display: inline !important;
    margin: 0px !important;
    padding: 0px !important;
    color: #9c7e36 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

#copyright{
    float: left;
    text-align: left;
    font-size: 11px;
    margin: 12px 0px 0px 0px;
}

#footer_logos{
    float: right;
    background: url(/images/footer_logos.jpg) no-repeat bottom right;

    height: 61px;
    width: 420px;
}

#footer_platinum{ position: absolute; right: 1px; top: 15px; }
#footer_platinum a{ width: 130px; height: 43px; border: 0px solid #f00; }
#footer_platinum a img{ border: 0px solid #fff; }

#footer a{ display: block; color: #9c7e36; font-weight: normal; font-size: 11px; text-decoration: none; margin: 8px 0px 0px 0px; }
#footer a:hover{ color: #9c7e36; text-decoration: underline; }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #500941;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
th.cellHeader{
    background-color: #500941;
    text-decoration:none;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #ede7db;
    color: #000000;
}
td.cell{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    background-color: #f6f6f6;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 98%;
}


/* END DATA TABLES */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #d3c7aa;

}

.button{
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;

    color: #ffffff;
    background-color: #d29b19;

    border: 1px solid #d3c7aa;

    padding: 2px 5px;
}

.button:hover{
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #9c7e36; font-size: 13px; }
a:hover{ color: #d1a948; font-size: 13px; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #d3c7aa; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    margin: 16px;

    width: 579px;
    height: auto;

}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 1px solid #CECCF9;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 1px solid #CECCF9;
    border-right: 1px solid #4C638C;
    border-bottom: 1px solid #4C638C;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    margin: 0px auto;
    width: 400px;
    text-align: left;
}

.contactTable td{
    padding: 4px;
}

.contactLeft{
    width: 50%;
    text-align: left;
}

.contactRight{
    width: 50%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}

/* THIS IS WHERE BOB'S STUFF GOES */

#presentedBy{ text-align: center; margin-top: 8px; }
#presentedBy a img{ border: 0px solid #FFF; }

#google_map, #google_pano{
    width: 100%;
    height: 360px;
}

#google_pano{ display: none; }

#mapDirectionsC{
    padding: 15px 8px 8px 8px;
    border-top: 1px solid #57431B;
    border-bottom: 1px solid #57431B;
    background-color: #EEEEEE;
    color: #000;
}

.startAddress{
    width: 350px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    border: 1px solid #57431B;
}
.printDirections{
    text-align: right;
}

.mls_list_listings{
    width: 100%;
}

.mls_list_listings h6{
    margin: 0px;
    padding: 0px 0px 8px 0px;
}

.mls_list_listings tr.mls_even{
    background-color: #ffffff;
}
.mls_list_listings tr.mls_odd{
    background-color: #f5f1e8;
}

.mls_list_listings td{
    vertical-align: top;
    padding: 4px 16px 4px 8px;
    white-space: nowrap;
}

.mls_list_listings td.mls_img{
    padding: 4px 8px !important;
}


/* mls individual listings */

#mls_image_table{
    width: 100%;
    background-color: #000000;
}
#mls_image_table td{
    vertical-align: top;
}

.mls_images_left{
    padding-left: 2px;
    width: 200px;
}
.mls_images_right{
    padding-right: 2px;
    width: 200px;
}
.mls_images_left div{
    float: left;
    margin: 7px 5px 12px 5px;
    background-color: #000000;
}
.mls_images_right div{
    float: right;
    margin: 7px 5px 12px 5px;
    background-color: #000000;
}
.mls_images_left img, .mls_images_right img{
    border: 1px solid #edc25c;
    width: 70px;
    height: 47px;
    cursor: pointer;
    opacity: .6;
}

.mls_images_middle{
    text-align: center;
    padding: 8px 4px ;
}

.mls_info_table{
    width: 100%;
    border: 1px solid #d3c7aa;
}

.mls_info_table td{
    vertical-align: top;
    padding: 10px;
}

.mls_data_table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 6px;
}
.mls_data_table td{
    padding: 2px;
    border: 1px solid #d3c7aa;
}

#home_table{
    margin-top: 12px;
}
#home_table td{
    vertical-align: top;
}

#home_column_left{
    padding: 0px 10px;
}

#home_column_left h1{
    font-size: 13px;
    text-transform: uppercase;
}

#home_column_right{
    width: 274px;
}

#home_column_left td{
    color: #9c7e36;
}

#home_column_right h2{
    padding-left: 8px;
}
.hcr_staff{
    background-color: #f5f1e8;
    margin: 2px 0px 0px 0px;
    padding: 10px;
    border-bottom: 1px solid #ece7dc;
}

.hcr_image{
    float: left;
    padding-right: 12px;
}
.hcr_image div{
    text-align: center;
}
.hcr_image a{
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #a25da0 !important;
}
.hcr_image a:hover{
    color: #6d0c59 !important;
}

.hcr_image img{
    border: 1px solid #dfdbd3;
    margin: 0px 10px 4px 0px;
}
.hcr_desc{
    font-size: 12px;
}

a.cheryle, a.cecelia{
    color: #a25da0 !important;
    font-weight: bold;
}
a.cheryle:hover, a.cecelia:hover{
    color: #6d0c59 !important;
    font-weight: bold;
}

#mls_listing_search{
    font-size: 12px;
}

.er{
    display: none;
}

.lcontact .lcontact_table{
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
}
.lcontact .lcontact_table td{
    padding: 10px;
    border: 1px solid #d3c7aa;
}
.lcontact .lcontact_table td td{
    padding: 4px;
    border-width: 0px;
}

.lcontact #listing_contact_form{
    width: 500px;
    min-height: 300px;
}
.lcontact #listing_contact_form .contactRight{
    text-align: left;
}
.lcontact .hcr_image{
    float: none;
    text-align: center;
}
.lcontact .hcr_image img{
    padding: 4px;
}

.p_form_contact{
    font-size: 16px !important;
}

.mls_photo{
    display: block;
    background: url(/images/photo_gallery_icon.jpg) no-repeat left center;
    float: left;
    margin-right: 12px;
    padding-left: 16px;
}

.mls_virtual{
    display: block;
    background: url(/images/virtual_tour_icon.jpg) no-repeat left center;
    float: left;
    margin-right: 12px;
    padding-left: 20px;
}

.mls_virtual_no_float{
    display: block;
    background: url(/images/virtual_tour_icon.jpg) no-repeat left center;
    margin: 0px auto;
    white-space: nowrap;
    width: 90px;
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
}

.mls_map{
    display: block;
    background: url(/images/map_icon.gif) no-repeat left center;
    float: left;
    margin-right: 12px;
    padding-left: 20px;
}

.mls_map_no_float{
    display: block;
    background: url(/images/map_icon.gif) no-repeat left center;
    margin: 0px auto;
    white-space: nowrap;
    width: 90px;
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
}
