﻿html {
    height:100%;
}

body {
    background: #191748;
    margin: 0;
    height:100%;
    font-family: Verdana, Arial, Sans-Serif;
}

img {
    border:0;
}

#container {
    position: absolute;
    left: 50%;
    width: 780px;
    margin-left: -390px;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> HEADER AREA <<<
>>> Define background images in #login and #logoHeader. Define font family, size and color in #logoHeader p <<<
-------------------------------------------------------------------------------------------------------------*/

#header {
    width: 780px;
    height: 121px;  
}

#login {
    position: absolute;
    top:0;
    left:0;
    width: 780px;
    height: 28px;
    background: #191748 no-repeat top;
}
#loginControl {
    position: absolute;
    text-align: right;
    top: 3px;
    right: 0px;
    color:#939dbc;
    font-size:11px;
    font-weight:bold;  
}
#loginControl a{
    color: #fff;
    font-weight: normal;
}

.LoginButtonTop {
    height:22px;
    margin-left:4px;
    font-size:10px;
}

.LoginField 
{
    font-size:9px;
    margin-left:4px;
    height:11px;
}

#logoHeaderHome {
    position: absolute;
    top:28px;
    left:0;
    width: 780px;
    height: 100px;
    background: #00214a url(/Shared/Templates/001/i/3/real_estate_hdr_home.jpg) no-repeat top;
    text-align: right;
    margin: 0;
    padding-top: 7px;
    width:780px; 
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #fff;
}

#logoHeaderHome a {
    text-decoration: none;
    color:#fff;
}
#logoHeaderHome a:hover {
    text-decoration: underline;
    color:#fff;
}

#headerPhoneNumber {
    position: absolute;
    top: 51px;
    right: 0px;
}

#headerLogo {
    position: absolute;
    top: 13px;
    left: 7px;
}

#headerSlogan {
    position: absolute;
    top: 66px;
    left: 186px;
} 

/*------------------------------------------------------------------------------------------------------------- 
>>> HOME PAGE MAIN CONTENT - SEARCH, FLASH, CONTENT AND FEATURED PROPERTY AREAS <<<
-------------------------------------------------------------------------------------------------------------*/   

#mainContent {
    position: absolute;
    top:128px;
    left:0;
    width: 780px;
    height: 615px;
    margin-top: 0;
}

#flashNav {
    position: absolute;
    top:0;
    right:0;
    width: 360px;
    height: 304px;
}

#featuredProperty {
    position: absolute;
    top:304px;
    right:0;
    width: 290px;
    height: 311px;
    background: #e1ddc5 url(/Shared/Templates/001/i/3/real_estate_featured_home.jpg) no-repeat top;
    border:1px #ffffff;
    margin-bottom:3px;
}
#featuredPropertyAlt {
    position: absolute;
    top: 61px;
    right: 38px;
    left: 56px;
    width: 196px;
    height: 218px;
    color:#000;
    font-size:11px;
    text-align:center;
    border:1px #ffffff;
    margin-bottom:3px;
}
.featuredPropertyAltImg {
    position: relative;
    width: 196px;
    height: 129px;
}
#featuredPropertyControl {
    position: absolute;
    top:54px;
    right: 42px;
    left: 52px;
    width: 196px;
    height: 218px;
    color:#000;
    font-size:11px;
    text-align:center;
}
#featuredPropertyControl a{
    text-decoration: none;
}
#featuredPropertyControl a:hover{
    text-decoration: underline;
}

.FeatHeader {
    display:none;
}

.FeatImage {
    position: relative;
    width: 196px;
    height: 129px;
    border: 1px #fff; 
}

.FeatStreet {
    display: none;
}

.FeatCityState {
    font-weight: bold;
    text-align: center;
    color: #191748;
    text-decoration: none;
}

.FeatZip {
    display: none;
}

