@charset "UTF-8";
/* CSS Document */

/* GLOBAL */
@font-face {
	font-family: 'ChaletNewYorkNineteenSeventy';
	src: url('../fonts/chalet-newyorkseventy-webfont.eot');
	src: local('☺'), url('../fonts/chalet-newyorkseventy-webfont.woff') format('woff'), url('../fonts/chalet-newyorkseventy-webfont.ttf') format('truetype'), url('../fonts/chalet-newyorkseventy-webfont.svg#webfontFt5l2s0v') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ChaletLondonNineteenSeventy';
	src: url('../fonts/chalet-londonseventy-webfont.eot');
	src: local('☺'), url('../fonts/chalet-londonseventy-webfont.woff') format('woff'), url('../fonts/chalet-londonseventy-webfont.ttf') format('truetype'), url('../fonts/chalet-londonseventy-webfont.svg#webfont1pWU7ydD') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'edelsansRegular';
	src: url('../fonts/edel_sans_regular_3-webfont.eot');
	src: local('☺'), url('../fonts/edel_sans_regular_3-webfont.woff') format('woff'), url('../fonts/edel_sans_regular_3-webfont.ttf') format('truetype'), url('../fonts/edel_sans_regular_3-webfont.svg#webfontCIiQk3a4') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueBoldCond';
    src: url('../fonts/helvetica_77_bold_condensed-webfont.eot');
    src: url('../fonts/helvetica_77_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_77_bold_condensed-webfont.woff') format('woff'),
         url('../fonts/helvetica_77_bold_condensed-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_77_bold_condensed-webfont.svg#HelveticaNeueBoldCond') format('svg');
    font-weight: normal;
    font-style: normal;

}
#wrapper {
	background: #FFF;
}
#toolbar_wrap {
	background: #A7357B;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #690440;
}
#header_wrap {
	background: url(../images/global/header/header_bk.jpg) no-repeat center top;
}
#nav_wrap {
	background: url(../images/global/header/nav_back.png) no-repeat center top;
}
.main_content, footer, header, nav, #toolbar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.main_content {
	padding-bottom: 25px;
}
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ---------- admin ----------  */
.editlink {
	font-size: 11px;
	color: #C0C0C0;
	font-weight: normal;
	text-transform: none;
}

/* ---------- header ----------  */
header {
	height: 130px;
	width: 960px;
	background-position: center top;
}
header #sa_logo {
	float: left;
	margin-top: 13px;
}
header #sa_logo .subhead {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'edelsansRegular', sans-serif;
	font-size: 13px;
	color: #FFA3F0;
}
header #other_logos {
	float: right;
	margin-top: 60px;
}
header #other_logos img {
	margin-left: 10px;
}

/* ---------- nav ----------  */
nav {
	height: 36px;
	color: #FFF;
}
nav ul {
	list-style: none;
	margin: 0px;
}
nav ul li {
	float: left;
	padding-right: 23px;
	background: url(none);
	padding-left: 0px;
	font: 13px/36px 'edelsansRegular', sans-serif;
}
nav a {
	color: #FFF;
	text-decoration: none;
}
nav a:hover {
	color: #b1d5ef;
}

/* ---------- breadcrumbs ----------  */
#breadcrumbs {
	font-family: sans-serif;
	line-height:normal;
	font-size: 11px;
	color: #8a8a8a;
	padding-top: 2px;
}
#breadcrumbs li {
	float: left;
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#breadcrumbs li a {
	display: block;
	padding-right: 15px;
	margin-right: 3px;
	background: url(../images/global/breadcrumbs.png) no-repeat right -11px;
}
#breadcrumbs li a:hover {
	background-position: right -41px;
}

/* ---------- footer ----------  */
footer {
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	height: 150px;
}
footer #copyright {
	float: left;
}
footer #subnav {
	float: right;
	text-align: right;
}

