/* GLOBAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	position: relative;
	overflow-x: hidden;
}
img {
	display: inline-block;
	border: none;
	margin: 0px;
	padding: 0px;
}
p {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1.4em;
}
h1, h2, h3, h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Futura Bk BT", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #f2af14;
}
div {
	padding: 0px;
	margin: 0px;
}
sup {
	font-size: .7em;
	//margin-left: -10px;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h1.wow {
	font-family: "Futura Md BT", Arial, Helvetica, sans-serif;
	font-style: bold;
    font-size: 18px;
	color: #417fc2;
	padding-top: 25px;
	padding-bottom: 25px;
}
a {
	color: #000;
}
a:hover {
	color: #f2af14;
}


/* SHELL */

#shellContainer {
	min-height: 500px;
}
#shellContainer #shellTop {
	width: 886px;
	height: 135px;
	background-image: url(../images/m_top.jpg);
	background-repeat: no-repeat;
}
#shellContainer #logo {
	margin-left: 50px;
	margin-top: 55px;
}
#shellContainer #welcomeBoxContainer {
	float: right;
	width: 300px;
	height: 109px;
	margin-top: 26px;
	text-align: right;
}
#shellContainer #welcomeBoxContainer #welcomeBox {
	color: #FFF;
	font-size: 11px;
	margin-right: 50px;
	display: inline-block;
}
#shellContainer #welcomeBoxContainer #welcomeBox a {
	color: #FFF;
}
#shellContainer #welcomeBoxContainer #welcomeBox a {
	color: #FFF;
}
#shellContainer #welcomeBoxContainer #welcomeBox a:hover {
	color: #FF9;
}
#shellContainer #welcomeBoxContainer #welcomeBox table {
	height: 109px;
	position: relative;
	right: 0px;
}
#shellContainer #welcomeBoxContainer #welcomeBox td {
	vertical-align: middle;
	text-align: center;
}
#shellContainer #bgLeft {
	position: absolute;
	left: -443px;
	float: left;
	width: 50%;
	height: 100%;
	_height: 100000px; 
	_overflow: hidden;
	/* margin-right: -433px; */
	background-image: url(../images/bg_offset_brown.jpg);
	background-position: right top;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#shellContainer #bgRight {
	position: absolute;
	right: -443px;
	float: right;
	width: 50%;
	height: 100%;
	_height: 100000px; 
	_overflow: hidden;
	/* margin-left: -433px; */
	background-image: url(../images/bg_offset_red.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#shellContainer #shell {
	width: 886px;
	background-color: #FFF;
	background-image: url(../images/m_shadow_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: auto;
	margin-right: auto;
}
#shellContainer #mainContainer {
	background-image: url(../images/m_shadow_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 50px;
	padding-top: 35px;
	//width: 786px;
	min-height: 500px;
}
#mainContainer strong {
	color: #000;
}
#mainContainer strong.extraStrong {
	color: #417fc2;
}
.footerText {
	margin-top: 65px;
	font-size: .9em;
}


/* HOME */

#homeCopy {
	float: left;
	width: 400px;
	_width: 315px;
    padding-right: 30px;
}
#homeCopyFull p {
	line-height: 1.7em;
}
#homeCopy p {
	line-height: 2em;
}
#homeRight img {
	margin-top: 30px;
}
h2#homeSub {
	margin-top: -4px;
	margin-bottom: -10px;
}
#chainLogoContainer {
	float: right;
	margin-left: 25px;
	padding-left: 35px;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: 1px;
}
.actionBox {
	float: left;
	width: 250px;
	margin-top: 45px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.actionBox .actionStatement {
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-size: .9em;
	background-image: url(../images/m_actionbox_home_bg.png);
	background-position: top;
}
#mainContainer .actionBox .actionStatement strong {
	color: inherit;
}
.actionBox .actionChooseBox {
	background-image: url(../images/m_action_choose_bg.png);
	background-repeat: repeat-x;
	height: 32px;
	border-top: #4f8fd4 solid 1px;
	border-bottom: #4f8fd4 solid 1px;
	padding: 0px;
	padding-top: 14px;
	margin-top: 0px;
	//padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
.actionBox .actionChooseBox select {
	position: absolute;
	z-index: 100;
}
.actionBox .actionChooseBox span {
	position: relative;
	top: 3px;
}
.actionBox .actionChooseBoxPlus {
	margin-bottom: 0px;
}
.actionBox .actionChooseLater {
    background-color: #F1F1F1;
    height: 30px;
	border-top: #4f8fd4 solid 1px;
	border-bottom: #4f8fd4 solid 1px;
	padding: 0px;
	padding-top: 14px;
	margin-top: -1px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666;
	font-weight: bold;
}
.actionBox .actionBottom {
	font-size: .9em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F3F3F3;
}
.ballBox {
	display: inline-block;
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 45px;
	padding-left: 50px;
	float: left;
	white-space: nowrap;
}

/* LIST PAGES */

.listPageH1 {
	float: left;
	margin-right: 20px;
}

#mainContainer .listActionBox .actionStatement strong {
	color: inherit;
}
.listActionBox {
	float: left;
	padding-top: 8px;
}
.listActionBox .actionChooseBox {
	padding: 0px;
	margin-top: -1px;
	padding-bottom: 0px;
	/*padding-left: 40px; */
	color: #666;
	font-weight: bold;
	font-size: .9em;
	width: 400px;
}
.listActionBox .actionChooseBox select {
	position: absolute;
	z-index: 100;
	font-size: 12px;
}
.listActionBox .actionChooseBox span {
	position: relative;
	top: 3px;
}
.listContainer {
	margin-top: 30px;
}

