@charset "utf-8";
/* CSS Document */

/* Meyer CSS Reset Modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	background:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1;
	margin:10px;
	color:black;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/* Begin page defaults */

a {
	color:#3ea3e3;
	text-decoration:underline;
}
a:hover {
	color:#3ea3e3;
	text-decoration:none;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#centerPage {
	text-align:center;
}
#pageWrapper {
	margin:0 auto;
	text-align:left;
	position:relative;
	width:950px;
}

/* Header */

#logo {
	float:left;
	margin:0 0 10px 0;
	width:308px;
}
#searchNav {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin:5px 0 0 0;
	width:36em;
	min-width:500px;
}
#searchNav ul {
	float:left;
	margin:0 20px 0 0;
}
#searchNav ul li {
	background:url(../images/searchNav-divide.gif) 0 3px no-repeat;
	display:inline;
	font-size:0.7em;
	font-weight:bold;
	line-height:22px;
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0 0 0 9px;
	text-align:center;
	text-transform:uppercase;
}
#searchNav ul li.firstItem {
	background:none;
}
#searchNav ul li a {
	color:#3ea3e3;
	text-decoration:none;
}
#searchNav ul li a:hover {
	text-decoration:underline;
}
#searchNav form#topSearch p {
	text-align:right;
}
#searchNav form#topSearch {
	display:block;
	float:right;
	width:23em;
	text-align:right;
}
#searchNav input#submitSearch {
	background:#3ea3e3;
	border-bottom:1px solid #143449;
	border-left:1px solid #6bb9ea;
	border-right:1px solid #22597d;
	border-top:1px solid #97cef0;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	padding:1px 2px;
	text-transform:uppercase;
}

/* Top Nav */

#topNav ul {
	background:url(../images/topNav-bg.jpg) top left repeat-x;
	height:34px;
	list-style-type:none;
}
#topNav ul li {
	background:url(../images/topNav-divide.jpg) top right no-repeat;
	color:#343434;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.65em;
	font-weight:bold;
	line-height:34px;
	padding:0 5px;
	text-transform:uppercase;
}
#topNav ul li.firstItem {
	padding-left:10px;
}
#topNav ul li.lastItem {
	background:none;
}
#topNav ul li#topNavItem1 {
	width:14.1em;
}
#topNav ul li#topNavItem2 {
	width:14.2em;
}
#topNav ul li#topNavItem3 {
	width:10.4em;
}
#topNav ul li#topNavItem4 {
	width:12.6em;
}
#topNav ul li#topNavItem5 {
	width:10.9em;
}
#topNav ul li#topNavItem6 {
	width:10.5em;
}
#topNav ul li#topNavItem7 {
	width:11.1em;
}
#topNav ul li a {
	color:#343434;
	font-size:0.91em;
	display:block;
	height:34px;
	text-decoration:none;
}
#topNav ul li a:hover {
	color:#3ea3e3;
}

/* Breadcrumb */

#breadcrumb {
	height:30px;
}
#breadcrumb ul li {
	background:url(../images/breadcrumb-divide.gif) 0 3px no-repeat;
	color:#343434;
	display:inline;
	font-size:0.7em;
	line-height:30px;
	list-style-type:none;
	padding:0 0 0 13px;
	text-transform:uppercase;
}
#breadcrumb ul li.firstItem {
	background:none;
	padding:0;
}
#breadcrumb ul li a {
	color:#343434;
	text-decoration:none;
}
#breadcrumb ul li a:hover {
	text-decoration:underline;
}

/* Left Nav */

