﻿html {
    height:100%;
}

body {
    background: #4c010f url(/Shared/Templates/101/i/14/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: #e8e8e8;*/
}

#loginText {
    font-size: 11px;
    line-height: 28px;
    margin-left:11px;
    color: #cdc5ae;
}
#loginText a{
    color: #cdc5ae;
    text-decoration: none;
}
#loginText a:hover{
    color: #fff;
    text-decoration: underline;
}

#loginControl {
    position: absolute;
    top:0px;
    right:3px;;
    text-align: right;
    font-size: 11px;
    color:#cdc5ae;
    line-height:28px;
}
#loginControl a{
	color:#cdc5ae;
	text-decoration: none;
}
#loginControl a:hover {
	color:#fff;
	text-decoration: underline;
}

.LoginButtonTop {
    height:19px;
    margin-left:4px;
    font-size: 11px;
}

.LoginField {
    font-size:11px;
    font-family: Verdana;
    margin-left:4px;
    height:12px;
}

#logoHeader {
    position: absolute;
    top:28px;
    left:0;
    width: 778px;
    height: 102px;
    background: #000 url(/Shared/Templates/101/i/14/real_estate_hdr_home.jpg) no-repeat top;
    text-align: right;
    margin: 0;
    padding-top: 7px;
    font-size: 11px;
    color: #666055; 
}
#logoHeader a {
    text-decoration: none;
    color:#666055;
}
#logoHeader a:hover {
    text-decoration: underline;
    color:#666055;
}

#headerLogo {
    position: absolute;
    top: 15px;
    left: 9px;
    vertical-align:top;
}

/*-->> Navigation <<--*/

#navigation {
	position: relative;
	z-index: 1000; 
    height: 30px;
    margin-top:0px;
    background: url(/Shared/Templates/101/i/14/real_estate_nav_bkgd.gif) repeat top;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}

#navigation a {
    text-decoration:none;
    color:#fff;
    z-index:1000;
}


#navigationMenuControl {
    position: absolute;
    top:0;
    left: 3px;
    right:3px;
    width: 772px;
    height: 30px;
    font-size: 11px;
    padding-top:0;
    margin-top:0px;
    border:0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}
#navigationMenuControl table {
    border:0;
}
#navigationMenuControl img {
    display: block;
    float:left;
    background:url(/Shared/Templates/101/i/14/real_estate_nav_div.gif) no-repeat right;
    padding-right:2px;
    margin-top: 0;
}

#navigationMenuControl .navLast {
    padding:0px;
}

.navItem, #navigationMenuControl .navItem, #Menu .navItem{
    background: transparent url(/Shared/Templates/101/i/14/real_estate_nav_div.gif) no-repeat right center;
    padding-right:14px;
    padding-left: 14px;
}

.navFirst, #navigationMenuControl .navFirst, #Menu .navFirst {
    background:transparent url(/Shared/Templates/101/i/14/real_estate_nav_div.gif) no-repeat right center;
    padding-right:14px;
    padding-left: 14px;
}

.navLast, #navigationMenuControl .navLast, #Menu .navLast
{
    padding-right:14px;
    padding-left: 14px;
}

.navSubMenu {
	border: solid 1px #000;
	color: #000;
}
.navSubMenu a{
	color: #000;
}
.navSubMenu a:hover{
	color: #000;
}

.navSubEntry 
{
	font-weight:normal;
	display: block;
	background: #4b010e;
	padding: 2px 10px 2px 6px;
	/*border: solid 1px black;*/
	color: #fff;
	font-size:11px;
	line-height:16px;
}
.navSubEntry a{
    color: #fff;
    text-decoration: none;
}
.navSubEntry a:hover{
    color: #fff;
    text-decoration: none;
}

.navSubEntryHover {
	background: #984655;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}

/*-->> Flash Container <<--*/

#homeFlash {
    position: absolute;
    top: 160px;
    left: 0;
    width: 778px;
    height: 187px;
    background: #e5e3e0;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> HOME PAGE MAIN CONTENT - SEARCH, FEATURED PROPERTY, AND LINK BOX AREAS <<<
-------------------------------------------------------------------------------------------------------------*/   

#mainContent {
    position: absolute;
    top: 347px;
    left:0;
    width: 778px;
    height: 473px;
    background: url(/Shared/Templates/101/i/14/real_estate_content_home.jpg) no-repeat top;
}

#quickSearch {
    position: absolute;
    top: 10px;
    left: 0;
    width: 588px;
    height: 270px;
}

#quickSearchControl {
    position: absolute;
    top: 65px;
    left:58px;
    width:362px;
    height:172px;
    font-size:11px;
    color:#9a8c71;
}

