﻿
/*png fix*/
img, a
{
    behavior: url(styles/resources/iepngfix.htc);
}

*
{
    padding: 0;
    margin: 0;
    border: 0px none;
}

html
{
    height: 100%;
    width: 100%;
}


body
{
    height: 100%;
    width: 100%;
    font: 100% Arial,Verdana;
    text-align: center;
    color: #000000;
}


#container
{
    height: auto !important;
    height: 100%;
    position: relative;
    width: 975px;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}

#mainHeader
{
    height: 110px;
    width: 975px;
    margin: 0 auto;
}
#mainHeader .nav
{
    clear: both;
    background-image: url(../images/headerFade.png);
    background-repeat: no-repeat;
    background-position: right !important;
    behavior: url(styles/resources/iepngfix.htc);
    height: 85px;
    width: 962px;
}
#mainHeader .logo
{
    position: relative;
    float: left;
    width: 480px;
    height: 68px;
    margin: 10px 0 0 10px;
    text-align: left;
}

#mainHeader .buttons
{
    position: relative;
    float: right;
    width: 200px;
    height: 50px;
    margin-top: 23px;
}

#mainHeader .buttons ul
{
    list-style-type: none;
    display: inline;
}

#mainHeader .buttons li
{
    list-style-type: none;
    display: inline;
    padding-left: 15px;
}

.headerbar
{
    float: right;
    width: 430px;
    height: 6px;
    line-height: 6px;
    margin: 13px 0px 0 0;
}
#mainNavbg
{
    height: 33px;
    width: 949px;
    margin: 0 auto;
}

/* search */

#search
{
    float: left;
    width: 250px;
    margin: 7px 0 0 10px;
}


span.searchr
{
    position: relative;
    color: #eedcb6;
    font-size: 14px;
}

input.searchText
{
    margin-left: 8px;
    height: 22px;
    font-size: 14px;
    width: 122px;
    background-color: #FFFFFF;
}


input.goBtn
{
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 13px;
}

input.goBtn:hover
{
    color: #ffffff;
    cursor: pointer;
}

#nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
    left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    left: auto;
}

#nav li.sfhover
{
    background-position: 0% -42px;
}

/* navigation */

#nav
{
    position: relative;
    float: right;
    width: 847px;
    background-color: transparent;
    height: 46px;
    list-style-type: none;
}

#nav ul
{
    float: left;
    background-color: #fff;
    width: 169px;
}


#nav li
{
    text-decoration: none;
    display: block;
    float: left;
}

#nav a
{
    display: block;
    text-decoration: none;
}

#nav li a:link.firstLvl, #nav li a:visited.firstLvl
{
    text-align: center;
    height: 46px;
    width: 169px;
    font-size: 14px;
    line-height: 3em;
    list-style-type: none;
    text-decoration: none;
    color: #eedcb6;
}

#nav li a:active.firstLvl, #nav li a:hover.firstLvl
{
    text-decoration: none;
    color: #ffffff;
    width: 169px;
}

#nav span.middleRoll /* centers text in rollover tab */
{
    margin-left: -10px;
}



#nav li ul.dropLvl
{
    font-size: 14px;
    line-height: 28px;
    z-index: 500;
    position: absolute;
    left: -999em;
    height: auto;
    font-weight: normal;
    background-color: #423329;
}



#nav li ul.dropLvl a:link, #nav li ul.dropLvl a:visited
{
    width: 175px;
    background-color: #423329;
    color: #eedcb6;
    padding: 0 25px 0 10px;
}


#nav li ul.dropLvl a:active, #nav li ul.dropLvl a:hover
{
    background: #FFFFFF;
    color: #000;
}

#nav li ul.dropLvl a.selected /* for the current page add "selected" class */
{
    color: #fff;
}

#nav li ul.dropLvl a.selected:hover
{
    color: #fff;
    background-color: #423329;
}

#nav li:hover ul ul, #nav li:hover ul ul ul
{
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul
{
    left: auto;
}

#nav li:hover
{
    text-decoration: none;
    color: #ffffff;
    width: 169px;
}



#nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
    left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    left: auto;
}

#nav li.sfhover
{
    background-position: 0% -42px;
}





/* footers */


#footer
{
    clear: both;
    width: 975px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    bottom: 0; /* stick to bottom */
}



#footerBox
{
    background-color: transparent;
    width: 949px;
    margin: 15px auto;
    text-align: center;
}

#footerBox h1
{
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-weight: 300;
    color: #000000;
    font-size: 1.2em;
    padding: 6px;
    text-align: center;
}

