/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
* img {
	border: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #535252;
	line-height: 1.3em;
	text-align: left;
	background-color: #f8f3ea;
}
body#home {
	background: #f8f3ea url(../images/backgrounds/home-bg.jpg) center top no-repeat;
}
body#rentals {
	background: #f8f3ea url(../images/backgrounds/rentals-bg.jpg) center top no-repeat;
}
body#activities {
	background: #f8f3ea url(../images/backgrounds/activities-bg.jpg) center top no-repeat;
}
body#ferry {
	background: #f8f3ea url(../images/backgrounds/ferry-bg.jpg) center top no-repeat;
}
body#about-us {
	background: #f8f3ea url(../images/backgrounds/owners-bg.jpg) center top no-repeat;
}
body#maps {
	background: #f8f3ea url(../images/backgrounds/maps-bg.jpg) center top no-repeat;
}
body#calendar {
	background: #f8f3ea url(../images/backgrounds/calendar-bg.jpg) center top no-repeat;
}
body#enews {
	background: #f8f3ea url(../images/backgrounds/enews-bg.jpg) center top no-repeat;
}
body#popup {
	background: #f8f3ea url(../images/backgrounds/popup-bg.jpg) no-repeat;
}
body#policies {
	background: #f8f3ea url(../images/backgrounds/rentals-bg.jpg) center top no-repeat;
}
a {
	text-decoration:underline;
	color: #535252;
}
a:hover {
	text-decoration:none;
	color: #931230;
}
h1 {
	color: #a18e64;
	font-size: 1.1em;
	padding-bottom: 10px;
	font-weight: normal;
}
h2 {
	color: #a18e64;
	font-size: .95em;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 15px;
}
p {
	font-size: .85em;
	padding-bottom: 10px;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
div#top-email {
	font: .95em bold;
	color: #40312e;
	margin-top: 55px;
	text-align: center;
}
#top-email a {
	color: #40312e;
	text-decoration: none;
}
#top-email a:hover {
	color: #f4f1e8;
	text-decoration: none;
}
/*------------------------------------------------------------------------ NAV STYLES --*/

div#nav {
	width: 880px;
	height: 93px;
	background: url(../images/nav-bg.png) no-repeat;
	position: relative;
	margin-top: 98px;
	padding-left: 70px;
}
#nav ul li {
	float: left;
	display: inline;
	list-style-type: none;
}
#nav a {
	display: block;
}
.nav-home a {
	height: 75px;
	width: 73px;
	background: url(../images/main-nav/home.png) 0 0 no-repeat;
}
.nav-home a:hover, body#home a#navHome {
	background: url(../images/main-nav/home.png) 0 -76px no-repeat;
}
.nav-about-us a {
	height: 75px;
	width: 113px;
	background: url(../images/main-nav/about-us.png) 0 0 no-repeat;
}
.nav-about-us a:hover, body#about-us a#navAbout-us {
	background: url(../images/main-nav/about-us.png) 0 -76px no-repeat;
}
.nav-rentals a {
	height: 75px;
	width: 114px;
	background: url(../images/main-nav/rentals.png) 0 0 no-repeat;
}
.nav-rentals a:hover, body#rentals a#navRentals {
	background: url(../images/main-nav/rentals.png) 0 -76px no-repeat;
}
.nav-maps a {
	height: 75px;
	width: 100px;
	background: url(../images/main-nav/maps.png) 0 0 no-repeat;
}
.nav-maps a:hover, body#maps a#navMaps {
	background: url(../images/main-nav/maps.png) 0 -76px no-repeat;
}
.nav-calendar a {
	height: 75px;
	width: 117px;
	background: url(../images/main-nav/calendar.png) 0 0 no-repeat;
}
.nav-calendar a:hover, body#calendar a#navCalendar {
	background: url(../images/main-nav/calendar.png) 0 -76px no-repeat;
}
.nav-activities a {
	height: 75px;
	width: 124px;
	background: url(../images/main-nav/activities.png) 0 0 no-repeat;
}
.nav-activities a:hover, body#activities a#navActivities {
	background: url(../images/main-nav/activities.png) 0 -76px no-repeat;
}
.nav-ferry a {
	height: 75px;
	width: 95px;
	background: url(../images/main-nav/ferry.png) 0 0 no-repeat;
}
.nav-ferry a:hover, body#ferry a#navFerry {
	background: url(../images/main-nav/ferry.png) 0 -76px no-repeat;
}
.nav-email a {
	height: 75px;
	width: 76px;
	background: url(../images/main-nav/email.png) 0 0 no-repeat;
}
.nav-email a:hover, body#email a#navEmail {
	background: url(../images/main-nav/email.png) 0 -76px no-repeat;
}
#nav span {
	display: none;
}
/*------------------------------------------------------------------------ CONTENT STYLES --*/