.FeatPrice {
    color: #191748;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

.FeatDescription {
    display: block;
    color: #191748;
    margin-top: 5px;
}
.FeatDescription a{
    color: #88122a;
    text-decoration: underline;
}
.FeatDescription a:hover{
    color: #88122a;
    text-decoration: underline;
}

/*----------- >> Content Area << -------------*/

#quickSearch {
    position: absolute;
    top:0;
    left:0;
    width: 420px;
    height: 304px;
    background: #1d1b49 url(/Shared/Templates/001/i/3/real_estate_search_home.jpg) no-repeat top;
}

#quickSearchControl {
    position: absolute;
    top:67px;
    left:33px;
    width:362px;
    height:172px;
    font-size:11px;
    color:#ffffff;
}

.QuickSearchHome {
    position: relative;
}
.QuickSearchHome select {
    font-size: 10px;
    width: 145px;
    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: 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: 185px;
    font-weight: bold;
}
.QuickSearchHome #postalCodeControl {
    position: absolute;
    top: 23px;
    left: 185px;    
}
.QuickSearchHome #postalCodeControl input {
    font-size: 10px;
    width: 60px;
    height: 14px;
}
.QuickSearchHome #mlsidLabel {
    position: absolute;
    top: 5px;
    left: 275px;
    font-weight: bold;
}
.QuickSearchHome #mlsidControl {
    position: absolute;
    top: 23px;
    left: 275px;
}
.QuickSearchHome #mlsidControl input {
    font-size: 10px;
    width: 60px;
    height: 14px;
}
.QuickSearchHome #bathsLabel {
    position: absolute;
    top: 57px;
    left: 185px;
    font-weight: bold;
}
.QuickSearchHome #bathsControl {
    position: absolute;
    top: 75px;
    left: 185px;
}
.QuickSearchHome #bathsControl select {
    width: 70px;  
}
.QuickSearchHome #bedsLabel {
    position: absolute;
    top: 57px;
    left: 275px;
    font-weight: bold;
}
.QuickSearchHome #bedsControl {
    position: absolute;
    top: 75px;
    left: 275px;
}
.QuickSearchHome #bedsControl select {
    width: 70px;
}
.QuickSearchHome #searchButton {
    position: absolute;
    top: 142px;
    right: 16px;
}
.QuickSearchHome #searchButton input 
{
    font-weight: bold;
    font-size: 13px;
    height: 25px;
    width: 72px;
    color: #00214a;       
}
.QuickSearchHome #advancedSearch {
	position: absolute;
    top: 106px;
    left: 185px;
    font-size: 10px;
    color: #fdf8d2;
    font-style: normal;
}
.QuickSearchHome #advancedSearch a {
    color: #f0eee2;
    text-decoration: underline;
}

#quickSearchLinks {
    position: absolute;
    top:248px;
    left:30px;
    width:370px;
}
#quickSearchLink1 {
    position: absolute;
    top: 0;
    left: 9px;
    width:122px;
    height:28px;
}
#quickSearchLink2 {
    position: absolute;
    top: 0;
    left:133px;
    width:100px;
    height:28px;
}
#quickSearchLink3 {
    position: absolute;
    top:0;
    left:235px;
    width:126px;
    height:28px;
}
.quickSearchLinks {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    line-height:28px;
    color: #ffffff;
    text-align:center;
    margin:0;
    padding:0;
}
.quickSearchLinks a{
    color: #ffffff;
    text-decoration: none;
}
.quickSearchLinks a:hover{
    color: #ffffff;
    text-decoration: underline;
}

#searchByMap {
    position: absolute;
    top: 11px;
    left: 288px;
}

/*----------- >> Content Area << -------------*/

#contentArea {
    position: absolute;
    top:304px;
    left: 0;
    width: 490px;
    height: 311px;
    background: #e1ddc5 url(/Shared/Templates/001/i/3/real_estate_content_home.jpg) no-repeat top;
}
.contentimg {
    position: relative;
    float: left;
    width: 150px;
    height: 114px;
    padding-left: 19px;
}
    
