@charset "utf-8";

/*  -GLOBALS
============================================================= */
html { font-size: 100%; }

body {
  margin: 0;
  background: #414141;
  line-height: 1.5em;
  font: 11px Arial, Helvetica, sans-serif;
  color: #444;
}

img { border: none; }

/*  -TYPE
============================================================= */
 
h1, h2, h3, ul {
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #369;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active {
  color:#81c0ec;
  text-decoration: underline;
}

#nav ul, #nav h2 { color: #369; }

p { margin: 0 0 10px 0; }

/*  -MAIN DIVS
============================================================= */

#wrapper {
  width: 760px;
  margin: 0 auto;
}

#header {
  background: url('../images/getaway/header.jpg') no-repeat bottom center;
  width: 760px;
  height: 252px;
}

#nav {
  background: #fff;
  width: 730px;
  height: 20px;
  padding: 2px 15px 7px 15px;
}

.nav_content {
  display: none;
  background: #fff;
  width: 730px;
  padding: 10px 15px 10px 15px;
}

#nav_footer {
  background: #fff url('../images/getaway/bck_navbar.gif') no-repeat bottom right;
  width: 760px;
  height: 17px;
  clear: both;
  margin: 0 auto;
}

#content {
  background: #fff url('../images/getaway/footer.gif') no-repeat bottom center;
  padding: 10px 10px 15px 10px;
}

#footer {
  color: #fff;
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}

#footer_links a { margin: 0 5px; }

/*  -INDIVIDUAL SECTIONS
============================================================= */
  
#nav ul {
  width: 320px;
  float: left;
  padding: 0;
}

#nav ul li {
  display: inline;
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
}

#nav ul li a { text-decoration: none; }

#nav ul li a:hover { text-decoration: underline; }

#enterform h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #3f7daa;
  text-align:right;
}

#enterform h3 {
  font-size: 13px;
  font-style: italic;
  color: #666;
  line-height: 30%;
  text-align: right;
  padding-bottom: 5px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover { color: #ccc; }

/*  -MAIN SECTIONS
============================================================= */
  
#content h2 { font-size: 14px; }

.block {
  width: 350px;
  border:1px solid #666;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  overflow: auto;
}

.block p { margin: 0 0 5px 0; }

.booknow {
  background: url('../images/getaway/book.gif') no-repeat top left;
  float: left;
}

.booknow a {
  width: 88px;
  height: 32px;
  display: block;
  text-indent: -9999px;
}

.right { float:right; }

.left {
  float: left;
  padding: 0 5px 0 0;
}

