* {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px 0px 2ex;
}

body {
  background: white url(/assets/images/header-gradient.png) repeat-x 0px 0px;
  text-align: center;
  padding-bottom: 48px;
}

body, td, input, textarea, select {
  font: 12px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container {
  margin: 0px auto;
  width: 952px;
  text-align: left;
}

a {
  color: black;
}

#container .button {
  display: block;
  width: 128px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-indent: -8px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border: none;
  margin: 0px;
  padding: 0px;
  background: url(/assets/images/buttons/button.png) no-repeat 0px 0px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1px;
}

#container .button:hover {
  background-position: 0px 100%;
}

.clear-floats {
  clear: both;
  height: 0px;
  overflow: hidden;
}

/* Header {{{ */

#header {
  margin-left: -64px;
  margin-right: -64px;
  width: 1112px;
  height: 168px;
  position: relative;
  background: url(/assets/images/header-montage.jpg);
}

#header a.logo {
  position: absolute;
  left: 128px;
  top: 64px;
  width: 224px;
  height: 48px;
  background: url(/assets/images/logo.png) no-repeat 0px 0px;
  text-indent: -100em;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}

/* Navigation {{{ */

#header .navigation ul {
  position: absolute;
  left: 96px;
  bottom: 0px;
  height: 40px;
}

#header .navigation ul li {
  display: inline;
  list-style: none;
  background: url(/assets/images/navigation-tab.png) no-repeat 0px 0px;
}

#header .navigation ul li a {
  display: block;
  float: left;
  width: 176px;
  margin-right: 4px;
  height: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
  line-height: 16px;
  font-weigh: bold;
  color: #efdbba;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: url(/assets/images/navigation-tab.png) no-repeat 0px 0px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

#header .navigation ul li a:hover {
  color: #fff;
}

#header .navigation ul li.active a {
  background-position: 0px 100%;
  color: black;
}

#header .navigation ul ul { display: none; }

#main #submenu {
  position: absolute;
  right: 32px;
  top: 24px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}

#main #submenu li {
  display: inline;
  list-style: none;
}

#main #submenu li a {
  float: left;
  padding-left: 4px;
  margin-left: 4px;
  border-left: 1px solid #830e0e;
  color: #830e0e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#main #submenu li a:hover {
  text-decoration: none;
}

#main #submenu li.selected a {
  color: black;
  text-decoration: none;
}

#main #submenu li:first-child a {
  border: none;
}

/*}}}*/

/*}}}*/

/* Body {{{ */

#page {
  background: url(/assets/images/page-background.png) repeat-y 0px 0px;
}

#body {
  background: url(/assets/images/page-top.png) no-repeat 0px 0px;
  padding: 8px 16px 0px 24px;
}

#main {
  float: right;
  width: 100%;
  margin-left: -168px;
}

#main-inner {
  margin-left: 168px;
  position: relative;
}

#main-inner02 {
   margin-left: 168px;
   position: relative;
   width: 528px;
}

#main-inner03 {
   margin-left: 24px;
   float: left;
   position: relative;
   width: 504px;
}

#main-inner04 .bhq-content {
  margin: 0px;
  padding: 62px 26px 0px 622px;
  width: 260px;
  height: 182px;
  position: relative;
  background: url(/assets/images/earthquake-alert-bkg.jpg) no-repeat 0px 0px;
}

#main-inner04 .bhq-content p {
  margin: 0px;
  padding: 0px;
  font-size: 1.3em;
  color: #000;
  line-height: 1.6em;
  position: relative;
} 

#middle {
  float: left;
  width: 100%;
  margin-right: -224px;
}

#middle-inner {
  margin-right: 224px;
}

#right {
  float: right;
  width: 216px;
}

#right02 {
  float: right;
  top: 0;
  right: 0;
  position: relative;
  width: 216px;
}

#bottom {
  clear: both;
}

#sidebar {
  float: left;
  width: 144px;
}

.no-sidebar#main {
  float: none;
  margin-left: 0px;
}

.no-sidebar #main-inner {
  margin-left: 0px;
}