.contenttitle {
    position: relative;
    float: left;
    width: 200px;
    height: 21px;
    padding-left: 18px;
}

.contentbtn {
    position: relative;
    float: left;
    width: 86px;
    height: 23px;
    padding-left: 0px;
}

.contenttxt {
    position: relative;
    float: left;
    margin:0;
    width: 294px;
    padding-left: 18px;
    padding-top: 7px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 17px;
    color: #44436a;
}
.contenttxt a{
    color: #a01b37;
    text-decoration: underline;
}
.contenttxt a:hover{
    color: #a01b37;
    text-decoration: underline;
}

#contentArea1 {
    position: relative;
    width: 490px;
    height: 156px;
}
#contentArea1 .contentimg {
    padding-top: 26px;   
}
#contentArea1 .contenttitle {
    padding-top: 26px;
}
#contentArea1 .contentbtn {
    padding-top: 24px;
}

#contentArea2 {
    position: relative;
    width: 490px;
    height: 155px;
}
#contentArea2 .contentimg {
    padding-top: 12px;   
}
#contentArea2 .contenttitle {
    padding-top: 12px;
}
#contentArea2 .contentbtn {
    padding-top: 10px;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> FOOTER AREA - LISTINGS BY E-MAIL AND PARTNERS <<<
-------------------------------------------------------------------------------------------------------------*/

#footer {
    position: absolute;
    top:736px;
    left:0;
    width: 780px;
    height: 74px;
}

#listingsByEmail {
    position: relative;
    float: left;
    width: 515px;
    height: 74px;
    background: #7c8fb9 url(/Shared/Templates/001/i/3/real_estate_listings_email.jpg) no-repeat top;
}
#listingsSignup {
    position: relative;
    padding-top:16px;
    padding-left:354px;
}

#partners {
    position: relative;
    float:left;
    width: 265px;
    height: 74px;
    background: #7c8fb9 url(/Shared/Templates/001/i/3/real_estate_partners.jpg) no-repeat top;
}

#partners img{
	border:0px none;
	padding:0 7px 0 8px;
}

#partnersLinks {
	position:relative;
	padding-left:0px;
	padding-top:3px;
}


/*------------------------------------------------------------------------------------------------------------- 
>>> SEO TEXT AREA - TEXT LINKS, COPYRIGHT AND DISCLAIMERS <<<
-------------------------------------------------------------------------------------------------------------*/

#seoFooter {
    position: absolute;
    top:810px;
    left:0;
    width: 780px;
    background: #191748;
}

#seoLinks {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #cfd7e7;
    padding-top: 25px;
    margin: 0;   
}
#seoLinks a{
    text-decoration:none;
    color: #cfd7e7;  
}
#seoLinks a:hover{
    text-decoration:underline;
    color: #cfd7e7;  
}

#copyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #6d6c8b;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#copyright a{
    text-decoration: none;
    color: #6d6c8b;
}
#copyright a:hover{
    text-decoration: underline;
    color: #6d6c8b;
}

#areaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #6d6c8b;
    line-height: 14px;
    padding-top: 12px;
    /*padding-bottom: 25px;*/
    margin: 0;
}
#areaList p a{
    text-decoration: none;
    color: #6d6c8b;
}
#areaList p a:hover{
    text-decoration: underline;
    color: #fff;
}

#siteCredit p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #6d6c8b;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 25px;
    margin: 0;
}
#siteCredit p a{
    text-decoration: none;
    color: #6d6c8b;
}
#siteCredit p a:hover{
    text-decoration: underline;
    color: #6d6c8b;
}

#bottomAd {
    width: 780px;
    margin-bottom: 20px;
    margin-left: 26px;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> SUB-PAGE STYLES <<<
-------------------------------------------------------------------------------------------------------------*/

