﻿
/*png fix*/
* html img, * html .DarkLayer
{
    behavior: url(styles/resources/iepngfix.htc);
}
.clear
{
    clear: both;
}
*
{
    padding: 0;
    margin: 0;
    border: 0px none;
}
html
{
    height: 100%;
    width: 100%;
}
body
{
    height: 100%;
    width: 100%;
    font: 100% "Trebuchet MS";
    text-align: center;
    color: #000000;
    background-color: #000000;
}
label
{
    color: #FFFFFF;
}
.DarkLayer
{
    background-image: url(../images/darkenlayer.png);
    background-repeat: repeat;
}
#container
{
    
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: #544334;
    font-size: 12px;
    color: #f6f1e6;
    z-index: 8888px;
}

#container:after, #mainText:after, #PrintAmenitiesDiv:after, .EventsHolder:after, #footer:after, .AboutUsBrochure:after, #MapDirections:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#mainText
{
    height: 1%;
}
/** Common Text Styles **/

.RedText
{
    color: #ff0000;
}

.hdrOrange
{
    color: #ea7d13;
    font-family: Trebuchet MS;
    font-size: 13pt;
    padding: 5px 0 10px 0;
    display: block;
    letter-spacing: 2px;
}
.hdrWhite
{
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    display: block;
}


.SubHeaderBlack
{
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
}

.BoldText
{
    font-weight: bold;
}


#container a
{
    color: #ea7d13;
    text-decoration: none;
    cursor: pointer;
}

#container a:hover
{
    color: White;
}

/**Header**/
#HeaderStyle
{
    margin: 0;
    background-image: url(../images/bgHeader.jpg);
    background-repeat: no-repeat;
    background-position: center !important;
    height: 101px;
}

#mainHeader
{
    width: 1000px;
    height: 94px;
    margin: 0 auto;
    text-align: left;
}

#mainNavbg
{
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    color: #ea7d13;
    vertical-align: middle;
    font-size: 10px;
    padding-right: 16px;
    line-height: 16px;
}

.bullet
{
    font-size: 18px;
    line-height: 16px;
    vertical-align: middle;
}

.NavSpan
{
    line-height: normal;
    vertical-align: middle;
    margin-left: 5px;
    text-transform: uppercase;
    color: White;
    letter-spacing: 1px;
    font-size: 10px;
}

.NavSpan a
{
    color: #ffffff;
    text-decoration: none;
}
.NavSpan a:hover
{
    color: #ababab !important;
}
* html .topgrad
{
    behavior: url(styles/resources/iepngfix.htc);
}
.topgrad
{
    background-color: Transparent;
    background-image: url(../images/top_gradient.png);
    background-repeat: repeat-x;
    width: 1000px;
    height: 19px;
    margin-bottom: -19px;
    z-index: 99999;
    position: relative;
}


/** footer **/
* html .bottomgrad
{
    behavior: url(styles/resources/iepngfix.htc);
}

.bottomgrad
{
    background-color: Transparent;
    background-image: url(../images/bottom_gradient.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 25px;
    margin-top: -19px;
    z-index: 99999;
    position: relative;
}
#FooterStyle
{
    background-image: url(../images/bgFooter.jpg);
    background-repeat: no-repeat;
    background-position: center !important;
    height: 291px;
    padding-top: 0px;
}

#footer
{
    clear: both;
    width: 1000px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    background-color: #000000;
    color: #7e7d7a;
    font-size: 11px;
    padding: 10px 0;
}
.ftrLogo
{
    float: left;
    width: 140px;
    line-height: 100px;
    vertical-align: middle;
}

* html .ftrLogo
{
    padding-top:40px;
    }
    
    * html .ftrDisaLogo  
{
    padding-top:25px;
    }
.ftrMiddle
{
    float: left;
    width: 720px;
}
.ftrDisaLogo
{
    float: left;
    width: 140px;
    text-decoration: none;
    line-height: 100px;
    vertical-align: middle;
}
.FooterLinksBox
{
    font-size: 10px;
    width: 100%;
    clear: both;
    border-top: 1px solid #7e7d7a;
   
    text-align: left;
}
* html .FooterLinksBox
{
     margin-top: 0px;
    }
.FooterLinksBox a
{
    color: #7e7d7a;
    text-decoration: none;
}

.FooterLinksBox a:hover
{
    color: #ea7d13;
    text-decoration: underline;
}
.FooterLinksBox .hdrWhite
{
    font-size: 10px;
}