#sideNav {
	border-right:1px solid #71b04b;
	float:right;
	width:150px;
}
#sideNav ul {
	list-style-type:none;
}
#sideNav ul li {
	color:#000;
	font-size:0.75em;
	font-weight:bold;
	line-height:1.2em;
	padding:5px 0;
	text-transform:uppercase;
}
#sideNav ul li a {
	color:#000;
	display:block;
	font-weight:bold;
	padding:0 20px 0 0;
	text-decoration:none;
}
#sideNav ul li ul {
	display:none;
}
#sideNav ul li ul li {
	font-size:0.9em;
}
#sideNav ul li.active a, #sideNav ul li a:hover {
	color:#3ea3e3;
}
#sideNav ul li.active ul {
	display:block;
}
#sideNav ul li.active ul li a {
	color:#000;
}
#sideNav ul li.active ul li a:hover, #sideNav ul li.active ul li.active a {
	color:#3ea3e3;
}
#sideNav ul ul li {
	font-weight:normal;
}
#sideNav ul ul li a {
	font-weight:normal;
}
#reviewsBox, #relatedBox, #signupBox {
	border:1px dotted #000;
	border-width:1px 0;
	margin:20px 20px 20px 0;
	padding:20px 0;
}
#relatedBox {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#signupBox {
	border-bottom:none;
	padding-bottom:0;
}
#reviewsBox h2, #relatedBox h2, #signupBox h2 {
	color:#3ea3e3;
	font-size:0.9em;
	font-weight:bold;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
#reviewsBox h3 {
	font-size:0.75em;
	font-weight:normal;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
#reviewsBox p {
	font-size:0.7em;
}
#reviewsBox p.moreLink {
	font-weight:bold;
	margin:15px 0 0 0;
	text-align:right;
	text-transform:uppercase;
}
#reviewsBox p.moreLink a {
	color:#000;
}
#relatedBox ul li a {
	background:url(../images/breadcrumb-divide.gif) 0 3px no-repeat;
	font-weight:normal;
	padding:0 0 0 13px;
}
#signupBox #submitEmail {
	background:none;
	border:none;
	cursor:pointer;
	font-size:1.2em;
	font-weight:bold;
	padding:0;
}
#signupBox #footerSignupEmail
{
	width:100px;
}

/* History */

.historyContent
{
	width:549px;
}

#historySidebar
{
	float:right;
	width:200px; /* total:200px; */
}

#historyNav
{
	padding:10px 15px 15px 15px;
	margin-top:20px;
	
	background-color:#E9E9E9;
	font-size:.9em;
	font-weight:bold;
}
.historyNavHeading
{
	font-size:1.1em;
	text-transform:uppercase;
}
#content #historyNav ul
{
	padding-left:0px;
}
#content #historyNav ul ul
{
	padding-left:15px;
	font-size:.95em;
}
#historyNav ul li
{
	padding:7px 0px 2px 0px;
	list-style:none;
	text-transform:uppercase;
}
#historyNav ul li ul li
{
	text-transform:none;
}
#historyNav a:link, #historyNav a:visited
{
	text-decoration:none;
	color:#000000;
}
#historyNav a:hover
{
	text-decoration:underline;
}
#historyNav a.active:link, #historyNav a.active:visited
{
	color:#3ea3e3;
}

#historyPhotos
{
	margin-top:15px;
}
#historyPhotos img
{
	display:block;
}
.historyPhoto
{
	position:relative;
	width:650px;
	top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	
	background-color:#FFFFFF;
	border:1px solid #000000;
	z-index:6;
}
.historyPhoto img
{
	display:block;
	margin:0px auto 20px auto;
}

/* Getaway Packages */

#packagesSidebar
{
	float:right;
	width:200px; /* total:200px; */
}

#packagesNav
{
	padding:10px 15px 15px 15px;
	margin-top:5px;
	
	background-color:#E9E9E9;
	font-size:.9em;
	font-weight:bold;
}
.packagesNavHeading
{
	font-size:1.1em;
	text-transform:uppercase;
}
#content #packagesNav ul
{
	padding-left:0px;
}
#content #packagesNav ul ul
{
	padding-left:15px;
	font-size:.95em;
}
#packagesNav ul li
{
	padding:7px 0px 2px 0px;
	list-style:none;
	text-transform:uppercase;
}
#packagesNav ul li ul li
{
	text-transform:none;
}
#packagesNav a:link, #packagesNav a:visited
{
	text-decoration:none;
	color:#000000;
}
#packagesNav a:hover
{
	text-decoration:underline;
}
#packagesNav a.active:link, #packagesNav a.active:visited
{
	color:#3ea3e3;
}
.packages #listingWrapper
{
	float:left;
	width:517px;
}
.packages #listingWrapper #listingContent
{
	width:auto;
}

/* Content */

