/*  MISC   */

.property_search {
	float: left;
	text-align: left;
 	margin: 0;
 	padding: 3px;
 	width: 110px;
}

.property_search2 {
	float: left;
	text-align: left;
 	margin: 0;
 	padding: 3px;
 	width: 225px;
}

.search-prop {
	float: left;
	text-align: center;
 	margin-right: 6px;
 	margin-top: 5px;
 	margin-bottom: 5px;
	font: normal 11px  'Helvetica Neue', Arial, sans-serif;
}

.search-frame {
	text-align: center;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.pagination {
	text-align: center;
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*  TOP NAVIGATION   */

ul#navigation {
	height: 37px;
}
ul#navigation li {
	float: left;
}
ul#navigation li a {
	display: block;
	height: 37px;
	cursor: pointer;
}
ul#navigation li a#properties {
	width: 151px;
	background: url(../images/nav1.gif) 0 0 no-repeat;
	background-position: 0 -37px;
}
ul#navigation li a#realtor {
	width: 135px;
	background: url(../images/nav2.gif) 0 0 no-repeat;
}
ul#navigation li a#communities {
	width: 175px;
	background: url(../images/nav3.gif) 0 0 no-repeat;
}
ul#navigation li a#owners {
	width: 164px;
	background: url(../images/nav4.gif) 0 0 no-repeat;
}
ul#navigation li a#list {
	width: 327px;
	background: url(../images/nav5.gif) 0 0 no-repeat;
}
ul#navigation li a#realtor:hover, ul#navigation li a#communities:hover, ul#navigation li a#list:hover, ul#navigation li a#owners:hover {
	background-position: 0 -37px;
}



/*  HEADINGS   */


h1#properties_for_rent {
	background: url(../images/properties_for_rent.gif) 0 0 no-repeat;
	width: 600px;
	height: 42px;
	margin: 0px 0 0 0;
}


h1#property_details {
	background: url(../images/property_details.gif) 0 0 no-repeat;
	width: 375px;
	height: 42px;
	margin: 0px 0 0 0;
}


h1#property_photos {
	background: url(../images/property_photos.gif) 0 0 no-repeat;
	width: 375px;
	height: 42px;
	margin: 0px 0 0 0;
}


h1#availability {
	background: url(../images/availability.gif) 0 0 no-repeat;
	width: 375px;
	height: 42px;
	margin: 0px 0 0 0;
}

h1#results_search {
	background: url(../images/results_search.gif) 0 0 no-repeat;
	width: 375px;
	height: 42px;
	margin: 0px 0 0 0;
}


h1#property-left {
	background: url(../images/property-left.gif) 0 0 no-repeat;
	width: 168px;
	height: 42px;
	margin: 0px 0 0 0;
}

h1#contact-right {
	background: url(../images/contact-right.gif) 0 0 no-repeat;
	width: 168px;
	height: 42px;
	margin: 0px 0 0 0;
}

h1#property_search {
	background: url(../images/property_search.gif) 0 0 no-repeat;
	width: 168px;
	height: 37px;
	margin: 0px 0 0 0;
}

h1#refine_search {
	background: url(../images/refine_search.gif) 0 0 no-repeat;
	width: 168px;
	height: 37px;
	margin: 0px 0 0 0;
}

h1#s_communities {
	background: url(../images/s_communities.gif) 0 0 no-repeat;
	width: 168px;
	height: 37px;
	margin: 0px 0 0 0;
}

/*  BUTTONS   */

ul#map_it {
	height: 40px;
	margin-top: 5px;
}
ul#map_it li {
	float: left;
}
ul#map_it li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#map_it li a#map {
	width: 168px;
	background: url(../images/map_it.gif) 0 0 no-repeat;
}
 ul#map_it li a#map:hover {
	background-position: 0 -40px;
}
ul#map_it span {
	display: none;
}


ul#watch_video {
	height: 40px;
	margin-top: 5px;
}
ul#watch_video li {
	float: left;
}
ul#watch_video li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#watch_video li a#video {
	width: 168px;
	background: url(../images/watch_video.gif) 0 0 no-repeat;
}
 ul#watch_video li a#video:hover {
	background-position: 0 -40px;
}
ul#watch_video span {
	display: none;
}

