﻿body
{
    background-color: #4c5a52;
    line-height: 20px;
    font-size: 11px;
    color: #591f00;
    margin: 0px;
    font-family: Times New Roman, Verdana, Serif;
}



br
{
    clear: both;
}

img
{
    display: block;
    border: solid 0px #000000;
}

h1
{
    font-size: 18px;
    font-variant: small-caps;
}

h2
{
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 0px;   
    margin-bottom: 0px; 
}

h2.smalltitle
{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding-top: 28px;
    padding-bottom: 4px;
}

h3
{
    font-size: 16px;
    text-align: center;
    color: #3c2610;
    padding-top: 14px;
}

h4
{
    font-size: 11px;
    font-family: Verdana, Sans-Serif;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

h5
{
    font-size: 16px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

th
{
    color: #ffc20e;
    font-weight: bold;
}

th a
{
    color: #ffc20e;
    font-weight: bold;
    text-decoration: underline;
}

td
{
    font-size: 11px;
    line-height: 16px;
}

td a
{
    color: #e6e5d3;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}

td strong
{
    font-size: 14px;
    color: #ffc20e;
}

a
{
    color: Maroon;
}

/* specific frames */
#frame
{
    width: 825px;
    height: 720px;
    background: inherit;
    margin: 30px auto auto auto;
}

#mainFrame
{
    width: 100%;
    height: 700px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #e5dfc0;
    border: solid 1px #000000;
}

#mainFrame #headerFrame
{
    width: 100%;
    height: 127px;
    float: left;
    background-image: url(../Images/Global/header_bg.gif);
    background-repeat: no-repeat;
}

#mainFrame #contentContainer
{
    width: 100%;
    height: 573px;
    float: left;
    background: url(../Images/Global/content_bg.gif);
    position: relative;
    overflow: hidden;
}

#contentContainer #navFrame
{
    width: 216px;
    height: 100%;
    float: left;
}

#contentContainer #contentFrame
{
    width: 609px;
    height: 100%;
    float: left;
}


#contentFrame #contentA
{
    width: 100%;
    float: left;
    background: #617969;
    color: #ffffff;
}

#contentFrame #contentAminHeight
{
    width: 100%;
    height: 510px;
    overflow: hidden;
    float: left;
    background: #617969;
    color: #ffffff;
}

#contentATopBord
{
    width: 100%;
    float: left;
    height: 37px;
    background: #617969;
}

#contentABotBord
{
    width: 100%;
    height: 37px;
    float: left;
    background: url(../Images/Global/bottom_border.gif) no-repeat;
}

/* general frames */
.generalFrame
{
    width: 100%;
    float: left;
}

div#navborder
{
    position: absolute;
    width: 7px;
    height: 573px;
    top: 127px;
    left: 212px;
    z-index: 4;
    background: url(../Images/Global/nav_border.png);
    background-repeat: no-repeat;
}

div.nav
{
    width: 216px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #ffffff;
    background-color: #514e2d;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

div.nav:hover
{
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.80;
}


/* padding */

.pad7pxall
{
    padding: 7px 7px 7px 7px;
}

.pad10pxall
{
    padding: 10px 10px 0px 10px;
}

/* text alignment */
.txtCenter
{
    text-align: center;
}

.txtLeft
{
    text-align: left;
}

.txtRight
{
    text-align: right;
}

.txtJust
{
    text-align: justify;
}

/* links */
#contentA a, #contentA a:visited
{
    color: #ffffff;
    font-weight: bold;
}

#contentA a:hover
{
    color: #ffffff;
}

/* image styles */
.resortlogo
{
    margin-top: 90px;
}

.imgBlock
{
    display: block;
}

.imgBorderwhite
{
    border: solid 1px #ffffff;
}

.imgCenter
{
    margin: auto auto auto auto;
}

/* AjaxControlToolkit */
.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-image: url(../Images/Global/popup_bg.jpg);
    background-repeat: no-repeat;
    border: solid 1px #000000;
    z-index: 7;
    position: absolute;
    overflow: hidden;
    width: 600px;
    height: 477px;
}
