﻿html {
    height:100%;
}

body {
    background: #05173c url(/Shared/Templates/011/i/1/real_estate_site_bkgd.jpg) repeat-x top;
    margin: 0;
    height:100%;
    font-family: Verdana, Arial, Sans-Serif;
}

img {
    border:0;
}

#container {
    position: absolute;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

/*------------------------------------------------------------------------------------------------------------------
>>> HEADER AREA <<<
>>> header, headerLinks, login, loginControl, headerSubLinks, headerLogo, navigation, navigationControl <<<
------------------------------------------------------------------------------------------------------------------*/

#header {
    width: 800px;
    height: 85px;
    margin-top: 0;
    font-family: Verdana, Arial, Sans-Serif;
}

#logoHeader {
    position: absolute;
    top: 10px;
    left: 0;
    width: 800px;
    height: 75px;
    margin-top: 0;
    background: url(/Shared/Templates/011/i/1/real_estate_hdr_bkgd.gif) no-repeat;
}

#headerLogo {
    position: absolute;
    top: 2px;
    left: 0;
}

#headerLogo h2 {
    margin: 0;
}

#headerLinks {
    position: absolute;
    top: 16px;
    left: 393px;
    margin: 0;
}
#headerLinks img{
    display: block;
    float: left;
    padding-right: 1px;
    background: url(/Shared/Templates/011/i/1/real_estate_top_nav_div.gif) no-repeat right;   
}

#headerLinks h3 {
    margin: 0;
    display: inline;
}

#login {
    position: absolute;
    top: 42px;
    right: 10px;
}

#loginControl {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    margin-top: 0;
    text-align: right;
}
#loginControl a{
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}
#loginControl table{
    position: absolute;
    top: 0;
    right: 0;
}

.LoginButtonTop {
    height:18px;
    width: 38px;
    margin-left:4px;
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
}

.LoginField {
    height:10px;
    margin-left:4px;
    width:105px;
    font-family: Verdana;
    font-weight: normal;
    font-size:9px;
}

#headerSubLinks {
    position: absolute;
    top: 64px;
    right: 10px;
    font-size: 9px;
    color: #fff;
}
#headerSubLinks a{
    color: #fff;
    text-decoration: none;
}
#headerSubLinks a:hover{
    color: #fff;
    text-decoration: underline;
}

#navigation {
    /*position: absolute;
    top: 85px;
    left: 0;*/
    position: relative;
    z-index: 1000;
    width: 800px;
    height: 29px;
    margin-top: 0;
    padding: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    /*background: #0c173c url(/Shared/Templates/011/i/1/real_estate_nav_bkgd.gif) no-repeat;*/
}

#navigationControl {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    padding: 0;
    margin-top: -1px;
}


#navigationControl table {
    border:0;
}

#navigationControl img {
    display: block;
    float:left;
    background: url(/Shared/Templates/011/i/1/real_estate_nav_div.gif) no-repeat right;
    padding: 0 3px 0 0;
}

#navigationControl .navLast, #headerLinks .navLast {
    padding:0;
}

.navSubMenu {
	border: solid 1px #414862;
}

.navSubEntry {
	display: block;
	background-color: #0c173c;
	padding: 2px 25px 2px 6px;
	/*border: solid 1px black;*/
	color : #fff;
}

.navSubEntryHover {
	background: #295284;
}

   
/*------------------------------------------------------------------------------------------------------------------
>>> MAIN CONTENT AREA <<<
>>> mainContent, featuredPropertiesFlash, homeContentMain, mainContentBox1, quickSearch, mainContentBox2 <<<
------------------------------------------------------------------------------------------------------------------*/

#mainContent {
    position: absolute;
    top: 114px;
    left: 0;
    width: 800px;
    height: 620px;
    margin-top: 0;
}

#featuredPropertiesFlash {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 399px;
    background: #000;
}

#homeContentMain {
    position: absolute;
    top: 399px;
    left: 0;
    width: 800px;
    height: 221px;
    background: url(/Shared/Templates/011/i/1/real_estate_home_main_bkgd.gif) no-repeat;
}

#homeContentMain h3 {
    margin: 0;
}

#mainContentBox1 {
    position: absolute;
    top: 17px;
    left: 0;
    width: 198px;
    height: 181px;
}

#mainContentBox2 {
    position: absolute;
    top: 17px;
    left: 602px;
    width: 198px;
    height: 181px;
}

#quickSearch {
    position: absolute;
    top: 16px;
    left: 199px;
    width: 402px;
    height: 181px;
}

#quickSearchTabs {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 392px;
    height: 25px;
}
#quickSearchTabs img{
    float: left;
}

#quickSearchControl {
    position: absolute;
    top: 38px;
    left: 5px;
    width: 392px;
    height: 130px;
    background: url(/Shared/Templates/011/i/1/real_estate_search_bkgd.gif) no-repeat top;
    font-family: Arial;
    font-size:11px;
    color:#fff;
}

