﻿html {
    height:100%;
}

body {
    background: #001d3f url(/Shared/Templates/013/i/1/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;
    left:0;
    width: 778px;
    height: 28px;
    background: #00060d url(/Shared/Templates/013/i/1/real_estate_login_bkgd.jpg) no-repeat top;
}

#loginText {
    font-size: 11px;
    line-height: 28px;
    margin-left:11px;
    color: #869bb4;
}
#loginText a{
    color: #869bb4;
    text-decoration: none;
}
#loginText a:hover{
    color: #869bb4;
    text-decoration: underline;
}

/*-->> Standard Login Control <<--*/
#loginControlStd {
    display: none;
}

/*-->> Custom Login Control <<--*/
#loginControlCustom {
    position: absolute;
    top:0px;
    right:3px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color:#869bb4;
    line-height:28px;
}
#loginControlCustom a{
    color: #fff;
    font-weight: normal;
}

.LoginButtonTop {
    height:19px;
    margin-left:4px;
    font-size: 11px;
}

.LoginField {
    font-size:11px;
    font-family: Verdana;
    font-weight: normal;
    margin-left:4px;
    height:12px;
}

#logoHeader {
    position: absolute;
    top:28px;
    left:0;
    width: 778px;
    height: 102px;
    background: #ddd7c1 url(/Shared/Templates/013/i/1/real_estate_hdr_home.jpg) no-repeat top;
    text-align: right;
    margin: 0;
    padding-top: 8px;
    font-size: 11px;
    color: #47688d; 
}
#logoHeader a {
    text-decoration: none;
    color:#47688d;
}
#logoHeader a:hover {
    text-decoration: underline;
    color:#47688d;
}

#headerLogo {
    position: absolute;
    top:3px;
    left:23px;
}

/*-->> Navigation <<--*/

#navigation {
	position: relative;
	z-index: 1000; 
    height: 30px;
    margin-top:0px;
    background: url(/Shared/Templates/013/i/1/real_estate_nav_bkgd.gif) no-repeat top;
}

#navigationMenuControl {
    position: absolute;
    top:0;
    left: 3px;
    right:3px;
    width: 772px;
    height: 30px;
    font-size: 11px;
    padding-top:0;
    margin-top:0px;
    border:0;
}
#navigationMenuControl table {
    border:0;
}
#navigationMenuControl img {
    display: block;
    float:left;
    background:url(/Shared/Templates/013/i/1/real_estate_nav_div.gif) no-repeat right;
    padding-right:2px;
    margin-top: 0;
}

#navigationMenuControl .navLast {
    padding:0px;
}

.navSubMenu {
	border: solid 1px #627e9e;
}

.navSubEntry {
	display: block;
	background-color: #0f2238;
	padding: 2px 25px 2px 6px;
	/*border: solid 1px black;*/
	color : White;
}

.navSubEntryHover {
	background: #6e88a6;
}

/*-->> Flash Container <<--*/

#homeFlash {
    position: absolute;
    top: 160px;
    left: 0;
    width: 778px;
    height: 187px;
    background: #fff;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> HOME PAGE MAIN CONTENT - SEARCH, FEATURED PROPERTY, AND LINK BOX AREAS <<<
-------------------------------------------------------------------------------------------------------------*/   

#mainContent {
    position: absolute;
    top: 347px;
    left:0;
    width: 778px;
    height: 516px;
    background: #001125 url(/Shared/Templates/013/i/1/real_estate_content_home.jpg) no-repeat top;
}

#quickSearch {
    position: absolute;
    top: 10px;
    left: 0;
    width: 588px;
    height: 270px;
}

#quickSearchControl {
    position: absolute;
    top: 62px;
    left:58px;
    width:362px;
    height:172px;
    font-size:12px;
    color:#c4d1e1;
}

