/* CSS Document */
/* CSS Document */
/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }


body {
	color: #000000;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	border: 2px solid #2F318F;
	background: url(../images/wrapper_bg.gif) repeat-y right;
}
#skipnav {
	font-size: 70%;
	position: absolute;
	left: -9999px;
}

		
				/* Header */
#header {
	background: #eeeffd;
	height: 200px;
	position: relative;
	font-size: 70%;
	font-weight: bold;
}
#header #headright {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 160%;
	padding-top: 1em;
	margin-right: .5em;
}
#header li {
	display: inline;
}
#header a:link, #header a:visited {
	color: #2F318F;
	padding-right: 1em;
	padding-left: 1em;
	border-right: 1px solid #2F318F;
}
#header a:hover, #header a:active {
	color: #2670a0;
}
#header a.alt:link, #header a.alt:visited {
	border-style: none;
}
/* Current page identifiers - menu tab in rollover state */
#homepage #header li #homelink, #linkspage #header li #linkslink, #contactpage #header li #contactlink, 
#sitemappage #header li #sitemaplink {
	color: #2670a0;
}
				/* End Header */


				/* Main Horizontal Navigation */
#mainnav {
	font-size: 70%;
	font-weight: bold;
	height: 30px;
	background: url(../images/menu_bg.gif) repeat-x;
	text-align: center;
	border-bottom: 1px solid #2F318F;
}
#mainnav ul {
	font-weight: bold;
	list-style-type: none;
	margin-left: 9px;
}
#mainnav li {
	float: left;
	margin-right: 14px;
}
#mainnav a:link, #mainnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 21px;
	text-align: center;
	margin-top: 9px;
	width: 104px;
	background: url(../images/menu_tab.gif) no-repeat;
	line-height: 180%;
}
#mainnav a:hover, #mainnav a:active {
	text-decoration: none;
	color: #2F318F;
	background: url(../images/menu_tab_r.gif) no-repeat;
}
/* Current page identifiers - menu tab in rollover state */
#familypage #mainnav li #familylink, #escapepage #mainnav li #escapelink, #adventpage #mainnav li #adventlink,
#cruisepage #mainnav li #cruiselink, #skipage #mainnav li #skilink, #railpage #mainnav li #raillink, #flightpage #mainnav li #flightlink, 
#offerspage #mainnav li #offerslink, #linkspage #mainnav li #linkslink {
	color: #2F318F;
	background: url(../images/menu_tab_r.gif) no-repeat;
}
#bookpage #mainnav li #booklink {
	color: #2F318F;
	background: url(../images/menu_tab_book_r.gif) no-repeat;
}

			/* Main Content */
#maincontent {
	font-size: 80%;
	float: left;
	text-align: left;
	width: 770px;
	padding-top: 14px;
	color: #333333;
	padding-bottom: 1em;
}
#maincontent h1 {
	color: #2c085b;
	font-size: 130%;
	margin-left: 18px;
	text-shadow: 1px 1px 2px #888;
}

#maincontent h1+p {
	font-weight: bold;
}
#maincontent h2 {
	font-size: 110%;
	color: #2c085b;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.85em;
}
#maincontent h2+p {
	font-weight: bold;
}

#maincontent h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#maincontent h4 {
	font-weight: bold;
	text-align: center;
	color: #333333;
}
#maincontent h5 {
	font-size: 100%;
	color: #333333;
}
#maincontent p {
	margin-left: 2em;
	margin-top: 1em;
	line-height: 150%;
	margin-right: 2em;
	text-align: justify;
}
#maincontent ul {
	margin-bottom: 1em;
}

#maincontent li {
	margin-left: 4em;
	margin-top: 0.5em;
	list-style: disc;
	line-height: 140%;
	margin-right: 20px;
}
#maincontent dl {
	margin-left: 2.5em;
}
#maincontent dt {
	font-weight: bold;
}
#maincontent dd {
	line-height: 130%;
	margin-top: 0.25em;
	font-size: 90%;
	margin-left: 1em;
	margin-bottom: 1em;
}
#maincontent dd li {
	list-style: none;
	margin-left: 0em;
}
#maincontent address {
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
	margin-left: 3em;
}
#maincontent .contact {
	line-height: 140%;
	font-weight: bold;
	margin-left: 3em;
}
#maincontent #linkslist li {
	list-style: none;
	clear: right;
	padding-top: 0.25em;
	border-top: 1px solid #2F318F;
	padding-bottom: .5em;
}
#maincontent #linkslist li img {
	float: right;
	margin-left: 1em;
	margin-right: 1em;
}
#maincontent .sitemaplist {
	padding-bottom: 1em;
}
#maincontent .sitemaplist li {
	list-style: none;
	font-size: 90%;
	padding-bottom: 0.5em;
}
#maincontent .sitemaplist a:link, #maincontent .sitemaplist a:visited {
	font-weight: bold;
}



