﻿html {
    height:100%;
}

body {
    background: #a6a8ae url(/Shared/Templates/013/i/5/real_estate_page_bkgd.jpg) repeat-x;
    margin: 0;
    height:100%;
    font-family: Verdana, Arial, Sans-Serif;
}

img {
    border:0;
}

#container {
    position: absolute;
    left: 50%;
    width: 778px;
    margin-left: -389px;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> HEADER & FLASH AREA <<<
>>> Define background images in #login and #logoHeader. Define font family, size and color in #logoHeader p <<<
-------------------------------------------------------------------------------------------------------------*/

#header {
    position: relative;
    /*top:0;
    left:0;*/
    width: 778px;
    height: 130px;
}

#login {
    position: absolute;
    top:0;
    right: 10px;
    height: 28px;
    background:none;
}

#loginText {
    font-size: 11px;
    line-height: 28px;
    margin-left:11px;
    color: #a2a1a1;
}
#loginText a{
    color: #a2a1a1;
    text-decoration: none;
}
#loginText a:hover{
    color: #fff;
    text-decoration: underline;
}

#loginControlCustom 
{
    display: none;
}

#loginControlStd {
    display: none;
    position: absolute;
    top:0px;
    right:3px;
    text-align: right;
    font-size: 11px;
    color:#a2a1a1;
    line-height:28px;
}
#loginControlStd a{
    color: #a2a1a1;
    font-weight: normal;
}

.LoginButtonTop {
    width:38px;
    height:16px;
    margin-left:4px;
    margin-right:3px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    text-align:center;
    vertical-align:middle;
    color:White;
    background: url(/Shared/Templates/013/i/5/real_estate_login_btn.gif);
    border-style:none;
}

.LoginField {
    font-size:9px;
    font-family: Verdana;
    margin-left:4px;
    height:11px;
    color:#415d82;
}

#logoHeader {
    position: absolute;
    top:28px;
    left:0;
    width: 778px;
    height: 102px;
    background: #000 url(/Shared/Templates/013/i/5/real_estate_hdr_home.jpg) no-repeat top;
    text-align: right;
    margin: 0;
    padding-top: 8px;
    font-size: 11px;
    color: #a2a1a1; 
}
#logoHeader a {
    text-decoration: none;
    color:#a2a1a1;
}
#logoHeader a:hover {
    text-decoration: underline;
    color:#ffffff;
}

#headerLogo {
    position: absolute;
    top:9px;
    left:12px;
}

/*-->> Navigation <<--*/

#navigation {
	position: relative;
	z-index: 1000; 
    height: 30px;
    margin-top:0px;
    background: url(/Shared/Templates/013/i/5/real_estate_nav_bkgd.gif) no-repeat top;
}

#navigationMenuControl {
    position: absolute;
    top:0;
    left: 3px;
    width: 772px;
    height: 30px;
    font-size: 11px;
    padding-top:0;
    margin-top:-1px;
    border:0;
}
#navigationMenuControl table {
    border:0;
}
#navigationMenuControl img {
    display: block;
    float:left;
    background:#000 url(/Shared/Templates/013/i/5/real_estate_nav_div.gif) no-repeat top right;
    padding-right:2px;
    margin-top: 0;
}

#navigationMenuControl .navLast {
    padding:0px;
}

.navSubMenu {
	border: solid 1px #000;
}

.navSubEntry {
	display: block;
	background-color: #1c1c1d;
	padding: 2px 25px 2px 6px;
	/*border: solid 1px black;*/
	color: #fff;
}

.navSubEntryHover {
	background: #6a6b6f;
}

/*-->> Flash Container <<--*/

#homeFlash {
    position: absolute;
    top: 160px;
    left: 0;
    width: 778px;
    height: 187px;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> HOME PAGE MAIN CONTENT - SEARCH, FEATURED PROPERTY, AND LINK BOX AREAS <<<
-------------------------------------------------------------------------------------------------------------*/   

#mainContent {
    position: absolute;
    top: 347px;
    left:0;
    width: 778px;
    height: 516px;
    background: #000 url(/Shared/Templates/013/i/5/real_estate_content_home.jpg) no-repeat top;
}

#quickSearch {
    display: none;
    position: absolute;
    top: 10px;
    left: 0;
    width: 588px;
    height: 270px;
}

#quickSearchControl {
    display: none;
    position: absolute;
    top: 62px;
    left:58px;
    width:362px;
    height:172px;
    font-size:11px;
    color:#fff;
}