h2.fancy {
  margin: -4px 0px 12px;
  height: 36px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -100em;
  overflow: hidden;
}

#main h1,
#above_content h1,
#body_content_page_title {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  margin: 8px 0px;
  padding: 11px 0px 15px;
  text-indent: 88px;
  background: url(/assets/images/headers/main-title.png) no-repeat 0px 0px;
  color: #830e0e;
  font-family: DIN;
}

#above_content h1,
#container .no-sidebar h1,
.no-sidebar #body_content_page_title {
  background-image: url(/assets/images/headers/main-title-no-sidebar.png);
}

#recommended-heading { background-image: url(/assets/images/headers/recommended.png); }

h1, h2, h3 {
  color: #830e0e;
}

h2 {
font-size: 16px;
font-weight: 300;
}

h3 {
font-size: 16px;
font-weight: 300;
}

#main h1.journal {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  margin: 8px 0px;
  padding: 11px 0px 15px;
  text-indent: 88px;
  background: url(/assets/images/headers/main-title-journal.png) no-repeat 0px 0px;
  color: #830e0e;
  font-family: DIN;
}

h2.nice {
  clear: left;
  font-size: 18px;
  margin: 24px 0px 8px 0px;
  padding: 9px 0px 12px;
  text-indent: 64px;
  background: url(/assets/images/headers/sitemap-section.png) no-repeat 0px 0px;
  color: #830e0e;
  font-family: DIN;
}

/*-----------------------------------------------------*/

h2.recommended {
  clear: left;
  font-size: 18px;
  margin: 24px 0px 8px 0px;
  padding: 12px 0px 12px;
  text-indent: 64px;
  background: url(/assets/images/headers/recommended-heading01.png) no-repeat 0px 0px;
  color: #830e0e;
  font-family: DIN;
}

h2.activities {
  clear: left;
  font-size: 18px;
  margin: 24px 0px 8px 0px;
  padding: 9px 0px 12px;
  text-indent: 64px;
  background: url(/assets/images/headers/activities-heading01.png) no-repeat 0px 0px;
  color: #830e0e;
  font-family: DIN;
}

h2.about {
  clear: left;
  font-size: 18px;
  margin: 0px 0px 8px 0px;
  padding: 12px 0px 18px 12px;
  text-indent: 64px;
  background: url(/assets/images/headers/where-about-background.png) no-repeat 0px 0px;
  color: #830e0e;
  font-family: DIN;
}

/*-----------------------------------------------------*/

/*}}}*/

/* Sidebar {{{ */

#sidebar .box {
  padding: 0px 0px 8px;
  background: url(/assets/images/sidebar-box-bottom.png) no-repeat 0px 100%;
}

#sidebar #destinations-menu h3 {
  height: 40px;
  text-indent: -100em;
  overflow: hidden;
  background: url(/assets/images/sidebar-box-header-destinations.png) no-repeat 0px 0px;
}

#sidebar #information-evenings-menu h3 {
  height: 40px;
  text-indent: -100em;
  overflow: hidden;
  background: url(/assets/images/sidebar-box-header-infoevening.png) no-repeat 0px 0px;
}

#sidebar #about-us-menu h3 {
  height: 32px;
  text-indent: -100em;
  overflow: hidden;
  background: url(/assets/images/headers/sidebar-about-us.png) no-repeat 0px 0px;
}

#sidebar #travel-journal-menu h3 {
  height: 32px;
  text-indent: -100em;
  overflow: hidden;
  background: url(/assets/images/headers/sidebar-travel-journal.png) no-repeat 0px 0px;
}

#sidebar .box ul {
  background: url(/assets/images/sidebar-box-bottom.png) no-repeat 0px 0px;
  padding: 8px 8px 0px;
}

#sidebar .box ul li {
  margin: 0px 0px 4px;
  display: block;
  list-style: none;
}

#sidebar .box ul li a {
  display: block;
  line-height: 16px;
  padding-left: 16px;
  background: url(/assets/images/sidebar-expand-bullets.png) no-repeat -80px 0px;
  text-decoration: none;
  color: black;
}

