@charset "utf-8";
/* CSS Document */

/* Upper Level Navigation */
#navMain {
	float: left;
	padding: 20px 0 0 0;
}
.navMain {
	float: left;
	height: 34px;
}
#nav_request_more_info {
	width: 166px;
	background: url(../images/navRequest.gif) 0 100%;
}
#nav_request_more_info:hover, #nav_request_more_info:active, #nav_request_more_info_ro {
	width: 166px;
	background: url(../images/navRequest.gif);
}
#nav_apply_online {
	width: 133px;
	background: url(../images/navApply.gif) 0 100%;
}
#nav_apply_online:hover, #nav_apply_online:active, #nav_apply_online_ro {
	width: 133px;
	background: url(../images/navApply.gif);
}
#nav_resident_services {
	width: 162px;
	background: url(../images/navResident.gif) 0 100%;
}
#nav_resident_services:hover, #nav_resident_services:active, #nav_resident_services_ro {
	width: 162px;
	background: url(../images/navResident.gif);
}
#nav_home {
	width: 84px;
	background: url(../images/navHome.gif) 0 100%;
}
#nav_home:hover, #nav_home:active, #nav_home_ro {
	width: 84px;
	background: url(../images/navHome.gif);
}
#nav_send_to_a_friend {
	width: 179px;
	background: url(../images/navSend.gif) 0 100%;
}
#nav_send_to_a_friend:hover, #nav_send_to_a_friend:active, #nav_send_to_a_friend_ro {
	width: 179px;
	background: url(../images/navSend.gif);
}

/*  Lower Level Navigation */
#navSub {
	float: left;
}
.navSub {
	float: left;
	height: 32px;
}
#nav_features {
	width: 111px;
	background: url(../images/navFeatures.gif);
}
#nav_features:hover, #nav_features:active, #nav_features_ro {
	width: 111px;
	background: url(../images/navFeatures.gif) 0 100%;
}
#nav_photos {
	width: 93px;
	background: url(../images/navPhotos.gif);
}
#nav_photos:hover, #nav_photos:active, #nav_photos_ro {
	width: 93px;
	background: url(../images/navPhotos.gif) 0 100%;
}
#nav_floor_plans {
	width: 124px;
	background: url(../images/navFloor.gif);
}
#nav_floor_plans:hover, #nav_floor_plans:active, #nav_floor_plans_ro {
	width: 124px;
	background: url(../images/navFloor.gif) 0 100%;
}
#nav_maps_directions {
	width: 164px;
	background: url(../images/navMaps.gif);
}
#nav_maps_directions:hover, #nav_maps_directions:active, #nav_maps_directions_ro {
	width: 164px;
	background: url(../images/navMaps.gif) 0 100%;
}
#nav_in_the_neighborhood {
	width: 192px;
	background: url(../images/navNeighborhood.gif);
}
#nav_in_the_neighborhood:hover, #nav_in_the_neighborhood:active, #nav_in_the_neighborhood_ro {
	width: 192px;
	background: url(../images/navNeighborhood.gif) 0 100%;
}
#nav_printable_brochure {
	width: 189px;
	background: url(../images/navPrintable.gif);
}
#nav_printable_brochure:hover, #nav_printable_brochure:active, #nav_printable_brochure_ro {
	width: 189px;
	background: url(../images/navPrintable.gif) 0 100%;
}

@media print {
#navMain, #navSub {
	display: none;
}
}