.QuickSearchHome {
    position: relative;
}
.QuickSearchHome select {
    font-size: 10px;
    width: 165px;
    height: 18px;
}
.QuickSearchHome #propertyTypeLabel {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;   
}
.QuickSearchHome #propertyTypeControl {
    position: absolute;
    top: 23px;
    left: 5px;
    font-size: 10px;  
}
.QuickSearchHome #cityLabel {
    display: none; 
}
.QuickSearchHome #cityControl {
    display: none;
}
.QuickSearchHome #areaLabel {
    position: absolute;
    top: 57px;
    left: 5px;
    font-weight: bold; 
}
.QuickSearchHome #areaControl {
    position: absolute;
    top: 75px;
    left: 5px;
}
.QuickSearchHome #priceLabel {
    position: absolute;
    top: 109px;
    left: 5px;
    font-weight: bold; 
}
.QuickSearchHome #minPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}
.QuickSearchHome #maxPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}
.QuickSearchHome #priceDropDown {
    position: absolute;
    top: 127px;
    left: 5px;
}
.QuickSearchHome #postalCodeLabel {
    position: absolute;
    top: 5px;
    left: 220px;
    font-weight: bold;
}
.QuickSearchHome #postalCodeControl {
    position: absolute;
    top: 22px;
    left: 220px;    
}
.QuickSearchHome #postalCodeControl input {
    font-size: 10px;
    width: 80px;
    height: 14px;
}
.QuickSearchHome #mlsidLabel {
    position: absolute;
    top: 5px;
    left: 327px;
    font-weight: bold;
}
.QuickSearchHome #mlsidControl {
    position: absolute;
    top: 22px;
    left: 327px;
}
.QuickSearchHome #mlsidControl input {
    font-size: 10px;
    width: 80px;
    height: 14px;
}
.QuickSearchHome #bathsLabel {
    position: absolute;
    top: 57px;
    left: 220px;
    font-weight: bold;
}
.QuickSearchHome #bathsControl {
    position: absolute;
    top: 75px;
    left: 220px;
}
.QuickSearchHome #bathsControl select {
    width: 85px;  
}
.QuickSearchHome #bedsLabel {
    position: absolute;
    top: 57px;
    left: 327px;
    font-weight: bold;
}
.QuickSearchHome #bedsControl {
    position: absolute;
    top: 75px;
    left: 327px;
}
.QuickSearchHome #bedsControl select {
    width: 85px;
}
.QuickSearchHome #searchButton {
    position: absolute;
    top: 125px;
    left: 215px;
}
.QuickSearchHome #searchButton input 
{
    font-weight: bold;
    font-size: 12px;
    height: 31px;
    width: 114px;
    color: #fff;   
    border:none;
    text-align:center;
    vertical-align:middle;
    background:url(/Shared/Templates/013/i/5/real_estate_search_btn.gif);    
}
.QuickSearchHome #advancedSearch {
	display: none;
	/*position: absolute;
    top: 155px;
    left: 5px;
    font-size: 11px;
    color: #ffffff;
    font-style: normal;*/
}

#QuickSearchLinks
{
	display: none;
	background:transparent url(/Shared/Templates/013/i/5/real_estate_search_links_bk.gif) no-repeat scroll 0%;
	height:49px;
	left:332px;
	padding-left:33px;
	padding-top:9px;
	position:absolute;
	top:111px;
	width:157px;
}

#QuickSearchLinks a
{
	font-size:11px;
	color:#d7d7d7;
	text-decoration:none;
	line-height:19px;
}

#QuickSearchLinks a:hover
{
	color:#d7d7d7;
	text-decoration:underline;
}

#altFeaturedProperty
{
	display: none;
	font-family:Verdana;
	font-size:11px;
	padding-left:42px;
	padding-top:24px;
}

#featuredProperty {
    display: none;
    position: absolute;
    top: 285px;
    left:26px;
    width: 180px;
    height: 165px;
}

#featuredPropertyControl {
    display: none;
    position: absolute;
    top: 21px;
    left:0;
    color:#fff;
    font-size:11px;
}

#featuredPropertyControl a{
    text-decoration: none;
}
#featuredPropertyControl a:hover{
    text-decoration: underline;
}