#sidebar .box ul li a:hover { background-position: -48px -32px; background-color: #cf923e; color: white; font-weight: normal; }
#sidebar .box ul li.open a { background-position: -32px -48px; background-color: #cf923e; color: white; font-weight: normal; }
#sidebar .box ul li.open a:hover { background-position: -32px -48px; }

#sidebar .box ul li.active a,  
#sidebar .box ul li.active a:hover { background-position: -48px -32px; background-color: #cf923e; color: white; font-weight: normal; }

#sidebar .box ul ul,
#sidebar .box ul ul ul {
  padding: 4px 0px;
  margin: 0px;
  background: white;
}

#sidebar .box ul ul li a,
#sidebar .box ul ul ul li a,
#sidebar .box ul li.open li a {
  background: white;
  color: black;
  font-weight: normal;
}

#sidebar .box ul li.open ul li.active a,
#sidebar .box ul ul li.open ul li.active a,
#sidebar .box ul li.open ul li.active a:hover,
#sidebar .box ul ul li.open ul li.active a:hover, {
  background: white url(/assets/images/sidebar-expand-bullets.png) no-repeat -16px -64px;
  font-weight: bold;
}

#sidebar .box ul ul li.active a:hover {
  background-position: -16px -32px;
  color: black;
}

/*}}}*/

/* Right sidebar {{{ */

#right_content .box {
  padding: 0px 16px 8px 12px;
  margin-bottom: 16px;
  background: url(/assets/images/sidebar-right-bottom.png) no-repeat 0px 100%;
}

#right_content .box h3 {
  margin: 0px -8px 0px -12px;
  height: 32px;
  text-indent: -100em;
  overflow: hidden;
}

#right_content #talk-to-us h3 { background: url(/assets/images/headers/sidebar-right-talk-to-us.png) no-repeat 0px 0px; height: 40px; }
#right_content #key-links h3 { background: url(/assets/images/headers/sidebar-right-key-links.png) no-repeat 0px 0px; }
#right_content #related-stories h3 { background: url(/assets/images/headers/sidebar-right-related-stories.png) no-repeat 0px 0px; }
#right_content #explore-more h3 { background: url(/assets/images/headers/sidebar-header-explore.png) no-repeat 0px 0px; }
#right_content #more-stories h3 { background: url(/assets/images/headers/sidebar-box-header-stories.png) no-repeat 0px 0px; }

#right_content #talk-to-us a {
  color: black;
}

#right_content #talk-to-us p {
  margin-bottom: 1ex;
}

#right_content .box li {
  display: block;
  list-style: none;
  line-height: 16px;
  vertical-align: middle;
  margin-bottom: 4px;
}

#right_content .box li a {
  display: block;
  padding-left: 16px;
  color: black;
  text-decoration: none;
  background: url(/assets/images/sidebar-expand-bullets.png) no-repeat -16px -64px;
}

#right_content .box li a:hover {
  background-color: #cf923e;
  background-position: -48px -32px;
  color: white;
}

/*}}}*/

/* Footer {{{ */

#footer {
  clear: both;
  position: relative;
  height: 112px;
  background: url(/assets/images/footer.png) no-repeat 0px 100%;
}

#footer .logo {
  position: absolute;
  left: 32px;
  top: 40px;
  width: 144px;
  height: 40px;
  text-indent: -100em;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}

#footer .footer-links {
  position: absolute;
  left: 170px;
  top: 56px;
}

#footer .footer-links li {
  float: left;
  display: block;
  list-style: none;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 1px solid #d9a863;
  line-height: 12px;
}

#footer .footer-links li.last {
  border-right: none;
}

#footer .footer-links li a {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

#footer .footer-links li a:hover {
  color: black;
}

#footer .address {
  display: block;
  font-size: 11px;
  position: absolute;
  top: 32px;
  font-style: normal;
  color: white;
  line-height: 13px;
}

#footer .christchurch {
  left: 592px;
  width: 108px;
  border-right: 1px solid #d9a863;
}