#footerBox p
{
    font-family: Arial,Verdana;
    color: #000000;
    font-size: .8em;
    text-align: left;
    padding: 0 11px;
}

#footerBox img
{
    text-align: center;
}



#footerBox ul.listBtn
{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 309px;
    list-style-type: none;
    text-align: center;
}

#footerBox ul.listBtn li
{
    font-size: .8em;
    line-height: 1.8em;
    text-align: center;
    width: 203px;
    height: 26px;
    margin: 5px auto;
}

#footerBox ul.listBtn li a:link, #footerBox ul.listBtn li a:visited
{
    color: #eedcb6;
    text-decoration: none;
}

#footerBox ul.listBtn li a:active, #footerBox ul.listBtn li a:hover
{
    color: #ffffff;
    text-decoration: none;
}


#footerBox .leftbox
{
    position: relative;
    float: left;
    height: 150px;
    width: 309px;
}
#footerBox .centerbox
{
    position: relative;
    float: left;
    margin: 0 9px 0 9px;
    height: 150px;
    width: 309px;
}
#footerBox .rightbox
{
    position: relative;
    float: right;
    height: 150px;
    width: 309px;
}
.FooterLinksBox
{
    height: 50px;
    clear: both;
    margin: -5px 13px 0px 13px;
    text-align: center;
    border: 1px solid #503C31;
    border-left: none;
    border-right: none;
}
.ftbHeader
{
    font-size: 9pt;
    text-align: left;
    margin: 5px 0 0 10px;
}
.ftbContent
{
    margin: 0;
    padding: 0 0 0 35px;
    width: 760px;
    margin: auto;
}
.FooterNav
{
    text-align: center;
    float: left;
    width: 880px;
    margin: 10px 0px 0px 0px;
}
.FooterNav .address
{
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

A.footerLink, A.footerLink:link, A.footerLink:active, A.footerLink:visited
{
    text-decoration: none;
}
A.footerLink:hover
{
    text-decoration: underline;
}
.FooterEHO
{
    float: right;
    width: 95px;
    margin: 10px 0px 0px 0px;
}
#footer p
{
    font-family: Arial,Verdana;
    font-size: .8em;
}
#footer p.address
{
    font-family: Arial,Verdana;
    font-size: .8em;
    padding-bottom: 6px;
    color: #000000;
}


#footer p.bottomLinks
{
    float: left;
    text-align: left;
    white-space: nowrap;
    margin: 5px 0px 0px 60px;
    padding: 0 0 10px 0;
}

#footer p.bottomLinks a:link, #footer p.bottomLinks a:visited
{
    text-decoration: none;
    color: #000000;
}

#footer p.bottomLinks a:active, #footer p.bottomLinks a:hover
{
    text-decoration: none;
}


#footimg
{
    clear: both;
    margin-top: 20px;
    min-height: 18px;
    width: 975px;
    margin: 0 auto;
}

A.plan_t:link
{
    background-color: #d1b593;
    color: #000000;
    text-decoration: underline;
}

A.plan_t:visited
{
    background-color: #d1b593;
    color: #000000;
    text-decoration: underline;
}

A.plan_t:hover
{
    background-color: #d1b593;
    color: #000000;
    text-decoration: underline;
}

.sitename
{
    text-align: left;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-style: italic;
    font-weight: normal;
    color: #1c1c1c;
    font-size: 1.9em;
    line-height: 1.3em;
    text-align: left;
    padding-right: 24px;
    padding-left: 10px;
    text-decoration: none;
}

.headline
{
    text-align: left;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-style: italic;
    font-weight: normal;
    color: #1c1c1c;
    font-size: 1.25em;
    line-height: 1.50em;
    text-align: left;
    padding-right: 24px;
    padding-left: 10px;
    text-decoration: none;
}

.fpdetail
{
    color: #1c1c1c;
    font-size: .8em;
    line-height: 1.6em;
    margin-left: 10px;
}

.amenities
{
    font-family: Arial,Verdana;
    text-decoration: none;
    color: #1c1c1c;
    font-weight: normal;
    font-size: 9pt;
    margin-right: 11pt;
}

.amenitiesttl
{
    margin-right: 11pt;
    padding-right: 25pt;
    clear: both;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-weight: 300;
    color: #eedcb6;
    font-size: 1.5em;
    line-height: 1em;
    text-align: left;
    padding: 0 20px;
    background-color: #864817;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#footer p.officehours
{
    font-family: Arial,Verdana;
    font-size: .7em;
    padding-bottom: 6px;
    height: 48px;
    text-align: center;
}

.contenttour
{
    width: 390px;
    height: 346px;
    overflow: auto;
    scrollbar-3dlight-color: #fcdab1;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #d1b593;
    scrollbar-darkshadow-color: #a97a4e;
    scrollbar-face-color: #d1b593;
    scrollbar-highlight-color: #fcdab1;
    scrollbar-shadow-color: #a97a4e;
}
.sitename
{
    text-align: left;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-style: italic;
    font-weight: normal;
    color: #1c1c1c;
    font-size: 1.9em;
    line-height: 1.3em;
    text-align: left;
    padding-right: 24px;
    padding-left: 10px;
    text-decoration: none;
}

.headline
{
    text-align: left;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-style: italic;
    font-weight: normal;
    color: #1c1c1c;
    font-size: 1.25em;
    line-height: 1.50em;
    text-align: left;
    padding-right: 24px;
    padding-left: 10px;
    text-decoration: none;
}

a.ymap:link
{
    color: #1c1c1c;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}

a.ymap:visited
{
    color: #1c1c1c;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}

a.ymap:hover
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}

.amenities
{
    font-family: Arial,Verdana;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: 9pt;
    margin-right: 11pt;
}

.contact
{
    font-family: Arial,Verdana;
    text-decoration: none;
    color: #1c1c1c;
    font-weight: normal;
    font-size: 9pt;
    margin-right: 11pt;
}

.detailsbottom h1.rcolumnTitle
{
    clear: both;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-weight: 300;
    color: #eedcb6;
    font-size: 1.5em;
    line-height: 1em;
    text-align: left;
    padding: 0 20px;
    background-color: #864817;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.amenitiesttl
{
    margin-right: 11pt;
    padding-right: 25pt;
    clear: both;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-weight: 300;
    color: #eedcb6;
    font-size: 1.5em;
    line-height: 1em;
    text-align: left;
    padding: 0 20px;
    background-color: #864817;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#MapArea
{
    position: relative;
}

.MapNav
{
    padding: 0px 10px 0px 10px;
    height: 33px;
    width: 929px;
    margin: 0 auto;
    color: #eedcb6;
    font-weight: normal;
    font-size: 9pt;
    background-color: Black;
}

.DirectionsBlock
{
    font-size: 9pt;
}
.DirectionsBlock p
{
    border-top: 1px solid #eedcb6;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    padding-top: 10px;
}

.DirectionsBlock ul
{
    margin-left: 30px;
}
.SubHead
{
    color: #000000;
    font-family: Palatino Linotype, Book Antiqua, "Times New Roman" , Times, serif;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.8em;
    text-align: left;
}
.DirectionsBlock a, .DirectionsBlock a:link, .DirectionsBlock a:visited, .DirectionsBlock a:active, A.GeneralLink:link, A.GeneralLink:visited, A.GeneralLink:link, A.GeneralLink:active
{
    text-decoration: none;
    color: #965F31;
}

.DirectionsBlock a:hover, A.GeneralLink:active:hover
{
    text-decoration: underline;
    color: #ffffff;
}
#txtSearchMapKey
{
    padding: 1px 5px 1px 3px;
    border: 1px solid silver;
    width: 120px;
    border-top: none;
    vertical-align: middle;
    margin-right: 2px;
}

.RedText
{
    color: #ff0000;
}


#pnlPreview
{
    margin: auto;
    text-align: center;
    padding: 0px;
}


#pnlPhotoStrip
{
    height: 130px;
    clear: both;
    margin: auto;
}


#fpDetails
{
    padding-bottom: 15px;
}
a.radfd_Default span:hover, .RadMenu_Black .rmRootGroup .rmLink:hover, .RadMenu_Black .rmRootGroup .rmFocused, .RadMenu_Black .rmRootGroup .rmExpanded
{
    font-size: 12px !important;
    color: white !important;
    font-family: "Segoe UI" , "Myriad Pro" ,Arial,sans-serif !important;
}
.ftrSeparator
{
    height: 2px;
    line-height: 2px;
    margin: 0 13px 0 13px;
    clear: both;
}
.amenitiesSection h1
{
    color: black !important;
    border-bottom: 1px solid black;
}

#mainNavbg
{
    background-color: Black;
    height: 33px;
    z-index:1000 !important;
}

.turnItem
{
    border-bottom: 1px solid #666666;
    margin: 5px 0 5px 0;
    height:20px;
   line-height:20px;
    vertical-align:middle;
padding: 5px 0 5px 0;
}