.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: 55px;
    left: 5px;
    font-weight: bold; 
}
.QuickSearchHome #areaControl {
    position: absolute;
    top: 73px;
    left: 5px;
}
.QuickSearchHome #priceLabel {
    position: absolute;
    top: 105px;
    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: 123px;
    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: 132px;
    left: 352px;
}
.QuickSearchHome #searchButton input 
{
    font-weight: bold;
    font-size: 13px;
    line-height:17px;
    height: 34px;
    width: 125px;
    color: #00060d;
    background:url(/Shared/Templates/013/i/1/real_estate_search_btn.gif) no-repeat 0px 0px; 
    border:none;       
}
.QuickSearchHome #advancedSearch {
	display: none;
	position: absolute;
    top: 155px;
    left: 5px;
    font-size: 11px;
    color: #fff;
    font-style: normal;
}
.QuickSearchHome #advancedSearch a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.QuickSearchHome #advancedSearch a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#QuickSearchLinks{
	position: absolute;
    top: 155px;
    left: 5px;
    font-size: 11px;
    color: #fff;
    font-style: normal;
}
#QuickSearchLinks a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#QuickSearchLinks a:hover{
    color: #fff;
    text-decoration: underline;
}

#AdvancedSearchLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}

#QuickSearchLinksDivider {
    position: absolute;
    top: 0;
    left: 114px;
    width: 8px;
    color: #c4d1e1;
}

#SearchByMapLink {
    position: absolute;
    top: 0; 
    left: 128px;
    width: 100px;
}

#featuredProperty {
    position: absolute;
    top: 285px;
    left:26px;
    width: 180px;
    height: 165px;
}

#featuredPropertyControl {
    position: absolute;
    top: 21px;
    left:0;
    color:#fff;
    font-size:11px;
}

#featuredPropertyControl a{
    text-decoration: none;
}
#featuredPropertyControl a:hover{
    text-decoration: underline;
}

#featuredPropertyTitle {
    position: absolute;
    width:180px;
    height:13px;
    left: 0;
    top: 0;
    background:url(/Shared/Templates/013/i/1/real_estate_featured_hdr.gif) no-repeat top;  
}

.FeatHeader {
    display:none;
}

.FeatCityState {
    position: absolute;
    top: 11px;
    left: 0;
    /*font-weight: bold;*/
    color: #8ea2b9;
    text-decoration: none;
    margin-left: 3px;
    padding: 0;
}

.FeatImage {
    width: 176px;
    height: 118px;
    border: solid 2px #1e3550;
    margin-top: 30px;
    margin-left: -3px;
}

.FeatStreet {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin-top: -3px;
    margin-left: 3px;
}

.FeatZip {
    display: none;
}

.FeatPrice {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #8ea2b9;
    font-weight: bold;
    margin-top: -4px;
    margin-right: 12px;
}

.FeatDescription {
    display: none;
    padding-left:18px;
    color: #fff;
    margin-top: 5px;
}
.FeatDescription a{
    color: #889fb9;
    text-decoration: underline;
}
.FeatDescription a:hover{
    color: #fff;
    text-decoration: underline;
}

#noFeaturedProperty {
    position: absolute;
    top: 285px;
    left:26px;
    width: 180px;
    height: 165px;
}

#altFeaturedProperty {
    position: absolute;
    top: 21px;
    left:0;
    color:#fff;
    font-size:11px;
}
#altFeaturedProperty img{
    position: absolute;
    top: 43px;
    left: 0;
}
#altFeaturedTitle {
    display: none;
}
#altFeaturedText {
    display: none;
}

#homePageMainContent {
    position: absolute;
    top: 283px;
    left: 231px;
    width: 325px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    color: #abbdd2;
    text-align: justify;
}
#homePageMainContent b{
    font-weight: bold;
    color: #f2e5b9;
}
.homePageMainContentTitle {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    color: #fff;
    padding-bottom: 25px;
    background: url(/Shared/Templates/013/i/1/real_estate_home_text_div.gif) no-repeat 0px 25px;
}

#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: #001d3f;
}

#seoLinks {
    position: relative;
    width: 778px;
    text-align: center;
    font-size: 10px;
    color: #64809f;
    padding-top: 15px;
    margin: 0;   
}
#seoLinks a{
    text-decoration:none;
    color: #64809f;  
}
#seoLinks a:hover{
    text-decoration:underline;
    color: #64809f;  
}

#copyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #64809f;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#copyright a{
    text-decoration: none;
    color: #64809f;
}
#copyright a:hover{
    text-decoration: underline;
    color: #64809f;
}

#areaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #64809f;
    line-height: 14px;
    padding-top: 12px;
    /*padding-bottom: 25px;*/
    margin: 0;
}
#areaList p a{
    text-decoration: none;
    color: #64809f;
}
#areaList p a:hover{
    text-decoration: underline;
    color: #64809f;
}