#bookpage #maincontent {	/* displays #maincontent full width */
	width: 100%;
	background: #FFFFFF;
}
#maincontent #somaklink {	/* Somak website iframe */
	margin-left: 2em;
	margin-top: 1em;
	width: 96%;
	height: 600px;
	border: none;
}

/* Start testimonials rounded corner boxes */
#maincontent .test {
	background: url(../images/test_box_bg.gif) repeat-y;
	float: right;
	width: 166px;
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 80%;
	margin-top: 1.5em;
}
#maincontent .test p {
	margin-left: 0em;
	margin-right: 0em;
	line-height: 130%;
	background: url(../images/test_box_top.gif) no-repeat;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	margin-top: 0px;
}
#maincontent .test .testbase {
	background: url(../images/test_box_base.gif) no-repeat bottom;
	padding-bottom: 1em;
}
/* End testimonials rounded corner boxes */

/* Start news flash rounded corner boxes */
#maincontent .flash {
	background: url(../images/flash_box_bg.gif) repeat-y;
	float: right;
	width: 166px;
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 80%;
	margin-top: 1.5em;
}
#maincontent .flash h4 {
	margin-left: 0em;
	margin-right: 0em;
	line-height: 130%;
	background: url(../images/flash_box_top.gif) no-repeat;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: .5em;
	margin-top: 0px;
	font-size: 120%;
	color: #990000;
}
#maincontent .flash p {
	margin-left: 0em;
	margin-right: 0em;
	line-height: 130%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	margin-top: 0px;
	color: #990000;
	font-weight: bold;
}
#maincontent .flash .flashbase {
	background: url(../images/flash_box_base.gif) no-repeat bottom;
	padding-bottom: 1em;
}
/* End news flash rounded corner boxes */

#maincontent #image3 img {
	margin-right: 3px;
}
#maincontent #shop {
	float: right;
	margin-top: 2em;
	margin-right: 4em;
	padding: 2px 2px 4px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
#maincontent #map {
	clear: right;
	margin-top: 1em;
	padding: 2px 2px 4px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
#maincontent #worldcup {	/* Formats the World Cup game box on home page */
	background-image: url(../images/world_cup_bg.gif);
	background-repeat: no-repeat;
	float: right;
	width: 166px;
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 80%;
	margin-top: 1.5em;
}
#maincontent #worldcup h4 {
	margin-left: 0em;
	margin-right: 0em;
	line-height: 120%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	margin-top: -4px;
	font-size: 120%;
	color: #FFFFFF;
}
#maincontent #worldcup h5 {
	color: #CCFFFF;
	font-size: 120%;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
}

#maincontent #worldcup p {
	margin-left: 0em;
	margin-right: 0em;
	line-height: 130%;
	padding-left: 1em;
	padding-right: 1em;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 12px;
	font-size: 100%;
	margin-top: 0.5em;
}

/* Offers pages */
#maincontent .offers li {
	list-style-type: none;
	margin-bottom: 16px;
}
#maincontent #offer img {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

#maincontent .offers a {
	font-weight: bold;
}
#maincontent #offer {
	background-color: #E7F2F9;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	display: inline-block;
}
#maincontent #offer #offerstable {
	margin-left: 50px;
	border: 1px solid #2C085B;
	width: 80%;
}
#maincontent #offer #offerstable th {
	background-color: #2C085B;
	padding: 3px;
	color: #FFFFFF;
}
#maincontent #offer #offerstable td {
	border: 1px solid #003399;
	padding: 3px;
}
#maincontent #offer h1 {
	text-shadow: 1px 1px 2px #888;
}
#maincontent #offer .offerhlight {
	float: right;
	width: 300px;
	font-size: 85%;
	display: block;
	list-style-type: none;
	margin-left: 18px;
	border: 1px solid #2F318F;
	margin-top: 0px;
	background-image: url(../images/offerhlight-bg.gif);
	background-repeat: repeat-x;
	background-color: #b5d8f4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	background-position: top;
	margin-bottom: 10px;
	padding: 4px 10px 4px 10px;
}