#logoHeaderSub {
    position: absolute;
    top:28px;
    left:0;
    width: 780px;
    height: 100px;
    background: #00214a url(/Shared/Templates/001/i/3/real_estate_hdr_sub.jpg) no-repeat top;
    text-align: right;
    margin: 0;    
    width: 780px; 
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #fff; 
}

#logoHeaderSub a {
    text-decoration: none;
    color: #fff;
}
#logoHeaderSub a:hover {
    text-decoration: underline;
    color: #fff;
}

/*-->> Navigation <<--*/

#navigation {
    position: absolute;
    z-index: 1000;
    top:128px;
    left:0;
    width: 780px;
    height: 35px;
    margin-top: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight:bold;
}

.navSubMenu {
	border: solid 1px #191748;
}

.navSubEntry {
	display:block;
	background-color: #282554;
	padding: 2px 25px 2px 6px;
	/*border: solid 1px black;*/
	color : White;	
}

.navSubEntryHover {
	background-color: #f3f3ea;
	color:#a31c38;
}

#navigation img {
    display:block;
    float:left;
    background:url(/Shared/Templates/001/i/3/real_estate_subnav_div.gif) no-repeat right;
    padding-right:2px;
}
#navigation .navLast {
    padding:0px;
}

/*-->> Main Content Area <<--*/

#headerSub {
    width: 780px;
    height: 156px;    
}

#mainContentSub {
    position: relative;
    width: 780px;
    background: #ded9c0;
    top:8px;
}

#subLeft {
    position:absolute;
    top:0;
    right: 610px;
    width:170px;    
    background: #e8e5d4 url(/Shared/Templates/001/i/3/real_estate_subnav_bkgd.jpg) repeat-x top;
    height:100%;
}

#subQuickSearch {
    position:relative;
    padding-top: 85px;
    font-size:11px;
    color:#19184a;
}

#subQuickSearch a, #subQuickSearch #advancedSearch a
{
	text-decoration:underline;
    color:#19184a;
}

#subQuickSearch a:hover, #subQuickSearch #advancedSearch a:hover
{
	text-decoration:underline;
    color:#19184a;
}

.QuickSearchSub {
    position: relative;
}
.QuickSearchSub select {
    font-size: 10px;
    width: 145px;
    height: 18px;
}
.QuickSearchSub #propertyTypeLabel {
    position: absolute;
    top: 5px;
    left: 12px;
    font-weight: bold;   
}
.QuickSearchSub #propertyTypeControl {
    position: absolute;
    top: 23px;
    left: 12px;
    font-size: 10px;  
}
.QuickSearchSub #cityLabel {
    display: none;
}
.QuickSearchSub #cityControl {
    display: none;
}
.QuickSearchSub #areaLabel {
    position: absolute;
    top: 51px;
    left: 12px;
    font-weight: bold; 
}
.QuickSearchSub #areaControl {
    position: absolute;
    top: 69px;
    left: 12px;
}
.QuickSearchSub #priceLabel {
    position: absolute;
    top: 97px;
    left: 12px;
    font-weight: bold; 
}
.QuickSearchSub #minPriceControl {
    display: none;
}
.QuickSearchSub #maxPriceControl {
    display: none;
}
.QuickSearchSub #priceDropDown {
    position: absolute;
    top: 115px;
    left: 12px;
}
.QuickSearchSub #postalCodeLabel {
    display: none;
}
.QuickSearchSub #postalCodeControl {
    display: none;   
}
.QuickSearchSub #postalCodeControl input {
    display: none;
}
.QuickSearchSub #mlsidLabel {
    display: none;
}
.QuickSearchSub #mlsidControl {
    display: none;
}
.QuickSearchSub #mlsidControl input {
    display: none;
}
.QuickSearchSub #bathsLabel {
    position: absolute;
    top: 143px;
    left: 12px;
    font-weight: bold;
}
.QuickSearchSub #bathsControl {
    position: absolute;
    top: 161px;
    left: 12px;
}
.QuickSearchSub #bathsControl select {
    width: 145px;  
}
.QuickSearchSub #bedsLabel {
    position: absolute;
    top: 189px;
    left: 12px;
    font-weight: bold;
}
.QuickSearchSub #bedsControl {
    position: absolute;
    top: 207px;
    left: 12px;
}
.QuickSearchSub #bedsControl select {
    width: 145px;
}
.QuickSearchSub #searchButton {
    position: absolute;
    top: 235px;
    left: 12px;
}
.QuickSearchSub #searchButton input 
{
    font-weight: bold;
    font-size: 13px;
    height: 23px;
    width: 70px;
    background:url(/Shared/Templates/001/i/3/real_estate_sub_quicksearch_btn.gif);
    color: #ffffff;  
    border:none;     
}
.QuickSearchSub #advancedSearch {
	position: absolute;
    top: 270px;
    left: 12px;
    font-size: 10px;
    color: #3d5170;
    font-style: normal;
}
.QuickSearchSub #advancedSearch a {
    color: #3d5170;
    text-decoration: underline;
}