#contentWrapper {
	border-left:1px solid #71b04b;
	float:right;
	margin:0 0 20px -1px;
	width:799px;
}
#content {
	/* margin:0 0 0 25px; */
	margin:0 0 0 22px; /* fixes display problem in IE6 */
	font-size:0.8em;
}
#content h1 {
	color:#343434;
	font-size:1.25em;
	font-weight:bold;
	/* margin:20px 20px 10px 20px; */
	margin:20px 0px 10px 0px;
	text-transform:uppercase;
}
#content p {
	line-height:1.25em;
	/* margin:10px 20px; */
	margin:10px 0px;
}
#content ul, #content ol
{
	padding-left:30px;
}
#content h1
{
	font-size:1.25em;
}
#content h2
{
	margin:10px 0px;
	font-size:1.1em;
	font-weight:bold;
}
#content h3
{
	margin:10px 0px;
	font-size:1em;
	font-weight:bold;
}
#content dl#accommDefs dt {
	clear:left;
	float:left;
	font-weight:bold;
	line-height:1.25em;
	margin:0 10px 0 0;
}
#content dl#accommDefs dd {
	line-height:1.25em;
	margin:0 0 10px 0;
}
div.homeBoxes {
	float:left;
	width:382px;
}
div#homeBox1 {
	margin:0 10px 0 0;
}
div#homeItems {
	border-bottom:1px dotted #000;
	margin:0 0 20px 0;
}
div.homeItem {
	float:left;
	margin:30px 0;
	width:235px;
}
#homeItem1, #homeItem2 {
	margin-right:33px;
}
div.homeItem h2 {
	margin:0px !important;
}
div.homeItem h2 a {
	color:#3ea3e3;
	font-size:0.75em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
div.homeItem img {
	float:left;
	margin:0 10px 35px 0;
}
#content div.homeItem p {
	line-height:1em;
	margin:0;
}
div.homeItem p a {
	color:#000;
	font-size:0.85em;
	text-decoration:none;
}
div.homeItem p a:hover {
	color:#000;
}
#catHeader {
	border-bottom:2px dotted #000;
	padding:0 0 10px 0;
}
div.featuredListings {
	background:#e8f8dd;
	padding:20px 40px;
}
div.featuredListings dl dt{
	/* font-size:0.85em; */
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 5px 0;
	text-transform:uppercase;
}
div.featuredListings dl dt.firstItem {
	margin:0 0 5px 0;
}
div.featuredListings dl dd{
	/* font-size:0.75em; */
	font-size:.9em;
}
ul.catPropertyListings {
	margin:30px 40px 0 40px;
	padding-left:0px !important;
}
ul.catPropertyListings li {
	float:left;
	list-style-type:none;
	margin:0 35px 30px 0;
	width:310px;
}
ul.catPropertyListings li a {
	text-decoration:none;
}
ul.catPropertyListings li a.catPropertyListingImg {
	display:block;
	float:left;
	height:83px;
	margin:0 5px 0 0;
	width:132px;
}
ul.catPropertyListings li h2 {
	margin:0px !important;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
}
#content ul.catPropertyListings li p {
	font-size:0.75em;
	margin:0;
}
#content ul.catPropertyListings li p a {
	color:#000;
}
#catItemHeader {
	/* height:208px; */
	position:relative;
	width:774px;
}
#content #catItemHeader p#listingHeading {
	bottom:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.625em;
	letter-spacing:2px;
	line-height:0.8em;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	text-transform:uppercase;
}
#listingWrapper {
	background:#e8f8dd;
	margin:5px 0 20px 0;
	padding:10px 20px 20px 20px;
}
#listingWrapper td {
	vertical-align:top;
}
#listingWrapper #listingImg {
	background:#e8f8dd;
	float:left;
	/* margin:10px 15px 20px 20px; */
	margin:0px 15px 0px 0px;
	width:287px;
}
#listingWrapper #listingContent {
	background:#e8f8dd;
	float:left;
	/* margin:10px 15px 10px 0; */
	margin:0px;
	/* width:435px; */
	width:420px;
}
#listingWrapper #listingContent h1 {
	color:#3ea3e3;
	margin:0;
}
#listingWrapper #listingContent p {
	margin:10px 0;
}
#listingWrapper #listingAddress {
}
ul#listingNav {
	margin:10px 0px;
	padding-left:0px;
}
ul#listingNav li {
	float:left;
	font-size:0.875em;
	list-style-type:none;
	margin:0 55px 0 0;
	text-align:center;
	text-transform:uppercase;
	width:89px;
}
ul#listingNav li.lastItem {
	margin:0;
}
ul#listingNav li a {
	display:block;
	font-weight:bold;
	padding:90px 0 0 0;
	width:89px;
}
ul#listingNav li#listingNavPhotos a {
	background:url(../images/listingNav-photos.jpg) top center no-repeat;
}
ul#listingNav li#listingNavMap a {
	background:url(../images/listingNav-location.jpg) top center no-repeat;
}
ul#listingNav li#listingNavTicket a {
	background:url(../images/listingNav-tickets.jpg) top center no-repeat;
}
ul#listingNav li#listingNavBookNow a {
	background:url(../images/listingNav-booknow.jpg) top center no-repeat;
}
#listingDetails {
	margin:10px;
}
.ui-tabs-hide {display:none;}
#listingDetails ul#listingDetailsNav {
	border-bottom:1px solid #71b04b;
	height:33px;
	padding-left:0px;
	margin-bottom:-1px;
}
#listingDetails ul#listingDetailsNav li {
	background:url(../images/listingDetailsNav-bg.jpg) #fff top left repeat-x;
	border:1px solid #71b04b;
	border-width:1px 1px 0 1px;
	float:left;
	height:32px;
	list-style-type:none;
	margin:0 3px 0 0;
	/* width:146px; */
	padding:0px 10px 0px 10px;
}
#listingDetails ul#listingDetailsNav li.lastItem {
	margin:0;
	/* width:148px; */
	padding:0px 10px 0px 10px;
}
#listingDetails ul#listingDetailsNav li.ui-tabs-selected {
	background:none;
	border-bottom:1px solid #fff;
}
#listingDetails ul#listingDetailsNav li a {
	color:#343434;
	display:block;
	float:left;
	font-size:1.06em;
	font-weight:bold;
	height:32px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#listingDetails div.listingDetail {
	border:1px solid #71b04b;
	border-width:0 1px 1px 1px;
	margin:-1px 0px 0px 0px;
	padding:20px 20px;
}
#listingDetails div.listingDetail h2 {
	display:none;
	font-size:1.25em;
}
#listingDetails div.listingDetail h3 {
	font-size:1.06em;
	font-weight:bold;
	/* margin:0 20px 10px 20px; */
	margin:0 0px 10px 0px;
}
#listingPhotos
{
	position:relative;
	width:650px;
	top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	
	background-color:#FFFFFF;
	border:1px solid #000000;
	z-index:6;
}
.photoMain
{
	margin:0px 10px 10px 0px;
}
.photoMain img
{
	display:block;
	margin:0px auto 0px auto;
}
.photoCaption
{
	width:510px;
	margin:0px auto 10px auto;
	
	font-size:.8em;
}
.photoSelect
{
	width:510px;
	margin-left:auto;
	margin-right:auto;
}
.photoThumbs
{
	float:left;
}
.photoThumbs ul li
{
	width:100px;
	height:100px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
}
.photoThumbs ul li img
{
	display:block;
	margin:0px auto 0px auto;
}
.photoPrev, .photoNext
{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin:25px 10px 10px 0px;
	
	text-indent:-10000px;
	background-position:0px 0px;
}
.photoPrev:hover, .photoNext:hover
{
	background-position:0px 20px;
}
.photoPrev
{
	background-image:url("../images/photoPrev.png");
}
.photoNext
{
	background-image:url("../images/photoNext.png");
}
.photoClose
{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:20px;
	margin:10px 10px 0px 0px;
	
	text-indent:-10000px;
	background-position:0px 0px;
	background-image:url("../images/photoClose.png");
}
.photoClose:hover
{
	background-position:0px 20px;
}
#listingLocation
{
	position:relative;
	width:650px;
	top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	
	background-color:#FFFFFF;
	border:1px solid #000000;
	z-index:6;
}
#locationMap
{
	height:400px;
	margin-right:30px;
	margin-bottom:1em;
}
#locationDirections
{
	margin-right:30px;
}

