﻿body
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: #C48E59;
    background-image: url('/web_parts/page_items/background.gif');
    background-repeat: repeat-y;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
div
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    text-indent: 0px;
    overflow: hidden;
}
img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-indent: 0px;
}
h1
{
    font-size: 22px;
    padding: 5px;
    margin: 0px;
}
h2
{
    font-size: 18px;
    padding: 5px;
    margin: 0px;
}
h3
{
    font-size: 16px;
    padding: 5px;
    margin: 0px;
}
h4
{
    font-size: 14px;
    padding: 5px;
    margin: 0px;
}
h5
{
    font-size: 12px;
    padding: 5px;
    margin: 0px;
}
h6
{
    padding: 5px;
    margin: 0px;
}
p
{
    padding: 0px;
    margin: 5px;
    margin-top: 10px;
    text-align: inherit;
    text-indent: 0em;
}
a
{
    color: White;
    text-decoration: none;
}
a:visited
{
    color: White;
    text-decoration: none;
}
a:hover
{
    color: #FFFFCC;
    text-decoration: none;
}
a:active
{
    color: #FFFFCC;
    text-decoration: none;
}
ul
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 15px;
    list-style-type: none;
    list-style-position: outside;
}
li
{
    margin: 3px;
    padding: 0px;
    border: 0px;
}
td
{
    text-align: center;
}
tr
{
    border: thin solid #000000;
}
/* Custom Classes */
.main-link
{
    float: left;
    width: 200px;
    height: 23px;
    font-size: 18px;
    font-style: normal;
    margin-top: 5px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}
.main-link:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.main-link:hover
{
    color: #FFCC66;
    text-decoration: none;
}
.main-link:active
{
    color: #FFCC66;
    text-decoration: none;
}
.main-link-high
{
    float: left;
    width: 200px;
    height: 23px;
    font-size: 18px;
    font-style: normal;
    margin-top: 5px;
    color: #FFCC66;
    font-family: Arial, Helvetica, sans-serif;
}

.link-more
{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 75px;
    width: 75px;
    overflow:hidden;
}

.location-image-div
{
    width: 180px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}
.location
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
}
.location-image
{
    border: solid 2px Transparent;
}
.location-image:hover
{
    border: solid 2px Gray;
}

/* Reviews */
.review-area
{
    width: 580px;
    height: 488px;
    margin: 10px;
    overflow: scroll;
}
.review-area a
{
    color: White;
}
.review-area a:visited
{
    color: White;
}
.review-area a:hover
{
    color: #FFFFCC;
}
.review-area a:active
{
    color: #FFFFCC;
}
.imageDIV
{
    float: right;
    max-width: 400px;
    max-height: 400px;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #000000;
}

/* Specials */
.special-image
{
    float: right;
    max-width: 400px;
    max-height: 400px;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #000000;
}
.special-box
{
    width: 110px;
    height: 140px;
    overflow: hidden;
    background-color: White;
    font-size: 14px;
    color: Black;
    text-align: center;
    border: 3px double Black;
}
.special-box a
{
    color: Black;
}
.special-innerbox
{
    width: 110px;
    height: 140px;
    overflow: hidden;
}
/* Contact Page */
.mainLocation
{
    color: Black;
    font-size: 16px;
    text-align: center;
}
.titleRow
{
    height: 25px;
    margin-bottom: 10px;
    font-family: "Times New Roman" , Times, serif;
    font-size: 18px;
}
.hoursText
{
    font-size: 14px;
}
/* Gallery */
.high-left
{
    float: left;
    width: 30px;
    height: 440px;
    background-image: url('/web_parts/page_items/gallery-left.gif');
}
.high-left:hover
{
    float: left;
    width: 30px;
    height: 440px;
    background-image: url('/web_parts/page_items/gallery-left-high.gif');
}
.high-right
{
    float: left;
    width: 30px;
    height: 440px;
    background-image: url('/web_parts/page_items/gallery-right.gif');
}
.high-right:hover
{
    float: left;
    width: 30px;
    height: 440px;
    background-image: url('/web_parts/page_items/gallery-right-high.gif');
}

