a:link {color: #0076a3; text-decoration: none;}
a:visited {color: #0076a3; text-decoration: none;}
a:hover {color: #08465d; text-decoration: none;}
a:active {color: #08465d; text-decoration: none;}
body, html {
    height: 100%;
    min-height: 100%;
    color: #333;
}
body {
    text-align: left;
}
#hd h1 {
}
#hd h1 img {
    position: relative;
}
ul.disc {
    list-style-type: disc;
}
ul.nested {
    margin: 0;
}
ul.strong {
    font-size: 124%;
}
ul.tile {
    float: left;
}
ul.image-gallery {
    width: 861px;
    margin: 10px 35px;
}
.hero {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    background-color: white;
}
.grand-opening {
    padding-left: 15px;
}
.grand-opening img {
    margin-right: 2px;
}
.images-banner {
    margin: auto;
    padding-bottom: 6px;
    width: 900px;
}
.image-gallery p, .image-container p {
    font-size: 85%;
    font-weight: bold;
}
ul.tile li {
    float: left;
    margin: 0 5px 5px 5px;
    text-align: center;
}
.tile a {
    display: block;
}
ul.top-navigation {
    padding-left: 15px;
    height: 30px;
    background-color: #EDF6EB;
    margin-bottom: 10px;
}
.top-navigation li {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 108%;
    font-weight: bold;
    color: white;
}
.top-navigation a {
    text-decoration: none;
    color: white;
    color: #3A6F8F;
    display: block;
    padding: 0 10px;
}
.top-navigation a.selected, .top-navigation a:hover  {
    background-color: #3A6F8F;
    color: white;
}
.top-navigation a:hover {
    border-left: none;
    border-right: none;
}
#bd {
    height: 100%;
    min-height: 100%;
    background-color: #72C267;
    padding: 10px;
}
#ft {
    margin-top: 10px;
    text-align: right;
    font-size: 85%;
}
.callout {
    background-color: white;
    margin-bottom: 10px;
}
.image-container {
    text-align: center;
}
.image-gallery img {
    border-bottom: 0;   
}
h1, h2, h3, h4 {
    color: #666;
    font-weight: bold;
}
h1 {
    font-size: 153.9%;
    line-height: 24px;
    margin-bottom: 5px;
}
h2 {
    font-size: 131%;
    margin: .3em 0;
}
h3 {
    font-size: 116%;
}
h4 {
    font-size: 108%;
}
p {
    line-height: 148%;
    margin-bottom: 1em;
}
ul {
    margin-bottom: 1em;
}
p.no-margin {
    margin-bottom: 0;
}
blockquote { margin: 10px 20px 10px 20px;}
strong { font-weight: bold; }
dt { font-weight: bold; }
dd { margin: 0 0 10px 20px; }
.line-through { text-decoration: line-through; font-size: 108%; }
.left { float: left; }
.right { float: right; }
.text-right { text-align: right; }
.clear { clear: both;  }
.clear-left { clear: left; }
.clear-right { clear: right; }
.center { text-align: center; }
.caption {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 123.1%;
}
ul.disc li {
    list-style-type: disc;
    margin: 0 0 5px 20px;
}
.content {
    background-color: white;
    width: 66%;
    float: left;
    padding: 10px;
}
.default .content {
    /*    width: 934px;*/
}
.gallery {
    padding: 10px;
}
#sd {
    width: 275px;
    padding: 10px;
    float: right;
    background-color: white;
}
/*Pricing*/
table.specials {
    margin-top: 10px;
    background-color: white;
    border-color: white;
    width: 100%;
}
table.specials td {
    padding: 10px;
    background-color: #EAF1F5;
}
table.specials td.buy {
    text-align: center;
    vertical-align: top;
}
.buy div {
    margin-top: 10px;
    font-size: 116%;
}
.sale {
    color: #72c267;
    font-size: 116%;
    font-weight: bold;
}
a.discounted-price {
    color: red;
    font-size: 116%;
    font-weight: bold;
    text-decoration: underline;
}
.strong {
    font-weight: bold;
}
#amenityList {
    font-size: 116%;
}
.schedule {
    width: 100%;
    font-size: 116%;
    background-color: white;
    border-color: white;
}
.schedule th {
    font-size: 116%;
    padding: 5px;
    font-weight: bold;
}
.schedule th, .schedule td {
    text-align: center;
}
.schedule td {
    line-height: 2em;
}
.weekend {
    background-color: #EDF6EB;
}
th.weekend {
    color: #72C267;
}
.weekday {
    background-color: #EEF4F7;
}
table.prices td {
    padding: 4px;
    background-color: white;
}
table.prices {
    background-color: #ccc;
    font-size: 108%;
    width: 300px;
    margin-bottom: 10px;
}
table.prices td {
    vertical-align: top;
}
td.price {
    text-align: right;
}