.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 #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: 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: 142px;
    left: 350px;
}
.QuickSearchHome #searchButton input 
{
    font-weight: bold;
    font-size: 13px;
    height: 28px;
    width: 115px;
    color: #000;       
}
.QuickSearchHome #advancedSearch {
	position: absolute;
    top: 155px;
    left: 5px;
    font-size: 10px;
    color: #9a8c71;
    font-style: normal;
}
.QuickSearchHome #advancedSearch a {
    color: #9a8c71;
    font-weight: bold;
    text-decoration: none;
}
.QuickSearchHome #advancedSearch a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#featuredProperty {
    position: absolute;
    top: 270px;
    left:0;
    width: 588px;
    height: 191px;
}

#featuredPropertyControl {
    position: absolute;
    top:46px;
    left:39px;
    color:#fff;
    font-size:11px;
}

#featuredPropertyControl a{
    text-decoration: none;
}
#featuredPropertyControl a:hover{
    text-decoration: underline;
}

#featuredPropertyTitle {
    position: absolute;
    width:216px;
    height:16px;
    left: 253px;
    top: 25px;
    background:url(/Shared/Templates/101/i/14/real_estate_featured_hdr.gif) no-repeat top;  
}

#homeBoxesMain {
    position: absolute;
    top: 0;
    left: 588px;
    width: 190px;
    height: 473px;
}

#homeBoxes1 {
    position: absolute;
    top: 36px;
    left: 0;
    border: 0;
}
#homeBoxes2 {
    position: absolute;
    top: 172px;
    left: 0;
    border: 0;
}
#homeBoxes3 {
    position: absolute;
    top: 308px;
    left: 0;
    border: 0;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> SEO TEXT AREA - TEXT LINKS, COPYRIGHT AND DISCLAIMERS <<<
-------------------------------------------------------------------------------------------------------------*/

#seoFooter {
    position: absolute;
    top:820px;
    left:0;
    width: 778px;
    /*background: #d9d1c1;*/
}

#seoLinks {
    position: relative;
    width: 778px;
    text-align: center;
    font-size: 10px;
    color: #ccc4ac;
    padding-top: 15px;
    margin: 0;   
}
#seoLinks a{
    text-decoration:none;
    color: #ccc4ac;  
}
#seoLinks a:hover{
    text-decoration:underline;
    color: #fff;  
}

#copyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #ccc4ac;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#copyright a{
    text-decoration: none;
    color: #ccc4ac;
}
#copyright a:hover{
    text-decoration: underline;
    color: #fff;
}

#areaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #ccc4ac;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 25px;
    margin: 0;
}
#areaList p a{
    text-decoration: none;
    color: #ccc4ac;
}
#areaList p a:hover{
    text-decoration: underline;
    color: #fff;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> SUB-PAGE STYLES <<<
-------------------------------------------------------------------------------------------------------------*/

#navigationShadow {
    position: relative;
    height:12px;
    width:778px;
    background: url(/Shared/Templates/101/i/14/real_estate_subnav_shadow.jpg) no-repeat top;
}

/*-->> Main Content Area <<--*/

#mainContentSub {
    position: relative;
    width: 778px;
    background:#000 url(/Shared/Templates/101/i/14/real_estate_subnav_bkgd_rpt.gif) repeat-y left;
}
* html #mainContentSub {
    margin-top: -7px;
}


#agentPhoto {
    position:relative;
    padding-top:80px;
    padding-left:13px;
}

#agentInfo {
    position:relative;
    padding-top:8px;
    color:#666055;
    font-size:11px;
    line-height:14px;
    text-align:center;
}
#agentInfo a{
    color:#666055;
    text-decoration:underline;
}

#agentInfo a:hover{
    color:#666055;
    text-decoration:underline;
}

#agentInfo .agentName {
    font-weight:bold;   
} 


#subLeft {
    position:absolute;
    top:0;
    left: 0;
    width:173px;
    background:url(/Shared/Templates/101/i/14/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;
}

.subLeftNavTopLevel {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding-bottom: 18px;
    margin-left: 3px;
}
.subLeftNavTopLevel a{
    color: #000;
    text-decoration: none;
}
.subLeftNavTopLevel a:hover{
    color: #000;
    text-decoration: underline;
}

.subLeftNavItem {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000;
    line-height: 13px;
    background: url(/Shared/Templates/101/i/14/real_estate_nav_item_bkgd.gif) no-repeat left top;
    padding-left: 10px;
    margin-left: 1px;
    margin-right: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    width:150px;

}
.subLeftNavItem a{
    color: #000;
    text-decoration: none;
}
.subLeftNavItem a:hover{
    color: #000;
    text-decoration: underline;
}

#subContentMain {
    position:relative;
    display: block;
    margin-left:173px;
    width:605px;
    background:#ffffff url(/Shared/Templates/101/i/14/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;
}