ul#virtual_tour {
	height: 40px;
	margin-top: 5px;
}
ul#virtual_tour li {
	float: left;
}
ul#virtual_tour li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#virtual_tour li a#tour {
	width: 168px;
	background: url(../images/virtual_tour.gif) 0 0 no-repeat;
}
 ul#virtual_tour li a#tour:hover {
	background-position: 0 -40px;
}
ul#virtual_tour span {
	display: none;
}

ul#email_friend {
	height: 40px;
	margin-top: 5px;
}
ul#email_friend li {
	float: left;
}
ul#email_friend li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#email_friend li a#friend {
	width: 168px;
	background: url(../images/email_friend.gif) 0 0 no-repeat;
}
 ul#email_friend li a#friend:hover {
	background-position: 0 -40px;
}
ul#email_friend span {
	display: none;
}

ul#print_page {
	height: 40px;
	margin-top: 5px;
}
ul#print_page li {
	float: left;
}
ul#print_page li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#print_page li a#print {
	width: 168px;
	background: url(../images/print_page.gif) 0 0 no-repeat;
}
 ul#print_page li a#print:hover {
	background-position: 0 -40px;
}
ul#print_page span {
	display: none;
}




ul#rps {
	height: 40px;
	margin-top: 10px;
}
ul#rps li {
	float: right;
}
ul#rps li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#rps li a#return_rps {
	width: 197px;
	background: url(../images/rps.gif) 0 0 no-repeat;
}
ul#rps li a#return_rps:hover {
	background-position: 0 -40px;
}
ul#rps span {
	display: none;
}



ul#rent_this {
	height: 40px;
	margin-top: 10px;
}
ul#rent_this li {
	float: right;
}
ul#rent_this li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#rent_this li a#rent {
	width: 168px;
	background: url(../images/rent_this.gif) 0 0 no-repeat;
}
ul#rent_this li a#rent:hover {
	background-position: 0 -40px;
}
ul#rent_this span {
	display: none;
}

ul#search_again {
	height: 40px;
	margin-top: 10px;
}
ul#search_again li {
	float: right;
}
ul#search_again li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#search_again li a#sagain {
	width: 168px;
	background: url(../images/search_again.gif) 0 0 no-repeat;
}
ul#search_again li a#sagain:hover {
	background-position: 0 -40px;
}
ul#search_again span {
	display: none;
}

ul#back-two {
	height: 15px;
	margin-right: 8px;
}
ul#back-two li {
	float: right;
}
ul#back-two li a {
	display: block;
	height: 15px;
	cursor: pointer;
}
ul#back-two li a#pagination1 {
	width: 15px;
	background: url(../images/back-two.gif) 0 0 no-repeat;
}
ul#back-two li a#pagination1:hover {
	background-position: 0 -15px;
}
ul#back-two li#pagination1_off {
    display: block;
	height: 15px;
	width: 15px;
	background: url(../images/back-two.gif) 0 0 no-repeat;
}
ul#back-two span {
	display: none;
}

ul#back-one {
	height: 15px;
	margin-right: 8px;
}
ul#back-one li {
	float: right;
}
ul#back-one li a {
	display: block;
	height: 15px;
	cursor: pointer;
}
ul#back-one li a#pagination2 {
	width: 15px;
	background: url(../images/back-one.gif) 0 0 no-repeat;
}
ul#back-one li a#pagination2:hover {
	background-position: 0 -15px;
}
ul#back-one li#pagination2_off {
    display: block;
	height: 15px;
	width: 15px;
	background: url(../images/back-one.gif) 0 0 no-repeat;
}
ul#back-one span {
	display: none;
}


ul#forward-one {
	height: 15px;
	margin-top: 0px;
}
ul#forward-one li {
	float: right;
}
ul#forward-one li a {
	display: block;
	height: 15px;
	cursor: pointer;
}
ul#forward-one li a#pagination3 {
	width: 15px;
	background: url(../images/forward-one.gif) 0 0 no-repeat;
}
ul#forward-one li a#pagination3:hover {
	background-position: 0 -15px;
}
ul#forward-one li#pagination3_off {
    display: block;
	height: 15px;
	width: 15px;
	background: url(../images/forward-one.gif) 0 0 no-repeat;
}
ul#forward-one span {
	display: none;
}