div#content {
	width: 950px;
	background: url(../images/content-bg.png) repeat-y;
}
/*------------------------------------------------------------------------ FEATURED LISTINGS NAV --*/

div#featured-listings-nav {
	height: 45px;
	padding-bottom: 8px;
	margin-left: 65px;
}
#subpage-right li {
	padding-left: 4px;
}
#featured-listings-nav ul li, #subpage-right ul li {
	float: left;
	list-style-type: none;
	display: inline;
}
#featured-listings-nav a, #subpage-right li a {
	display: block;
}
#featured-listings-nav a span, #subpage-right a span {
	display: none;
}
.see-all-listings a {
	background: url(../images/see-all-listings.gif) 0 0 no-repeat;
	width: 198px;
	height: 45px;
}
.see-all-listings a:hover {
	background: url(../images/see-all-listings.gif) 0 -45px no-repeat;
}
.join-mailing-list a {
	background: url(../images/join-mailing-list.gif) 0 0 no-repeat;
	width: 204px;
	height: 45px;
}
.join-mailing-list a:hover {
	background: url(../images/join-mailing-list.gif) 0 -45px no-repeat;
}
.send-to-friend a {
	background: url(../images/send-to-friend.gif) 0 0 no-repeat;
	width: 197px;
	height: 45px;
}
.send-to-friend a:hover {
	background: url(../images/send-to-friend.gif) 0 -45px no-repeat;
}
/*------------------------------------------------------------------------ FEATURED LISTINGS PICS and TEXT --*/

div#featured-listings {
	width: 888px;
	padding: 0 31px;
}
div#featured-listings-left {
	float: left;
	background: url(../images/featured-listings-bg.jpg) no-repeat;
	width: 375px;
	height: 287px;
	padding: 20px 38px 20px 23px;
	margin-left: 36px;
	display:inline;
}
div#featured-listings-right {
	float: left;
	background: url(../images/featured-listings-bg.jpg) no-repeat;
	width: 375px;
	height: 287px;
	padding: 20px 38px 20px 23px;
	margin-left: 10px;
	display:inline;
}
.listings-text-left {
	float: left;
	font-size: .85em;
	line-height: 1.2em;
	padding-top: 5px;
}
#featured-listings-left a, #featured-listings-right a {
	font-size:10px;
	color: #931230 !important;
	text-decoration: none !important;
}
#featured-listings-left a:hover, #featured-listings-right a:hover {
	color: #535252;
	text-decoration: underline !important;
}
/*------------------------------------------------------------------------ HOME CONTENT --*/

div#home-left, div#home-right {
	float: left;
	margin-left: 70px;
	width: 375px;
	display: inline;
}
#home-right th {
	color: #ffffff;
	background-color: #aca280;
	text-align: left;
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	border: #f8f3ea thin solid;
	text-align: center;
}
.home-table-odd {
	background-color: #d8d4c4;
	font-family: Helvetica, Arial, sans-serif;
}
.home-table-even {
	background-color: #e9e6d8;
	font-family: Helvetica, Arial, sans-serif
}
#home-right td {
	color: #744119;
	font-size: .8em;
	padding: 3px 7px;
	border: #f8f3ea thin solid;
}
.home-table-footer {
	background-color: #aca280;
	text-align: center;
	padding: 0;
}
.home-table-footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.home-table-footer a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------------ LISTINGS LIST --*/