/* ---------- text styles ----------  */
h1 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'edelsansRegular', sans-serif;
	display: block;
}
h2,
.h2_alt {
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 21px;
}
h3 {
	height: 25px;
	font-family: 'edelsansRegular', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004a80;
	line-height: 25px;
	background-image: url(../images/global/center-hdr450.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	margin-bottom: 10px;
	margin-top: 25px;
}
p, ul {
	margin-bottom: 12px;
}
.gray_text {
	color: #808080;
}
ol {
	margin-left: 30px;
}
ul li {
	background: url(../images/global/bullet.png) no-repeat 0px 1px;
	padding-left: 13px;
}
.body_bold {
	font-weight: bold;
}
.line_height_normal {
	line-height: normal;
}
.h2_alt {
	line-height: 24px;
}
.bold_large {
	font-size: 15px;
	font-weight: bold;
}

/* ---------- global layout styles ----------  */
#leftcolumn {
	float: left;
	width: 237px;
}
#rightcolumn {
	float: right;
	width: 230px;
}
#centercolumn {
	float: left;
	width: 445px;
	margin-left: 22px;
}
#random img {
	padding: 2px;
	border: 1px solid #eee;
}
#random #caption {
	text-align: right;
	font: 11px/12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#left_lower {
	font-size: 11px;
	margin-top: 40px;
}
#left_lower h4 {
	height: 25px;
	font-family: 'edelsansRegular', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004a80;
	line-height: 25px;
	background-image: url(../images/global/center-hdr256.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	margin-bottom: 8px;
}
blockquote {
	margin-left: 15px;
}
#right_info_wrapper {
	background-repeat: repeat-x;
	background-position: top;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #e5e5e5;
	background-image: url(../images/global/rightcell-back.jpg);
}
#right_info_wrapper h4 {
	font-family: 'edelsansRegular', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #6C6C6C;
	line-height: normal;
	display: block;
	padding: 8px;
	margin: 0px;
}
#right_info_wrapper #right_info_inner {
	font-size: 11px;
	padding: 0px 12px 12px;
}
.center_content {
	text-align: center;
}
td.cell_pad, .table_pad td {
	padding: 6px;
}
.top_margin_narrower {
	margin-top: 10px;
}
.top_margin_narrow {
	margin-top: 25px;
}
.top_margin {
	margin-top: 50px;
}
.no_bottom_margin {
	margin-bottom: 0px;
}
.bottom_margin_narrower {
	margin-bottom: 10px;
}
.bottom_margin_narrow {
	margin-bottom: 25px;
}
.bottom_margin {
	margin-bottom: 50px;
}
#right_rounded_nav {
	margin-bottom: 25px;
}
#right_rounded_nav li {
	padding: 8px 8px 8px 15px;
	color: #004a80;
	text-transform: uppercase;
	font: normal 13px 'HelveticaNeueBoldCond', sans-serif;
}
#right_rounded_nav a {
	color: #94306e;
}
#right_rounded_nav a:hover {
	color: #570037;
}
#right_rounded_nav li.top {
	background: url(../images/membership/membership_nav.png) no-repeat center top;
	border-bottom: 1px solid #d4e0ea;
}
#right_rounded_nav li.bottom {
	background: url(../images/membership/membership_nav.png) no-repeat center bottom;
}

/* ---------- buttons ----------  */
.cta_spacer {
	margin-top: 15px;
}

/* blue */
a.cta_blue {
	text-decoration:none;
	float:left;
	height:22px;
	text-align:center;
	margin-right: 20px;
	color: #FFF;
	font: 12px/22px 'HelveticaNeueBoldCond', sans-serif;
}
a.cta_blue span.left {
	display:block;
	float:left;
	height:21px;
	background: url(../images/global/cta_blue_btn.png) no-repeat left 0;
	padding-left: 15px;
}
a.cta_blue span.right {
	float:left;
	height:21px;
	width:10px;
	padding:0 10px 0 6px;
	background: url(../images/global/cta_blue_btn.png) no-repeat right 0;
}
a.cta_blue:hover span.left {
	background-position: left -22px;
}
a.cta_blue:hover span.right {
	background-position: right -22px;
}

