/*##############################################################################*/
/*# GENERAL STYLES                                                             #*/
/*##############################################################################*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  margin: 0; padding: 0; border: 0; outline: 0; font-family: sans-serif; font-weight: normal; vertical-align: baseline; background: transparent;
}
html{ overflow-y: scroll; font-size: 62.5%; line-height: 1.5; cursor: default; }
body{ font-size: 1.3em; cursor: default; }

/*###################*/
/*# HORIZONTAL LINE #*/
/*###################*/
hr{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/*##########*/
/*# QUOTES #*/
/*##########*/
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }

/*#################*/
/*# FORM ELEMENTS #*/
/*#################*/
/* Text and Password Inputs */
input[type="text"],input[type="password"]{ font-size: 1em; font-family: sans-serif; }
.textLabel{ display:inline-block; text-align: right; }
/* Select Input */
input[type="select"]{ font-size: 1em; font-family: sans-serif; }
.selectLabel{ display:inline-block; text-align: right; }
/* Textarea */
textarea{ font-size: 1em; font-family: sans-serif; }
.textareaLabel{ display:inline-block; text-align: right; vertical-align: top; }
/* Radio Input */
input[type="radio"]{ vertical-align: text-bottom; margin: 2px 0 2px 0; padding: 0; width: 13px; height: 13px; }
.radioLabel{ padding: 2px 0 2px 2px; height: 13px; line-height: 1em; }
/* Checkbox Input */
input[type="checkbox"]{ vertical-align: text-bottom; margin: 2px 0 2px 0; padding: 0; width: 13px; height: 13px; }
.checkboxLabel{ padding: 2px 0 2px 2px; height: 13px; line-height: 1em; }
/* Button Input */
input[type="button"], input[type="submit"], input[type="file"], button{ vertical-align: text-top; height: 24px; padding: 0 10px 0 10px; font-size: 1em; font-family: sans-serif; }
/* Hand cursor on clickable elements */
label, input[type="button"], input[type="submit"], input[type="file"], input[type="radio"], input[type="checkbox"], input[type="select"], button {cursor: pointer;}
/* Default cursor on disabled elements */
button[disabled], input[disabled] { cursor: default; }
/* Make buttons play nice in IE */
button {width: auto; overflow: visible;}

/*##########*/
/*# TABLES #*/
/*##########*/
table{ border-collapse: collapse; border-spacing: 0; }
th{ font-weight: bold; vertical-align: middle; }
td, td img{ vertical-align: top; }

/*##############*/
/*# HYPERLINKS #*/
/*##############*/
a{ margin: 0; padding: 0; font-weight: normal; vertical-align: baseline; background: transparent; cursor: pointer; }

/*############*/
/*# NAV MENU #*/
/*############*/
nav ul{ list-style: none; }


/*##############################################################################*/
/*# PAGE STYLES                                                                #*/
/*##############################################################################*/

body{
  background: url('/img/background.jpg') repeat center;
}

#background_wrapper{
  background: url('/img/header_background.jpg') repeat-x top center;
}

#body_wrapper{
  /*width: 1311px;
  margin: 0 auto;*/
  background: url('/img/header_back.jpg') no-repeat top center;
}

header.head1{
  width: 970px;
  margin: 0 auto;
  height: 242px;
}

header.head1 .menu{
  text-align: right;
  padding-top: 116px;
}
header.head1 .footer{
  margin: 36px 0 0 475px;
  width: 495px;
  height: 66px;
  background: url('/img/attractions.png');
}

header.head2{
  height: 70px;
  background: url('/img/header_back2.jpg') no-repeat center;
  position: relative;
}

header.head2 .heading{
  height: 70px;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -484px;
  background: #76ac18;
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  padding-left: 40px;
}

footer{
  height: 140px;
  width: 970px;
  margin: 0 auto;
  background: url('/img/footer_temp.png') no-repeat;
}

#main_wrapper{
  width: 970px;
  margin: 0 auto;
}

#main_wrapper p{
  /*margin: 10px;*/
}

#main_wrapper .content{
  overflow: auto;
}

/*##############################################################################*/
/*# MENU HOVERS                                                                #*/
/*##############################################################################*/
header.head1 .menu a{
  display: inline-block;
  vertical-align:bottom;
  background: #c0c0c0;
}
#home{
  margin: 0 10px 0 0;
  width: 69px;
  height: 24px;
  background: url('/img/menu_home.png');
}
#home:hover{
  background: url('/img/menu_home_1.png');
}