.QuickSearchHome {
    position: relative;
    font-family: Arial;
    font-size: 11px;
}

.QuickSearchHome select {
    font-family: Arial;
    font-size: 11px;
    width: 134px;
    height: 18px;
}

.QuickSearchHome #propertyTypeLabel {
    position: absolute;
    top: 6px;
    left: 20px;
    font-weight: bold;   
}
.QuickSearchHome #propertyTypeControl {
    position: absolute;
    top: 22px;
    left: 19px;
}
.QuickSearchHome #cityLabel {
    display: none; 
}
.QuickSearchHome #cityControl {
    display: none;
}
.QuickSearchHome #areaLabel {
    position: absolute;
    top: 46px;
    left: 20px;
    font-weight: bold; 
}
.QuickSearchHome #areaControl {
    position: absolute;
    top: 62px;
    left: 19px;
}
.QuickSearchHome #priceLabel {
    position: absolute;
    top: 86px;
    left: 20px;
    font-weight: bold; 
}
.QuickSearchHome #priceDropDown {
    position: absolute;
    top: 102px;
    left: 19px;
}
.QuickSearchHome #bathsLabel {
    position: absolute;
    top: 6px;
    left: 263px;
    color: #c9c9c9;
    font-weight: bold;
}
.QuickSearchHome #bathsControl {
    position: absolute;
    top: 22px;
    left: 263px;
}
.QuickSearchHome #bathsControl select {
    width: 55px;  
}
.QuickSearchHome #bedsLabel {
    position: absolute;
    top: 6px;
    left: 183px;
    color: #c9c9c9;
    font-weight: bold;
}
.QuickSearchHome #bedsControl {
    position: absolute;
    top: 22px;
    left: 183px;
}
.QuickSearchHome #bedsControl select {
    width: 55px;
}
.QuickSearchHome #mlsidLabel {
    position: absolute;
    top: 46px;
    left: 183px;
    color: #c9c9c9;
    font-weight: bold;
}
.QuickSearchHome #mlsidControl {
    position: absolute;
    top: 62px;
    left: 183px;
}
.QuickSearchHome #mlsidControl input {
    font-size: 11px;
    width: 90px;
    height: 13px;
}
.QuickSearchHome #searchButton {
    position: absolute;
    top: 98px;
    left: 182px;
}
.QuickSearchHome #searchButton input {
    font-weight: bold;
    font-size: 13px;
    height: 22px;
    width: 80px;
    color: #00214a;   
}
.QuickSearchHome #advancedSearch {
	position: absolute;
    top: 92px;
    left: 282px;
    width: 108px;
    font-size: 11px;
    color: #c9c9c9;
}
.QuickSearchHome #advancedSearch a {
    color: #c9c9c9;
    text-decoration: none;
}
.QuickSearchHome #advancedSearch a:hover {
    color: #fff;
    text-decoration: underline;
}

/*------ QUICK SEARCH STYLES NOT USED -------*/

.QuickSearchHome #minPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}
.QuickSearchHome #maxPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}
.QuickSearchHome #postalCodeLabel {
    display: none;
    position: absolute;
    top: 5px;
    left: 220px;
    font-weight: bold;
}
.QuickSearchHome #postalCodeControl {
    display: none;
    position: absolute;
    top: 22px;
    left: 220px;    
}
.QuickSearchHome #postalCodeControl input {
    font-size: 10px;
    width: 80px;
    height: 14px;
}


/*------------------------------------------------------------------------------------------------------------------
>>> HOME PAGE FOOTER <<<
>>> footer, seoLinks, copyright, areaList, siteCredit <<<
------------------------------------------------------------------------------------------------------------------*/
 
#footer {
    position: absolute;
    top: 750px;
    left: 0;
    width: 800px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #aeb2b9;
}
#footer a{
    color: #aeb2b9;
    text-decoration: none;
}
#footer a:hover{
    color: #fff;
    text-decoration: underline;
}
 
#seoLinks {
}
 
#copyright p{
    position: relative;
    line-height: 14px;
}
 
#areaList {
    position: relative;
}
 
#siteCredit {
    position: relative;
    padding-bottom: 25px;
}


/*------------------------------------------------------------------------------------------------------------------
>>> SUB PAGE STYLES <<<
>>> mainContentSub, subLeft, subLeftNavControl, subLeftNavAlternate, subLeftBox1, subLeftBox2, subFooter
    subSeoLinks, subCopyright, subAreaList, subSiteCredit <<<
------------------------------------------------------------------------------------------------------------------*/

#mainContentSub {
    position: relative;
    width: 800px;
    margin-top: 0;
    background: #070e25;
}


#subNavSeparator {
    width: 800px;
    height: 2px;
    background: #274f80;
    margin: 0;
    padding: 0;
}