#subContent a{
    color:#16130C;
    text-decoration:none;
}

#subContent a:hover{
    color:#16130C;
    text-decoration:underline;
}

*html #mainContentSub {
    height: 700px;  
}

.PageContent {
    background:#f4f3e9;
}

.PageHeading {
    background:#f4f3e9;
}

#subPageBottom {
    position:relative;
    height:12px;
    width:788px;
    background:url(/Shared/Templates/101/i/2/real_estate_subpage_btm.gif) no-repeat;
}



.fntTitle
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color:#16130C;
    line-height:16px;
    min-height:600px;
}

.bgLight
{
	background:#E8E4D9;
}

.bgDark
{
	background:#242017;
}

.LoginTextBox {
margin:2px 0px;
}


/*.LoginButton
{
	height:26px;
    width:58px;
    text-align:center; 
    vertical-align:middle;
    font-size: 12px;
    font-weight:bold;
    font-family: Verdana, Arial, Sans-Serif;
    color:#ffffff;
    margin-left:7px;
    background: url(/Shared/Templates/101/i/14/real_estate_login_button_bckg.gif);
    border-style:none;
    border-width:0px;
	
}*/

*html #mainContentSub {
    height: 700px;  
}

.PageContent {
    background:#ffffff;
}

.PageHeading {
    background:#ffffff;
}

#subPageBottom {
    position:relative;
    height:12px;
    width:788px;
    background:url(/Shared/Templates/101/i/14/real_estate_subpage_btm.gif) no-repeat;
}


/*------------------------------------------------------------------------------------------------------------- 
>>> SUB PAGE SEO TEXT AREA - TEXT LINKS, COPYRIGHT AND DISCLAIMERS <<<
-------------------------------------------------------------------------------------------------------------*/

#subSeoFooter {
    position: relative;
    width: 780px;
    /*background: #d8d0bf;*/
}

#subseoLinks {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #e0e0e0;
    padding-top: 25px;
    margin: 0;   
}
#subseoLinks a{
    text-decoration:none;
    color: #e0e0e0;  
}
#subseoLinks a:hover{
    text-decoration:underline;
    color: #fff;  
}

#subcopyright p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #e0e0e0;
    line-height:14px;
    padding-top: 12px;
    margin: 0;
}
#subcopyright a{
    text-decoration: none;
    color: #e0e0e0;
}
#subcopyright a:hover{
    text-decoration: underline;
    color: #fff;
}

#subareaList p {
    position: relative;
    width: 780px;
    text-align: center;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #e0e0e0;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 25px;
    margin: 0;
}
#subareaList p a{
    text-decoration: none;
    color: #e0e0e0;
}
#subareaList p a:hover{
    text-decoration: underline;
    color: #fff;
}

/*---------- >> Page Specific Styles - Sitemap and Landing Pages <<-------------*/

#sitemapContainer {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.topLevelMenuText {
    padding-top: 20px;
    padding-bottom: 4px;
    background: url(/Shared/Templates/101/i/14/real_estate_sitemap_line.gif) repeat-x bottom;
}
.topLevelMenuText a {
    font-size: 14px;
    font-weight: bold;
    color: #270092;
    text-decoration: none;
}
.topLevelMenuText a:hover {
    color: #b20122;
    text-decoration: underline;
}
.topLevelDescription {
    font-size: 11px;
    color: #595550;
    line-height:13px;
    margin-bottom: 10px;
    margin-top: 4px;
}
.subLevelMenuText {
    color: #520800;
}

.subLevelMenuText a {
    font-size: 11px;
    font-weight: bold;
    color: #520800;
    text-decoration: underline;
}
.subLevelMenuText a:hover {
    color: #000;
    text-decoration: underline;
}
.subLevelDescription {
    font-size: 11px;
    color: #b20122;
    line-height:13px;
    margin-bottom: 8px;   
}

/*------------------------------------------------------------------------------------------------

>>>>> AGENT HOME PAGE STYLES <<<<<

------------------------------------------------------------------------------------------------*/

.HomeLeftContent {
    margin: 0;
}

.HomeRightContent {
    padding-left: 15px;
}

.HomeListingsByEmail {
    margin-left: 10px;
}

.HomeQuickSearch {
    margin-top: 40px;
    margin-left: 10px;
}

