/*********************************************************************
GLOBALS
**********************************************************************/

body, td, input, select, span, textarea {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 15px;
}
body {
	background-color: #B0B0B0;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #336699;
}
a:hover {
	color: #990000;
}
img {
	border: 1px solid silver;
	border-width: 0px;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
img {
	border-color:silver;
}
form {
	margin:0px;
}
table {
	border-width: 0px;
}
td {
	padding: 0px;
}

/*********************************************************************
CUSTOMS
**********************************************************************/

/* MAIN CONTAINER */
#containerBorder {
	width: 782px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 4px;
	padding-top: 0;
	text-align: center;
}
#containerBody {
	width: 744px;
	background-color: #FFF;
	border: 4px solid #B0B0B0;
	border-top: 0;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
}
#containerBorder_b {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 4px;
	padding-top: 0;
	text-align: center;
}
#containerBody_b {
	width: 942px;
	background-color: #FFF;
	border: 4px solid #B0B0B0;
	border-top: 0;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
}

/* CONTAINER */
.container {
	margin-bottom: 15px;
}
.containerBorder {
	border: 1px solid silver;
	padding: 5px;
}
.containerBorderLight {
	border: 1px solid #DDDDDD;
	padding: 5px;
}
.containerBody {
	padding: 10px;
	text-align: left;
}
.containerBodyLarge {
	padding: 15px;
	text-align: left;
}
.containerBodySmall {
	padding: 5px;
	text-align: left;
}

/* HEADER */
.headerBar {
	padding-left: 8px;
	margin-bottom: 5px;
	height: 25px;
	line-height: 25px;
	background: #336699;
}
.headerBarCentered {
	margin-bottom: 5px;
	height: 25px;
	line-height: 25px;
	background: #336699;
	text-align: center;
}
.headerImage {
	line-height: 10px;
}
.headerImageIndent {
	line-height: 10px;
	padding-left: 10px;
}
.headerText h1, .headerBar h1, .headerImage h1, .headerBarCentered h1 {
	position: absolute;
	left: -1000px;
}
.headerText .headerAlt, .headerBar .headerAlt, .headerImage .headerAlt, .headerBarCentered .headerAlt {
	position: absolute;
	left: -1000px;
}
.headerMainText {
	font-size: 17px;
	color: #990000;
	margin: 0px;
	margin-bottom: 30px;
	font-weight: normal;
}

/* COLUMN - ROW */
.leftColumn {
}
.rightColumn {
	padding-left:15px;
	width: 160px;
}
.rightColumnDiv {
	margin-bottom: 15px;
}
.columnMargin {
	width: 15px;
}
.rowMargin {
	height: 15px;
	line-height: 15px;
}
.columnPaddingRight {
	padding-right: 15px;
}
.columnPaddingLeft {
	padding-left: 15px;
}

