﻿
/*png fix*/
* html img, * html a, * html .MapNav img
{
    behavior: url(styles/resources/iepngfix.htc);
}

*
{
    padding: 0;
    margin: 0;
    border: 0px none;
}

html
{
    height: 100%;
    width: 100%;
}

body
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font: 100% Arial,Verdana;
    text-align: center;
    color: #000000;
}
.iconBackground
{
    vertical-align: middle;
}

.clear
{
    clear: both;
}

li
{
    list-style-type: none;
}

#container
{
    height: auto !important;
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 10pt;
    font-family: Arial, Trebuchet MS;
    padding-top: 20px;
}

#mainTop
{
    width: 100%;
    background-color: #e0dfca;
    height: 276px;
    text-align: center;
}

#mainTop .frame
{
    width: 890px;
    height: 276px;
    margin: auto;
}

#OfficeHours
{
    width: 100%;
    background-color: #f0efe7;
    height: 22px;
    text-align: center;
}

#OfficeHours div
{
    width: 890px;
    text-align: left;
    margin: auto;
}

#OfficeHours .LeftSide
{
    width: 621px;
    text-align: left;
    line-height: 22px;
    vertical-align: middle;
    font-size: 10px;
    float: left;
}

#OfficeHours .RightSide
{
    width: 269px;
    text-align: right;
    float: left;
    font-size: 12px;
    margin: auto;
}

#mainText
{
    padding: 10px 0;
    width: 890px;
    margin: auto;
    text-align: left;
}

.ftrSeparator
{
    height: 2px;
    line-height: 2px;
    margin: 0 13px 0 13px;
    clear: both;
}

/******************************************
*************** Common Text Styles ********
*******************************************/

a:link, a:active, a:visited
{
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
}

.RedText
{
    color: #ff0000;
}

.hdrOrange
{
    font-family: Trebuchet MS;
    font-size: 14pt;
    text-transform: lowercase;
    padding: 10px 0 10px 0;
    display: block;
}

.hdrGreen
{
    font-family: Trebuchet MS;
    font-size: 12pt;
    text-transform: lowercase;
    padding: 10px 0 0px 0;
    display: block;
}

.HeaderHours
{
    font: bold 12px Arial;
}

.SubHeaderBlack
{
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
}

.BoldText
{
    font-weight: bold;
}

a.RadForm_Sunset, a.RadForm_Sunset span
{
    color: #333333 !important;
    font-weight: bold !important;
}

/********************************************
********************* Header ****************
********************************************/

#mainHeader
{
    height: 80px;
    width: 890px;
    margin: 0 auto;
}

#mainHeader .logo
{
    max-height: 58px;
    float: left;
    width: 160px;
    max-width: 160px;
    margin: 0;
    text-align: left;
}

#headerAddress
{
    font-size: 11px;
    font-family: Arial;
    height: 80px;
    vertical-align: bottom;
    float: right;
    width: 160px;
    text-align: right;
}

#headerAddress .AddressBlock
{
    margin-top: 5px;
}

#headerNav
{
    float: left;
    width: 560px;
    margin: 0 auto;
    height: 31px;
    padding-top: 42px;
    margin-bottom: -9px;
}

