@charset "UTF-8";

/* GENERAL STYLES */
body {
	background: #efefe4 url(../img/mainBG.gif) top left repeat-x;
}
#sidePattern {
	position: absolute;
	width: 150px;
	height: 345px;
	top: 75px;
	left: 0;
	z-index: 1;
	background: url(../img/sidePattern.gif) top left no-repeat;
}
#page {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -484px;
	width: 968px;
	z-index: 10;
	color: #997269;
	padding-bottom:30px;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
	background: url(../img/blank.gif) repeat;
}
#page a {
	color: #653c33;
	text-decoration: none;
}
#page a:hover {
	color: #60a19a;
	text-decoration: underline;
}
.horizontalRule {
	height: 1px;
	background: #d6bcae;
}
.horizontalRule img {
	display: none !important;
	display: inline;
}
.verticalRule {
	width: 1px;
	background: #d6bcae;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
/* END GENERAL STYLES */

/* HEADER STYLES */
#header {
	width: 968px;
	height: 73px;
}
#logo {
	width: 225px;
	height: 73px;
	float: left;
	display: inline;
}
#userControls {
	width: 740px;
	height: 43px;
	float: right;
	display: inline;
	text-align: right;
	color: #77392a;
}
#userControls a {
	color: #77392a;
	text-decoration: none;
}
#userControls a:hover {
	color: #60a19a;
	text-decoration: underline;
}
#userControls a.underline {
	text-decoration: underline;
}
#headerLanguage {
	float: right;
	display: inline;
	padding: 3px 15px 4px 6px;
	margin: 3px 0 0 10px;
	background: url(../img/languageMenuArrow.gif) no-repeat right -16px;
	border-right: 3px solid #e2d9c9;
}
a#headerLanguage:hover {
	color: #77392a;
	text-decoration: none;
}
a#headerLanguage.active:hover {
	color: #ffffff;
}
a#headerLanguage.active {
	background-position: right 9px;
	text-decoration: none;
	background-color: #77392a;
	color: #efefe4;
	border-right: 3px solid #77392a;
}
#languageMenu {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	background: #ffffff;
	color: #77392a;
	font-size: 11px;
	display: none;
	text-align: left;
	z-index: 100;
}
#languageMenu li {
	display: block;
	float: none;
	margin: 0 9px 0 9px;
	padding: 0;
	white-space: nowrap;
	border: none !important;
	border: 1px solid #ffffff;
}
#languageMenu li a {
	display: block;
	height: 15px;
	color: #77392a;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url(../img/arrowRight3D8A87.gif) no-repeat;
	background-position: -20px 4px;
}
#languageMenu li a:hover {
	color: #60a19a;
	background-position: 0px 4px;
	text-decoration: none;
}
#fbUserInfo {
	float: right;
	display: inline;
	height: 20px;
	background: url(../img/fbLoggedinBG.gif) top left no-repeat;
	margin-top: 4px;
}
#fbTopLoginLink {
	float: right;
	display: inline;
	padding-top: 6px;
}
#fbUserName {
	float: left;
	display: inline;
	color: #49659d;
	font-weight: bold;
	margin: 2px 7px;
}
#fbTopLogoutLink {
	float: left;
	display: inline;
	background: url(../img/fbLoggedinBG.gif) top right no-repeat;
	padding: 2px 2px 0 0;
}
#mainNav {
	width: 740px;
	height: 30px;
	float: right;
	display: inline;
}
#mainNav ul {
	list-style: none;
	list-style-type: none;
	float: right;
	display: inline;
}
#mainNav ul li {
	display: block;
	height: 14px;
	margin-left: 20px;
	float: left;
	display: inline;
}
#mainNav ul li a {
	display: block;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
}
#mainNav ul li a.active, #mainNav ul li a:hover {
	background-position: 0 14px;
}
#reservations {
	width: 90px;
	background-image: url(../img/reservations.gif);
}
#specialOffers {
	width: 99px;
	background-image: url(../img/specialOffers.gif);
}
#ourCommunity {
	width: 113px;
	background-image: url(../img/ourCommunity.gif);
}
#preferredGuest {
	width: 181px;
	background-image: url(../img/preferredGuest.gif);
}
/* END HEADER STYLES */