#attractions{
  margin: 0 10px;
  width: 127px;
  height: 24px;
  background: url('/img/menu_attractions.png');
}
#attractions:hover{
  background: url('/img/menu_attractions_1.png');
}

#map{
  margin: 0 10px;
  width: 54px;
  height: 24px;
  background: url('/img/menu_map.png');
}
#map:hover{
  background: url('/img/menu_map_1.png');
}

#gettingthere{
  margin: 0 0 0 10px;
  width: 156px;
  height: 24px;
  background: url('/img/menu_gettingthere.png');
}
#gettingthere:hover{
  background: url('/img/menu_gettingthere_1.png');
}

/*##############################################################################*/
/*# ATTRACTION HOVERS                                                          #*/
/*##############################################################################*/
#attraction_wrapper a{
  display: inline-block;
  vertical-align:bottom;
}
#attraction01{
  margin: 0 3px 3px 0;
  width: 568px;
  height: 235px;
  background: url('/img/attraction01.jpg');
}
#attraction01:hover{
  background: url('/img/attraction01_1.jpg');
}

#attraction02{
  margin: 0 0 3px 3px;
  width: 396px;
  height: 235px;
  background: url('/img/attraction02.jpg');
}
#attraction02:hover{
  background: url('/img/attraction02_1.jpg');
}

#attraction03{
  margin: 3px 3px 3px 0;
  width: 319px;
  height: 262px;
  background: url('/img/attraction03.jpg');
}
#attraction03:hover{
  background: url('/img/attraction03_1.jpg');
}

#attraction04{
  margin: 3px 3px 3px 3px;
  width: 319px;
  height: 262px;
  background: url('/img/attraction04.jpg');
}
#attraction04:hover{
  background: url('/img/attraction04_1.jpg');
}

#attraction05{
  margin: 3px 0 3px 3px;
  width: 320px;
  height: 262px;
  background: url('/img/attraction05.jpg');
}
#attraction05:hover{
  background: url('/img/attraction05_1.jpg');
}

#attraction06{
  margin: 3px 3px 3px 0;
  width: 396px;
  height: 278px;
  background: url('/img/attraction06.jpg');
}
#attraction06:hover{
  background: url('/img/attraction06_1.jpg');
}

#attraction07{
  margin: 3px 3px 3px 3px;
  width: 189px;
  height: 159px;
  background: url('/img/attraction07.jpg');
}
#attraction07:hover{
  background: url('/img/attraction07_1.jpg');
}

#attraction08{
  margin: 3px 0 3px 3px;
  width: 373px;
  height: 159px;
  background: url('/img/attraction08.jpg');
}
#attraction08:hover{
  background: url('/img/attraction08_1.jpg');
}

#attraction09{
  margin: 3px 3px 3px 3px;
  width: 275px;
  height: 113px;
  background: url('/img/attraction09.jpg');
}
#attraction09:hover{
  background: url('/img/attraction09_1.jpg');
}

#attraction10{
  margin: 3px 0 3px 3px;
  width: 287px;
  height: 113px;
  background: url('/img/attraction10.jpg');
}
#attraction10:hover{
  background: url('/img/attraction10_1.jpg');
}

#attraction11{
  margin: 3px 3px 0 0;
  width: 238px;
  height: 194px;
  background: url('/img/attraction11.jpg');
}
#attraction11:hover{
  background: url('/img/attraction11_1.jpg');
}

#attraction12{
  margin: 3px 3px 0 3px;
  width: 238px;
  height: 194px;
  background: url('/img/attraction12.jpg');
}
#attraction12:hover{
  background: url('/img/attraction12_1.jpg');
}

#attraction13{
  margin: 3px 3px 0 3px;
  width: 238px;
  height: 194px;
  background: url('/img/attraction13.jpg');
}
#attraction13:hover{
  background: url('/img/attraction13_1.jpg');
}

#attraction14{
  margin: 3px 0 0 3px;
  width: 238px;
  height: 194px;
  background: url('/img/attraction14.jpg');
}
#attraction14:hover{
  background: url('/img/attraction14_1.jpg');
}