@charset "utf-8";
/* CSS Document

AA Travel - Yulie Great*/

/*************
1. Find the colors section to change colors.

2. Use .column, .columnBig and just .floatLeft to create new content areas.
  - 3 .column will fit on a page
  - 1 .column and 1 .columnBig will fit on a page
  - floatLeft will go from one end to the other of the container so you can have a full width text box.

3. you need to add .floatLeft or .floatRight to everything as it doesn't already have it.
************/

/*************reset******************/
html, body, div, span, applet, object, iframe,
h1,h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption,ruby, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img{
  border:none;
  max-width:100%;
}

img a{
  border:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure {
  display: block;
}

body {
  line-height: 1;
}

html *{
  margin: 0px;
  padding: 0px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********* Main Classes *************/
html {
  height: 100%;
  margin: 0px;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:18px;
}

.floatLeft{
  float:left;
}

.floatRight{
  float:right;
}

.clearBoth{
  clear:both;
}

.clearRight{
  clear:right;
}

.clearLeft{
  clear:left;
}

.relative{
  position:relative;
}

.container{
  margin:0px auto 0px auto;
  width:970px;
  max-width:100%;
  padding:0;
}

h1, h2, h3, h5, h6{
  font-family:Tahoma, Geneva, sans-serif;
}

h1{
  font-size:26px;
  line-height:1.2em;
}

h2{
  font-size:22px;
  font-weight:bold;
  line-height:20px;
  padding:0;
}

h3{
  font-size:19px;
  font-weight:bold;
  line-height:26px;
  padding:0 0 10px 0;
}

h4{
  font-size:17px;
  line-height:20px;
  padding:0;
}

.h5{
  font-size:16px;
  line-height:30px;
  padding-bottom:10px;
}

.headingUnderline{
  border-bottom:1px dotted #6d7d65;
  margin:0 0 10px 0;
  width:100%;
}

p{
  padding:10px 0 10px 0;
}

.relative{
  position:relative;
}

.marginTop{
  margin-top:20px;
}

.marginLeftRight{
  margin-left:35px;
  margin-right:35px;
}

.noPading{
  padding:0;
}

.noMargin{
  margin:0;
}

.line{
  height:1px;
  background:#dcdcdc;
  border-bottom:#fcfcfc;
}

.displayBlock{
  display:block;
}

.aamap{
  width:65%;
  padding:0px;
  border:#999999 1px solid;
  background:#999;
  margin-bottom:10px;
}

.aamap img{
  border:none !important;
  padding:0 !important;
  margin:0 !important;
}

/********* Links *************/
a,a:visited, a:link, a:active{
  text-decoration:underline;
  color:#111111;
}

.beenthere {
  padding-left:5px;
}

.beenthere img {
  border:none!important;
}


/********* Main Colors *************/
/***** headings (not h1's) and default link hover ****/
.companyTextColor, .companyTextColor a, a:hover{
  color:#EA5A28;
}

/***** h1's color ****/
.secondaryTextColor, .secondaryTextColor a{
  color:#CCC;
}

/****** body text color ********/
.defaultTextColor{
  color:#313131;
}

/**** menu colors ****/
.menu li a{
  color:#9E9E9E;
}

.menu li a:hover, .menu li a#current{
  color:#EEE;
}

/************ CSS button **************/
.css-button, .css-button-book {
  border-radius:5px;
  text-align:center;
  text-indent:0;
  height:auto;
  padding:8px 14px 8px 14px;
  line-height:12px;
  text-decoration:none !important;
  font-size:12px !important;
  color:#fff !important;
  text-transform:uppercase;
  background:#00477F;
}

.css-button-book {
  background:#0C6B71;
  text-shadow:none;
}

.css-button:hover, .css-button-book:hovers {
  color:#fff;
  background:#432c2c;
}

.css-button {
  margin-right:15px;
  margin-bottom:10px;
  text-decoration:none;
}

.css-button,.css-button:visited,.css-button:link,.css-button:active{
  font-size:15px;
  text-decoration:none;
}

/***** footer and contact info color ********/
.tertiarytTextColor, .tertiarytTextColor a{
  color:#9f9f9f;
}

/******** background pattern **********/
.secondaryBgColor{
  background: url(../images/grid_noise.jpg) #fdfdfd;
}

/***** Header and footer colors are in their respective sections because they are image heavy *********/

/********* Main Colors End *************/

/********* Links End *************/

/********* Main Classes End *************/

/************* Header ******************/
.header{
  background:url(../images/menu1.png) repeat-x;
  height:470px;
  max-width:100%;
}

.logo{
  margin:10px auto 0 auto;
  float:left;
}

.logo2{
  padding-left: 20px;
}

.upperContact{
  padding:40px 0 0 0;
  font-size:16px;
  color:#363636 !important;
}

.upperContact a{
  color:#363636 !important;
  text-decoration:none !important;
}

.upperContact br{
  margin:0 0 10px 0 !important;
}

.banner{
  background:url(../images/bannerGlow1.png) no-repeat;
  width:970px;
  max-width:100%;
  height:382px;
  padding:7px 0 0 0px;
}

.headerTitle{
  height:37px;
  padding:6px 20px 0 20px;
  position:absolute;
  top:380px;
  left:126px;
  bottom:14px;
  background:#000;
  max-width:900px;
  max-width:100%;
  overflow:hidden;
  border-radius:10px;
}

/************* Menu ***********/
.menu{
  margin:20px 0px 0px 0px;
  *margin:5px 0px 0px 0px;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
}

.menu ul{
  list-style:none;
}

.menu ul li{
  display:inline;
}

.menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
  float:left;
  display: block;
  font-weight:100;
  text-decoration:none;
  padding:5px 70px 5px 0px;
  text-transform:uppercase;
}