/* CONTENT STYLES */
tr td a.activityType {
	display: block;
	height: 20px;
	padding-left: 35px;
	margin-top: 10px;
	padding-top: 4px;
	font-weight: bold;
	background: transparent no-repeat bottom left;
	white-space: nowrap;
}
#page tr td a.activityType:hover {
	color: #653C33;
	text-decoration: none;
}
#beachFilter {
	background-image: url(../img/filterBeach.gif);
}
#resortsFilter {
	background-image: url(../img/filterResorts.gif);
}
#weddingsFilter {
	background-image: url(../img/filterWeddings.gif);
}
#culturalFilter {
	background-image: url(../img/filterCultural.gif);
}
#businessFilter {
	background-image: url(../img/filterBusiness.gif);
}
#sportsFilter {
	background-image: url(../img/filterSports.gif);
}
#familyFilter {
	background-image: url(../img/filterFamily.gif);
}
#spaFilter {
	background-image: url(../img/filterSpa.gif);
}
#romanceFilter {
	background-image: url(../img/filterRomance.gif);
}
tr td a.activitySelected {
	background-position: top left;
}
a.storyType {
	width: 153px;
	height: 19px;
	display: block;
	margin-bottom: 7px;
}
#content {
	position: relative;
	width: 968px;
	height: auto !important;
	height: 575px;
	min-height: 575px;
	font-size: 1.2em;
	color: #653c33;
}
#content p {
	width: 400px;
	margin: 5px 0 0 33px;
	text-align: left;
	height: auto !important;
	height: 4.5em;
	min-height: 4.5em;
}
#globe {
	position: absolute;
	width: 636px;
	height: 586px;
	top: -20px;
	left: 400px;
	/* IE6/7 Specific Styles */
}
#welcomeHeading {
	height: 94px;
	margin: 25px 0 0 32px;
}
#loginOptions {
	position: relative;
	width: 400px;
	height: 20px;
	margin: 0 0 5px 33px;
	text-align: center;
}
#fbLoginLink {
	margin-right: 10px;
}
#contentSearch {
	width: 390px;
	margin-left: 33px;
}
#contentSearch .horizontalRule {
	width: 380px;
}
#contentSearch h1 {
	display: block;
	width:159px;
	height: 14px;
	text-indent: -9999px;
	background: url(../img/findStoriesByActivity.gif) top left no-repeat;
	margin-top: 20px;
	float: left;
}
#resetFilters {
	color: #653C33;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: inline;
	margin: 20px 0 0 10px;
}
#resetFilters:hover {
	color: #60a19a;
	text-decoration: none;
}

#resetHolder a {
	color: #60A19A;
	text-decoration: none;	
}

#activityTable {
	margin-bottom: 25px;
	clear: both;
}
#activityTable tr, #activityTable td {
	margin: 0;
	padding: 0px 35px 0px 0px;
	vertical-align: middle;
	line-height: 1.1em;
}
#activityTable th {
	font-size: 0.92em; /* 11px */
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.5em 0 0 0;
}
#searchForm label {
	display: block;
	font-size: 0.92em; /* 11px */
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.5em 0 0 0;
}
#searchForm #searchTerms {
	width: 200px;
}
#searchForm #searchTermsLabel {
	width: 85px;
	height: 14px;
	text-indent: -9999px;
	background: url(../img/orKeyword.gif) top left no-repeat;
}
#searchNow {
	vertical-align: top;
	margin: 1px 0 0 0.5em;
}
#contentType {
	margin: 35px 0 0 33px;
}
#fbLoginTip {
	position: absolute;
	top: 484px;
	left: 28px;
	width: 188px;
	height: 79px;
	display: none;
	z-index: 1000;
}
#contentType h4 {
	width: 258px;
	height: 14px;
	text-indent: -9999px;
	background: url(../img/globeLegend.gif) top left no-repeat;
	margin: 10px 0 10px 0;
}
#contentList {
	float: left;
	display: inline;
}
#contentList ul li {
	margin-right: 15px;
}
#contentType .verticalRule {
	float: left;
	display: inline;
	height: 70px;
	width: 1px;
	margin: 0 15px;
}

.fr_FR #contentType .verticalRule {
	margin: 0 20px;	
}
/* END CONTENT STYLES */

