/** bold title/resort location landing page name usually **/
.boldRegion {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

/** prop listing adv search form title at bottom of page **/
.propListTitle {
	background-color: #28548A;
}

/** resort Listing styles now showing area **/
.propListingsTop {
	border-top: 1px solid #4A92C2; 
	border-bottom: 1px solid #4A92C2;
}

.propListingsTop input, .propListingsTop p, .propListingsTop select {
/** left in place for possible future use **/
}

/** this is where the resort listings divs start **/
.resortListing, .resortListingColored {
	background-color:  #C9D7E5;
	border-bottom: 1px solid #4A92C2;
	
}

/** personalized colors **/
.resortListingColored {
	background-color: #C9D7E5;
}

.resortListing a, .resortListingColored a {
	color: #28548A;
}

.financeNow {

}

/** pagination styles **/
div.navigator  {

}

div.totalpagesdisplay {

}

.navigator a {

}

.navigator a:link, .navigator a:visited {
 	background-color: #003466;
	color: white;
}
 
.navigator a:active {
	background-color: #99cdff;
	color: black;	
}
  
.navigator a:hover{
 	background-color: #99cdff;
	color: black;
}
 
span.inactive {
 	background-color: #99cdff;
	}
/** end paginator styles **/