#footer .wellington {
  left: 708px;
}

#footer .taanz,
#footer .iata {
  position: absolute;
  right: 8px;
  text-indent: -100em;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}

#footer .taanz {
  bottom: 48px;
  width: 70px;
  height: 32px;
  background: url(/assets/images/taanz.png) no-repeat 0px 0px;
}

#footer .iata {
  bottom: 15px;
  width: 69px;
  height: 29px;
  background: url(/assets/images/iata.png) no-repeat 0px 0px;
}

/*}}}*/

/* Photo galleries {{{ */

.destination-photos {
  float: left;
  width: 520px;
  height: 392px;
  background: #ccc;
  color: #999;
  line-height: 392px;
  font-size: 250%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 16px;
  -webkit-border-radius: 8px;
}

/*}}}*/

/* Destinations {{{ */

.destination-summary {
  position: relative;
  left: -8px;
  width: 752px;
  height: 232px;
  background: url(/assets/images/destination-background.png) no-repeat 0px 0px;
}

.destination-summary img {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 268px;
  height: 200px;
}

.destination-summary .destination-details {
  position: absolute;
  left: 316px;
  top: 24px;
  width: 418px;
  height: 184px;
}

.destination-summary .more {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 160px;
  height: 32px;
  background: url(/assets/images/buttons/find-out-more.png) no-repeat 0px 0px;
  text-indent: -100em;
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

.destination-summary .more:hover { background-position: 0px 100%; }


#destination-gallery {
  position: relative;
  width: 520px;
  height: 384px;
  background: url(/assets/images/destination-gallery-background.png) no-repeat 0px 0px;
}

#destination-gallery .loading,
#destination-gallery .image {
  position: absolute;
  left: 16px;
  top: 32px;
  width: 472px;
  height: 288px;
  background: url(/assets/images/loading.gif) no-repeat 50% 50%;
}

#destination-gallery .thumbnails {
  position: absolute;
  left: 14px;
  top: 326px;
}

#destination-gallery .thumbnails img {
  width: 48px;
  height: 29px;
  display: block;
  float: left;
  border: 2px solid white;
  -webkit-transition: border-color 1s;
}

#destination-gallery .thumbnails img.active {
  border-color: #cf923e;
}

#destination-gallery .image p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 8px 12px;
  background: black;
  color: white;
  background: rgba(0, 0, 0, 0.7);
}


.journal-story #destination-gallery {
  position: relative;
  left: 16px;
  top: 8px;
  width: 480px;
  height: 300px;
  background: none;
}

.journal-story #destination-gallery .loading,
.journal-story #destination-gallery .image {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 472px;
  height: 288px;
  background: url(/assets/images/loading.gif) no-repeat 50% 50%;
}

.journal-story #destination-gallery .thumbnails {
  position: absolute;
  left: 0px;
  top: 304px;
}

.journal-story #destination-gallery .thumbnails img {
  width: 48px;
  height: 29px;
  display: block;
  float: left;
  border: 2px solid white;
  -webkit-transition: border-color 1s;
}

.journal-story #destination-gallery .thumbnails img.active {
  border-color: #cf923e;
}

.journal-story #destination-gallery .image p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 8px 12px;
  background: black;
  color: white;
  background: rgba(0, 0, 0, 0.7);
}


/* }}} */


/* Evenings {{{ */

.evenings-summary {
	position: relative;
	left: -8px;
	width: 920px;
	height: 456px;
	background: url(/assets/images/evenings-background.png) no-repeat 0px 0px;
}
.evenings-summary .image01 {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 472px;
	height: 288px;
}
.evenings-summary .image02 {
	position: absolute;
	left: 24px;
	top: 328px;
	width: 128px;
	height: 104px;
}
.evenings-summary .evenings-details01 {
	position: absolute;
	left: 512px;
	top: 24px;
	width: 384px;
	height: 272px;
}
.evenings-summary .evenings-details02 {
	position: absolute;
	left: 176px;
	top: 336px;
	width: 504px;
	height: 104px;
}
.evenings-summary .evenings-details01 ul, .evenings-summary .evenings-details02 ul {
	padding: 0px;
}