/************* Menu End ***********/

/************* Header End ******************/

/************* Content *********************/
.contentContainer{
  min-height:250px;
}

.contentContainer ul{
  list-style:disc;
  padding:0 0 0 50px;
}

.contentContainer img{
  padding:3px;
  border:#999999 1px solid;
}

.column{
  width:30%;
}

.columnBig{
  width:625px;
  max-width:100%;
}

.roomCopy {
  min-height:250px;
}

.roomCopy h3 {
  font-weight:bold;
}

.more a{
  font-size:16px;
}

/********** Buttons ****************/
.button, .button:visited, .button:link, .button:active{
  font-size:17px;
  margin:inherit 0px 0px 20px;
  text-decoration:none;
  display:block;
  width:163px;
  max-width:100%;
  height:26px;
  background:url(../images/button.jpg) bottom;
  text-align:center;
  padding:11px 0px 0px 0px;
  color:#C3C3C3;
  margin:5px 0 0 0;
}

.button:hover{
  background:url(../images/button.jpg) top;
  color:#111;
}

/************ Accommodation page **************/

/************ Location page **************/
.links a {
  color:#EA5A28;
}

.iframewrapper {
  max-width:500px;
  width:100%;
  margin:0 auto !important;
}

.googlemaps {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.googlemaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************ Activities page************/
.act li {
  margin-bottom:10px;
}

.act-heading {
  padding:10px;
  background:#333;
  border-radius:10px;
  color:#fff;
  width:200px;
  max-width:100%;
  text-align:center;
}

/************ Content End *************/


/********** Footer **************/
.footerTop{
  height:21px;
  background:url(../images/footerTop.png) repeat-x;
  margin:40px 0 0 0;
}

.footer{
  line-height:15px;
  padding:20px 0 0 0;
  background:url(../images/footerBottom.png) repeat-x #3f3f3d;
}


/*****resize*****/
@media screen and (max-width: 980px) {
  .container{
    width:98%;
    padding:0 1%;
    margin:0;
    line-height:23px;
    font-size:16px;
  }

  .headerTitle{
    left:0px;
  }

  .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
    float:left;
    display: block;
    font-weight:100;
    text-decoration:none;
    padding:5px 50px 5px 0px;
    text-transform:uppercase;
  }
}

@media screen and (max-width: 720px) {
  .column{
    width:28%;
  }
}

@media screen and (max-width: 680px) {
  .headerTitle{
    left:0px;
    top:350px;
  }

  h1{
    font-size:20px;
  }

  .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
    float:left;
    display: block;
    font-weight:100;
    text-decoration:none;
    padding:5px 30px 5px 0px;
    text-transform:uppercase;
  }
}

@media screen and (max-width: 580px) {
  .header {
    background:none;
    height:auto;
  }

  .headerTitle{
    left:0px;
    top:0px;
    position:relative;
    height:auto;
  }

  h1{
    font-size:15px;
  }

  .contentContainer{
    margin-top:40px;
  }

  .banner{
    position:inherit;
    width:auto;
    height:auto;
    padding:0;
    background:none;
    top:auto;
    left:auto;
  }

  .banner img, .aamap, .columnBig, .column{
    width:100%;
  }

  .menu{
    background:#333333;
  }

  .logo img{
    max-width:500px;
  }

  .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
    font-size:24px;
    text-align:center;
    width:100%;
    border:none;
    padding:10px 0 10px 0;
  }

  .aamap, .column, columnBig{
    margin-top:10px;
    margin-bottom:10px;
  }

  .marginLeftRight{
    margin:auto;
  }

  .floatRight{
    float:left;
  }

  .upperContact{
    float:right;
  }
}

@media screen and (max-width: 520px) {
  .upperContact{
    clear:both;
    float:none;
    text-align:center;
    margin:0 auto;
    padding:0;
  }

  .logo{
    text-align:center;
    margin:0 auto;
    float:none;
  }
}

@media screen and (max-width: 520px) {
  .beenthere{
    float:none !important;
    text-align:center;
    padding-left:0;
  }
}