/* Home CSS Document */

#coming_events{
  width: 285px;
  height: 165px;
	background: #4D4D4D;
  float: left;
  position: relative;
  display: inline;
  padding: 35px 5px 0px;
	background: #4D4D4D url(../images/css/background_coming.gif) no-repeat;
  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{
  font: 11px Arial, Helvetica, sans-serif;
  height: 115px;
  width: 285px;
	margin: 0px 0px 10px;
  overflow: auto;
}

#coming_events img{
  display: block;
  margin: 0px auto;
}

#coming_events .scroll table{
  border-collapse: collapse;
}

#coming_events .scroll table tr.over{
  background: #2E8CC2;
	cursor: pointer;
	cursor: hand;
}

#coming_events .scroll table tr.over th,
#coming_events .scroll table tr.over td{
  background: #9F2504;
	color: white;
}

#coming_events .scroll table tr td{
  color: white;
	padding: 2px 2px 2px 6px;
  vertical-align: top;
}

#coming_events .scroll table tr th{
  font-weight: normal;
  color: #BFBFBF;
  text-align: right;
  padding: 2px 5px 2px 30px;
  vertical-align: top;
	background: url(../images/css/background_coming_th.gif) repeat-y top right;
}

#coming_events .scroll table tr.alt th,
#coming_events .scroll table tr.alt td{
  /*background: #E4E4E4;*/
}

#home_images{
  float: left;
  display: inline;
  width: 600px;
  height: 360px;
}

#features{
  float: right;
  display: inline;
  width: 192px;
  height: 310px;
}

#marquee{
  float: left;
  display: inline;
  clear: both;
  width: 204px;
}

#marquee a{
  float: left;
  display: inline;
  width: 204px;
  height: 90px;
  margin: 0px 0px 12px 0px;
}

#spotlight{
  float: left;
  display: inline;
  width: 372px;
  margin: 0px 0px 0px 12px;
  border-top: 2px dotted #AFA790;
  padding: 22px 0px 0px 12px;
  background: url(../images/spotlight_title.gif) no-repeat 12px 20px;
}

#spotlight img{
  float: right;
  display: inline;
  width: 252px;
  height: 156px;
}

#spotlight .text{
  float: left;
  display: inline;
  width: 120px;
  margin: 20px 0px 7px 0px;
}
#spotlight .text h1{
  margin: 0px;
  padding: 0px;
  font: bold 12px Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
  line-height: 14px;
  color: #4B5860;
}

#spotlight .text p{
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font: normal 10px Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
  line-height: 14px;
  letter-spacing: .3px;
}

#spotlight .text a{
  margin: 0px 0px 0px 60px;
  color: #4B5860;
  text-decoration: underline;
}

#spotlight .text a:hover{
  color: #AFA790;
  text-decoration: none;
}

#newsTitle{
  float: left;
  display: inline;
  width: 192px;
  height: 48px;
  background: url(../images/news_title.gif) no-repeat;
  margin: 0px 0px 0px 12px;
}

#headlines{
  float: left;
  display: inline;
  width: 192px;
  border-top: 2px dotted #AFA790;
  margin: 0px 0px 0px 12px;
}