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

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none outside;
}
a, area {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}
a:link, a:visited {
	color: #09F;
}
body img   {
	border: none;
	outline: none;
}

/* BODY */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #9d8961;
	background-color: #f0ede4;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .globalWrap_body selector */
}
.globalWrap_image  {
	display: block;
	background-position: -80% top;
	background-repeat: repeat-x;
	background-image: url(layout-images/backgrnd-main-bluesky.jpg);
	position: relative;
}
.globalWrap_spacer {
	display: block;
	background-repeat: repeat;
	background-image: url(layout-images/background-spacer.gif);
	width: 100%;
	height: 100%;
}
.globalWrap_body { 
	width: 972px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.globalHeader {
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
	background-image: url(header/header-main-dove2.jpg);
	background-repeat: no-repeat;
}
.globalHeader .hc_home {
	position: absolute;
	z-index: 98;
	left: 15px;
	top: 10px;
	background-image: url(header/header-anchor.png);
	background-repeat: no-repeat;
	height: 177px;
	width: 166px;
	background-position: 13px top;
}
.globalHeader #masterHead {
	position: absolute;
	z-index: 1;
	left: 384px;






	top: 0
.px;
	height: 100px;
	width: 588px;
	top: 0px;
}
.globalHeader #masterHead .nav-items li a {
	height: 12px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 88px;
	font-size: 1.2em;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
#A-nav-1 {
	width: 106px;
	padding-left: 8px;
}
a#A-nav-1:hover {
	background-position: 0px 0px;
	background-image: url(header/header-buttons.jpg);
}
#A-nav-2 {
	width: 94px;
}
a#A-nav-2:hover {
	background-position: -114px 0px;
	background-image: url(header/header-buttons.jpg);
}
#A-nav-3 {
	width: 99px;
}
a#A-nav-3:hover {
	background-position: -208px 0px;
	background-image: url(header/header-buttons.jpg);
}
#A-nav-4 {
	width: 91px;
}
a#A-nav-4:hover {
	background-position: -307px 0px;
	background-image: url(header/header-buttons.jpg);
}
#A-nav-5 {
	width: 99px;
}
a#A-nav-5:hover {
	background-position: -398px 0px;
	background-image: url(header/header-buttons.jpg);
}
#A-nav-6 {
	width: 91px;
}
a#A-nav-6:hover {
	background-position: -497px 0px;
	background-image: url(header/header-buttons.jpg);

}
.globalHeader .breadcrumbs {
	font-size: 1.2em;
	color: #FFF;
	position: absolute;
	z-index: 98;
	left: 25px;
	top: 122px;
}
.globalHeader .breadcrumbs a {
	color: #FFF;
	font-weight: bold;
}
.globalHeader .breadcrumbs a:hover {
	color: #FFF;
}
.globalWrap_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 600px;
	background-image: url(layout-images/container-middle.png);
	display: block;
	color: #666;
}
.clearTop {
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
}
.container_bottom {
	background-image: url(layout-images/container-bottom-shofar.jpg);
	height: 220px;
	width: 972px;
	top: 0px;
	left: 0px;
	position: relative;
}
.bambooFrame {
	width: 100%;
	position: absolute;
	top: -24px;
	left: 0px;
	z-index: 97;
}
.bambooTop {
	background-image: url(layout-images/container-top-bamboo.png);
	height: 44px;
	width: 972px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 97;
}
.bambooMiddle {
	height: 443px;
	display: block;
	width: 100%;
	background-image: url(layout-images/container-middle-bamboo.png);
	background-repeat: repeat-y;
}
.bambooBottom {
	background-image: url(layout-images/container-bottom-bamboo.png);
	height: 59px;
	width: 972px;
	position: absolute;
	top: 418px;
	left: 0px;
	z-index: 97;
}
.main_content {
	float: left; /* since this element is floated, a width must be given */
	width: 670px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 1.5em;
	color: #666;
	padding-left: 35px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.main_content   h1 {
	font-size: 1.8em;
	color: #9d8961;
	font-family: "Times New Roman", Times, serif;
}

.main_content p {
	padding: 15px 0px;
}
.main_content    ul.checkmark {
	list-style-image: url(layout-images/check-mark.jpg);
	list-style-position: outside;
	padding-left: 25px;
}
.main_content ul {
	list-style-type: disc;
	padding-left: 25px;
}

.main_content   li {
	padding: 5px;
}
.main_content ol {
	padding-left: 25px;
}




.sidebar1 {
	margin: 50px 0 0 735px;
	font-size: 1.2em;
	padding-bottom: 50px;
	color: #666666;
	padding-right: 25px;
}

.itemText {
	font-size: 1em;
	width: 480px;
	float: left;
	padding: 10px;
	margin-left: 10px;
}
.itemText h1 {
	font-size: 2.2em;
	color: #990000;
	display: block;
	font-weight: 100;
	padding: 5px;
}
.itemText h2 {
	font-weight: 100;
	margin-top: 20px;
}
.itemDetails {
	width: 205px;
	float: left;
	padding: 10px;
}



.itemDetails ul {
	list-style-type: none;
	font-size: .85em;
}
.itemDetails ul li {
	padding: 5px 0;
	border-bottom: 1px solid #c6c6c6;
}
.itemDetails ul li a {
	padding: 0 0 0 20px;
	color: #1c8396;
	text-decoration: none;
	background-image: url(images/bulletDocument.gif);
	background-repeat: no-repeat;
}
.itemDetails ul li a:hover {
	text-decoration: underline;
}
.itemGallery {
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: 20px;
}
.itemVideo {
	padding: 20px;
}

.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-40 {
	margin-top: 40px;
}

.mr-10 {
	margin-right: 10px;
}
.mr-0 {
	margin-right: 0px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-12 {
	margin-left: 12px;
}

.ml-20 {
	margin-left: 20px;
}


.call-to-action {
	display: block;
	width: 100%;
	clear: both;
	font-weight: bold;
}
a.btn-print-this {
	color: #333;
	background-image: url(layout-images/global-sprite.png);
	display: block;
	height: 29px;
	padding-top: 11px;
	width: 150px;
	background-position: right -787px;
	background-attachment: scroll;
	float: left;
}
a.btn-print-this span {
	background-image: url(layout-images/global-sprite.png);
	display: block;
	height: 40px;
	width: 23px;
	margin-top: -11px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-position: -147px -68px;
	background-color: #FFF;
	float: left;
}
a.btn-send-me-a-quote {
	color: #FFFFFF;
	background-image: url(layout-images/global-sprite.png);
	display: block;
	height: 29px;
	padding-top: 11px;
	width: 280px;
	background-position: right -501px;
	background-attachment: scroll;
	float: left;
}
a.btn-send-me-a-quote span {
	background-image: url(layout-images/global-sprite.png);
	display: block;
	height: 40px;
	width: 33px;
	margin-top: -11px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-position: -137px -107px;
	background-color: #FFF;
	float: left;
}
.call-to-action .addthis_toolbox {
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 5px;
}


.subjectNav {
	display: block;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 30px;
	width: 232px;
}

.subjectNav h3 {
	display: block;
	padding: 10px 0px 10px 20px;
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	font-weight: 100;
}
.subjectNav h3 a {
	color: #993333;
}

.subjectNav a {
	color: #999999;
}
.subjectNav a:hover {
	color: #333333;
}
.subjectItem a {
	display:block;
	float:left;
	width:110px;
	height: 15px;
	padding-top: 55px;
	margin-bottom: 12px;
	text-align: center;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
} 
.subjectMore h3{
	float: right;
	font-size: 1.6em;
}
.globalFooter, .footer-logo {
	font-size: 1.4em;
	padding: 20px 0px;
	color: #9d8961;
	text-align: center;
	clear: both;
}
.globalFooter a {
	color: #9d8961;

}
.globalFooter a:hover {
	text-decoration: underline;
}
.globalFooter h5 {
	font-size: 1.4em;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 40px;
}
.globalFooter .footer-nav {
	display: block;
	float: left;
	text-align: left;
}
.globalFooter .footer-nav.f-nav1 {
	margin-left: 5%;
	width: 28%;
}
.globalFooter .footer-nav.f-nav2 {
	width: 27%;
}
.globalFooter .footer-nav.f-nav3 {
	width: 20%;

}
.globalFooter .footer-nav.f-nav4 {
	width: 20%;
}
.globalFooter .footer-nav a {
	width: 100%;
	clear: both;
	display: block;
	padding-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
	display: block;
	clear: both;
}
#portfolio {
	display: block;
	margin: 10px 0px 0px 20px;
}
#page-retiringluggage .container_bottom {
	background-image: url(layout-images/container-bottom-old-luggage.jpg);
}

