/*BODY STYLES*/
body {
  background-color: #e1e1e1;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
/*BODY STYLES*/





/*MAIN CONTAINER STYLES*/
.mainContainer {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}

.mainContainerPPOL {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}
/*MAIN CONTAINER STYLES*/





/*HEADER STYLES*/
.header-ROW01 {
  width: 100%;
  background: #28b1ca; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #00467f, #28b1ca); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #00467f, #28b1ca); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #00467f, #28b1ca); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #00467f, #28b1ca); /* Standard syntax */
  background-color: #28b1ca; /* For browsers that do not support gradients */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.header-ROW02 {
  width: 100%;
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.header-ROW01 ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

.header-ROW01 li {
  float: left;
}

  .header-ROW01 li a:link, .header-ROW01 li a:active, .header-ROW01 li a:visited {
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
  }

  .header-ROW01 li a:hover {
    background-color: #28b1ca;
  }

  .header-ROW01 li.NavBlue a:hover {
    background-color: #00467f;
  }

.header-ROW02 ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #333F48; /* was #0d0d0d*/
  text-decoration: none;
}

.header-ROW02 li {
  float: left;
}

  .header-ROW02 li a:link, .header-ROW02 li a:active, .header-ROW02 li a:visited {
    display: block;
    color: #333F48; /* was #0d0d0d*/
    text-align: center;
    text-decoration: none;
  }

  .header-ROW02 li a:hover {
    /*color: #00467f;*/
    color: #28b1ca;
    background-color: #fafafa;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
  }

  .header-ROW02 li.SpecialOffers_Button {
    color: #ffffff;
    background-color: #ff694b; /* red: #ed3238  teal: #28b1ca */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    /*border: 1px solid #28b1ca;*/
  }

    .header-ROW02 li.SpecialOffers_Button a:link, .header-ROW02 li.SpecialOffers_Button a:active, .header-ROW02 li.SpecialOffers_Button a:visited {
      color: #ffffff;
    }

    .header-ROW02 li.SpecialOffers_Button a:hover {
      color: #28b1ca;
      background-color: #ffffff;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      border-radius: 25px;
      border: 1px solid #ff694b; /* teal: #28b1ca */
    }


.NAVMENUcontent ul {
  list-style-type: none;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #333F48; /* was #0d0d0d*/
  text-decoration: none;
}

.NAVMENUcontent li {
  float: left;
}

  .NAVMENUcontent li a:link, .NAVMENUcontent li a:active, .NAVMENUcontent li a:visited {
    display: block;
    color: #333F48; /* was #0d0d0d*/
    text-align: center;
    margin: 0px 5px 0px 5px;
    text-decoration: none;
    background-color: #ffffff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #28b1ca;
  }

  .NAVMENUcontent li a:hover {
    background-color: #28b1ca;
    border-color: #28b1ca;
  }
/*HEADER STYLES*/

/* Start of Responsive Styles - Phone Portrait */
/*MOBILE*/
@media (min-width: 1px) and (max-width: 767px) {
  .mainContainer {
    width: 320px;
  }

  .mainContainerPPOL {
    width: 320px;
  }
  /*HEADER*/
  .header-ROW01 {
    height: 4px;
  }

  .header-ROW02 {
    display: none;
  }

  .header-ROW01 ul {
    display: none;
  }
  /*.header-ROW02 ul {
		display: none;
	}*/
  /*HEADER*/
  .NAVMENUcontent {
    display: none;
  }
}
/* End of Responsive Styles - Phone Portrait */


/* Start of Responsive Styles - Tablet Portrait */
/*TABLET PORTRAIT*/
@media (min-width: 768px) and (max-width: 1023px) {
  .mainContainer {
    width: 768px;
  }

  .mainContainerPPOL {
    width: 768px;
  }
  /*HEADER*/
  .header-ROW01 {
    height: 22px;
  }

    .header-ROW01 ul {
      font-size: 11px;
      padding: 0px 20px 0px 12px;
    }

    .header-ROW01 li a:link, .header-ROW01 li a:active, .header-ROW01 li a:visited {
      padding: 4px 12px 4px 12px;
    }

  .header-ROW02 {
    height: 60px;
  }

    .header-ROW02 ul {
      font-size: 12px;
      padding: 0px 22px 0px 14px;
    }

    .header-ROW02 li {
      margin-top: 16px;
    }

      .header-ROW02 li a:link, .header-ROW02 li a:active, .header-ROW02 li a:visited {
        padding: 10px 10px 10px 10px;
      }

      .header-ROW02 li:first-child a {
        padding: 0px;
      }

  .navMainLogo {
    /* CWTVacationClub - updated to fit all logos
		width: 111px; 
		height: 45px;
		border: 0px;
		margin-top: -4px;*/
    width: 191px;
    height: auto;
    border: 0px;
    margin-top: 2px;
    padding-right: 20px;
  }

  .mobileNAV {
    display: none;
  }

  .NAVMENUcontent {
    position: relative;
    left: 0px;
    top: 40px;
    z-index: 110;
    width: 100%;
  }

    .NAVMENUcontent ul {
      font-size: 12px;
      margin: -36px auto 0px auto;
      padding: 0px 0px 0px 5px;
    }

    .NAVMENUcontent li a:link, .NAVMENUcontent li a:active, .NAVMENUcontent li a:visited {
      padding: 9px 29px 11px 12px;
    }

    .NAVMENUcontent li a:hover {
      color: #ffffff;
    }

  .Vacations_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Vacations_MEDIUM.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Hotels_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Hotels_MEDIUM.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Flights_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Flights_MEDIUM.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Cars_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Cars_MEDIUM.gif);
    background-repeat: no-repeat;
    background-position: right center;
  }

  .Cruises_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Cruises_MEDIUM.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Build_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Build_MEDIUM.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Groups_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Groups_MEDIUM.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Vacations_Icon a:hover {
    background-attachment: fixed;
    background: url(../images/header/ICON-Vacations_MEDIUM_ROLL.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Hotels_Icon a:hover {
    background-attachment: fixed;
    background: url(../images/header/ICON-Hotels_MEDIUM_ROLL.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Flights_Icon a:hover {
    background-attachment: fixed;
    background: url(../images/header/ICON-Flights_MEDIUM_ROLL.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Cars_Icon a:hover {
    background-attachment: fixed;
    background: url(../images/header/ICON-Cars_MEDIUM_ROLL.gif);
    background-repeat: no-repeat;
    background-position: right center;
  }

  .Cruises_Icon a:hover {
    background-attachment: fixed;
    background: url(../images/header/ICON-Cruises_MEDIUM_ROLL.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Build_Icon a:hover {
    background-attachment: fixed;
    background: url(../images/header/ICON-Build_MEDIUM_ROLL.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .Groups_Icon a:hover {
    background-attachment: fixed;
    background: url(../images/header/ICON-Groups_MEDIUM_ROLL.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }
  /*HEADER*/
}

/* End of Responsive Styles - Tablet Portrait */


/* Start of Responsive Styles - Desktop  */
/*DESKTOP*/

@media (min-width: 1024px) {
  .mainContainer {
    width: 1024px;
  }

  .mainContainerPPOL {
    width: 1024px;
  }
  /*HEADER*/
  .header-ROW01 {
    height: 30px;
  }

    .header-ROW01 ul {
      font-size: 13px;
      padding: 0px 20px 0px 15px;
    }

    .header-ROW01 li a:link, .header-ROW01 li a:active, .header-ROW01 li a:visited {
      padding: 7px 15px 7px 15px;
    }

  .header-ROW02 {
    height: 90px;
  }

    .header-ROW02 ul {
      font-size: 18px;
      padding: 0px 30px 0px 20px;
    }

    .header-ROW02 li {
      margin-top: 20px;
    }

      .header-ROW02 li a:link, .header-ROW02 li a:active, .header-ROW02 li a:visited {
        padding: 13px 10px 14px 10px;
      }

      .header-ROW02 li:first-child a {
        padding: 0px;
      }

  .navMainLogo {
    /* CWTVacationClub - updated to fit all logos
		width: 147px;
		height: 60px;
		border: 0px;
		margin-top: -4px;*/
    width: 255px;
    height: auto;
    border: 0px;
    margin-top: 5px;
    padding-right: 30px;
  }

  .mobileNAV {
    display: none;
  }

  .NAVMENUcontent {
    position: relative;
    left: 0px;
    top: 40px;
    z-index: 110;
    width: 100%;
  }

    .NAVMENUcontent ul {
      font-size: 16px;
      margin: -46px auto 0px auto;
      padding: 0px 0px 0px 21px;
    }

    .NAVMENUcontent li a:link, .NAVMENUcontent li a:active, .NAVMENUcontent li a:visited {
      padding: 12px 42px 14px 16px;
    }

    .NAVMENUcontent li a:hover {
      color: #ffffff;
    }

  .Vacations_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Vacations.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

    .Vacations_Icon a:hover {
      background-attachment: fixed;
      background: url(../images/header/ICON-Vacations_ROLL.gif);
      background-repeat: no-repeat;
      background-position: right top;
    }

  .Hotels_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Hotels.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

    .Hotels_Icon a:hover {
      background-attachment: fixed;
      background: url(../images/header/ICON-Hotels_ROLL.gif);
      background-repeat: no-repeat;
      background-position: right top;
    }

  .Flights_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Flights.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

    .Flights_Icon a:hover {
      background-attachment: fixed;
      background: url(../images/header/ICON-Flights_ROLL.gif);
      background-repeat: no-repeat;
      background-position: right top;
    }

  .Cars_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Cars.gif);
    background-repeat: no-repeat;
    background-position: right center;
  }

    .Cars_Icon a:hover {
      background-attachment: fixed;
      background: url(../images/header/ICON-Cars_ROLL.gif);
      background-repeat: no-repeat;
      background-position: right center;
    }

  .Cruises_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Cruises.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

    .Cruises_Icon a:hover {
      background-attachment: fixed;
      background: url(../images/header/ICON-Cruises_ROLL.gif);
      background-repeat: no-repeat;
      background-position: right top;
    }

  .Build_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Build.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

    .Build_Icon a:hover {
      background-attachment: fixed;
      background: url(../images/header/ICON-Build_ROLL.gif);
      background-repeat: no-repeat;
      background-position: right top;
    }

  .Groups_Icon a {
    background-attachment: fixed;
    background: url(../images/header/ICON-Groups.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }

    .Groups_Icon a:hover {
      background-attachment: fixed;
      background: url(../images/header/ICON-Groups_ROLL.gif);
      background-repeat: no-repeat;
      background-position: right top;
    }
  /*HEADER*/
}

/* Start of Responsive Styles - Desktop  */