/* BG SHADOW */
.shadowLarge {
	margin: 0;
	padding: 0 4px 4px 0;
	background: url(/images/shared/white-shadow.gif) no-repeat bottom right;
	border: 0;
}
.shadowLarge .shadowInnerBox {
	margin: 0;
	padding: 7px 7px 4px 7px;
	border: 1px solid #d5d5d5;
}
.shadowHeader {
	width: 549px;
	height: 87px;
	padding: 8px 12px 12px 8px;
	background: url(/images/shared/shadow-header.gif) no-repeat top left;
	overflow: hidden;
}
.shadowHeader img {
	width: 549px;
	height: 87px;
}
.shadowList {
	width: 70px;
	height: 64px;
	padding: 6px 10px 10px 6px;
	background: url(/images/shared/shadow-list.gif) no-repeat top left;
	overflow: hidden;
}
.shadowListLightSilver {
	width: 70px;
	height: 64px;
	padding: 6px 10px 10px 6px;
	background: url(/images/shared/shadow-list-light-silver.gif) no-repeat top left;
	overflow: hidden;
}
.shadowList img, .shadowListLightSilver img {
	width: 70px;
	height: 64px;
}
.shadowNewList {
	width: 157px;
	height: 118px;
	padding: 6px 10px 10px 6px;
	background: url(/images/shared/shadow-new-list.gif) no-repeat top left;
	overflow: hidden;
}
.shadowNewList img {
	width: 157px;
	height: 118px;
}
.shadowGalLrg {
	width: 225px;
	height: 169px;
	padding: 8px 12px 12px 8px;
	background: url(/images/shared/shadow-gal-lrg.gif) no-repeat top left;
	overflow: hidden;
}
.shadowGalLrgLightSilver {
	width: 225px;
	height: 169px;
	padding: 8px 12px 12px 8px;
	background: url(/images/shared/shadow-gal-lrg-light-silver.gif) no-repeat top left;
	overflow: hidden;
}
.shadowGalLrg img, .shadowGalLrgLightSilver img {
	width: 225px;
	height: 169px;
}
.shadowGalLrgCaptionLightSilver {
	width: 225px;
	height: 189px;
	padding: 10px 14px 14px 10px;
	background: url(/images/shared/shadow-gal-lrg-caption-light-silver.gif) no-repeat top left;
	overflow: hidden;
}
.shadowGalSmlLightSilver {
	width: 73px;
	height: 54px;
	padding: 6px 10px 10px 6px;
	background: url(/images/shared/shadow-gal-sml.gif) no-repeat top left;
	overflow: hidden;
}
.shadowGalSmlLightSilver img {
	width: 73px;
	height: 54px;
}
.shadowGalSmlDetailLightSilver {
	width: 69px;
	height: 52px;
	padding: 5px 9px 9px 5px;
	background: url(/images/shared/shadow-gal-sml-detail-light-silver.gif) no-repeat top left;
	overflow: hidden;
}
.shadowGalSmlDetailLightSilver img {
	width: 69px;
	height: 52px;
}
.shadowHpLightSilver {
	width: 115px;
	height: 95px;
	padding: 6px 10px 10px 6px;
	background: url(/images/shared/shadow-hp-light-silver.gif) no-repeat top left;
	overflow: hidden;
}
.shadowHpGray {
	width: 126px;
	height: 95px;
	padding: 6px 10px 10px 6px;
	background: url(/images/shared/shadow-hp-gray2.gif) no-repeat top left;
	overflow: hidden;
}
.shadowHpLightSilver img, .shadowHpGray img {
	width: 126px;
	height: 95px;
}
.shadowBigAd {
	width: 300px;
	height: 250px;
	padding: 8px 12px 12px 8px;
	background: url(/images/shared/shadow-big-ad.gif) no-repeat top left;
	overflow: hidden;
}
.shadowBigAd img {
	width: 300px;
	height: 250px;
}
.shadow1024BigAd {
	width: 922px;
	height: 250px;
	padding: 8px 12px 12px 8px;
	background: url(/images/shared/shadow-1024-big-ad.gif) no-repeat top left;
	overflow: hidden;
}
.shadowPremium {
	width: 724px;
	height: 250px;
	padding: 8px 12px 12px 8px;
	background: url(/images/shared/shadow-premium.gif) no-repeat top left;
	overflow: hidden;
}
.shadowGalMedLightSilver {
	width: 115px;
	height: 86px;
	padding: 6px 10px 10px 6px;
	background: url(/images/shared/shadow-115x86.gif) no-repeat top left;
	overflow: hidden;
}
.shadowTopEscapes {
	width: 111px;
	height: 83px;
	padding: 6px 10px 10px 6px;
	margin: 3px 10px 0px 0px;
	float: left;
	background: url(/images/shared/shadow-top-escapes.gif) no-repeat top left;
}
.shadowTopEscapesLightSilver {
	width: 111px;
	height: 83px;
	padding: 6px 10px 10px 6px;
	margin: 3px 10px 0px 0px;
	float: left;
	background: url(/images/shared/shadow-top-escapes-light-silver.gif) no-repeat top left;
}
.shadowTopEscapes img, .shadowTopEscapesLightSilver img {
	width: 111px;
	height: 83px;
}


/* OFFER */
.offerTitle {
	font-weight: bold;
}
.offerSubtitle {
	color: #806284;
}
.offerBlurb {
}