#subContentMain {
    position:relative;
    margin-left:170px;
    width:610px;
    background:#ffffff url(/Shared/Templates/001/i/3/real_estate_content_bkgd.gif) repeat-x top;
    height:100%;
}

#subContent {
    position:relative;
    padding:15px 15px 20px 15px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size:12px;
    background: url(/Shared/Templates/001/i/3/real_estate_subcontent_bkgd.gif) repeat-y;
    color:#000000;
    line-height:16px;
    height:100%;
    min-height:650px;
}
*html #subContent {
    height: 650px;  
}

.PageContent {
    background:#ffffff;
}

.PageContent a
{
	color:#A11C37;
	text-decoration:none;
}

.PageContent a:hover
{
	color:#A11C37;
	text-decoration:underline;
}

.PageHeading {
    background:#ffffff;
    color: #a11a38;
}
.PageHeading h3 {
    font-size: 18px;
}

#leadFormIntro {
    color: #00214a;
    font-size: 12px;
}

#leadContent {
    color: #19184a;
    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: #a11a38;
    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: #64647e;
}

.FormSubmitButton {
    padding: 15px 0 15px 15px;
}
.FormSubmitButton input{
    width: 120px;
    height: 35px;
    color: #a11a38;
    font-size: 16px;
    font-weight: bold;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> SUB PAGE FOOTER AREA - LISTINGS BY E-MAIL AND PARTNERS <<<
-------------------------------------------------------------------------------------------------------------*/

#subfooter {
    position: relative;
    width: 780px;
    height: 74px;
}

#sublistingsByEmail 
{   
    position: absolute;
    top:0;
    right:265px;
    width: 515px;
    height: 74px;
    background: #7c8fb9 url(/Shared/Templates/001/i/3/real_estate_listings_email.jpg) no-repeat top;
}
#sublistingsSignup {
    position: relative;
    padding-top:16px;
    padding-left:354px;
}


#subpartners {
    position: absolute;
    top: 0;
    right: 0;
    width: 265px;
    height: 74px;
    background: #7c8fb9 url(/Shared/Templates/001/i/3/real_estate_partners.jpg) no-repeat top;
}

#subpartnersLinks {
    position:relative;
	padding-left:0px;
	padding-top:3px;
}

#subpartners img{
	border:0px none;
	padding:0 7px 0 8px;
}


/*------------------------------------------------------------------------------------------------------------- 
>>> SUB PAGE SEO TEXT AREA - TEXT LINKS, COPYRIGHT AND DISCLAIMERS <<<
-------------------------------------------------------------------------------------------------------------*/

#subseoFooter 
{
    background: #191748;   
    position: relative;
    width: 780px;
}