#featuredPropertyTitle{
    display: none;
    position: absolute;
    width:180px;
    height:13px;
    left: 0;
    top: 0;
    background:url(/Shared/Templates/013/i/5/real_estate_featured_hdr.gif) no-repeat top;  
}

.FeatHeader {
    display:none;
}

.FeatCityState {
    position: absolute;
    top: 11px;
    left: 0;
    width: 176px;
    /*font-weight: bold;*/
    color: #fff;
    text-decoration: none;
    margin-left: 3px;
    padding: 0;
}

.FeatImage {
    width: 176px;
    height: 118px;
    border: solid 2px #7d7d7d;
    margin-top: 30px;
    /*margin-left: -3px;*/
}

.FeatStreet {
    position: absolute;
    top: 0;
    left: 0;
    width: 176px;
    font-weight: bold;
    color: #c8c8c8;
    text-decoration: none;
    margin-top: -3px;
    margin-left: 3px;
}

.FeatZip {
    display: none;
}

.FeatPrice {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    margin-top: -4px;
    margin-right: 12px;
}

.FeatDescription {
    display: none;
    padding-left:18px;
    color: #fff;
    margin-top: 5px;
}
.FeatDescription a{
    color: #fff;
    text-decoration: underline;
}
.FeatDescription a:hover{
    color: #fff;
    text-decoration: underline;
}

#homePageMainContent {
    position: absolute;
    top: 38px;
    left: 30px;
    width: 536px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    color: #c8c8c8;
    /*text-align: justify;*/
}

#homePageMainContent b{
    color: #fff;
}

#homePageMainContent a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#homePageMainContent a:hover{
    color: #fff;
    text-decoration: underline;
}

.homePageMainContentTitle {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 28px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
    background: url(/Shared/Templates/013/i/5/real_estate_home_text_div.gif) no-repeat 0px 34px;
}

.homePageMainContentText {
    margin-top: 8px;
    width: 500px;
}

.homePageMainContentText ul{
    margin-top: 10px;
}

#homeBoxesMain {
    position: absolute;
    top: 0;
    left: 588px;
    width: 190px;
    height: 473px;
}

#homeBoxes1 {
    position: absolute;
    top: 38px;
    left: 0;
    border: 0;
}
#homeBoxes2 {
    position: absolute;
    top: 175px;
    left: 0;
    border: 0;
}
#homeBoxes3 {
    position: absolute;
    top: 312px;
    left: 0;
    border: 0;
}

#homeBoxes4 {
    position: absolute;
    top: 442px;
    left: 0;
    border: 0;
}


/*------------------------------------------------------------------------------------------------------------- 
>>> SEO TEXT AREA - TEXT LINKS, COPYRIGHT AND DISCLAIMERS <<<
-------------------------------------------------------------------------------------------------------------*/

#seoFooter {
    position: absolute;
    top:863px;
    left:0;
    width: 778px;
    /*background: #001841;*/
}

#seoLinks {
    position: relative;
    width: 778px;
    text-align: center;
    font-size: 10px;
    color: #525356;
    padding-top: 15px;
    margin: 0;   
}
#seoLinks a{
    text-decoration:none;
    color: #525356;  
}
#seoLinks a:hover{
    text-decoration:underline;
    color: #525356;  
}

.footerAgentLogin {
    display: none;
}

#copyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #525356;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#copyright a{
    text-decoration: none;
    color: #525356;
}
#copyright a:hover{
    text-decoration: underline;
    color: #525356;
}

#areaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #525356;
    line-height: 14px;
    padding-top: 12px;
    /*padding-bottom: 25px;*/
    margin: 0;
}
#areaList p a{
    text-decoration: none;
    color: #525356;
}
#areaList p a:hover{
    text-decoration: underline;
    color: #525356;
}

#siteCredit p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #525356;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 25px;
    margin: 0;
}
#siteCredit p a{
    text-decoration: none;
    color: #525356;
}
#siteCredit p a:hover{
    text-decoration: underline;
    color: #525356;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> SUB-PAGE STYLES <<<
-------------------------------------------------------------------------------------------------------------*/

#navigationShadow {
    position: relative;
    height:12px;
    width:778px;
    background: url(/Shared/Templates/013/i/5/real_estate_subnav_shadow.jpg) no-repeat top;
}

/*-->> Main Content Area <<--*/

#mainContentSub {
    position: relative;
    width: 778px;
    background:#000 url(/Shared/Templates/013/i/5/real_estate_subnav_bkgd_rpt.gif) repeat-y left;
}
* html #mainContentSub {
    margin-top: -7px;
}

