#mlsframe {
position: relative;
text-align: left;
width: 100%;
min-width: 500px;
}
#mlsframe h1 {font-size: 20px;}
#mlsframe h2 {font-size: 18px;}
#mlsframe h3 {font-size: 16px;}
#mlsframe h4 {font-size: 14px;}
#mlsframe h5 {font-size: 12px;}
#mlsframe h1, h2, h3, h4, h5 {padding: 3px 0px; margin: 3px 0px; display: block;}

#mlsframe hr {height: 1px;}
#mlsframe form {padding:0px; margin: 0px;}

#mlsframe .small {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
#mlsframe .smalllink {text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; cursor: pointer;}
#mlsframe .widen {min-width: 7em; font-size: 10px;}
#mlsframe .indent {padding-left: 25px;}

#mapdiv {
width: 100%;
border: solid 1px #666666;
}
.areamarker {
font-size: 12px;
font-weight: bold;
}
.featuredHomeMarker {
font-size: 12px;
font-weight: bold;
}

/* SEARCH NAV */
#searchnav {
width: 100%;
height: 25px;
clear: both;
background: url(images/searchnavbg.png) top repeat-x;
margin-bottom: 10px;
}

.searchnavbutton {
float: right;
margin-left: 5px;
background: url(images/searchnavbuttonbg.jpg) top repeat-x;
}
.searchnavbutton:hover {
background: url(images/searchnavbuttonselectedbg.jpg) top repeat-x;
color: #FFFFFF;
}
.searchnavbuttonselected {
float: right;
height: 25px;
margin-left: 10px;
background: url(images/searchnavbuttonselectedbg.jpg) top repeat-x;
color: #FFFFFF;
}

.searchnavlink {
font-size: 10px;
cursor: pointer;
color: #333333;
line-height: 25px;
margin-left: 5px;
margin-right: 5px;
}

.searchnavlinkselected {
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
cursor: pointer;
line-height: 25px;
margin-left: 5px;
margin-right: 5px;
}

.accountlink {
font-size: 10px;
cursor: pointer;
color: #FF0000;
line-height: 25px;
margin-left: 5px;
margin-right: 5px;
}



/* LIQUID BOXES: */

.box1 {
	width: 100%;
	max-width: 500px;
	position: relative;
	max-height: 185px;
	min-height: 40px;
	z-index: -1;
	}
.top1 {
	position: absolute;
	top: 0px; 
	left: 0px; 
	right: 20px;
	height: 19px; 
	background: url(images/box.png) top left no-repeat;
	}
.right1 {
	position: absolute;
	top: 0px; 
	bottom: 20px;
	right: 0px; 
	width: 21px; 
	background: url(images/roundframe_02.png) top right no-repeat;
	}
.bottom1 {
	position: absolute;
	bottom: 0px; 
	left: 20px; 
	right: 0px;
	height: 21px; 
	background: url(images/roundframe_05.png) bottom right no-repeat;
	}
.left1 {
	position: absolute;
	bottom: 0px; 
	left: 0px; 
	top: 19px;
	width: 21px;
	background: url(images/roundframe_03.png) bottom left no-repeat;
	}
.roundpadding {
	padding: 19px 19px 19px 21px;
	}
.roundcontentbg {
	background: #fff;
	}