div#listings {
	margin-left: 60px;
	font-size: 1.25em;
	font-style: italic;
	color: #474c6a;
}
#listings img {
	float: left;
}
#listings ul {
	margin-right: 50px;
}
#listings ul li {
	float: right;
	list-style-type: none;
	display: inline;
	padding-right: 8px;
}
#listings a {
	display: block;
}
.search-listings a {
	background: url(../images/search-listings.gif) 0 0 no-repeat;
	width: 155px;
	height: 31px;
	margin: 8px 0 0 5px;
}
.search-listings a:hover {
	background: url(../images/search-listings.gif) 0 -31px no-repeat;
}
#listings a span {
	display: none;
}
#listings th {
	background-color: #9c9274;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	border: #f8f3ea thin solid;
}
#listings td {
	padding: 6px;
	font-size: .65em;
	color: #343333;
	border: #f8f3ea thin solid;
}
#listings td strong {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#listings td span {
	font-style: normal;
}
#listings strong a, #listings span a {
	color: #343333;
	text-decoration: underline;
	display: inline;
}
#listings strong a:hover, #listings span a:hover {
	color: #931230;
}

a.sort {
	color:#fff;
	text-decoration:underline;
}
a.sort:hover {
	text-decoration:underline;
	color:#c9c4b4;
}

/*------------------------------------------------------------------------ LISTING TITLE and BOOK ONLINE --*/

div#listing-title {
	margin-left: 60px;
	font-size: 1.2em;
	font-style: italic;
	color: #474c6a;
}
#listing-title p {
	float: left;
	padding: 7px 0;
	font-size: 1.25em;
}
#listing-title p span {
	font-style: normal;
	font-size: .7em;
	padding-left: 10px;
}
#listing-title ul {
	margin-right: 50px;
}
#listing-title ul li {
	float: right;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
#listing-title a {
	display: block;
}
#listing-title a span {
	display: none;
}
.book-online a {
	background: url(../images/book-online.gif) 0 0 no-repeat;
	height: 29px;
	width: 148px;
}
.book-online a:hover {
	background: url(../images/book-online.gif) 0 -29px no-repeat;
}
/*------------------------------------------------------------------------ LISTING DETAIL LEFT --*/

div#listing-left {
	float: left;
	width: 522px;
}
#listing-left p {
	font-size: .8em;
	margin: 0 20px 0 60px;
}
div#listing-pic {
	background: url(../images/listing-pic-bg.gif) no-repeat;
	width: 487px;
	height: 340px;
	padding: 25px 0 0 25px;
	margin-left: 35px;
}
#listing-pic ul {
	padding-top: 7px;
}
#listing-pic ul li {
	float: left;
	list-style-type: none;
	display: inline;
	width: 26px;
	height: 10px;
	text-align: center;
}
#listing-pic a {
	display: block;
	font-size: .95em;
	color: #535252;
	text-decoration: none;
	padding:3px 5px;
	font-family: "Times New Roman", Times, serif;
}
#listing-pic a:hover {
	background: url(../images/listing-pic-link-bg.gif) 0 7px no-repeat;
	text-decoration: none;
}
#listing-pic a:active {
	color: #931230;
	text-decoration: none;
}
#listing-links {
	margin: 10px 0 0 55px;
}
#listing-links ul li {
	float: left;
	display: inline;
	list-style-type: none;
}
#listing-links li a {
	display: block;
	width: 196px;
	height: 35px;
}
.view-house a {
	background: url(../images/view-house-on-map.gif) 0 0 no-repeat;
}
.view-house a:hover {
	background: url(../images/view-house-on-map.gif) 0 -33px no-repeat;
}
.availability a {
	background: url(../images/availability.gif) 0 0 no-repeat;
}
.availability a:hover {
	background: url(../images/availability.gif) 0 -33px no-repeat;
}
.view-floorplan a {
	background: url(../images/view-floorplan.gif) 0 0 no-repeat;
}
.view-floorplan a:hover {
	background: url(../images/view-floorplan.gif) 0 -33px no-repeat;
}
.rental-policies a {
	background:url(../images/rental-policies.gif) 0 0 no-repeat;
}
.rental-policies a:hover {
	background:url(../images/rental-policies.gif) 0 -33px no-repeat;
}
#listing-links span {
	display: none;
}
/*------------------------------------------------------------------------ LISTING DETAIL RIGHT --*/

