a.MainLogo{
  margin: 10px 0 0 0;
  display: block;
}

#header{
  width: 100%;
  margin: 0 auto;  
}
#header div.container{
  text-align: center;
}
#header-right{
  margin: 0 0 10px 0;
  display: inline-block;
  color: #000000;
}

#MainMenu{
  float: left;
  text-align: center;
  display: block;
  width: 100%;
}
#MainMenu a{
  margin: 5px 10px;
}
.container{
  margin: 0 auto;
  width: 98%;
  font-size: 16px;  
  display: block;
}

.RequestQuoteIframe{
  width: 90%;  
}

br.MNL{
  display: block;
}
.HM{
  display: none;
}
.HM2{
  display: none;
}
.SM{
  display: block;
}
.SM2{
  display: inline-block;
}

div.AffiliatedService{
  display: inline-block; 
  background: #FFFFFF;
  padding: 10px;
  margin: 5px;
  float: left;
  width: 93%;
  text-align: center;
}
div.AffiliatedService img{
  width: 85%;
}
div.AffiliatedService div.Logo{
  margin: 10px 0 15px 0;
}
div.AffiliatedService div.Logo img{
  width: auto;
}
div.AffiliatedService span{
  display: inline-block;
  text-align: justify;
  margin: 0 0 10px 0;
  min-height: 235px;
}

table.InternalContactTable tr td input[type=text]{
  width: 170px;
}
table.InternalContactTable tr td textarea{
  width: 170px;
}

div.HomeSlideShowContainer{
  display: none;
}
div.DestinationLocationContainer{
  display: none;
}

.ItemListContainer{
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.ItemListLeft, .ItemListRight,.ItemListImage,.ItemListMainImage{
  width: 100%;
}
.ItemListImage{
  cursor: pointer;
}
.ItemListLeft{
  max-height: 450px;
  overflow: hidden;
}
.ItemListRight{
  line-height: 160%;
}
.ItemText{
  padding: 10px;
}

img.GalleryPhoto{  
  width: 95%;
  margin: 5px;
  cursor: pointer;
}


#ContactForm{
  margin: 20px 0 0 0;
  float: left;
}
iframe.InquiryForm{
  width: 95%;
  height: 1500px;
}


.HomeContentImage img{
  width: 100%;
}

div.HomeImageContainer{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 290px;
}

div.SubPageImageContainer{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 290px;
}

div.HomeQuickLinks{
  display: none;
}

div.QuickSearchForm{
  margin: 20px 0 0 0;
}

.imgLeft,.imgRight{
  width: 98%;
  margin: 0 auto;
}


  div.DetailImageContainer{
    background-color: #EEEEEE;
    position: relative;
    margin: 0; 
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  div.DetailImageContainer div.QuickSearchForm{
    margin: 0;
    padding: 10px;
  }

  div.DetailMainImageContainer{
    position: relative;
    width: 100%; 
    height: 550px; 
    overflow: hidden; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  div.DetailMainImageContainer a.Left{  
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../images/Elements/left.png');
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    
    top: 235px; 
    left: 10px;
    z-index: 1;
  }
  div.DetailMainImageContainer a.Right{  
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../images/Elements/right.png');
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    
    top: 235px; 
    right: 10px;
    z-index: 1;
  }
  
  div.DetailMainImageContainer div.container div.MainText{
    position: absolute; 
    background-color: rgba(0,0,0,0.7); 
    bottom: 0;
    left: 0; 
    text-transform: uppercase; 
    font-size: 30px; 
    font-weight: 300; 
    text-align: left; 
    color: #FFFFFF;
    z-index: 9999;
    padding: 20px; 
    max-width: 90%;
    width: 462px;
  }
  
  .DetailItemListLeft, .DetailItemListRight{
    max-width: 90%!important;
    width: 462px;
    padding: 20px;
  }

  .DetailItemListLeft{
    padding: 20px;
    float: left; 
    background: #EEEEEE;
    max-width: 462px;
    margin: 0 20px 0 0;
    min-height: 250px;
  }  
  .DetailItemListRight{
    width: 90%;
    padding: 20px;
    display: table-cell;
  }