/* Weather */

#weatherWrapper ul#weatherDetailNav {
	border-bottom:1px solid #0066cc;
	height:33px;
	padding-left:0px;
	margin-bottom:-1px;
}
#weatherWrapper ul#weatherDetailNav li {
	background:url(../images/weatherDetailNav-bg.jpg) #fff top left repeat-x;
	border:1px solid #0066cc;
	border-width:1px 1px 0 1px;
	color:#fff;
	float:left;
	height:32px;
	list-style-type:none;
	margin:0 3px 0 0;
	padding:0px 10px 0px 10px;
}
#weatherWrapper ul#weatherDetailNav li.ui-tabs-selected {
	background:none;
	border-bottom:1px solid #0066cc;
}
#weatherWrapper ul#weatherDetailNav li a {
	color:#fff;
	display:block;
	float:left;
	font-size:1.06em;
	font-weight:bold;
	height:32px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#weatherWrapper ul#weatherDetailNav li.ui-tabs-selected a {
	color:#000;
}

.weather_network_logo
{
	display:block;
	float:right;
	margin-bottom:1em;
}
.weather_main,
.weather_forecast_short_term_container,
.weather_forecast_long_term_container
{
	margin-bottom:1em;
	clear:left;
}
.weather_observations
{
	width:450px;
	float:left;
}
.weather_observations img.weather_icon
{
	display:block;
	float:left;
	margin:0px 25px 50px 0px;
}
.weather_observations .weather_observations_main
{
	font-size:large;
	font-weight:bold;
}
.weather_observations .weather_observations_details
{
}
.weather_links
{
	width:230px;
	float:right;
	
	font-weight:bold;
	font-size:.9em !important;
}
.weather_links ul
{
	padding:0px;
	margin:10px 0px;
}
.weather_links li
{
	display:block;
	margin-bottom:.5em;
}
.weather_links li a:link, .weather_links li a:visited
{
	text-decoration:none;
	text-transform:uppercase;
}
.weather_links li a:hover
{
	text-decoration:underline;
}
.weather_main_container h3,
.weather_forecast_short_term_container h3,
.weather_forecast_long_term_container h3
{
	margin:0px !important;
	padding:5px 5px 7px 5px;
	
	color:#FFFFFF;
	background-color:#0066CC;
}
.weather_forecast_short_term_container .weather_title,
.weather_forecast_long_term_container .weather_title
{
	margin:0px !important;
	padding:5px 5px 7px 5px;

	background-color:#E6EEF9;
	font-weight:bold;
}
.weather_forecast_short_term,
.weather_forecast_long_term
{
	float:left;
	margin:0px;
	padding:0px;

	text-align:center;
}
.weather_forecast_short_term
{
	width:20%;
}
.weather_forecast_long_term
{
	width:20%;
}
.weather_copyright
{
	clear:left;
	text-align:center;
}

