/* Home CSS Document */
#content.home{
  clear: both;
  float: left;
  width: 940px;
  background: none;
}

#container_hdr.home{
  float: left;
  width: 940px;
  background: url(../images/css/background_contain_home_hdr.gif) top no-repeat;
}

#container_ftr.home{
  float: left;
  width: 940px;
  margin: 0px;
  padding: 0px;
  background: none;
}

#content_full.home{
  float: left;
  width: 920px;
  height: 600px;
  margin: 0px 0px 0px 10px;
  display: inline;
  background: url(../images/css/background_home.gif) no-repeat;
}

#home{
  float: left;
  width: 920px;
  margin: 0px;
  padding: 0px;
}

#left{
  float: left;
  width: 620px;
  padding: 20px 10px 20px 20px;
}

#homeImages{
  float: left;
  width: 620px;
  height: 320px;
}

#spotlight{
  float: left;
  width: 620px;
  height: 240px;
  margin: 0px 0px 0px;
  display: inline;
}

#home #marquee {
	height: 526px;
}


#marquee{
  float: left;
  width: 230px;
  display: inline;
  margin: 30px 0px 0px 20px;
  position: relative;
}

#home #marquee {
	margin: 54px 0 0 20px;
}

#features{
  float: right;
  width: 360px;
  height: 210px;
  margin: 20px 10px 0px 0px;
  display: inline;
}

#coming_events{
  float: left;
  width: 250px;
  height: 180px;
  color: #333333;
  padding: 30px 0px 0px;
  margin: 20px 0px;
  display: inline;
  overflow: hidden;
  background: url(../images/css/background_upcoming_events.gif) no-repeat 15px 5px;
  /*
  scrollbar-arrow-color: #494D4C;
  scrollbar-base-color: #DDD;
  scrollbar-face-color: #8A979D;
  scrollbar-highlight-color: #D1CFD0;
  scrollbar-shadow-color: #D1CFD0;
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: #666;
  */
}

#coming_events .scroll{
  float: left;
  font: 11px Arial, Helvetica, sans-serif;
  width: 250px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  display: inline;
  overflow: auto;
}

#coming_events .event{
  float: left;
  width: 220px;
  margin: 0px 0 10px 13px;
  display: inline;
}

#coming_events .date{
 float: left;
 width: 30px;
 margin: 0px 10px 0px 0px;
 display: inline;
}

#coming_events .month{
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #B1CED8;
  text-transform: uppercase;
}

#coming_events .day{
  font: 24px Arial, Helvetica, sans-serif;
  color: #BFAF80;
}

#coming_events .intro{
  float: left;
  width: 170px;
}

#coming_events .title,
#coming_events .title a{
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#coming_events .link{
  float: left;
  margin: 8px 0px 0px 55px;
  display: inline;
}


/* UNIVERSAL LIST STYLES FOR FEATURES */

#spotlight{
	padding: 0;
    float: left;
	position: relative;
}

#spotlightRight {
	float: right;
	padding: 0;
	margin: 30px 0 0;
	height: 210px;
	display: inline;
}

#spotlight.features {
    display: block;
    overflow: hidden;
	padding: 0;
	width: 305px;
    float: left;
	margin: 30px 0 0;
}

#spotlightRight.features {
	display: block;
	overflow: hidden;
	padding: 0;
	width: 305px;
	float: right;
}

#spotlight.features ul,
#spotlightRight.features ul {
	clear: both;
	list-style: none;
    margin: 0;
	padding: 0;
	position: absolute;
}

#spotlight.features li,
#spotlightRight.features li {
    list-style: none;
}


/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#spotlight.features ul.main li,
#spotlightRight.features ul.main li {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 1;
}

#spotlight.features .main,
#spotlight.features .feature,
#spotlightRight.features .main,
#spotlightRight.features .feature {
	height:210px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	width: 305px;
	z-index: 1;
	float: left;
}

#spotlight.features .main .shown,
#spotlight.features .feature.shown,
#spotlightRight.features .main .shown,
#spotlightRight.features .feature.shown {
    z-index: 2;
    visibility: visible;
    position: relative;
}

#spotlight.features ul.main li a,
#spotlightRight.features ul.main li a {
    z-index: 98;
}

#spotlight.features ul.main li.shown a,
#spotlightRight.features ul.main li.shown a {
    z-index: 99;
}

#spotlight.features ul.main li span,
#spotlightRight.features ul.main li span {
	position: relative;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#spotlight .feature img,
#spotlightRight .feature img {
	position:absolute;
	width: 305px;
    height: 210px;
}

#spotlight .feature div {
    color: #fff;
    position: absolute;
    width: 285px;
    height: auto;
	font-size: 11px;
	line-height: 13px;
    padding: 10px;
	background: #444;
    top: 220px;
	border-radius: 12px 0 0px 12px;
	-moz-border-radius: 12px 0 0px 12px;
	-webkit-border-radius:12px 0 0px 12px;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#spotlightRight .feature div {
    color: #fff;
    position: absolute;
    width: 285px;
    height: auto;
    padding: 10px;
	font-size: 11px;
	line-height: 13px;
	background: #444;
    top: 220px;
	border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	-webkit-border-radius:0 12px 12px 0;
	behavior: url(../styles/PIE.htc);
	-pie-watch-ancestors: 1;
}

#spotlight .feature h2,
#spotlightRight .feature h2 {
    font-size: 12px;
	text-transform: none;
	margin: 0 0 5px;
	font-weight: normal;
	color: #97BECB;
	font-family: "UniversLightCond", Arial, sans-serif;
}

#spotlight .feature p,
#spotlightRight .feature p {
    margin: 0;
    padding: 0;
}

/* PREVIOUS NEXT CONTROLS */
.pnControl {
	display: block;
	margin: 326px 3px 0;
	position: absolute;
	width: 414px;
	z-index: 100;
}

.pnControl a {
	display: block;
	float: left;
    text-indent: -9999px;
    overflow: hidden;
	height: 22px;
	width: 22px;
	z-index: 100;
}

.pnControl a.next {
	float: right;
    background: url(../images/css/next.png) no-repeat scroll top right;
}

.pnControl a.prev {
    background: url(../images/css/prev.png) no-repeat scroll top left;
}

/* PAUSE PLAY CONTROLS */
.pbControl {
	color: #000;
	position: absolute;
	z-index: 101;
    display: none;
}


