html, body{
    height:100%;
    overflow: hidden;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body  {
    font-family:Arial;
    font-size:13px;


}

a, a:active, a:focus {
    border: none;
    outline: none;
}

/*------------------------------------------------------
Header Changes
-------------------------------------------------------*/

.header-inner{background:#fff; z-index:998;  /*left: 29%*/; height: 79px; width:960px; margin: 0 auto;
    -webkit-box-shadow: 0 1px 6px 2px #a0a09e;
    -moz-box-shadow: 0 1px 6px 2px #a0a09e;
    box-shadow: 0 1px 6px 2px #a0a09e;
}
#logo { display:inline-block; position: absolute; top: 0; left:-4px; }
#logo span{display:block;width:243px;height:117px;text-decoration:none;background:url(../img/bgi/logo.png) left; position:relative;}
#logo .main-logo{ display:block; text-indent:-9999px; width:198px; height:28px; position:relative; left:22px ;top:13px;}
#logo .racing-logo{font-family: 'BebasNeueRegular'; font-size:32px; color:#fff; text-decoration:none; line-height:36px; left:27px; top:43px; position:relative; font-weight:normal;}


/*------------------------------------------------------------------------------------------------
End Header Changes
--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
Main Nav Changes
--------------------------------------------------------------------------------------------------*/
.mainNav{background:url(../img/bgi/mainNav-line.png) left top repeat-x;}
.mainNav #mainNavigation {margin-left: 232px;}
#mainNavigation {}
#mainNavigation li {float:left; background:url(../img/bgi/nav-col.png) right top no-repeat; padding:0 9px;}
#mainNavigation li:first-child{padding:0 8px 0 7px;}
#mainNavigation li a {display:block; height:38px; line-height:38px; font-size:28px; color:#b3b2b2; font-family: 'BebasNeueRegular';}
#mainNavigation li a:hover, #mainNavigation li a.active {text-decoration:none;}





/* End Main Nav Changes
--------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------
Map Content

-------------------------------------------------------*/

#mapContent{
    background:#ccc;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#zoom{
    width:80px;
    position:absolute;
    left:10%;
    bottom:0;
    z-index:999;
}

.zoomCont{
    width:80px;
    height:0px;
    /* background:url(../img/zoomcontbg.png) repeat; */
    position:fixed;
    padding-top:16px;
}

.zoomLine{
    width:17px;
    height:125px;
    margin:14px auto;
    position:relative;
    /*	background:url(../img/zoom_slider.png) no-repeat; */
}

.zoomLine a.plus{
    width:14px;
    height:14px;
    background:url(../img/zoom_plus.png) no-repeat;
    position:absolute;
    left:2px;
    top:-14px;
}

.zoomLine a.minus{
    width:14px;
    height:14px;
    background:url(../img/zoom_minus.png) no-repeat;
    position:absolute;
    left:2px;
    bottom:-14px;
}

.zoomLine a.drag{
    width:17px;
    height:17px;
    /*background:url(../img/zoom_handle.png) no-repeat center center;*/
    position:absolute;
    left:0px;
    top:40px;
}

.zoomRound{
    width:62px;
    height:62px;
    background:url(../img/zoomround_bg.png) no-repeat;
    margin:0 auto;
    margin-top:26px;
    position:relative;
}

.zoomRound a.arrowTop{
    height:7px;
    width:13px;
    background:url(../img/zoom_top_arrow.png) no-repeat;
    position:absolute;
    left:25px;
    top:11px;
}

.zoomRound a.arrowRight{
    height:14px;
    width:8px;
    background:url(../img/zoom_right_arrow.png) no-repeat;
    position:absolute;
    right:10px;
    top:26px;
}

.zoomRound a.arrowBottom{
    height:7px;
    width:13px;
    background:url(../img/zoom_bottom_arrow.png) no-repeat;
    position:absolute;
    left:25px;
    bottom:9px;
}

.zoomRound a.arrowLeft{
    height:14px;
    width:8px;
    background:url(../img/zoom_left_arrow.png) no-repeat;
    position:absolute;
    left:10px;
    top:26px;
}




/*--------------------------------------------------------*/

.zoom-btn {
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #183D36;
    position: relative;
    width: 75px;
    opacity:0.4;
    filter:alpha(opacity=40);
    display: block;
    z-index: 9999;
    margin: auto;
    padding: 5px 10px;
    text-align: center;
    background-color: #FFF;
    margin-top: 10px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.zoom-btn:hover {
    cursor: pointer;
    opacity:1;
    filter:alpha(opacity=100);
}

.map-viewport{ position:relative; width:100%; overflow:hidden;}
.level{ position:absolute; left:0; top:0; z-index:10;}
.current-level{ z-index:20; }


#map-1{
    width:100%;
    height:1239px;
    position:absolute;
    left:0;
    top:0;
    cursor:move;
    z-index:1;		/* hack for IE7 */
}
img{ border:0; }

a.item{
    width:26px;
    height:26px;
    position:absolute;
    background:url(../img/marker_grn.png) no-repeat;
    z-index:100;

}