/* The email landing pages */
#maincontent .landings li, #maincontent .landings2 li {
	display: block;
	width: 358px;
	list-style-type: none;
	margin-left: 18px;
	float: left;
	border: 1px solid #2F318F;
	margin-top: 6px;
	background-image: url(../images/landing-pages-li-bg.gif);
	background-repeat: repeat-x;
	background-color: #b5d8f4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#maincontent .landings2 li {
	width: 730px;
}
#maincontent .landings li h2, #maincontent .landings li h3, #maincontent .landings li p,
#maincontent .landings2 li h2, #maincontent .landings2 li h3, #maincontent .landings2 li p {
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 6px;
	text-align: left;
}
#maincontent .landings li img, #maincontent .landings2 li img {
	margin-left: 20px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	background-color: #FFF;
}
#maincontent .landings2 li img {
	float: right;
}
#rightcol .orgebtn {
	background-image: url(../images/landing-page-btn1.png);
	background-repeat: no-repeat;
	height: 136px;
	width: 175px;
	margin-left: 8px;
	margin-top: 22px;
	color: #FFF;
	font-size: 120%;
	line-height: 140%;
	padding-top: 14px;
}
#rightcol .orgebtn2 {
	background-image: url(../images/landing-page-btn2.png);
	background-repeat: no-repeat;
	height: 277px;
	width: 175px;
	margin-left: 8px;
	margin-top: 0px;
	color: #FFF;
	font-size: 110%;
	line-height: 140%;
	padding-top: 14px;
	padding-right: 6px;
}
#rightcol .orgebtn3 {
	background-image: url(../images/landing-page-btn3.png);
	background-repeat: no-repeat;
	height: 224px;
	width: 175px;
	margin-left: 8px;
	margin-top: 20px;
	color: #FFF;
	font-size: 110%;
	line-height: 130%;
	padding-top: 14px;
	padding-right: 6px;
}
#rightcol .orgebtn4 {
	background-image: url(../images/landing-page-btn1.png);
	background-repeat: no-repeat;
	height: 136px;
	width: 175px;
	margin-left: 8px;
	margin-top: 0px;
	color: #FFF;
	font-size: 120%;
	line-height: 140%;
	padding-top: 4px;
}
#rightcol .orgebtn1 a:link, #rightcol .orgebtn1 a:visited,
#rightcol .orgebtn2 a:link, #rightcol .orgebtn2 a:visited,
#rightcol .orgebtn3 a:link, #rightcol .orgebtn3 a:visited {
	color: #FFF;
	text-decoration: underline;
}



#maincontent a.back:link, #maincontent a.back:visited {
	background-image: url(../images/back_butt.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 18px;
	width: 66px;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
	text-decoration: none;
}
#maincontent a.back:hover, #maincontent a.back:active {
	color: #FFFFFF;
	background-image: url(../images/back_butt-r.png);
}





.smallprint {
	font-size: 70%;
	color: #666666;
}
#maincontent a:link, #maincontent a:visited {
	color: #2F318F;
}
#maincontent a:hover, #maincontent a:active {
	color: #2670a0;
}

			/* End Main content formatting */

			/* Right Column */
#rightcol {
	width: 190px;
	float:left;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	background: #E7F2F9;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
#rightcol p {
	margin-bottom: 6px;
}





#rightcol img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightcol #facebook {
	margin-top: 5px;
}
#rightcol #abta {
	margin-bottom: 2px;
}
#rightcol #atol {
	margin: 2px;
}



#rightcol a:link, #rightcol a:visited {
	color: #2F318F;
	text-decoration: none;
}






				/* End Right Column */
				
				/* Footer */
#footer {
	clear: both;
	font-size: 70%;
	color: #2F318F;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2F318F;
	text-align: center;
	padding-top: 1em;
	background: #e7f2f9;
	margin-top: 1em;
}
#footer p {
	margin-bottom: 1em;
}

#footer li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footer a:link, #footer a:visited {
	color: #3366CC;
	padding-top: 0.5em;
}
#footer .valid {
	float: left;
	margin-left: 1em;
}








					/* Other CSS styles */
.imageright {
	float: right;
	margin-top: 0.2em;
	margin-left: 1em;
	margin-right: 1em;
}
.imageleft {
	float: left;
	margin-right: 1em;
	margin-top: .5em;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
.highlight {
	font-weight: bold;
	color: #660033;
	text-align: center;
	font-size: 120%;
}
.highlight2 {
	color: #0066CC;
	font-size: 120%;
}

.small {
	font-size: 70%;
}
.top {
	clear: right;
	text-align: right;
}