div#listing-right {
	float: left;
	width: 351px;
	margin: 10px 0 0 17px;
}
#listing-right p {
	font-size: .8em;
	font-style: italic;
}
#listing-right table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: italic;
	margin-bottom: 15px;
}
#listing-right th {
	background-color: #535252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	text-align: center;
	border: #f8f3ea thin solid;
}
#listing-right td {
	padding: 6px;
	color: #343333;
	border: #f8f3ea thin solid;
}
.listing-table-odd {
	background-color:#e9e6d8;
}
.listing-table-even {
	background-color:#d8d4c4;
}
 .listing-table-odd strong, .listing-table-even strong, {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
display: block;
font-style: normal;
}
 .listing-table-odd em, .listing-table-even em, {
font-family: Georgia, "Times New Roman", Times, serif;
}
.listing-table-footer {
	background-color: #e9e6d8;
	font-style: normal;
}
#listing-right ul {
	margin-top: 8px;
}
#listing-right ul li {
	list-style-type: none;
	padding-bottom: 10px;
}
#listing-right li a {
	display: block;
	width: 293px;
	height: 23px;
}
.send-listing a {
	background: url(../images/send-listing-to-friend.gif) 0 0 no-repeat;
}
.send-listing a:hover {
	background: url(../images/send-listing-to-friend.gif) 0 -23px no-repeat;
}
.return a {
	background:url(../images/return-to-listings.gif) 0 0 no-repeat;
}
.return a:hover {
	background:url(../images/return-to-listings.gif) 0 -24px no-repeat;
}
#listing-right li span {
	display: none;
}
/*------------------------------------------------------------------------ SUBPAGES --*/

div#subpage-left {
	float: left;
	width: 380px;
	margin-left: 60px;
	display: inline;
	position: relative;
}
#subpage-left img {
	padding-bottom: 15px;
}
#subpage-left ul {
	font-size: .9em;
	padding-left: 30px;
}
#ferry #subpage-left ul {
	font-size: .9em;
	padding-left: 0;
}
#ferry #subpage-left ul li {
	list-style-type: none;
	padding-bottom: 10px;
}
#ferry #subpage-left li a {
	display: block;
	width: 235px;
	height: 26px;
}
.ferry-winter a {
	background: url(../images/ferry-schedule-winter.gif) 0 0 no-repeat;
}
.ferry-winter a:hover {
	background: url(../images/ferry-schedule-winter.gif) 0 -27px no-repeat;
}
.ferry-summer a {
	background: url(../images/ferry-schedule-summer.gif) 0 0 no-repeat;
}
.ferry-summer a:hover {
	background: url(../images/ferry-schedule-summer.gif) 0 -27px no-repeat;
}
#subpage-left li a span {
	display: none;
}
#subpage-left p span {
	font-weight: bold;
	text-transform: uppercase;
}
div#subpage-right {
	float: left;
	width: 460px;
	padding-left: 20px;
	text-align: center;
}
#owners ul {
	padding-bottom: 18px;
}
/*------------------------------------------------------------------------ MAP --*/

div#map {
	padding-left: 70px;
	width: 816px;
}
#map img {
	margin-bottom: 15px;
}
/*------------------------------------------------------------------------ FOOTER --*/

div#footer {
	width: 858px;
	margin: 18px 0 0 25px;
	background: #dbdad4 url(../images/footer-top.gif) no-repeat;
	padding: 20px 0 15px 43px;
	font-size: .9em;
	color: #8a7a58;
}
div#footer a {
	color: #8a7a58;
	text-decoration: none;
	padding: 0 6px;
}
div#footer a:hover {
	color: #931230;
}
.copywrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #555555;
}
.clear-floats {
	clear: both;
	display: block;
	height: 1px;
}
