.pages {
	float: left;
	width: 100%;
}
.pages ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pages ul li {
	display: inline;
	float: left;
	position: relative;
	z-index: 10;
}
.pages ul li a {
	font-size: 0.75em;
	color: #4AA3B9;
	float: left;
	text-align: center;
	line-height: 227%;
	text-decoration: underline;
	margin: 0 5px;
	height: 29px;
}
.pages ul li.selected a {
	font-size: 1.00em;
	color: #000;
	text-decoration: none;
	width: 31px;
	margin: 0;
	line-height: 180%;
	background: url("../images/bg/page-bg.gif") no-repeat left top;
}
.pages ul li a:hover {text-decoration: none;}
.pages ul.numbers {
	float: right;
}
.page-line {
	float: left;
	width: 100%;
	height: 2px;
	position: relative;
	margin-top: -2px;
	background: url("../images/bg/page-line.gif") repeat-x left top;
}
.small-column {
	font-family: Arial, Helvetica, sans-serif;
	width: 41%;
	float: right;
	margin-top: 30px;
}
.methods {
	float: left;
	width: 100%;
	margin-bottom: 45px;
	background: #C5E1E9 url(../images/bg/search-box-bg.jpg) repeat-x left top;
}
.methods-rt, .methods-rb, .methods-lb, .methods-lt {
	float: left;
	width: 100%;
}
.methods-rt {
	background: url("../images/bg/search-box-tr.jpg") no-repeat right top;
}
.methods-rb {
	background: url("../images/bg/search-box-br.jpg") no-repeat right bottom;
}
.methods-lb {
	padding: 15px 0;
	background: url("../images/bg/search-box-bl.jpg") no-repeat left bottom;
}
.methods-lt {
	background: url("../images/bg/search-box-tl.jpg") no-repeat left top;
}
#page .small-column h3 {
	font-size: 1.13em;
	color: #54A7BC;
	margin: 0 17px;
	width: auto;
	font-style: italic;
}
.methods ul {
	font-size: 0.75em;
	list-style: none;
	padding: 0;
	margin: 15px 12px;
}
.methods ul li {
	display: inline;
}
.methods ul li a {
	color: #4AA3B9;
	padding: 2px 5px;
	display: block;
	margin-top: 3px;
	text-decoration: underline;
}
.methods ul li a:hover {
	text-decoration: none;
	background: #64B0C3;
	color: #fff;
	font-weight: bold;
}
.small-column p {
	font-size: 0.69em;
	color: #666666;
	margin: 0 15px;
}
.small-column p a {
	color: #666666;
	text-decoration: underline;
}
.small-column a.breadcrumb {
	text-decoration: none;
	color: #fff;
	background: #64B0C3;
	font-weight:bold;
}
.small-column a.breadcrumb:hover {
	text-decoration: none;
	color: #fff;
	background: #64B0C3;
	font-weight:bold;
}
.small-column p a:hover {text-decoration: none;}
#page h1.marg-title {
	margin-top: 15px;
	/* Added 7/21/2009 VIF */
	color: #3A3A3A;
	float: left;
	display: inline;
	background: transparent url("../images/icons/icon-head.jpg") no-repeat left center;
	padding-left: 30px;
	}
	/* Added 7/21/2009 VIF */
#page h1.marg-title strong{
	color: #54A7BC;
	}
#page p.top-info {
	font-size: 0.69em;
	color: #666666;
	font-family: Tahoma;
	margin-left: 30px;
}
/*
ul.apartments {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: none;
}
ul.apartments li {
	display: inline;
	color: #666666;
	font-size: 0.69em;
	border-bottom: 1px solid #f2f2f2;
	line-height: 150%;
	padding-bottom: 15px;
	margin-top: 12px;
	display: block;
	width: 42%;
}
ul.apartments li.line-no {border: none;}
ul.apartments li a {
	color: #64b0c3;
	font-weight: bold;
	font-size: 1.18em;
	display: block;
	text-decoration: underline;
}
ul.apartments li a:hover {text-decoration: none;}
*/
.apartments-box {
	width: 57%;
	margin-top: 20px;
	float: left;
	border-top: 1px solid #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
}
/*
.apartments-box ul.apartments  {
	margin-left: 0;
}
.apartments-box ul.apartments li {
	width: 30%;
	margin-right: 15px;
	float: left;
	border: none;
}
.lines {
	float: left;
	width: 100%;
}
.lines div {
	border-top: 1px solid #f2f2f2;
	width: 30%;
	height: 2px;
	float: left;
	margin-right: 15px;
	line-height: 0;
	font-size: 1px;
}
*/

/* Added 7/8/09 VIF */
.apartments-box ul.apartment-list li a {
	color: #64b0c3;
}
/* Added 7/10/2009 */
.pages ul li.non-existent {
	font-size: 0.90em;
	color: #999999;
	margin: 0 5px;
	line-height: 200%;
}