#headerNav img
{
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

.LeftContent
{
    width: 608px;
    float: left;
    height: 276px;
    background-color: white !important;
    color: White !important;
    font-family: Trebuchet MS;
}

.RightContent
{
    width: 270px;
    float: right;
    background-color: White;
    height: 276px;
}

/*************************************
************* Footer *****************
**************************************/

#footer
{
    clear: both;
    width: 890px;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: left;
    border-top: 1px solid #cccccc;
    color: #999999;
}

.FooterNav
{
    text-align: left;
    float: left;
    width: 500px;
    margin: 10px 0px 0px 0px;
    color: #999999;
}

.FooterNav A, .FooterNav A:link, .FooterNav A:active, .FooterNav A:visited
{
    font-size: 10px;
    color: #999999;
}

.FooterNav A:hover
{
    font-size: 10px;
}

.FooterLogos
{
    width: 175px;
    float: right;
}

.FooterLogos img
{
    border: 0;
}

/*******************************
************Default Page********
********************************/

.DefaultColumn
{
    width: 550px;
    float: left;
    display: block;
    height: auto;
    text-align: justify;
}

.DefaultRightColumn
{
    width: 300px;
    margin-left: 40px;
    float: left;
    display: block;
    height: auto;
}

.DefaultRightColumn a:link
{
    font-weight: normal !important;
    text-decoration: none;
    font-family: Trebuchet MS;
}

.TopRightBgrnd
{
    filter: alpha(opacity=55);
    -moz-opacity: .55;
    opacity: .55;
    position: relative !important;
    width: 270px;
    height: 45px;
    margin-bottom: -45px;
    z-index: 1000;
}

.BottomRightBgrnd
{
    filter: alpha(opacity=55);
    -moz-opacity: .55;
    opacity: .55;
    width: 270px;
    height: 60px;
    margin-top: -60px;
    z-index: 1000;
}

.TopBgrndText
{
    padding: 5px 5px 0 5px;
    color: #dfded5;
    font-size: 11px;
    font-family: Trebuchet MS;
    position: relative;
    height: 40px;
    margin-bottom: -45px;
    width: 590px;
    z-index: 1500;
    text-align: left;
}

.RotatorImage
{
    cursor: pointer;
    height: 49px;
    max-width: 71px;
    max-height: 49px;
}



/***********************************
***********Floorplans page *********
************************************/

.fpSectionGrid
{
    width: 440px;
    overflow: auto;
    float: left;
    margin-right: 47px;
}

.fpSectionGrid .gvFloorplans
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.fpSectionGrid .headerstyle
{
    color: White;
    font-weight: bold;
    height: 18px;
}

.fpSectionGrid .row1style
{
    background-color: #f2f2f2;
    border-top: solid 1px #edece7;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #edece7;
}

.fpSectionGrid .row2style
{
    background-color: #e1e1e1;
    border-top: solid 1px #edece7;
    border-bottom: solid 1px #edece7;
    border-left: none;
    border-right: none;
}

.fpSectionGrid a.view
{
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.fpSectionGrid a.view:hover
{
}

.fpSectionGrid img
{
    vertical-align: middle;
}

.img2d
{
    height: 325px;
    max-width: 380px;
    max-height: 325px;
}

.floorplanDescription
{
    font-family: "Trebuchet MS";
    font-size: 12px !important;
    width: 100%;
    padding-top: 10px;
}

.fpPictureSection
{
    float: left;
    padding-left: 2px;
}

.fpPictureSection .header
{
    width: 400px;
    border-bottom: 1px solid #cccccc;
    height: 40px;
}

.fpPictureSection .fpPictureBar
{
    color: White;
    line-height: 20px;
    height: 20px;
    width: 400px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
}

.fpPictureSection .fpPictureBar a, .fpPictureSection .fpPictureBar a:link, .fpPictureSection .fpPictureBar a:active, .fpPictureSection .fpPictureBar a:visited
{
    color: White;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.fpPictureSection .fpPictureBar a:hover
{
    color: #f8eea6;
    text-decoration: none;
}

.fpPictureSection .fpPictureBar img
{
    border: solid 0px;
}


/* the class of #lnk2D3D determines what shows.  d2 means current state is 2D, d3 means current state 3d.*/
#lnk2D3D.d2 .d3
{
    display: none;
}
#lnk2D3D.d3 .d2
{
    display: none;
}

.fpShowcase
{
    height: 335px;
    width: 380px;
    padding: 10px;
    clear: both;
    text-align: center;
}

/*******************************************
************ MapAndDirections page *********
********************************************/

#MapArea
{
    position: relative;
}

.MapNav
{
    padding: 0px;
    height: 35px;
    width: 600px;
    margin: 0 auto;
    color: #ffffff;
    font-weight: normal;
    font-size: 9pt;
    text-align: left !important;
}

.MapNav div
{
    padding-top: 10px;
}

.MapNav img
{
    margin-left: 50px;
    margin-right: 8px;
    vertical-align: middle;
}

.MapNav a:link, .MapNav a:visited, .MapNav a:active, .MapNav a:hover
{
    font-weight: bold;
    color: White;
}

#DirectionsNote
{
    padding-left: 15px;
    float: left;
    width: 585px;
}

#DirectionsNote #divPrint
{
    float: right;
    display: none;
}

.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;
}

#StaticDirections
{
    clear: both;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    width: 890px;
    text-align: justify;
    margin-top: 20px;
    position: relative;
}

#StaticDirections .OneSiteDirections
{
    width: 280px;
    float: left;
    font-size: 12px;
    padding: 0 0 20px 0;
}

.RadTabStripTop_Sunset .rtsLevel1 .rtsLink, .RadTabStripTop_Sunset .rtsLevel1 .rtsOut, .RadTabStripBottom_Sunset .rtsLevel1 .rtsLink, .RadTabStripBottom_Sunset .rtsLevel1 .rtsOut, .RadTabStripTop_Sunset_Baseline .rtsLevel1, .RadTabStripBottom_Sunset_Baseline .rtsLevel1
{
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}

.RadTabStripTop_Sunset .rtsLevel1 .rtsSelected, .RadTabStripTop_Sunset .rtsLevel1 .rtsSelected:hover
{
    background-color: #f5f4ef !important;
    background-image: none !important;
    font-weight: bold !important;
}

.RadTabStripTop_Sunset .rtsLevel1 .rtsSelected .rtsOut, .RadTabStripTop_Sunset .rtsLevel1 .rtsSelected:hover .rtsOut
{
    background-color: #f5f4ef !important;
    color: #be5c39 !important;
    background-image: none !important;
    font-weight: bold !important;
}

.SearchMapMenu
{
    margin: 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
    height: 290px;
}

.menuIcon
{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.rmText:hover, .rmText:active
{
    background-color: #ece9df;
}

.SearchArea
{
    margin-left: 20px;
    width: 240px;
    height: 50px;
}

.AroundTown
{
    width: 220px;
    margin: auto;
    text-align: left;
}

.AroundTown span
{
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}

.LeftNav
{
    float: left;
    width: 288px;
    padding: 0;
    text-align: center;
    height: 380px;
    min-height: 380px;
}

.LeftNav .DrivingDirections
{
    height: 55px;
    background-color: #ece9df;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}
.SearchMap
{
    padding-top: 16px;
}

.RightContainer
{
    float: left;
    width: 600px;
    margin-top: -31px;
    padding: 0;
    border: 1px solid #cccccc;
    height: 410px;
    text-align: center;
}

.mpContainer
{
    background-color: #f5f4ef;
    height: 410px;
    margin-top: 15px;
}


.DirectionsBlock a, .DirectionsBlock a:link, .DirectionsBlock a:visited, .DirectionsBlock a:active, a.GeneralLink:link, a.GeneralLink:visited, a.GeneralLink:link, a.GeneralLink:active
{
    color: #965F31;
}

.DirectionsBlock a:hover, a.GeneralLink:active:hover
{
    color: #ffffff;
}

#txtSearchMapKey
{
    padding: 1px 5px 1px 3px;
    border: 1px solid silver;
    width: 120px;
    border-top: none;
    vertical-align: middle;
    margin-right: 2px;
}

.turnItem
{
    border-bottom: 1px solid #666666;
    margin: 5px 0 5px 0;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px 0 5px 0;
}

* html .turnItem {
    height :20px;
}
.turnItem:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/****************************************
************ Print Brochure page ********
****************************************/

.PrintBody
{
    text-align: center;
    padding: 5px;
    overflow: scroll-y;
    width: 809px;
    text-align: left;
}


.PrintBody .bgrndNavigation
{
    width: 809px;
    height: 24px;
}
.Navigation
{
    margin-top: -24px;
    width: 809px;
    height: 24px;
    color: White;
    line-height: 24px;
    vertical-align: middle;
    font-family: Arial;
    text-align: center;
    font-size: 9pt;
    z-index: 1000;
}

.PrintBody .Navigation div, .imgSitePlanStyle
{
    margin: auto;
}

.PrintBody .Navigation div img
{
    margin-left: 15px;
}

#HeaderPrint img
{
    width: 809px;
    height: 99px;
}

.HeaderLogo
{
    margin-top: -99px;
    width: 185px;
    height: 94px;
    text-align: center;
    line-height: 94px;
    vertical-align: middle;
    position: relative;
    padding: 5px;
}

#HeaderPrint .HeaderLogo img
{
    margin: auto;
    max-height: 90px;
    max-width: 180px;
}

.PrintFpDesc
{
    clear: both;
    position: relative;
    text-align: left;
    width: 809px;
    font-size: 12px;
    font-family: Trebuchet MS;
    height: auto;
}

#FloorPlanArea
{
    padding-bottom: 15px;
    position: relative;
}

.fpPrintDescription
{
    width: 295px;
    margin: 0px 15px 5px 15px;
    float: left;
}

.fpPrintDescription ul li
{
    font-weight: bold;
}



.fpPrintImage
{
    float: left;
    width: 480px;
    text-align: center;
}

.fpPrintImage img
{
    margin: auto;
    max-width: 480px;
    max-height: 480px;
}

#PrintAmenitiesDiv
{
    display: block;
    background-image: url(../images/brndPrintAmen.gif);
    background-repeat: repeat;
    width: 809px;
    padding-bottom: 10px;
    margin-top: 10px;
    clear: both;
    position: relative;
}

#PrintAmenitiesDiv:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#PrintAmenitiesDiv div
{
    float: left;
    width: 390px;
    margin-left: 10px;
}

#PrintAmenitiesDiv div div
{
    width: 390px;
    min-height: 50px;
}

#MapDirections
{
    position: relative;
    clear: both;
    margin: 15px;
    width: 789px;
}

.PrintFpDesc .AboutUs
{
    clear: both;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    width: 890px;
    text-align: justify;
    margin-top: 20px;
    position: relative;
}

.TagLineImage
{
    float: right;
    margin: 15px 0;
}

.AboutUsBrochure
{
    clear: both;
    border-top: 1px solid #cccccc;
    padding: 15px;
    text-align: justify;
    margin-top: 20px;
    position: relative;
}



/***************************************
*************** Photo Gallery **********
***************************************/
#pnlPhotoStrip
{
    margin: 0;
    margin-top: -62px;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
    background-color: #000000;
    width: 608px;
    height: 62px;
    z-index: 1000;
    padding: 0;
}

.TourItemDesc
{
    margin: 0;
    padding: 0;
    width: 580px;
    height: 48px;
    z-index: 1500;
    text-align: left;
    font-size: 11px;
    color: #dfded5;
    font-family: Trebuchet MS;
    margin: -57px 10px 0px 10px;
}
*html #pnlPhotoStrip
{
    margin-top: -67px;
}

*html .TourItemDesc
{
    margin-top: -62px;
}

*html .LeftContent
{
    overflow: hidden;
}
.TourItemDesc span
{
    display: block;
}
.pgRotatorImage
{
    cursor: pointer;
    height: 71px;
    width: 71px;
    max-width: 71px;
    max-height: 71px;
    margin: 3px 5px 3px 5px;
}

.pnlPrevImage2
{
    margin: auto;
    text-align: center;
}
.pnlPrevImage2 img
{
    margin: auto;
}
.details
{
    margin: 0px 0 0 15px;
    float: left;
    text-align: left;
    color: #000000;
    width: 280px;
    vertical-align: middle;
}
.details p
{
    font-size: 8.5pt;
}
.tableWrapper td
{
    vertical-align: top;
}
.outerContainer
{
    border: solid 0px #000000;
}
.outerContainer img
{
    display: block;
}

.PreviewWrapper
{
    width: 658px;
    height: 405px;
    float: left;
    background-color: #d9d6bf;
    text-align: center !important;
    white-space: nowrap;
}

.RadRotator_Default .rrClipRegion
{
    border: 0 !important;
}

.ArrowsTd
{
    width: 35px;
    height: 405px;
    vertical-align: middle !important;
    line-height: 405px;
}

.ArrowsTd img
{
    margin: auto;
    vertical-align: middle;
}

#AmenitiesContainer
{
    width: 100%;
    font-size: 12px;
}

.column
{
    float: left;
    width: 444px;
}

.innerBox
{
    background-color: #f5f4ef;
    width: 444px;
    min-height: 50px;
    font-size: 12px;
}

.innerBox div
{
    margin: 5px;
}

.innerBox .section li
{
    line-height: 20px;
}

.GalleryDesc
{
    margin-bottom: 8px;
    border-top: 1px solid #cccccc;
    margin-top: 30px;
}

#TopLinksBgrnd
{
    width: 130px;
    height: 276px;
    margin-top: -276px;
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
    z-index: 800;
    text-align: left;
    float: left;
    position: relative;
}

.TopLinks
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    height: 60px;
    margin-top: -80px;
    padding: 10px;
    width: 110px;
    text-align: left;
    z-index: 4000;
    float: left;
    position: relative;
}

.TopLinks a:link, .TopLinks a:active, .TopLinks a:visited
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    color: White;
    font-weight: bold;
    font-family: Trebuchet MS;
    text-decoration: none;
    font-size: 13px;
    color: white;
}
.TopLinks a:hover
{
    color: #BF5D3A;
}

#pnlPhotoStrip2
{
    width: 227px;
    float: left;
    height: 405px;
    background-color: #efede4;
    text-align: center;
}
.TourItemDesc
{
    padding: 5px 0 5px 10px;
    min-height: 50px;
}
/*************************************
*************** Contact Page *********
*************************************/

.ContactLeft
{
    float: left;
    width: 250px;
    height: auto;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.ContactRight
{
    float: left;
    width: 640px;
    height: auto;
}

.ContactForm
{
    background-color: #f5f4ef;
    margin-top: 10px;
    width: 640px;
    text-align: center;
    padding: 20px 0 10px 0;
}

.ContactTable
{
    margin: auto;
    width: 600px;
}

td.contact
{
    height: 38px;
}

.AboutUs
{
    clear: both;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    width: 890px;
    text-align: justify;
    margin-top: 20px;
    position: relative;
}

.AboutUs p
{
    margin: 10px 0 10px 0;
}

.RadComboBoxDropDown_Sunset .rcbScroll
{
    overflow-x: hidden !important;
}

.AddressBlock
{
    margin-top: 10px;
    padding-bottom: 20px;
}