.evenings-summary .evenings-details01 ul {
	width: 192px;
}

.evenings-summary .evenings-details02 ul {
	position: absolute;
        display: block;
	left: 520px;
	top: 16px;
	width: 192px;
}

.evenings-summary .evenings-details01 ul li, .evenings-summary .evenings-details02 ul li {
	margin: 0px 0px 4px;
	display: block;
	list-style: none;
}
.evenings-summary .evenings-details01 ul li a {
	display: block;
	line-height: 16px;
	padding-left: 16px;
	background: url(/assets/images/sidebar-expand-bullets.png) no-repeat -16px -64px;
	text-decoration: none;
	color: black;
}
.evenings-summary .evenings-details01 ul li a:hover {
	background-position: -48px -32px;
	background-color: #cf923e;
	color: white;
	font-weight: bold;
}

.evenings-summary .evenings-details02 ul li a {
	display: block;
	line-height: 16px;
	padding-left: 16px;
	background: url(/assets/images/other_buttons.png) no-repeat -16px 0px;
	text-decoration: none;
	color: black;
}
.evenings-summary .evenings-details02 ul li a:hover {
	background-position: 0px -16px;
	background-color: #cf923e;
	color: white;
	font-weight: bold;
}

.evenings-summary .more {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 160px;
	height: 32px;
	background: url(/assets/images/buttons/find-out-more.png) no-repeat 0px 0px;
	text-indent: -100em;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
.evenings-summary .more:hover {
	background-position: 0px 100%;
}

.evenings-summary h3 {
       font-size: 1.5em;
       line-height: 1em;
}

/*}}}*/


/* About Intro {{{ */

.about-intro {
        margin-bottom: 16px;
	position: relative;
	left: -8px;
	width: 752px;
	height: 256px;
	background: url(/assets/images/about-us-intro-background.png) no-repeat 0px 0px;
}
.about-intro img {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 304px;
	height: 224px;
}

.about-intro h2 {
	font-size: 1.5em;
	line-height: 1em;
}

.about-intro .about-intro-details {
	position: absolute;
	left: 344px;
	top: 16px;
	width: 392px;
}

.about-intro .about-intro-details .about-sum01, .about-intro .about-intro-details .about-sum02 {
	width: 184px;
}

.about-intro .about-intro-details .about-sum01 {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

.about-intro .about-intro-details .about-sum02 {
	float: left;
	position: relative;
	left: 16px;
	top: 0px;
}

/*}}}*/

/* About Consultant {{{ */

.about-consultant {
	margin: 8px; 0px 8px 8px;
	position: relative;
	left: -8px;
	width: 736px;
	height: 136px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border: #ccc solid 1px;
}
.about-consultant img {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 128px;
	height: 104px;
}

.about-consultant h2 {
	font-size: 1.5em;
	line-height: 1em;
}

.about-consultant .about-consultant-details {
	position: absolute;
	left: 176px;
	top: 8px;
	width: 552px;
}


.about-consultant .about-consultant-details .consultant-sum01 {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 320px;
}

.about-consultant .about-consultant-details .consultant-sum02 {
	float: left;
	padding: 8px 16px;
	position: relative;
	left: 24px;
	top: 0px;
	width: 176px;
	height: 104px;
	background: url(/assets/images/about_us/about-consult-bkg.png) no-repeat 0px 0px;
}

.about-consultant .about-consultant-details .consultant-sum02 h3 {
	padding: 0px 0px 8px 24px;
	font-size: 1em;
	line-height: 1em;
	background: url(/assets/images/about_us/phone-icon.png) no-repeat 0px 2px;
}

/*}}}*/

/* Large Intro Image {{{ */

.lg-intro-image {
        margin-bottom: 16px;
	position: relative;
	left: 0px;
	width: 488px;
	height: 304px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border: #ccc solid 1px;
}
.lg-intro-image img {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 472px;
	height: 288px;
}

/* Recommended Panel {{{ */

.recommended-panel {
	margin: 0px 0px 16px 0px;
	padding-bottom: 16px;
	position: relative;
	width: 732px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border: #ccc solid 1px;
}

.recommended-panel h2 {
	font-size: 1.5em;
	line-height: 1em;
        padding-bottom: 16px;
}

.recommended-panel .recommended-panel-details {
	position: relative;
	left: 8px;
	top: 8px;
	width: 716px;
	
}


.recommended-panel .recommended-panel-details .panel-sum01 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 504px;
}

.recommended-panel .more {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 160px;
	height: 32px;
	background: url(/assets/images/buttons/find-out-more.png) no-repeat 0px 0px;
	text-indent: -100em;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
.recommended-panel .more:hover {
	background-position: 0px 100%;
}

.recommended-panel .recommended-panel-details .panel-sum02 {
	padding: 8px;
	position: absolute;
	left: 520px;
	top: 0px;
	width: 176px;
	font-size: 0.9em;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 6px;
	background-color: #f7f6f4;
	border: #ccc solid 1px;
}

.recommended-panel .recommended-panel-details .panel-sum02 ul {
        margin-left: 6px;
        display: block;
	list-style: inside;
        list-style-type: disc;
}


.recommended-panel .recommended-panel-details .panel-sum02 a {
	display: block;
	list-style: inside;
	list-style-type: none;
	line-height: 16px;
	padding-left: 16px;
	background: url(/assets/images/other_buttons.png) no-repeat -16px 0px;
	text-decoration: none;
	color: black;
}
.recommended-panel .recommended-panel-details .panel-sum02 a:hover {
	background-position: 0px -16px;
	background-color: #cf923e;
	color: white;
	font-weight: bold;
}

.recommended-panel .recommended-panel-details .panel-sum02 h3 {
	padding: 4px 0px 8px 28px;
	font-size: 1.5em;
	line-height: 0.8em;
	background: url(/assets/images/about_us/phone-icon.png) no-repeat 0px 0px;
}

/*}}}*/

/* Journal Main {{{ */

.journal-intro {
	position: relative;
	left: -8px;
	width: 752px;
	height: 232px;
	background: url(/assets/images/destination-background.png) no-repeat 0px 0px;
}
.journal-intro img {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 268px;
	height: 200px;
}
.journal-intro .journal-details {
	position: absolute;
	left: 316px;
	top: 24px;
	width: 418px;
	height: 184px;
}
.journal-intro dl {
}
.journal-intro dl dt {
	clear: left;
	float: left;
	margin-right: 0.5em;
	font-size: 14px;
	font-weight: bold;
	color: #830e0e;
	line-height: 14px;
	vertical-align: baseline;
}
.journal-intro dl dd {
	float: left;
	vertical-align: baseline;
}
.journal-intro .more {
	position: absolute;
	right: 16px;
	bottom: 20px;
	width: 160px;
	height: 32px;
	background: url(/assets/images/buttons/find-out-more.png) no-repeat 0px 0px;
	text-indent: -100em;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
.journal-intro .more:hover {
	background-position: 0px 100%;
}

/*}}}*/

/* Journal Intro {{{ */

.journal-story {
	position: relative;
        margin-bottom: 16px;
	left: -8px;
	width: 920px;
	height: 360px;
	background: url(/assets/images/journal-background.png) no-repeat 0px 0px;
}
.journal-story .image02 {
	float: right;
	padding: 0px 0px 8px 8px;
	position: relative;
	width: 128px;
	height: 104px;
}
.journal-story .story-details {
	position: absolute;
	left: 516px;
	top: 16px;
	width: 384px;
}
.journal-story .story-details01 {
	padding: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 368px;
	height: 190px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 6px;
	background-color: #f7f6f4;
	border: #ccc solid 1px;
}
.journal-story .story-details02 {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 384px;
	height: 110px;
}
.journal-story .story-details02 h3 {
	padding: 5px 0px 11px 28px;
	font-size: 1.2em;
	line-height: 0.8em;
	background: url(/assets/images/about_us/phone-icon.png) no-repeat 0px 0px;
}
.journal-story .story-details02 ul {
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 24px;
	width: 192px;
}
.journal-story .story-details02 ul li {
	margin: 0px 0px 4px;
	display: block;
	list-style: none;
}
.journal-story .story-details02 ul li a {
	display: block;
	line-height: 16px;
	padding-left: 16px;
	background: url(/assets/images/sidebar-expand-bullets.png) no-repeat -16px -64px;
	text-decoration: none;
	color: black;
}
.journal-story .story-details02 ul li a:hover {
	background-position: -48px -32px;
	background-color: #cf923e;
	color: white;
	font-weight: bold;
}
.journal-story .more {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 160px;
	height: 32px;
	background: url(/assets/images/buttons/find-out-more.png) no-repeat 0px 0px;
	text-indent: -100em;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
.journal-story .more:hover {
	background-position: 0px 100%;
}

/*}}}*/

/* Activity Promos {{{ */

.activity-container {
	margin: 0px 0px 16px 8px;
	position: relative;
	left: -8px;
	width: 736px;
	height: 160px;
	background-color: #f7f6f4;
}
.activity-container .activity-box {
	float: left;
        position: relative;
	margin-right: 13px;
	width: 134px;
	height: 158px;
	background-color: #fff;
	border: #ccc solid 1px;
        -moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.activity-container .activity-box.last {
	margin-right: 0px;
}
.activity-container .activity-box img {
	left: 0px;
	top: 0px;
	width: 136px;
	height: 100px;
}
.activity-container .activity-box h2 {
	margin: 8px 0px 0px 8px;
	font-size: 1em;
	line-height: 1em;
}

.activity-container .more {
	position: absolute;
        right: 4px;
        bottom: 4px;
        width: 128px;
        height: 32px;
        background: url(/assets/images/buttons/show-more.png) no-repeat 0px 0px;
        text-indent: -100em;
        overflow: hidden;
        outline: none;
        text-decoration: none
}
.activity-container .more:hover {
	background-position: 0px 100%;
}

/*}}}*/

/* {{{ Send to a friend */

.send-to-a-friend .form {
  position: relative;
  width: 512px;
  height: 296px;
  background: url(/assets/images/postcard.jpg) no-repeat 0px 0px;
}

.send-to-a-friend h2 {
  position: absolute;
  left: 152px;
  top: 32px;
  line-height: 16px;
  font-size: 16px;
  font-family: DIN, Helvetica, Arial, sans-serif;
  color: #830e0e;
}

.send-to-a-friend ol {
  position: absolute;
  left: 152px;
  top: 56px;
  width: 312px;
  margin: 0px;
  padding: 0px;
}

.send-to-a-friend ol li {
  display: block;
  position: relative;
  list-style: none;
  margin: 0px 0px 4px;
}

.send-to-a-friend ol li label {
  display: block;
  font-weight: bold;
}

.send-to-a-friend ol li label small {
  font-weight: normal;
}

.send-to-a-friend input.text {
  width: 308px;
}

.send-to-a-friend textarea {
  width: 208px;
  height: 48px;
}

.send-to-a-friend .errors {
  position: absolute;
  bottom: 3px;
  left: 316px;
  width: 256px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px 4px;
  background: #ffc;
  background: rgba(255, 255, 204, 0.75);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
}

.send-to-a-friend .errors:before {
  content: ' ';
  position: absolute;
  left: -5px;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-right: 5px solid #cf923e;
  border-bottom: 8px solid transparent;
}

.send-to-a-friend .button {
  position: absolute;
  right: 20px;
  bottom: 52px;
}

.send-to-a-friend .form .sending {
  position: absolute;
  left: 136px;
  top: 16px;
  width: 352px;
  height: 256px;
  line-height: 296px;
  vertical-align: middle;
  text-align: center;
  background: url(/assets/images/loading.gif) no-repeat 50% 45%;
}

.send-to-a-friend .form .thanks h2 {
  position: absolute;
  left: 152px;
  top: 72px;
  font-size: 250%;
}

.send-to-a-friend .form .thanks p {
  position: absolute;
  left: 152px;
  top: 112px;
}

/* }}} */

/* Information evenings {{{ */

#information-evening {
  background: url(/assets/images/shadow-box.png) no-repeat 0px 0px;
  margin: 0px -8px 16px;
  padding: 16px 16px 0px;
}

#information-evening #presenter {
  clear: none;
  margin: 0px -16px;
  padding: 0px 24px;
  background: url(/assets/images/information-evening-consultant.png) no-repeat 0px 0px;
}

.evening-details {
  background: url(/assets/images/info-evening-form-background.png) no-repeat 0px 100%;
  padding-bottom: 8px;
}

.evening-details .left {
  float: left;
  width: 100%;
  background: url(/assets/images/info-evening-form-background.png) no-repeat 0px 0px;
  margin-right: -376px;
}

.evening-details .left-inner {
  margin-right: 376px;
  padding: 8px 32px 8px 16px;
}

.evening-details .right {
  float: right;
  width: 376px;
}

.evening-details .right-inner {
  padding: 8px 16px 8px;
}

.evening-details .buttons {
  height: 32px;
}

.evening-details .buttons .button {
  float: right;
  margin-left: 8px;
}

.evening-details .right h3 {
  margin-top: 1ex;
  color: #830e0e;
  font-size: 125%;
}

.evening-details .right p {
  margin: 0px;
  padding: 0px;
}

.evening-details .right p b,
.evening-details .right p strong {
  color: #830e0e;
  font-size: 125%;
}

/*}}}*/

/* Forms {{{ */

.form-container {
  width: 528px;
}

.form-container-inner {
  border: 1px solid #ccc;
  padding: 15px;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.form-field {
  clear: left;
  margin-bottom: 1ex;
}

.form-field label {
  display: block;
  font-weight: bold;
}

.form-field label .required {
  color: #830e0e;
  font-size: 250%;
  line-height: 0.4;
  vertical-align: bottom;
}

.form-field-hint {
  color: #999;
}

.form-field input.text {
  width: 100%;
}

.form-field .errors li {
  display: block;
  list-style: none;
  color: #830e0e;
}

.form-field .radio-buttons li {
  float: left;
  display: block;
  list-style: none;
  margin-right: 1em;
  padding-bottom: 1ex;
}

.form-field .radio-buttons li label,
.form-field .check-boxes li label {
  display: inline;
  font-weight: normal;
}

.form-field .check-boxes li {
  display: block;
  list-style: none;
}

#form_phone { width: 50%; }

#form_postcode { width: 25%; }

#form_field_wrapper_first_name,
#form_field_wrapper_additional_first_name {
  float: left;
  width: 48%;
  margin-right: 4%;
}

#form_field_wrapper_last_name,
#form_field_wrapper_additional_last_name {
  clear: none;
  float: left;
  width: 48%;
}

.form-container .buttons {
  height: 32px;
}

.form-container .buttons .button {
  float: right;
  margin-left: 8px;
}

/*}}}*/


/* Site map {{{ */

.sitemap h2 {
  clear: left;
  font-size: 18px;
  padding: 9px 0px 12px;
  text-indent: 64px;
  background: url(/assets/images/headers/sitemap-section.png) no-repeat 0px 0px;
  color: #830e0e;
  font-family: DIN;
}

.sitemap h2 a {
  color: #830e0e;
}

.sitemap h3 {
  margin: 0px;
  padding: 0px 0px 9px;
  clear: left;
  float: left;
  vertical-align: baseline;
  line-height: 18px;
}

.sitemap ul li {
  display: block;
  list-style: none;
  float: left;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #999;
  vertical-align: baseline;
  line-height: 18px;
}

/* }}} */

.destination-summary dl {
  margin-top: -8px;
}

.destination-summary dl dt {
  clear: both;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #830e0e;
  line-height: 20px;
  vertical-align: bottom;
  width: 15%;
}

.destination-summary dl dd {
  clear: none;
  float: left;
  vertical-align: bottom;
  line-height: 20px;
  width: 79%;
}
