
/* H@H*/
/* upper */
#content-holder { height: auto; width: auto; }  /* height and width settings were screwing everything up in IE here */
#flash_holder { width: 100%; height: 600px; position: relative; z-index: 10; }

#content-holder .clear-floats { height: 1px; clear: both; line-height: 1px; }


/* featured box - javascript slider */
#featured_box { width: 875px; height: 300px; position: absolute; z-index: 5000; left: 50%; margin-left: -437px; top: 390px; text-align: left; overflow:hidden; }

#opacity { background:url(../images/white_BG_swatch.png); }

#featured_box_inner { width: 875px; height: 300px; position: relative; }
#featured_box_inner div.holder { margin: 0; padding: 0 0 10px; clear: left; }
#featured_box_inner .box { width: 200px; float: left; margin: 0 1px 0 15px; border: none; }
#featured_box_inner .box h3 { margin: 10px 10px 0px 0px; color: #333; }
#featured_box_inner h4 { padding: 7px 15px 8px ; }
#featured_box_inner .box h5 { margin: 10px 10px 0px 0px; color: #c00; font-size: 11px;}
#featured_box_inner .box img { margin: 5px 0 5px 0; }
#featured_box_inner .box p { margin: 10px 10px 0px 0px; font-size: 9px; }
#featured_box_inner .box a { margin: 5px 0 0px 0px; font-size: 11px; text-transform: none; padding: 0; color: #333; }
#featured_box_inner .box a:hover { color: #c00; }



/* toggler button - edit dimensions and placement here */
#open-close { width: 875px; height: 30px; position: absolute; top: 0px; right: 0px; background: transparent url(../images/open-btn.png);  z-index: 9000; cursor: pointer; background-repeat: no-repeat; }
#open-close.active { background: transparent url(../images/close-btn.png); }

#events { float: left; width: 200px; height: 260px; background: none; }
#events h3 { margin: 15px 10px 0px 0px; }
#events a { margin: 20px 15px 10px; display: block; font-size: 9px; text-transform: uppercase; } 
#events .event { margin: 10px 15px; }
#events h5 { margin: 10px 0 0 0; }
#events .when, #events .where { font-weight: bold; margin-top: 10px; }
#events .where {  }

#footer { position: relative; top: 0px; }

#fadeshow1 { z-index: 1; overflow-x: hidden; }


