@charset "utf-8";
/* CSS Document

AA Travel - HTML & CSS by Yulie Great*/

/*************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;
}

img a{
  border:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure {
  display: block;
}
body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin:0 0 15px 0;
}


/********* Main Classes *************/
html {
  height: 100%;
  margin: 0px;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
  line-height:18px;
}

.floatLeft{
  float:left;
}

.floatRight{
  float:right;
}

.clearBoth{
  clear:both;
}

.clearRight{
  clear:right;
}

.clearLeft{
  clear:left;
}


.relative{
  position:relative;
}

.container{
  margin:auto;
  width:965px;
}

h1, h2, h3, h4, h5, h6{
  font-family:Helvetica, Arial, sans-serif;
}


.fontSizeH1 {
  font-size:30px;
}

h1{
  font-size:30px;
  line-height:30px;
  padding:0px 0 20px 0;
}

h2{
  font-size:29px;
  line-height:33px;
  padding:0px 0 8px 0;
}

h3{
  font-size:21px;
  line-height:22px;
  padding:0px 0 15px 0;
  font-weight:bolder;
  text-transform:uppercase;
}

h4{
  font-size:18px;
  line-height:20px;
  padding:0px 0 15px 0;
  text-transform:uppercase;
  font-weight:bold;
}

h5 {
  font-size:16px;
  line-height:16px;
  padding:0px 0 8px 0;
  text-transform:uppercase;
}

.headingUnderline{
  border-bottom:1px dotted #6d7d65;
  margin:0 0 10px 0;
  width:100%;
}

.been-there {
  width:150px;
  float:left;
  margin-right:20px!important;
}

.been-there img {
  width:150px!important;
  height:auto;
}

.icon {
  margin:12px 10px 0 10px;
}

.iconHome {
  margin:17px 10px 0 10px;
}

hr{
  background-color:#ccc;
  border-bottom: 1px dotted #FFFFFF;
}

.marginTop{
  margin:20px 0 0px 0;
}

.marginTopCottage{
  margin:50px 0 0px 0;
}

.marginLeft {
  margin-left:40px;
}

.marginRight {
  margin-right:20px;
}

.marginLeftRight{
  margin-left:16px;
  margin-right:16px;
}

.noPadding{
  padding:0 !important;
}

.map {
  width: 100%;
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/********* Links *************/

a,a:visited, a:link, a:active{
  text-decoration:underline;
  color:#6d7d65;
}

a:hover{
  color:#423d44;
}


/********* Main Colors *************/

.companyTextColor, .companyTextColor a{
  color:#0C6B71;
}

.defaultTextColor, .defaultTextColor a{
  color:#313131;
}

/****** white text *******/
.tertiarytTextColor, .tertiarytTextColor a{
  color:#FFF;
}

/****** column color ******/
.companyBgColor{
  background:#F5F5F5;
}

/****** body background color. ****/
.secondaryBgColor{
  background-image:url(../images/bgtile2.jpg);
}

/****** glow image ******/
.tertiaryBgColor{
  background:url(../images/transparent-overlay.png) no-repeat;
}

.footerBgColor{
  background:#FDFDFD;
}
.footerTextColor {
  color:#423d44;
}

.standOutBgColor{
  background:#333;
}

.menuSeperator{
  border-right:#CCC 1px solid;
}
/********* Colors End *************/


/********* Links End *************/

/********* Main Classes End *************/

/************* Header ******************/
.header{
  margin-top:0px;
}

.logo{
  padding:0px 0px 0px 0px;
}

/************* Menu ***********/
.menu{
  padding:8px 0 0 0px;
  margin:0px 0 0 0px;
  font-size:13px;
  width:100%;
  height:36px;
  background:url(../images/nav-bg.png);
}

.menu ul{
  list-style:none;
  margin:0 0 0 130px;
}

.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-size:15px;
  letter-spacing:0.5px;
  text-decoration:none;
  margin:0 5px 0 0px;
  padding:5px 19px 5px 19px;
}

.menu li a:hover {
  color:#339999;
}

.menu li a#current {
  color:#339999;
}