/* SPACING */
.marginBottom {
	margin-bottom: 15px;
}
.marginBottomLarge {
	margin-bottom: 20px;
}
.marginBottomLarger {
	margin-bottom: 25px;
}
.marginBottomLargest {
	margin-bottom: 30px;
}
.marginBottomSmall {
	margin-bottom: 10px;
}
.marginBottomSmaller {
	margin-bottom: 5px;
}
.marginBottomNone {
	margin-bottom: 0px;
}

/* FOOTER */
#footer {
	width: 1000px;
	padding: 15px 0px 15px 15px;
	margin: 0px auto;
}


#footer div.errorMsgBoxNews {
    position: absolute; 
    float: right;
    left: 785px;
    color: #990000; 
    font-weight: bold;
    font-size: 11px;
    border: 0px solid #000000;
    width: 280px;
}

#footer div#footer1 {
    width: 990px;
    line-height: 24px; 
    font-size: 11px; 
    color: #3b3b3b; 
    font-weight: bold;
    margin-bottom: 5px;
    height: 24px;
}

#footer div#footer1 span {
    font-size: 11px;
    font-weight: normal; 
    color: #3b3b3b;
}

#footer div#footer2 {
    width: 990px;
    margin-bottom: 5px;
}

#footer div#footer2 a.footerLink, a.footerLink:visited, #footer span {
	color: #F0F0F0;
	font-size: 11px;
	font-weight: bold;
    line-height: 12px;
}

#footer div#footer2 a.footerLink:hover {
	color: white;
}

#footer div#footer2 span {
	padding: 0px;
    line-height: 12px;
    font-weight: normal; 
}

#footer div#footer3 {
    width: 990px;
    font-size: 9px;
    color: #7e7e7e;
	padding: 5px 0px 5px 0px;
    margin-bottom: 5px;
    line-height: 12px; 
}

#footer div#footer4 {
    width: 990px;
    border-top: 1px solid #bdbdbd;
    font-size: 11px;
    line-height: 24px;    
	color: #515151;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}

#footer div#footer4 a {
    color: #515151;
    font-weight: bold;
    text-decoration: none;
}

#footer div#footer4 a:hover a:visited {
    color: #515151;
    font-weight: bold;
    text-decoration: none;
}

#footer div#footer-signup {
    position: absolute;
    color: #515151;
    font-size: 9px;
    line-height: 24px;
    margin: 23px 10px 5px 770px;
    width: 230px; 
}


#footer div#footer-signup a {
    color: #515151;
    font-size: 10px;
    line-height: 24px;
    padding-top: 5px;    
}

#footer div#footer-signup a:hover a:visited {
    color: #515151;
  
}

#footer div#footer-signup a.feedback {
    color: #336699;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 5px;    
}

#footer div#footer-signup a.feedback:hover a.feedback:visited {
    color: #336699;  
}

#footer div#footer-signup span {
    color: #515151;
    line-height: 24px;
    font-weight: normal;   
}

#footer div#footer-signup input#emailInsert {
    position: relative;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    padding: 3px;
    width: 150px;
}

#footer div#footer-signup input#emailBttn {
    position: absolute;
    float: right;
    width: 52px;
    height: 30px;
    margin: -2px 0 0 10px;
}

.footerSEO {
	margin: auto;
}
.footerSEO th {
	text-align: left;
	font-size: 10px;
	padding-right: 30px;
	color: #777777;
}
.footerSEO td {
	vertical-align: top;
	padding-right: 30px;
	font-size: 10px;
	text-align: left;
}
.footerSEO a {
	color: #EFEFEF;
	display: block;
	font-size: 10px;
}
.footerSEO a:hover {
	color: white;
}

/* COLOR */
.bgWhite {
	background: white;
}
.bgBrown {
	background: #663333;
}
.bgRed {
	background: #990000;
}
.bgPurple {
	background: #806284;
}
.bgBlue {
	background: #336699;
}
.bgYellow {
	background: #DE9D1A;
}
.bgSilver {
	background: silver;
}
.bgLightSilver {
	background: #F0F0F0;
}
.bgLight {
	background: #F8F8F8;
}
.bgOlive {
	background: #9C9A79;
}
.bgLightOlive {
	background: #E0E0CD;
}
.bgDarkGray {
	background: #666666;
}
.bgLightYellow {
	background: #FBFAD4;
}
.textBlue {
	color: #336699;
}
.textPurple {
	color: #806284;
}
.textRed {
	color: #990000;
}
.textGray {
	color: gray;
}
.textBlack {
	color: black;
}
.textSilver {
	color: silver;
}
.textWhite {
	color: white;
}
.textOlive {
	color: #A8AA7F;
}
.textNormalColor {
	color: #444444;
}
.textNormal {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
}