/* TWEET STYLES */
#tweet {
	float: left;
	display: inline;
	color: #653C33;
	width: 200px;
	line-height: 1.25em;
}
.tweet_list {
	display: block;
	position: relative;
	width: 200px;
	height: 56px;	
}
/*
This style is created dynamically. Setting it breaks the tweet display. 
.tweet_list li {} 
 */
#tweet a {
	color: #60a19a;
	text-decoration: none;
}
#tweet a:hover {
	color: #60a19a;
	text-decoration: underline;
}
/* END TWEET STYELS */

/* FOOTER STYLES */
#footerMen {
	padding-top:18px;
	width:935px;
	float:left;
	font-size:10px;
	height:80px;
	margin:16px 0 0 33px;
	border-top:1px solid #d8c9b5;
}
#ftrList1 li {
	list-style:none;
	display:inline;
}
#ftrList1 a {
	color:#77392a;
}
#ftrList1 a:hover {
	color:#77392a;
	text-decoration:underline;
}
#ftrList2 {
	margin-top:8px;
}
#ftrList2 li {
	list-style:none;
	display:inline;
}
#ftrList2 a {
	color:#a9837a;
}
#ftrList2 a:hover {
	color:#a9837a;
	text-decoration:underline;
}
#footerImg {
	width:639px;
	height:87px;
	float:left;
	margin: 0 0 0 33px;
}
#footerImg img {
	float:left;
	margin:0px;
	padding:0px;
}
#footerTxt {
	width:260px;
	height:87px;
	float: right;
	font-size:10px;
	color:#a9837a;
	padding-top:3px;
}
.ftrTxtBroun {
	color:#77392a;
}
.ftrTxtGreen {
	color:#3d8a87;
	font-weight:bold;
}
/* END FOOTER STYLES */

/* LIGHTBOX STYLES */
#centerLightbox {
	position: absolute;
	width: 740px;
	height: 486px;
	top: 110px;
	left: 50%;
	margin-left: -370px;
	z-index: 100;
	background: transparent url(../img/mainLightBoxBG.png) top center no-repeat;
	font-size: 1.2em;
	display: none;
}
#centerContent {
	position: relative;
	margin: 19px 24px;
}
#leftLightbox {
	position: absolute;
	width: 466px;
	height: 441px;
	top: 150px;
	right: 50%;
	z-index: 200;
	background: transparent url(../img/lbSmallBG.png) top center no-repeat;
	display: none;
}
#rightLightbox {
	position: absolute;
	width: 466px;
	height: 441px;
	top: 150px;
	left: 50%;
	z-index: 200;
	background: transparent url(../img/lbSmallBG.png) top center no-repeat;
	display: none;
}
#leftContent, #rightContent {
	position: relative;
	margin:15px 20px;
}
#centerLightboxShadow, #centerLightboxBorder, #leftLightboxShadow, #leftLightboxBorder, #rightLightboxShadow, #rightLightboxBorder {
	display: none;
}
/* END LIGHTBOX STYLES */

/* IMG LANGUAGE CLASSES */
.de_DE #reservations {background-image: url(/img/reservations_de_DE.gif); width: 116px;}
.fr_FR #reservations {background-image: url(/img/reservations_fr_FR.gif); width: 97px;}
.es_ES #reservations {background-image: url(/img/reservations_es_ES.gif); width: 65px;}
.ja_JP #reservations {background-image: url(/img/reservations_ja_JP.gif); width: 40px;}
.zh_CN #reservations {background-image: url(/img/reservations_zh_CN.gif); width: 28px;}
.it_IT #reservations {background-image: url(/img/reservations_it_IT.gif); width: 92px;}

.de_DE #specialOffers {background-image: url(/img/specialOffers_de_DE.gif); width: 122px;}
.fr_FR #specialOffers {background-image: url(/img/specialOffers_fr_FR.gif); width: 115px;}
.es_ES #specialOffers {background-image: url(/img/specialOffers_es_ES.gif); width: 134px;}
.ja_JP #specialOffers {background-image: url(/img/specialOffers_ja_JP.gif); width: 146px;}
.zh_CN #specialOffers {background-image: url(/img/specialOffers_zh_CN.gif); width: 56px;}
.it_IT #specialOffers {background-image: url(/img/specialOffers_it_IT.gif); width: 113px;}