#subLeft {
    position:absolute;
    top:0;
    left: 0;
    width:173px;
    background:url(/Shared/Templates/013/i/5/real_estate_subnav_bkgd.jpg) no-repeat;
    height:100%;
}

#subSecondaryNav {
    position:absolute;
    top:0;
    left:0;
    width:173px;
    height:100%;
}

#subLeftNavContainer {
    position: relative;
    top: 92px;
    left: 18px;
}

#subLeftNavAlternate {
    position: relative;
    top: 94px;
    left: 18px;
}

#subLeftNavAltContainer {
    position: relative;
    top: 94px;
    left: 18px;
}

.subLeftNavTopLevel {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 12px;
    margin-left: 3px;
}
.subLeftNavTopLevel a{
    color: #ffffff;
    text-decoration: none;
}
.subLeftNavTopLevel a:hover{
    color: #f58938;
    text-decoration: none;
}

.subLeftNavItem {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #ffffff;
    line-height: 13px;
    background: url(/Shared/Templates/013/i/5/real_estate_nav_item_bkgd.gif) no-repeat left top;
    padding-left: 10px;
    margin-left: 4px;
    margin-right: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    width:125px;

}
.subLeftNavItem a{
    color: #ffffff;
    text-decoration: none;
}
.subLeftNavItem a:hover{
    color: #ffffff;
    text-decoration: underline;
}

#subContentMain {
    position:relative;
    display: block;
    margin-left:173px;
    width:605px;
    background:#ffffff url(/Shared/Templates/013/i/5/real_estate_sub_content.gif) repeat-y top;
    height:100%;
}

#subContent {
    position:relative;
    padding:10px 15px 20px 15px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size:12px;
    color:#000000;
    line-height:16px;
    min-height:600px;
}
*html #mainContentSub {
    height: 700px;  
}

.PageContent {
    background:#ffffff;
}

.PageHeading {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 24px;
    background:#fff;
    color: #1b1b1c;
}
.PageHeading h3 {
    font-size: 24px;
}

#OpenHousesHeader h3 {
    background:#ffffff;
    color: #1b1b1c;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 24px;
} 

#leadFormIntro {
    color: #000;
    font-size: 12px;
}

#leadContent {
    color: #001841;
    font-weight: bold;
    font-size: 11px;
    padding-left: 15px;
    padding-top: 20px;
    margin-top: 10px;
    background: url(/Shared/Templates/001/i/1/real_estate_form_top_bkgd.gif) no-repeat left top;
}

#leadContent textarea {
    width: 350px;
}

.FormSectionHeading {
    font-size: 14px;
    color: #4b5e7e;
    margin-top: 25px;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 20px;
    background: url(/Shared/Templates/001/i/1/real_estate_form_top_bkgd.gif) no-repeat left top;
}

.FormSectionDescription {
    margin-top: -18px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12px;
}

#divDefaultLeadDisclaimer {
    font-size: 10px;
    line-height: 14px;
    color: #8395b3;
}

.FormSubmitButton {
    padding: 15px 0 15px 15px;
}
.FormSubmitButton input{
    width: 120px;
    height: 35px;
    color: #001841;
    font-size: 16px;
    font-weight: bold;
}

#subPageBottom {
    position:relative;
    height:12px;
    width:788px;
    background:url(/Shared/Templates/013/i/5/real_estate_subpage_btm.gif) no-repeat;
}


/*------------------------------------------------------------------------------------------------------------- 
>>> SUB PAGE SEO TEXT AREA - TEXT LINKS, COPYRIGHT AND DISCLAIMERS <<<
-------------------------------------------------------------------------------------------------------------*/

#subSeoFooter {
    position: relative;
    width: 780px;
    /*background: #001841;*/
}

#subseoLinks {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #525356;
    padding-top: 25px;
    margin: 0;   
}
#subseoLinks a{
    text-decoration:none;
    color: #525356;  
}
#subseoLinks a:hover{
    text-decoration:underline;
    color: #525356;  
}

#subcopyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #525356;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#subcopyright a{
    text-decoration: none;
    color: #525356;
}
#subcopyright a:hover{
    text-decoration: underline;
    color: #525356;
}

#subareaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #525356;
    line-height: 14px;
    padding-top: 12px;
    /*padding-bottom: 25px;*/
    margin: 0;
}
#subareaList p a{
    text-decoration: none;
    color: #525356;
}
#subareaList p a:hover{
    text-decoration: underline;
    color: #525356;
}

/*---------- >> Page Specific Styles <<-------------*/
.bgDark
{
	background:#50617B;
}

.bgLight
{
	background:#EDEEF2;
}

.topLevelMenuText {
    padding-top: 20px;
}

.topLevelMenuText a {
    font-size: 14px;
    font-weight: bold;
    color: #0c165f;
    text-decoration: none;
}
.topLevelMenuText a:hover {
    color: #ac1004;
    text-decoration: underline;
}
.subLevelMenuText a {
    font-size: 11px;
    font-weight: normal;
    color: #0c165f;
    text-decoration: none;
}
.subLevelMenuText a:hover {
    color: #6D3914;
    text-decoration: underline;
}

/*---------- >> Page Specific Styles <<-------------*/

#sitemapContainer {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.topLevelMenuText {
    padding-top: 20px;
    padding-bottom: 4px;
    background: url(/Shared/Templates/001/i/1/real_estate_sitemap_line_1.gif) repeat-x bottom;
}
.topLevelMenuText a {
    font-size: 14px;
    font-weight: bold;
    color: #000f2a;
    text-decoration: none;
}
.topLevelMenuText a:hover {
    color: #000f2a;
    text-decoration: underline;
}
.topLevelDescription {
    font-size: 11px;
    color: #53608c;
    line-height:13px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.subLevelMenuText a {
    font-size: 11px;
    font-weight: bold;
    color: #53608c;
    text-decoration: underline;
}
.subLevelMenuText a:hover {
    color: #d59c01;
    text-decoration: underline;
}
.subLevelDescription {
    font-size: 11px;
    color: #53608c;
    line-height:13px;
    margin-bottom: 8px;   
}

#rosterPhoto IMG {
	width: 55px;
}


/*--->> REO Search Page (Shared) <<---------------------------*/

.reoSearch {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    border: solid 1px #d3d3d3;
    padding: 0 10px 10px 10px;
}
.reoSearch select {
    font-size: 12px;
    width: 300px;
    height: 21px;
}
.reoSearch #propertyTypeLabel {
    position: relative;
    margin-top: 12px;
    width: 100%;
    border-top: dashed 1px #d3d3d3;
    padding-top: 12px;
}
.reoSearch #propertyTypeControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #propertyTypeControl select {
    width: 200px;
}
.reoSearch #cityLabel {
    display: none;  
}
.reoSearch #cityControl {
    display: none;
}
.reoSearch #areaLabel {
    position: relative;
    margin-top: 12px;   
}
.reoSearch #areaControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #priceLabel {
    position: relative;
    margin-top: 12px;     
}
.reoSearch #minPriceControl {
    display: none;
}
.reoSearch #maxPriceControl {
    display: none;
}
.reoSearch #priceDropDown {
    position: relative;
    margin-top: 3px;
}
.reoSearch #priceDropDown select{
    width: 200px;
}
.reoSearch #postalCodeLabel {
    position: relative;
    margin-top: 12px;   
}
.reoSearch #postalCodeControl {
    position: relative;
    margin-top: 3px;  
}
.reoSearch #postalCodeControl input {
    width: 100px;
}
.reoSearch #mlsidLabel {
    position: relative;
    margin-top: 12px;   
}
.reoSearch #mlsidControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #mlsidControl input {
    width: 100px;
}
.reoSearch #bathsLabel {
    position: relative;
    margin-top: 12px;  
}
.reoSearch #bathsControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #bathsControl select {
    width: 145px;  
}
.reoSearch #bedsLabel {
    position: relative;
    margin-top: 12px; 
}
.reoSearch #bedsControl {
    position: relative;
    margin-top: 3px;
}
.reoSearch #bedsControl select {
    width: 145px;
}
.reoSearch #searchButton {
    position: relative;
    margin-top: 15px;
    border-top: dashed 1px #d3d3d3;
}
.reoSearch #searchButton input {
    font-size: 13px;
    height: 25px;
    width: 125px;
    color: #000;
    margin-top: 15px;      
}
.reoSearch #advancedSearch {
	display: none;
    font-size: 10px;
    color: #3d5170;
    font-style: normal;
}
.reoSearch #advancedSearch a {
    color: #3d5170;
    text-decoration: underline;
}