/* ALIGNMENT */
.textCenter {
	text-align: center;
}

/* TEXT */
.textBold {
	font-weight: bold;
}
.textItalic {
	font-style: italic;
}
.textNormalSize {
	font-size: 11px;
}
.textSmall {
	font-size: 10px;
}
.textSmaller {
	font-size: 9px;
}
.textSmallest {
	font-size: 8px;
}
.textLarge {
	font-size: 12px;
}
.textLarger {
	font-size: 13px;
}
.textLargest {
	font-size: 14px;
}
.textCentered {
	text-align: center;
}

/* DIVIDER */
.fancyDividerLeftHeader {
	width: 100%;
	height: 3px;
	line-height: 3px;
	background: url(/images/shared/fancyDividerLeft.gif) no-repeat top left;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
}
.fancyDividerLeft {
	width: 100%;
	height: 3px;
	line-height: 3px;
	background: url(/images/shared/fancyDividerLeft.gif) no-repeat top left;
	margin: 14px 0px;
	padding: 0px;
	overflow: hidden;
}
.fancyDividerRight {
	width: 50%;
	height: 3px;
	line-height: 3px;
	background: url(/images/shared/fancyDividerRight.gif) no-repeat top right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: right;
}

/* OTHERS */
.ul ul {
	margin: 0px 0px 0px 15px;
	padding-left: 0px;
}
.ajaxLoading {
	background: url(ajax_loading.gif) no-repeat center center;
}

/*********************************************************************
MODULES
**********************************************************************/

/* TRAVEL SEARCH */
#travelSearch td {
	padding: 2px 2px 5px 2px;
}
#travelSearch select {
	width: 100%;
}

/* QUICK SEARCH */
#quickSearchContainer {
	width: 		156px;
	border: 	2px solid #D9D9D9;
}
#quickSearchContent {
	border: 		3px solid white;
	padding: 		7px;
	margin: 		0px;
	background: #CCCCCC;
}
.quickSearchForm {
	font-size:			10px;
	padding-top: 		5px;
	text-align:			left;
}
.quickSearchForm div {
	padding-bottom:	5px;
}
.quickSearchForm select {
	font:				11px Arial;
	width: 			100%;
}
#searchText {
	text-align: 		center;
	padding: 5px 0px;
}
#searchText div {
	font-weight:		bold;
	padding-bottom:	10px;
}
.searchSubmit {
	text-align: 		center;
	margin: 				-15px auto 0px auto;
}

/* ON SALE */
.onSaleLink a {
	margin-top: 8px;
	line-height: 13px;
	display: block;
}

/* TOOL TIP */
.listRollOver {
	text-align: left;
	line-height: 13px;
}
.listRollOver li {
	margin: 3px 0px;
}
.listRollOver ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#dhtmltooltip {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	text-align: left;
}
#dhtmltooltip .title {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
}
#dhtmltooltip .content {
	text-align: left;
	padding: 7px 10px;
	font-weight: bold;
	font-size: 10px;
}
/* Global Nav */
.globalNav {
	border-top: 1px solid #c0c0c0;
	margin-bottom: 10px;
	padding-top: 10px;
}

.first {
	border-top: none;
	padding-top: 0;
}

.noheader {
	padding-top: 0;
}

.globalNav .menuSubtitle {
	color: #900;
	font-size: 10px;
	line-height: 11px;
	padding-top: 5px;
}

.globalNav .links {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 18px;
	list-style: none;
}

.globalNav .links a {
	text-decoration: none;
	display: block;
	border:1px;
}

.globalNumber {
    position: relative; 
    float: right; 
    font-size: 12px; 
    top: 10px; 
    text-align: right; 
    border: 0px solid #000000; 
    line-height: 23px;
}