#page-retiringluggage .main_content ul {
	margin-left: 260px;
}

.pic_luggage-stack   {
	background-image: url(layout-images/container-middle-old-luggage.jpg);
	height: 962px;
	width: 321px;
	position: absolute;
	left: -41px;
	bottom: 0px;
}
.pic_luggage-samsonite {
	background-image: url(layout-images/luggage_samsonite.jpg);
	height: 210px;
	width: 250px;
	position: absolute;
	left: 30px;
	top: 760px;
}
#page-luggagenotequal .container_bottom {
	background-image: url(layout-images/container-bottom-old-luggage-2.jpg);
}
.pic_luggage-stack2 {
	background-image: url(layout-images/container-middle-old-luggage-2.jpg);
	height: 366px;
	width: 274px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#page-luggagenotequal .main_content {
	width: 650px;
	min-height: 625px;
}
#page-home .main_content {
	padding-top: 200px;
}
.page-cruise  .image-main-cruise {
	margin-left: 12px;
	margin-top: -8px;
}
.page-cruise  .bambooMiddle {
	height: 535px;
}
.page-cruise  .bambooBottom {
	top: 535px;
}
.speakers {
	height: 30px;
	width: 80px;
	display: block;
	padding-top: 80px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: 50% top;
	float: left;
}
.randy   {
	background-image: url(layout-images/speakers_randydemain.jpg);
}
.paul {
	background-image: url(layout-images/speakers_paulkeithdavis.jpg);
}
.joann {
	background-image: url(layout-images/speakers_joannmcfatter.jpg);
}
.steve {
	background-image: url(layout-images/speakers_steveswanson.jpg);
}
.hunter {
	background-image: url(layout-images/speakers_joanhunter-80.jpg);
}
.herndon {
	background-image: url(layout-images/speakers_joannacoeherndon-80.jpg);
}
.myer {
	background-image: url(layout-images/speakers_juliemeyer-80.jpg);
}









.full-page {
	font-size: 1.2em;
	padding: 30px;
	line-height: 1.5;
	color: #666666;
	
}
.full-page h1 {
	color: #000000;
	padding-bottom: 15px;
	padding-top: 15px;
}
.full-page h2 {
	color: #000000;
}
.full-page p {
	padding-bottom: 15px;
}

.CruiseCopy div {
	display: block;
	float: left;
	width: 235px;
	padding-right: 15px;
	padding-bottom: 30px;
}