#subLeft {
    position: absolute;
    top: 2px;
    left: 0;
    width: 199px;
    height: 1000px;
    /*background: #000000 url(/Shared/Templates/011/i/1/real_estate_subpg_bkgd.gif) repeat-x top;*/
    background: #070e25;
}

#subLeftNavControl {
    position: relative;
    top: 20px;
    left: 0; 
    width: 199px;  
}

#subLeftNavAlternate {
    position: relative;
    top: 20px;
    left: 0; 
    width: 199px; 
}

.subLeftNavTopLevel {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
    margin-left: 20px;
}
.subLeftNavTopLevel a{
    color: #fff;
    text-decoration: none;
}
.subLeftNavTopLevel a:hover{
    color: #c6d4ea;
    text-decoration: none;
}

.subLeftNavItem {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    background: url(/Shared/Templates/011/i/1/real_estate_nav_item_bkgd.gif) no-repeat 0px 4px;
    /*background-position: 0px 5px;*/
    padding-left: 14px;
    margin-left: 20px;
    margin-right: 10px;
    padding-bottom: 10px;
    width:170px;
}
.subLeftNavItem a{
    color: #999999;
    text-decoration: none;
}
.subLeftNavItem a:hover{
    color: #fff;
    text-decoration: none;
}

#subContentMain {
    position: relative;
    margin-left: 199px;
    width: 601px;
    min-height: 1000px;
    background: #fff;
}

#subContent {
    position: relative;
    font-size: 12px;
    color: #000;
    line-height: 16px;
    padding: 5px 15px 20px 20px;
    background: #fff;
}
#subContent a{
    color: #295284;
    text-decoration: underline;
}
#subContent a:hover{
    color: #4f75a4;
    text-decoration: underline;
}

*html #subContent {
    height: 1000px;
    margin-top: -16px;
    padding: 25px 15px 20px 20px; 
}

#subContentDividerBkgd {
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 10px;
    background: url(/Shared/Templates/011/i/1/real_estate_content_div.gif) no-repeat left top;
}

#subLeftBox1 {
    position: relative;
    padding-top: 75px;
}

#subLeftBox2 {
    position: relative;
    padding-top: 10px;
}

#subLeftBox3 {
    position: relative;
    padding-top: 20px;
}

#subContentFooter {
    position: relative;
    /*margin-left: 268px;*/
    width: 800px;
    height: 23px;
    background: #295284 url(/Shared/Templates/011/i/1/real_estate_sub_btm.gif) no-repeat top;
}

/*---------------------------------------------------------------------------------------------------------
>>> SUB PAGE AND SHARED PAGES STYLES <<<
---------------------------------------------------------------------------------------------------------*/

.PageContent {
	background:#fff;
}

.PageHeading {
    background:#ffffff;
    color: #295284;
}
.PageHeading h3 {
    font-size: 18px;
}

#leadFormIntro {
    color: #295284;
    font-size: 12px;
}

#leadContent {
    color: #05173c;
    font-weight: bold;
    font-size: 11px;
    padding-left: 15px;
    padding-top: 20px;
    margin-top: 10px;
    background: url(/Shared/Templates/011/i/1/real_estate_content_div.gif) no-repeat left top;
}

#leadContent textarea {
    width: 350px;
}

.FormSectionHeading {
    font-size: 14px;
    color: #295284;
    margin-top: 25px;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 20px;
    background: url(/Shared/Templates/011/i/1/real_estate_content_div.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: #7d7c77;
}

.FormSubmitButton {
    padding: 15px 0 15px 15px;
}
.FormSubmitButton input{
    width: 120px;
    height: 35px;
    color: #05173c;
    font-size: 16px;
    font-weight: bold;
}

#OpenHousesHeader h1 {
    background:#ffffff;
    color: #295284;
    font-size: 18px;
}   

/*------>>> FOOTER <<<--------*/

#subFooter {
    position: relative;
    width: 800px;
    margin: 15px 0 30px 0;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #aeb2b9;
}
#subFooter a{
    color: #aeb2b9;
    text-decoration: none;
}
#subFooter a:hover{
    color: #fff;
    text-decoration: underline;
}

#subSeoLinks {
}

#subCopyright {
    position: relative;
    line-height: 14px;
}

#subAreaList {
    position: relative;
}

#subSiteCredit {
    position: relative;
    padding-bottom: 25px;
}

/*---------- >> Sitemap 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: #0c173c;
    text-decoration: none;
}
.topLevelMenuText a:hover {
    color: #295284;
    text-decoration: underline;
}
.topLevelDescription {
    font-size: 11px;
    color: #000;
    line-height:13px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.subLevelMenuText a {
    font-size: 11px;
    font-weight: bold;
    color: #295284;
    text-decoration: underline;
}
.subLevelMenuText a:hover {
    color: #295284;
    text-decoration: underline;
}
.subLevelDescription {
    font-size: 11px;
    color: #5a82b2;
    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;
}