.banner{
  margin:35px 0 30px 0;
  background:#002322;
  height:380px;
}


.polaroids{
  background:url(../images/photo-bg.png) no-repeat;
  width:380px;
  height:360px;
  margin:-20px 0 0 -20px;
  padding:53px 0 0 115px;
}

.bannerText{
  width:460px;
  margin:80px 0 0 0;
  font-size:19px;
  line-height:25px;
}

/************* Menu End ***********/


/************* Header End ******************/

/************* Content *********************/

.contentContainer{
  padding:20px 0;
}

.contentContainer img{
}

.contentContainer h5 a{
  text-decoration:none;
}

.contentContainer h5 a:hover{
  color:#6d7d65;
}

.contentContainer ul{
  list-style:disc;
  padding:0 0 0 50px;
}

.bodySection{
  background:url(../images/teaser-bg.png) repeat-x #fff;
  width:100%;

}

.bodySectionMain {
  background:#fff;
  width:100%;
}

.bodySectionGrey {
  background:#efefef;
  width:100%;
}

/********** Home Page ****************/
/********** Columns ****************/
.preview-column {
  min-height:120px;
}

.column {
  width:280px;
  padding:15px;
}

.ieFixer{
  width:280px;
}

.columnShadow{
  background:url(../images/grid4-bg.png) no-repeat;
  position:absolute;
  bottom:-30px;
  left:30px;
  width:290px;
  height:30px;
}

.columnDoubleSized{
  width:620px;
  padding-top: 15px;
}

.bookNow a,.bookNow a:visited,.bookNow a:link,.bookNow a:active{
  background-color: #0C6B71;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
    padding: 4px 15px 2px;
    text-align: center;
    text-decoration: none;
  text-transform:uppercase;
}

.bookNow a:hover{
  background-color: #006666;
}

/************ Accommodation page **************/

/************ Location page **************/
.leftColumn{
  width:320px;
  margin:25px 0 0 0;
  padding:5px 25px 25px 25px;
  background:#fff;
  border:solid 1px #dcd7de;
}

.rightColumn{
  width:470px;
  margin:25px 0 0 25px;
  padding:25px;
  background:#fff;
  border:solid 1px #dcd7de;
}

/************ Activities page ************/
.activitiesCopy{
  width:560px;
  padding-right:40px;
}

.activitiesBottom{
  width:698px;
  text-align:center;
  padding-left:145px;
}

/************* Content End *************/


/********** Footer **************/
.footer{
  padding:10px 0 20px 0;
  background:url(../images/transparent-overlay.png) no-repeat center 20px;
}

/***** Resize *****/
@media screen and (max-width: 580px) {
  .header{
    height:415px;
    padding:5%;
    width:100%;
    margin:0 0 10px 0;
  }

  .container{
    width:90%;
    margin:0;
    line-height:23px;
    font-size:16px;
  }

  .bodySection{
    width:80%;
    padding:5%;
    margin:5%;
  }

  .bodySection img{
    width:100%;
  }

  .logo img{
    max-width:100%;
  }

  .menu{
    margin:0 0 300px 0;
    background:#F2F2F2;
    height:300px;
    margin:0;
  }

  .tertiaryBgColor{
    background:none;
  }

  .menu ul{
    margin:0;
  }

  .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
    font-size:24px;
    text-align:center;
    width:100%;
    margin:5px 0 5px 0px;
    border:none;
  }

  .banner{
    display:none;
  }

  .banner img{
    padding:22px;
    width:90%;
  }

  .banner .shadow{
    width:90%;
    margin:0px 0 0 0;
    padding:0px;
    height:50px;
    background:none;
  }

  .column, .columnDoubleSized{
    width:90%;
    margin:5%
  }

  .marginLeftRight{
    margin:0;
  }

  .floatRight{
    float:left;
  }

  .leftColumn img{
    padding:5px;
  }


  .activitiesBottom{
    width:100%;
    padding:0 0 0 50px;
  }
}

@media screen and (max-width: 480px) {
  .bodyStrip{
    margin:300px 0 0 0;
  }

  .pricing{
    top:170px;
    right:130px;
  }
}