.HomeBuyersSellers {
    margin: 20px 10px 0 10px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.HomeBuyersSellers p 
{
    font-size: 11px;
}

/*---->> FEATURED PROPERTIES <<-----*/

.FeatHeader {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #5e533d;
    padding: 10px 0 10px 10px;
    background: url(/Shared/Templates/101/i/14/real_estate_home_hdr_bkgd.gif) no-repeat;
}

.FeatImage {
    position: relative;
    width: 150px;
    height: 99px;
    border: 1px #011c44;
    margin-bottom: 15px;
    margin-left: 5px;
}

.FeatStreet {
    display: none;
}

.FeatCityState {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #315078;
    padding-left: 5px;
}
.FeatCityState a{
    color: #315078;
    text-decoration: underline;
}
.FeatCityState a:hover{
    color: red;
    text-decoration: underline;
}

.FeatZip {
    display: none;
}

.FeatPrice {
    position: relative;
    display: block;
    clear: left;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #315078;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 2px;
    text-decoration: underline;
}
.FeatPrice a{
    color: #315078;
    text-decoration: underline;
}

.FeatDescription {
    display: block;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #00214a;
    margin-top: 0;
    margin-right: 20px;
    padding-left: 5px;
    text-align: justify;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
}
.FeatDescription a{
    color: #00214a;
    text-decoration: none;
}
.FeatDescription a:hover{
    color: #5e6f9d;
    text-decoration: none;
}


/*---->> LISTINGS BY E-MAIL <<-----*/

.fntHomeHeader {
    font-size: 18px;
    margin: 0 0 10px -10px;
    color: #6a0a00;
    padding: 10px 0 10px 10px;
    background: url(/Shared/Templates/101/i/14/real_estate_home_hdr_bkgd.gif) no-repeat;
    z-index: 500;
}

/*----------- >> Listings by E-mail Area << -------------*/

.fntToolkit {
    position: relative;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: left;
}

.fntToolkitColor a{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}

.LoginTextBox {
    width: 150px;
    height: 13px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 3px;
    padding-left: 4px;
}

/*----------- >> Quick Search Area << -------------*/

#quickSearch {
    position: absolute;
    top:0;
    left:0;
    width: 420px;
    /*height: 304px;*/
    background: #00214a url(/Shared/Templates/100/i/real_estate_search_home.jpg) no-repeat top;
}

#quickSearchControl {
    position: absolute;
    top:67px;
    left:33px;
    width:362px;
    height:172px;
    font-size:11px;
    color:#fdf8d2;
}

.QuickSearch {
    position: relative;
    color: #656565;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin-left: 5px;
}
.QuickSearch select {
    font-size: 11px;
    width: 160px;
    height: 18px;
}
.QuickSearch #propertyTypeLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold;   
}
.QuickSearch #propertyTypeControl {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-size: 10px;  
}
.QuickSearch #areaLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold; 
}
.QuickSearch #areaControl {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #priceLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold; 
}
.QuickSearch #minPriceControl {
    display: none;
}
.QuickSearch #maxPriceControl {
    display: none;
}
.QuickSearch #priceDropDown {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #postalCodeLabel {
    display: none;
}
.QuickSearch #postalCodeControl {
    display: none;   
}
.QuickSearch #postalCodeControl input {
    display: none;
}
.QuickSearch #mlsidLabel {
    display: none;
}
.QuickSearch #mlsidControl {
    display: none;
}
.QuickSearch #mlsidControl input {
    display: none;
}
.QuickSearch #bathsLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold;
}
.QuickSearch #bathsControl {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #bathsControl select {
    width: 145px;  
}
.QuickSearch #bedsLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold;
}
.QuickSearch #bedsControl {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #bedsControl select {
    width: 145px;
}
.QuickSearch #searchButton {
    position: relative;
    margin-top: 15px;
    left: 0;
    padding: 0;
}
.QuickSearch #searchButton input 
{
    font-weight: bold;
    font-size: 13px;
    height: 25px;
    width: 125px;
    color: #00214a;     
}
.QuickSearch #advancedSearch {
	position: relative;
    margin-top: 5px;
    left: 0;
    font-size: 11px;
    color: #3d5170;
    font-style: normal;
}
.QuickSearch #advancedSearch a {
    color: #3d5170;
    text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------
>>>>> END AGENT HOME PAGE STYLES <<<<<
------------------------------------------------------------------------------------------------*/

/*--->> 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 #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;
}



.navSubMenu {
	border: solid 1px #000;
	color: #000000;
}
.navSubMenu a{
	color: #000000;
}
.navSubMenu a:hover{
	color: #000000;
}

.navSubEntry 
{
	font-weight:normal;
	display: block;
	background-color: #520800;
	padding: 2px 10px 2px 6px;
	/*border: solid 1px black;*/
	color: #000000;
	font-size:11px;
	line-height:16px;
}
.navSubEntry a{
    color: #000000;
    text-decoration: none;
}
.navSubEntry a:hover{
    color: #000000;
    text-decoration: none;
}

.navSubEntryHover {
	background: #9f6a65;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}