.de_DE #ourCommunity {background-image: url(/img/ourCommunity_de_DE.gif); width: 137px;}
.fr_FR #ourCommunity {background-image: url(/img/ourCommunity_fr_FR.gif); width: 140px;}
.es_ES #ourCommunity {background-image: url(/img/ourCommunity_es_ES.gif); width: 147px;}
.ja_JP #ourCommunity {background-image: url(/img/ourCommunity_ja_JP.gif); width: 116px;}
.zh_CN #ourCommunity {background-image: url(/img/ourCommunity_zh_CN.gif); width: 69px;}
.it_IT #ourCommunity {background-image: url(/img/ourCommunity_it_IT.gif); width: 141px;}

.de_DE #preferredGuest {background-image: url(/img/preferredGuest_de_DE.gif); width: 183px;}
.fr_FR #preferredGuest {background-image: url(/img/preferredGuest_fr_FR.gif); width: 183px;}
.es_ES #preferredGuest {background-image: url(/img/preferredGuest_es_ES.gif); width: 183px;}
.ja_JP #preferredGuest {background-image: url(/img/preferredGuest_ja_JP.gif); width: 198px;}
.zh_CN #preferredGuest {background-image: url(/img/preferredGuest_zh_CN.gif); width: 97px;}
.it_IT #preferredGuest {background-image: url(/img/preferredGuest_it_IT.gif); width: 183px;}

.de_DE #searchForm #searchTermsLabel {background-image: url(/img/orKeyword_de_DE.gif); width: 121px;}
.fr_FR #searchForm #searchTermsLabel {background-image: url(/img/orKeyword_fr_FR.gif); width: 79px;}
.es_ES #searchForm #searchTermsLabel {background-image: url(/img/orKeyword_es_ES.gif); width: 120px;}
.ja_JP #searchForm #searchTermsLabel {background-image: url(/img/orKeyword_ja_JP.gif); width: 110px;}
.zh_CN #searchForm #searchTermsLabel {background-image: url(/img/orKeyword_zh_CN.gif); width: 58px;}
.it_IT #searchForm #searchTermsLabel {background-image: url(/img/orKeyword_it_IT.gif); width: 174px;}

.de_DE #contentSearch h1 {background-image: url(/img/findStoriesByActivity_de_DE.gif); width: 249px;}
.fr_FR #contentSearch h1 {background-image: url(/img/findStoriesByActivity_fr_FR.gif); width: 232px;}
.es_ES #contentSearch h1 {background-image: url(/img/findStoriesByActivity_es_ES.gif); width: 215px;}
.ja_JP #contentSearch h1 {background-image: url(/img/findStoriesByActivity_ja_JP.gif); width: 184px;}
.zh_CN #contentSearch h1 {background-image: url(/img/findStoriesByActivity_zh_CN.gif); width: 109px;}
.it_IT #contentSearch h1 {background-image: url(/img/findStoriesByActivity_it_IT.gif); width: 239px;}

.de_DE #contentType h4 {background-image: url(/img/selectAType_de_DE.gif); }
.fr_FR #contentType h4 {background-image: url(/img/selectAType_fr_FR.gif); width:378px;}
.es_ES #contentType h4 {background-image: url(/img/selectAType_es_ES.gif); width:363px;}
.ja_JP #contentType h4 {background-image: url(/img/selectAType_ja_JP.gif); width: 209px;}
.zh_CN #contentType h4 {background-image: url(/img/selectAType_zh_CN.gif); }
.it_IT #contentType h4 {background-image: url(/img/selectAType_it_IT.gif); width:379px;}

/* This helps center the fbLogin and shareYourStory buttons vertically. If the welcome text is 3 lines, add the language to the styles below.
	At launch only English and Chinese are not included here. */
.de_DE #loginOptions, .fr_FR #loginOptions, .es_ES #loginOptions, .ja_JP #loginOptions, .it_IT #loginOptions {
	margin-bottom: 0;
}
.de_DE #content p, .fr_FR #content p, .es_ES #content p, .ja_JP #content p, .it_IT #content p {
	margin-bottom: 5px;
}
/* --- --- */
/* END IMG LANGUAGE CLASSES */