#siteCredit p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #64809f;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 25px;
    margin: 0;
}
#siteCredit p a{
    text-decoration: none;
    color: #64809f;
}
#siteCredit p a:hover{
    text-decoration: underline;
    color: #64809f;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> SUB-PAGE STYLES <<<
-------------------------------------------------------------------------------------------------------------*/

#navigationShadow {
    position: relative;
    height:12px;
    width:778px;
    background: url(/Shared/Templates/013/i/1/real_estate_subnav_shadow.jpg) no-repeat top;
}

/*-->> Main Content Area <<--*/

#mainContentSub {
    position: relative;
    width: 778px;
    background:#00070e url(/Shared/Templates/013/i/1/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/1/real_estate_subnav_bkgd.jpg) no-repeat;
    height:100%;
}

#subSecondaryNav {
    position:absolute;
    top:0;
    left:0;
    width:173px;
    height:100%;
}

#subLeftNavContainer {
    position: relative;
    top: 94px;
    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: #c6d4ea;
    padding-bottom: 12px;
    margin-left: 3px;
}
.subLeftNavTopLevel a{
    color: #c6d4ea;
    text-decoration: none;
}
.subLeftNavTopLevel a:hover{
    color: #fff;
    text-decoration: none;
}

.subLeftNavItem {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #b9c8d9;
    line-height: 14px;
    background: url(/Shared/Templates/003/i/real_estate_nav_item_bkgd.gif) no-repeat 0px 0px;
    padding-left: 10px;
    margin-left: 4px;
    margin-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
    width:125px;

}
.subLeftNavItem a{
    color: #b9c8d9;
    text-decoration: none;
}
.subLeftNavItem a:hover{
    color: #ffffff;
    text-decoration: underline;
}

#subContentMain {
    position:relative;
    display: block;
    margin-left:173px;
    width:605px;
    background:#fff url(/Shared/Templates/013/i/1/real_estate_sub_content.gif) repeat-y top;
    height:100%;
}

#subContent {
    position:relative;
    padding:5px 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:#fff;
}

.PageHeading {
    background:#fff;
    color: #998642;
}
.PageHeading h3 {
    font-size: 18px;
}

#leadFormIntro {
    color: #00214a;
    font-size: 12px;
    padding-bottom: 15px;
}

#leadContent {
    color: #002b5c;
    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: #998642;
    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: #395472;
}

.FormSubmitButton {
    padding: 15px 0 15px 15px;
}
.FormSubmitButton input{
    width: 120px;
    height: 35px;
    color: #002b5c;
    font-size: 16px;
    font-weight: bold;
}


#subPageBottom {
    position:relative;
    height:12px;
    width:788px;
    background:url(/Shared/Templates/013/i/1/real_estate_subpage_btm.gif) no-repeat;
}


/*------------------------------------------------------------------------------------------------------------- 
>>> SUB PAGE SEO TEXT AREA - TEXT LINKS, COPYRIGHT AND DISCLAIMERS <<<
-------------------------------------------------------------------------------------------------------------*/

#subSeoFooter {
    position: relative;
    width: 780px;
    background: #001d3f;
}

#subseoLinks {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #d7d2b7;
    padding-top: 25px;
    margin: 0;   
}
#subseoLinks a{
    text-decoration:none;
    color: #d7d2b7;  
}
#subseoLinks a:hover{
    text-decoration:underline;
    color: #d7d2b7;  
}

#subcopyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #96acc8;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#subcopyright a{
    text-decoration: none;
    color: #96acc8;
}
#subcopyright a:hover{
    text-decoration: underline;
    color: #96acc8;
}

#subareaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #96acc8;
    line-height: 14px;
    padding-top: 12px;
    /*padding-bottom: 25px;*/
    margin: 0;
}
#subareaList p a{
    text-decoration: none;
    color: #96acc8;
}
#subareaList p a:hover{
    text-decoration: underline;
    color: #96acc8;
}

/*---------- >> Page Specific Styles <<-------------*/

.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: #ac1004;
    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: #8d8b00;
    text-decoration: none;
}
.topLevelMenuText a:hover {
    color: #aa1004;
    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: #aa1004;
    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;
}