/* gray */
a.cta_gray {
	text-decoration:none;
	float:left;
	height:22px;
	text-align:center;
	margin-right: 20px;
	color: #333;
	font: 12px/22px 'HelveticaNeueBoldCond', sans-serif;
}
a.cta_gray span.left {
	display:block;
	float:left;
	height:21px;
	background: url(../images/global/cta_gray_btn.png) no-repeat left 0;
	padding-left: 15px;
}
a.cta_gray span.right {
	float:left;
	height:21px;
	width:10px;
	padding:0 10px 0 6px;
	background: url(../images/global/cta_gray_btn.png) no-repeat right 0;
}
a.cta_gray:hover span.left {
	background-position: left -22px;
}
a.cta_gray:hover span.right {
	background-position: right -22px;
}

/* ---------- home ----------  */
#homeleft {
	width: 639px;
	margin-top: 18px;
	float: left;
}
#homeright {
	float: right;
	width: 295px;
	margin-top: 18px;
}
#billboard {
	background: url(../images/home/billboard/billboard.jpg) no-repeat;
	height: 350px;
	width: 639px;
	position: relative;
}
#billboard #billboard_left {
	float: left;
	width: 275px;
	color: #FFF;
	font: 20px/25px 'edelsansRegular', sans-serif;
	margin-top: 210px;
	margin-left: 10px;
}
#billboard #billboard_map {
	float: right;
	margin-top: 65px;
	margin-right: 20px;
}

/* billboard_btn */
a.billboard_btn {
	text-decoration:none;
	float:left;
	height: 59px;
	color: #FFF;
	position: absolute;
	z-index: 100;
	left: 455px;
	top: 289px;
	font: 13px/59px 'HelveticaNeueBoldCond', sans-serif;
}
a.billboard_btn span.left {
	display:block;
	float:left;
	height:59px;
	background: url(../images/home/billboard/billboard_btn.png) no-repeat left 0;
	padding-left: 22px;
	padding-top: 1px;
}
a.billboard_btn span.right {
	float:left;
	height:59px;
	width:22px;
	padding:1px 10px 0 6px;
	background: url(../images/home/billboard/billboard_btn.png) no-repeat right 0;
}
a.billboard_btn:hover span.left {
	background-position: left -59px;
}
a.billboard_btn:hover span.right {
	background-position: right -59px;
}
.homebox,
.specialbox,
#billboard {
	margin-bottom: 25px;
}
.homebox {
	padding: 0px;
	border: 1px solid #E6E6E6;
}
.homebox h2 {
	font: 16px/24px 'edelsansRegular', sans-serif;
	color: #004A80;
	display: block;
	background-color: #E6E6E6;
	padding: 2px 2px 2px 5px;
	margin: 0px;
}
.homebox .anchorimg {
	float: left;
	margin-right: 15px;
}
.homebox .box_text {
	float: left;
}
.homebox h3 {
	background: url(none);
	font-size: 16px;
	color: #333;
	margin-bottom: 7px;
	margin-top: 7px;
}
.homebox ul {
	margin-bottom: 0px;
}
.homebox.pink h2 {
	background: #94306E url(../images/home/pink_hdr.jpg) repeat-x bottom;
	color: #FFF;
}
.homebox.blue h2 {
	background: #274D7C url(../images/home/blue_hdr.jpg) repeat-x bottom;
	color: #FFF;
}
.homebox.gray h2 {
	background: #B3B3B3 url(../images/home/gray_hdr.jpg) repeat-x bottom;
	color: #000;
}
.homebox.popular {
	width: 302px;
	float: left;
	min-height: 138px;
}
.homebox.popular ul {
	float: left;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
}
.homebox.popular ul li {
	background: url(none);
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}
.homebox.where2shop {
	width: 302px;
	float: right;
	min-height: 138px;
}
.homebox.where2shop .box_text {
	width: 193px;
}
.homebox.cultural .box_text {
	width: 185px;
}
#partners {
	margin-bottom: 0px;
}
#partners h2 {
	margin-bottom: 0px;
}
#partners img {
	float: left;
	margin: 5px 17px 10px;
}
.box_footer {
	background-color: #e5e5e5;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	padding-right: 5px;
	margin-top: 10px;
}
.homebox.callout_box {
	background-color: #f0f0f0;
	border: 1px solid #DCDCDC;
	padding: 10px;
}
.homebox.callout_box .box_text {
	width: 160px;
}
.homebox.callout_box p {
	font-weight: bold;
	margin-bottom: 12px;
}
.homebox.magazine h2 {
	margin-bottom: 10px;
}
.homebox.magazine .magdates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}
.homebox.magazine ul li {
	margin-top: 3px;
	margin-left: 15px;
}
.homebox.magazine .box_text {
	margin-bottom: 10px;
}
.homebox.magazine .anchorimg {
	margin-left: 8px;
}
.homebox .inner_pad {
	margin: 8px;
}