a.photo{
    display:block;
    width:31px;
    height:33px;
    background:url(../img/bgi/ico_photo.png) no-repeat;
    position:absolute;
    z-index:100;
}


/*----------------------------------------------
	Footer Menu
------------------------------------------------*/

.foot  {
    background:#183D36;
    z-index:999;
    position:absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    opacity: .9;
}
#footNavigation {
    width: 1109px;
    margin: auto;
    height: 100px;
}


#footNavigation > li
{
    position: relative;
    left: 0px;
    border-right: 1px dotted #f0f8ff;
    height: 100px;
    width: 109px;
    float: left;
    background-image:url(../img/bgi/map-footer.png);
}

#footNavigation > li:first-child{
    border-left: 1px dotted #f0f8ff;
}

#footNavigation > li:last-child{
    width: 112px;
    display: none;
}

#footNavigation > li:last-child .triangle{
    left: 48px;
}

#footNavigation > li:last-child a{
    top: 30px;
}

#footNavigation > li > a {
    /*		padding: 0 10px 0 10px;*/
    position: relative;
    display:block;
    height:50%;
    top: 40px;
    line-height:21px;
    margin: 0 !important;
    font-size:21px;
    color:#fff;
    font-family: 'BebasNeueRegular';
    text-align: center;
    text-decoration:none;
}

.triangle {
    position: relative;
    top: -63px;
    left: 46px;
    height: 10px;
    width: auto;
    visibility: hidden;
}

.subnav {
    display: none;
    position: absolute;
    width: 105px;
    bottom:100px;
    background-color: #fff;

}

.subnav li {
    clear: left;
    width: 100%;
    padding: 10px 2px 10px 2px;
    background-color: #fff;
    text-align: center;
}

.check {
    background-image: url(../img/bgi/inactive.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    float: left;
    position: relative;
    bottom: -4px;
}

.check:hover {
    cursor: pointer;
}


.subnav li a {
    font-size: 12px;
    color: #6E6E6E;
}
.subnav-active {
    color: #A99A6F !important;
}

#menu{
    width: 960px;
    position: absolute;
    bottom: 200px;
    margin: 0 auto;
    height: 80px;
}

#menu li  {
    text-align: left;
    position: relative;
    float: left;
}

#menu li img {
    position: relative;
    padding: 0 2px;
    height: 13px;
    width: 13px;
    width: 13px;
    bottom: -2px;
}

#legend-wrap {
    position: absolute;
    width: 100%;
    height: 80px;
    background: #FFF;
    bottom: 100px;
    display: none;
}
#legend {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#legend li {
    float: left;
}

#legend li a {
    font-family: 'BebasNeueRegular';
    font-size: 22px;
    color: #000;
    margin: 19px 7px;
    line-height: 42px;
    float: left;
    height: 42px;
}
#legend li a.active {
    color: #a99a6f;
}

#legend li a > span {
    width: 42px;
    height: 42px;
    background: url(../img/legend-sprite.png) left top no-repeat;
    display: block;
    float: left;
    margin: 0 7px;
}
#legend li a.active > span {
    background-position: left -42px;
}

#legend li a#legend-stairs > span {
    background-position: -42px 0;
}
#legend li a#legend-stairs.active > span {
    background-position: -42px -42px;
}

#legend li a#legend-elevators > span {
    background-position: -84px 0;
}
#legend li a#legend-elevators.active > span {
    background-position: -84px -42px;
}

#legend li a#legend-escalators > span {
    background-position: -126px 0;
}
#legend li a#legend-escalators.active > span {
    background-position: -126px -42px;
}

#legend li a#legend-aed > span {
    background-position: -168px 0;
}
#legend li a#legend-aed.active > span {
    background-position: -168px -42px;
}

#legend li a#legend-first-aid > span {
    background-position: -210px 0;
}
#legend li a#legend-first-aid.active > span {
    background-position: -210px -42px;
}

#legend li a#legend-concessions > span {
    background-position: -252px 0;
}
#legend li a#legend-concessions.active > span {
    background-position: -252px -42px;
}

/*------------------------------------------------
Popups
------------------------------------------------*/

.grandstand{
    position: absolute;
    /*	bottom: 0px;*/
    top: 160px;
    left: 0px;
    z-index:997;
}

