@charset "utf-8";
@import url('reset.css');
@import url('typography.css');
@import url('slider.css');
@import url('fancybox.css');

hr {
    float: left;
    width: 100%;
}

body {
    text-align: left;
    background: url(../images/bg.gif) repeat-x #e1dccd;
}

#wrapper {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 960px;
}

#header {
    margin-top: 10px;
    float: left;
}

#call_us {
    float: right;
    background-color: #473b34;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    /* file path relative to html file that css is called to */
    padding: 5px 10px;
    margin-top: 15px;
    margin-right: 35px;
}

#nav {
    float: right;
    clear: both;
    background-color: #473b34;
    padding: 5px 5px 2px;
    margin-top: -19px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;

    /* file path relative to html file that css is called to */
}

#nav ul {
}

#nav ul li {
    float: left;
    margin-right: 15px;
}

.first {
    margin-left: 15px;
}

#nav ul li a {
    text-decoration: none;
    display: block;
}

#nav ul li a:hover {
}

#content {
    float: left;
    clear: both;
    background-color: #ffffff;
    margin-top: 0;
    width: 950px;
    padding: 10px 5px 5px;
    /* rounding for div*/
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    margin-bottom: 25px;
    /* file path relative to html file that css is called to */
}

#special_left.specials, #special_right.specials {
    /*background: url(../images/bg_specials.gif) repeat-x #ffffff;*/
    float: left;
    width: 420px;
    margin-left: 4%;
    margin-bottom: 45px;
    padding: 0 10px 0;
}

#special_right {
    clear: left;
}

a#vTour {
    float: right;
    margin-right: 3.4%;
}

#single_column {
    float: left;
    width: 910px;
    margin: 20px 20px 0;
}

#footer {
    clear: both;
    font-size: 0.875em;
    margin: 0 auto 35px;
    padding-top: 10px;
    position: relative;
    width: 900px;
}

#footer ul li {
    float: left;
    margin-right: 15px;
}

.first {
    margin-left: 15px;
}

#footer ul li a {
    text-decoration: none;
    display: block;
}

h3 {
    background-color: #66766f;
    float: left;
    margin-bottom: 40px;
    margin-top: 1.56em;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 0;
    border-radius: 0 8px 8px 0;
    /* file path relative to html file that css is called to */
}

#h3_bg {
    background: url("../images/h3_bg.gif") no-repeat scroll 0 0 transparent;
    height: 58px;
    left: -22px;
    position: absolute;
    top: 158px;
    width: 30px;
    z-index: 1;
    display: none;
}

h4 {
    clear: both;
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-left: 15px;
    width: 100%;
}

#single_column p {
    clear: left;
    float: left;
    margin-bottom: 1.2em;
    width: 85%;
}

#special_left h3 {
    float: left;
    clear: right;
    background: none;
    color: #66766f;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#special_left p {
    float: left;
    clear: left;
}

#special_right h3 {
    float: left;
    clear: right;
    background: none;
    color: #66766f;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#special_right p {
    float: left;
    clear: left;
}

ul#kids {
    float: left;
    width: 95%;
}

#kids li {
    margin-bottom: 10px;
    width: 93%;
}

#directions {
    float: left;
    clear: left;
    margin-top: 0;
    width: 265px;
    background-color: #f9fcfc;
    padding: 15px;
    padding-top: 0;
    background-image: url(img/text_bg2.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

#map {
    float: right;
}

img.fright {
    float: right;
}

.cLeft {
    clear: left;
}

.cRight {
    clear: right;
}

#hours {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'FuturaStdMedium';
    margin-top: 20px;
    line-height: 1.5em;
    letter-spacing: normal;
}

ul {
    float: left;
    list-style: none;
}

ul li {
    margin-left: 20px;
}

ol {
    float: left;
    list-style: none;
}

ol li {
    display: list-item;
    float: left;
    font-family: 'FuturaStdBook';
    font-size: 90%;
    list-style: decimal outside none;
    margin-bottom: 1em;
    margin-left: 5%;
    width: 75%;
}

#quotes {
    float: right;
    height: 114px;
    margin-bottom: 5px;
    margin-right: 20px;
    width: 400px;
}

.row {
    clear: both;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 25px;
}

.row p > strong {
    font-weight: bold;
}

.col-md-4, .col-md-6, .col-md-8, .col-md-10, .col-md-12 {
    float: left;
}

.col-md-4 {
    margin-bottom: 25px;
    width: 33.33333333%;
}

.col-md-6 {
    margin-bottom: 25px;
    width: 50%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-6 > ul, .col-md-6 > p {
    clear: both;
}

.col-md-10 {
    clear: both;
    width: 85%;
}

.col-md-12 {
    width: 100%;
    line-height: 1.5;
    clear: both;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#flag {
    background: url("../images/flag-wash.jpg") no-repeat 0 0 scroll;
    background-size: cover;
}

#content > h3 {
    padding-bottom: 1px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}