/* icons */
a.facebook {
	float: left;
	width: 295px;
	display: block;
	background-image: url(../images/home/find_us_on_facebook.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	text-indent: -9999px;
	margin-bottom: 16px;
}
a.facebook:hover {
	background-position: 0px -34px;
}
a.mobile {
	float: right;
	width: 295px;
	display: block;
	background-image: url(../images/home/download_our_app.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	text-indent: -9999px;
}
a.mobile:hover {
	background-position: 0px -34px;
}

/* right white callout */
#rightinner {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
}
.rightinnerbtn {
	margin-left: 15px;
	margin-bottom: 8px;
}
.rightinnerimg {
	margin-left: 7px;
	margin-top: 7px;
}
.rightspecial p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/* ---------- amex ----------  */
.amexwrapper {
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
.amex h3 {
	color: #A42474;
	background-image: url(../images/amex/amex-participating.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.amexcolumn {
	clear: both;
}
.amexlwr {
	margin-right: 25px;
	margin-left: 70px;
}
.amexcolinner {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.amexcolumn blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* ---------- by city ----------  */
.city_wrapper {
	width: 470px;
}
.city_wrapper h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
}
.city_wrapper img,
.city_wrapper .package_info {
	margin-bottom: 60px;
}
.city_wrapper img {
	float: left;
	margin-right: 15px;
}
.city_wrapper .package_info {
	float: left;
	width: 340px;
}

/* ---------- destinations ----------  */
.two_column_layout {
	float: left;
	width: 465px;
}
.two_column_layout h3,
h3.no_top_margin {
	margin-top: 0px;
}
.two_column_layout.gutter {
	margin-right: 30px;
}

/* ---------- packages ----------  */
#buy_wrapper,
.bottom_margin {
	margin-bottom: 15px;
}
#buy_wrapper #buy_info {
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	line-height: normal;
	background: url(../images/packages/buy_box.jpg) no-repeat center top;
}
#buy_wrapper #buy_button {
	background: url(../images/packages/buy_box.jpg) no-repeat center bottom;
	text-align: right;
	padding-right: 15px;
	color: #5788a9;
	font: 14px/30px 'HelveticaNeueBoldCond', sans-serif;
}
#buy_wrapper #buy_button a,
#buy_link a {
	background: url(../images/packages/buy_now_link.png) no-repeat 0px 0px;
	display: inline-block;
	padding-left: 25px;
	color: #94306e;
	text-transform: uppercase;
}
#buy_wrapper #buy_button a:hover,
#buy_link a:hover {
	background-position: 0px -30px;
	color: #570037;
}
#centercolumn li {
	margin-top: 7px;
	margin-bottom: 7px;
}
#notes {
	font-size: 11px;
	color: #999999;
	margin-top: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#notes ul {
	margin-top: 3px;
	margin-bottom: 10px;
}
#notes ul li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dest_pricing {
	font-size: 11px;
	margin-top: 20px;
}
#buy_link {
	color: #5788a9;
	font: 14px/30px 'HelveticaNeueBoldCond', sans-serif;
}

/* ---------- membership ----------  */
.membership_table {
	width: 364px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/* ---------- news ----------  */
.more_news {
	font-size: 10px;
	margin-top: 10px;
}

/* ---------- magazine ----------  */
.magazine_downloads a {
	background: url(../images/magazine/pdf_icon.png) no-repeat left center;
	display: block;	
	padding-left: 25px;
}

/* ---------- featured ----------  */
.featured .logo {
	margin-bottom: 25px;
}
.featured.justified p {
	text-align: justify;
}
.featured.left_justified p {
	text-align: left;
}









.galleryspace {
	padding-right: 7px;
	padding-bottom: 7px;
}





.gallery li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