.globalNumber span {
     font-size: 19px;
}

/* DESTINATION LISTING */
.destinationListing div,
.destinationListing ul {
	padding-left: 10px;
}
.destinationListing ul {
	list-style: none;
	margin: 0;
}
.destinationListing a,
.destinationListing a:visited {
	color: #000;
	text-decoration: none;
}
.destinationListing a:hover {
	color: #900;
}
.destinationListing ul ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

.destinationListing ul ul li a,
.destinationListing ul ul li a:visited {
	color: #777;
	text-decoration: none;
}

/* BREADCRUMB */
#breadcrumb {
	font-size: 10px;
	text-align:	left;
	color: #AAAAAA;
	margin-bottom: 30px;
}
#breadcrumb a {
	font-size: 10px;
	color: #AAAAAA;
}
#breadcrumb a:hover {
	color: #990000;
}

/*********************************************************************
ADVERTISEMENT
**********************************************************************/

.adBillboardB .close {
	float: right;
	padding-right: 3px;
	font-size: 10px;
}
.adBillboardB .close img {
	vertical-align: bottom;
}
.adBillboardB .header {
	padding: 3px 0px 0px 20px;
}
.adBillboardB .image {
	clear: both;
	text-align: center;
}
.adBillboardB .link {
	font-weight: bold;
	text-align: center;
}

.adBillboardC .close {
	line-height: 10px;
	height: 10px;
	text-align: right;
	padding: 8px;
}
.adBillboardC .close img {
	vertical-align: bottom;
}
.adBillboardC .header {
	padding: 8px 10px;
}
.adBillboardC .image {
	text-align: center;
	margin-bottom: 5px;
}
.adBillboardC .link {
	font-weight: bold;
	text-align: center;
}

.adBillboardC2 .close {
	line-height: 10px;
	height: 10px;
	text-align: right;
	padding: 3px 5px;
}
.adBillboardC2 .close img {
	vertical-align: bottom;
}
.adBillboardC2 .header {
	padding: 3px 5px;
}
.adBillboardC2 .image {
	text-align: center;
	margin-bottom: 0px;
}
.adBillboardC2 .link {
	font-weight: bold;
	text-align: center;
}

.adLeaderboard {
	text-align: center;
}
.adJS img { /* for javascript ads (hide when no ad) */
	position: absolute;
	left: -100px;
	top: -100px;
}
.adJS .ad img {
	position: static;
}

/* FEATURE LISTING */
.adFeatureListing .fancyDividerLeft {
	margin: 0px 0px 5px 0px;
}
.adFeatureListing .thumbnail {
	float: left;
	margin: 0px 5px 0px 0px;	
}
.adFeatureListing .border {
	border: 1px solid #F0F0F0;
	padding: 2px;
	text-align: left;
}
.adFeatureListing .borderBody {
	background: #F0F0F0;
	padding: 10px;
}
.adFeatureListing .body {
	height: 60px;
	overflow: hidden;
}
.adFeatureListing .title {
	font-weight: bold;
}
.adFeatureListing .blurb {
}
.adFeatureListing .button {
	float: right;
	margin-top: 5px;
}

/*********************************************************************
CLEAR FIX
**********************************************************************/

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	margin-bottom:-3px !important;
	margin-bottom:-5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* start footer links */

.sections_of_links {
        height:300px;
}

.links_section .fancyDividerLeftHeader {
        display:none;
}

.links_section {
        float:left;
        width:30%;
        margin-right:10px;
}

.links_section h2 {
        padding-top:5px;
        padding-top:5px;
        font-family:Verdana,Arial,Helvetica;
        color:#3b3b3b;
        font-weight:bold;
        font-size:11px;
}

.links_section ul, .links_section ul li {
        margin:0;
        padding:0;
	list-style-type:none;
        display:block;
}

.links_section ul li {
        float:left;
        padding-bottom:5px;
        font-size:10px;
        width:50%;
}

.links_section ul li a{
        color:#777;
}

.luxury_hotels_popular ul li {
        padding-bottom:0px;
}

.luxury_hotels_by_interest ul li {
        width:100%;
}

.luxury_hotel_groups ul li {
        width:100%;
}

/* end footer links */