.sales{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.grandstand-content {
    /*		visibility: hidden;*/
    position: relative;
    display: none;
    bottom: 33px;
    left: 25px;
    width: 250px;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
    cursor: default;
    z-index: 997;
}

.scroll-up {
    position: absolute;
    top: 50px;
    left: 0px;
    height: 14px;
    width: 26px;
    visibility: hidden;
    cursor: pointer;
}

.scroll-down {
    position: absolute;
    top: 100px;
    left: 0px;
    height: 14px;
    width: 26px;
    visibility: hidden;
    cursor: pointer;
}

.inner-grandstand {
    padding: 5px;
}
.flyout-abswrap {
    position: relative;
    margin: 0 auto;
    width:960px;
    height:100%
}
.inner-grandstand h3 {
    text-align: left;
    font-family: 'BebasNeueRegular';
    font-size: 22px;
    color: #183D36;
    padding: 4px 0px 2px 0px;
}

.grandstand-bar {
    background-color: #ccc;
    height: 4px;
    width: 100%;
}


.inner-grandstand p {
    text-align: left;
    color: #6E6E6E;
    font-size: 12px;
    padding: 2px 0 2px 0;
}

.inner-grandstand li {
    text-align: center;
    list-style:none;
}
.inner-grandstand li a{
    padding: 3px 0 3px 0;
    border-bottom: 1px dotted #CCC;
    color: #A99A6F;
    display: block;
    position:relative;
}

.flyout-grandstand {
    /*position: fixed; */
    position:fixed;
    background-color: #CCCCCC;
    overflow: scroll;
    height: 75%;
    overflow-x:hidden;
    z-index: 9999;
    /*left:-260px;*/
    top:10px;
    width:100%;
    visibility: visible;
    cursor: default;
    display: none;

}

.flyout-grandstand-image {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    top:0px;
    left:0px;
    visibility: visible;
    display: none;
    z-index: 9;
}

.flyout-overlay {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    top:0px;
    left:0px;
    /* 			visibility: hidden; */
    z-index: 10;
}
.flyout-overlay.active {
    display: block;
}

.flyout-pavilion {
    position: fixed;
    height: 800px;
    width:600px;
    margin: 0 auto;
    top:150px;
    display: none;
    /*			visibility: hidden;*/
    z-index: 999;
}

.flyout-clubhouse {
    position: fixed;
    margin: 0 auto;
    display: none;
    height: 800px;
    width:600px;
    top:150px;
    /*			visibility: hidden;*/
    z-index: 999;
}


.flyout-close {
    position: absolute;
    top: 150px;
    padding: 10px 0 0 10px;
    cursor: pointer;
    z-index: 10000;
}



/*------------------------------------------------
Level Flyouts
------------------------------------------------*/

.flyout-level {
    background-color: #ddd;
    position: fixed;
    margin: auto;
    width: 1050px;
    height: 533px;
    top:130px;
    left:450px;
    z-index: 999;
    cursor: default;
}

.flyout-level-image {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    top:0px;
    left:0px;
    z-index: 999;
}

.level1, .level2, .level3, .level4, .level5 {
    visibility: hidden;
}

.flyout-level-overlay {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    top:0px;
    left:0px;
    z-index: 999;
}

.aed, .bathrooms, .concessions, .elevators, .escalators, .firstaid, .rooms, .stairs {
    display: none;
}

/*------------------------------------------------
Bubbles
------------------------------------------------*/

.bubble {
    position: absolute;
    top:0px;
    left:0px;
    height:35px;
    cursor: pointer;
    z-index: 99;
}


.bubble-content {
    position: relative;
    left: 22px;
    top: 4px;
    float: right;
    cursor: default;
    z-index:996;
    /*	visibility: hidden;*/
    display: none;
    z-index: 100;
}

.bubble-content.nested {
    min-width: 200px;
    max-width: 400px;

}
.bubble-content {
    position:relative;
    float:left;

}
.bubble-title {
    position: relative;
    background-color: #e9e9ea;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    width: auto;
    color: #3f3f3f;
    font-size: 15px;
    padding: 0 3px;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #91928a;
    box-shadow: inset 0 1px 1px #e9e9ea;
    padding:3px;
    z-index: inherit;

}
.bubble-content::before, .bubble-content::after {
    /*content: "";
    position: absolute;
    z-index: -2;*/
}

.bubble-content::before {
    /*
right: -80px;
top: 0px;
width: 50%;
height: 20px;
max-width: 200px;
*/
    /*max-height: 50px;*/
    /*-webkit-box-shadow: 80px 0 2px
    rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 80px 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: -80px 0 2px
    rgba(0, 0, 0, 0.5);
    -webkit-transform: skew(-28deg);
    -moz-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    -o-transform: skew(-28deg);
    transform: skew(-28deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    */
}

.bubble-title h5 {
    position: relative;
}

.bubble-title a {
    color: #7c7c7c;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
    z-index: 10000;
    position: relative;
}

.green-content {
    position: relative;
    background-color: #183D36;
    padding: 4px;
    width: auto;
    color: #ddd;
    /*	visibility: hidden;*/
    display: none;
    font-family:Arial;
    font-size:13px;
    z-index: 10000;

}


/*------------------------------------------------
Search
------------------------------------------------*/

.head-search{display:block; padding:10px 8px; }
.head-search img{vertical-align:middle;}

#search-toggle {
    height: 19px;
    float: left;
    width: 22px;

}

.mainNav .headsearch {
    clear: both;
}
.headsearch input.form-text {
    width: 75%;
    float: left;
    margin-right: 5%;
}
.headsearch input.form-submit {
    font-size: 0.8em;
    float: left;
    padding: 3px 5px;
}