/* Contact Form */

form#infoContactForm p label {
	float:left;
	width:8em;
}
form#infoContactForm p input#contactSubmit {
	margin-left:7.6em;
}

/* Footer */

#footer {
	text-align:right;
}
#footerNav {
	float:left;
}
#footerNav ul {
	margin:5px 0 0 0;
}
#footerNav ul li {
	background:url(../images/searchNav-divide.gif) 0 3px no-repeat;
	color:#343434;
	display:inline;
	font-size:0.65em;
	line-height:22px;
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0 0 0 9px;
	text-transform:uppercase;
}
#footerNav ul li.firstItem {
	background:none;
	margin:0;
	padding:0;
}
#footerNav ul li a {
	color:#343434;
	text-decoration:none;
}
#footerNav ul li a:hover {
	text-decoration:underline;
}
#footer p label {
	font-size:0.75em;
	font-weight:bold;
	margin:0 10px 0 0;
	text-transform:uppercase;
}
#sideNav .ga120x600 {
	border-top:1px dotted #000;
	/*height:600px;*/
	margin:20px 20px 20px 0;
	padding:20px 0 0 0;
	/*width:120px;*/
}
#sideNav .ga120x600, #sideNav .ga120x240 {
	border-top:1px dotted #000;
	margin:20px 20px 20px 0;
	padding:20px 0 0 0;
}
#content .ga728x90 {
	border-top:1px dotted #000;
	/*height:90px;*/
	margin:20px 0;
	padding:20px 0 0 0;
	/*width:728px;*/
}