.listIntroText {
	margin-top: 60px;
	margin-bottom: 15px;
	clear: both;
	color: #333;
}

.listContainer .customerTab,
.listContainer .customerTab .inside,
.listContainer .customerTabSelected, 
.listContainer .customerTabSelected .inside {
	cursor: pointer;
	height: 23px;
}
.listContainer .customerTab,
.listContainer .customerTabSelected {
	margin-top: 5px;
}
.listContainer .customerTab .inside,
.listContainer .customerTabSelected .inside{
	margin-left: -10px;
	padding-left: 10px;
	line-height: 23px;
}
.listContainer .customerTab:hover {
	background-image:url(../images/c_list_tab_hover_bg_right.png);
	background-position: right;
	background-repeat: no-repeat;
}
.listContainer .customerTab:hover .inside {
	background-image:url(../images/c_list_tab_hover_bg_left.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFF;
}
.listContainer .customerTabSelected {
	background-image:url(../images/c_list_tab_bg_right.png);
	background-position: right;
	background-repeat: no-repeat;
}
.listContainer .customerTabSelected .inside {
	background-image:url(../images/c_list_tab_bg_left.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFF;
}
.listContainer .customerTab .customerName {
	text-decoration: underline;
}
.listContainer .customerTab:hover .customerName {
	text-decoration: none;
}

.listContainer .travelBox {
	border: #CCC solid 1px;
	border-top: none;
	margin-left: -10px;
	padding: 10px;
}
.listContainer .travelBox .customerAddress {
	padding-bottom: 15px;
}
.listContainer .travelBox .hotelList {
	width: 480px;
	float: right;
	margin-right: 20px;
}
.listContainer .travelBox .hotelEntry {
	/* position: relative; */
	border-bottom: #CCC solid 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.listContainer .travelBox .hotelName {
	color: #000;
	font-weight: bold;
}
.listContainer .travelBox .hotelStars {
	margin-left: 5px;
	vertical-align: text-bottom;
	/*position: relative;*/
	top: -1px;
}
.listContainer .travelBox .hotelAddress {
	font-size: .9em;
	margin-top: 2px;
}
.listContainer .travelBox .hotelWeb {
	font-size: .9em;
	margin-top: 1px;
}
.listContainer .travelBox .hotelWeb a {
	color: #4f8fd4;
}
.listContainer .travelBox .bookDeal {
	margin-left: 30px;
	font-size: .9em;
	margin-top: 12px;
	margin-right: 80px;
}
.listContainer .travelBox .bookDeal .callOut {
	font-weight: bold;
	color: #C00;
	padding-right: 7px;
}
.listContainer .travelBox .bookDeal .callOut a {
	text-decoration: underline;
	color: #C00;
}
.listContainer .travelBox .bookDeal .callOut a:hover {
	color: #000;
}
.listContainer .travelBox .hotelPriceBox {
	float: right;
	font-size: .7em;
	text-align: center;
}
.listContainer .travelBox .hotelPriceBox .hotelPrice {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: -1px;
}
.listContainer .travelBox .map img  {
	border: #CCC solid 1px;
}


/* INQUIRY FORM */
#inquiryCopy {
	/* float: left;
	width: 500px;
    padding-right: 30px; */
}
#inquiryCopy p {
	line-height: 2em;
}
#inquiryCopy p.importantPara {
	color: #C00;
	font-weight: bold;
}
#inquiryRight img {
	margin-top: 30px;
	margin-left: 30px;
	float: right;
}
#inquiryForm {
	height: 960px;
}
#inquiryTable {
	position: absolute;
	z-index: 1000;
	overflow: show;
}
#inquiryTable td {
	padding-top: 5px;
	padding-bottom: 10px;
}
#inquiryTable tr.spacerRow td {
	padding: 0px;
	height: 15px;
	line-height: 15px;
}
#inquiryTable input {
	width: 200px;
	font-size: 11px;
	margin-left: 15px;
}
#inquiryTable input.radio, #inquiryTable input.button {
	width: auto;
}
#inquiryTable textarea {
	width: 300px;
	height: 80px;
	font-size: 11px;
	margin-left: 15px;
}
#inquiryTable .labelCell {
	width: 200px;
	vertical-align: top;
}
#inquiryTable .inputCell {
	vertical-align: top;
}
#inquiryTable tr.headerRow div {
	border-bottom: #666 solid 1px;
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
	margin-bottom: 1px;
}
#inquiryTable .inputExplanation {
	margin-left: 15px;
	font-size: .9em;
	color: #999;
	margin-top: 2px;
}
#inquiryTable .inputExplanation a {
	color: #999;
}