#subseoLinks {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #cfd7e7;
    padding-top: 25px;
    margin: 0;   
}
#subseoLinks a{
    text-decoration:none;
    color: #cfd7e7;  
}
#subseoLinks a:hover{
    text-decoration:underline;
    color: #cfd7e7;
}

#subcopyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #85849F;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#subcopyright a{
    text-decoration: none;
    color: #85849F;
}
#subcopyright a:hover{
    text-decoration: underline;
    color: #85849F;
}

#subareaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #85849F;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 25px;
    margin: 0;
}
#subareaList p a{
    text-decoration: none;
    color: #85849F;
}
#subareaList p a:hover{
    text-decoration: underline;
    color: #85849F;
}

/*---------- >> 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/3/real_estate_sitemap_line_1.gif) repeat-x bottom;
}
.topLevelMenuText a {
    font-size: 14px;
    font-weight: bold;
    color: #00214a;
    text-decoration: none;
}
.topLevelMenuText a:hover {
    color: #4f0c0b;
    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: #A11B36;
    text-decoration: none;
}
.subLevelMenuText a:hover {
    color: #A11B36;
    text-decoration: underline;
}
.subLevelDescription {
    font-size: 11px;
    color: #53608c;
    line-height:13px;
    margin-bottom: 8px;   
}

#rosterPhoto img {
    width: 100px;
    height: 140px;
}

.fntHeading
{
	color:#A11C37;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:15px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}

/*------------------------------------------------------------------------------------------------------------- 
>>>												 LANDING PAGES										        <<<
-------------------------------------------------------------------------------------------------------------*/
.landingPageMainContent a
{
	color:#A11C37;
	text-decoration:none;
}

.landingPageMainContent a:hover
{
	color:#A11C37;
	text-decoration:underline;
}

#landingPageText
{
	padding-bottom:10px;
	width:350px;
	position:relative;
	top:0px;
	left:0px;
}

#landingPageContact
{
	background:transparent url(/Shared/Templates/001/i/3/real_estate_landing_contact.gif) no-repeat scroll 0% 0%;
	height:58px;
	padding-top:10px;
	text-align:center;
	width:318px;
	font-weight:bold;
}

#landingPageImage
{
	position:absolute;
	right:25px;
	top:30px;
}
.landingPageMainContent
{
	padding-bottom:70px;
}
#landingPageMainContent
{
	position:relative;
	top:15px;
}

#LandingPageResources
{
	width:330px;
}

.landingContentTitle
{
	color:#A11C37;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:15px;
	font-weight:bold;
	line-height:normal;
}

#LandingResourcesText
{
	padding-top:7px;
}

#LandingResourcesLinks
{
	position:relative;
	top:16px;
	width:350px;
}

.LandingResourcesLinksItem
{
	background:transparent url(/Shared/Templates/001/i/3/real_estate_adobe_icon.gif) no-repeat scroll 0% 50%;
	color:#19184A;
	line-height:22px;
	padding-left:25px;
	vertical-align:middle;
	font-size:11px;
}

.LandingResourcesLinksItem a
{
	color:#19184A;
	text-decoration:none;
}

.LandingResourcesLinksItem a:hover
{
	color:#19184A;
	text-decoration:underline;
}

#LandingPageTools
{
	left:340px;
	position:absolute;
	top:0px;
}

#LandingToolsText
{
	padding-top:7px;
}

#landingNavContainer
{
	left:355px;
	position:absolute;
	top:300px;
}

#landingNavContainer .subLevelMenuText
{
	background:transparent url(/Shared/Templates/001/i/3/real_estate_cps_arrow.gif) no-repeat scroll 0% 50%;
	color:#19184A;
	font-size:11px;
	line-height:22px;
	padding-left:25px;
}

#landingNavContainer .subLevelMenuText a, #landingNavContainer .subLevelMenuText a:hover
{
	color:#19184A;	
}

/*--->> 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;
}
