/*  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;
}
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#properties:hover, 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#snowbirds {
	background: url(../images/snowbirds.gif) 0 0 no-repeat;
	width: 275px;
	height: 37px;
	margin: 0px 0 0 0;
}

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

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

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

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

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

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



/*  BUTTONS   */


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

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

ul#button3 {
	height: 40px;
	margin-top: 10px;
}

ul#button3 li {
	float: right;
}
ul#button3 li a {
	display: block;
	height: 40px;
	cursor: pointer;
}
ul#button3 li a#learn-more3 {
	width: 129px;
	background: url(../images/learn-more.gif) 0 0 no-repeat;
}
ul#button3 li a#learn-more3:hover {
	background-position: 0 -40px;
}
ul#button3 span {
	display: none;
}

