/* Home CSS Document */
#content.home{
  background: none;
}


#content.home #container{
  background-image: url(../images/css/content_background_home.png);
  background-position: bottom center;
}


/* Row 1 - Feature Rotation and Welcome Text */
#row1{
  background: url(../images/css/background_home_features.png) no-repeat top left;
  display: block;
  height: 525px;
  width: 940px;
  margin: -18px 0 -10px 0px;
  color: #666;
  font-size: 12px;
}

#row1 #feature{
  float: left; 
  width: 640px;
  height: 478px; 
  padding: 5px 0 0px;
}


#row1 h2{
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#row1 #welcome{
  width: 260px;
  float: right;
  padding: 90px 10px 10px;
  line-height: 1.8em;
}

#row1 #welcome p{
  margin: 0;
}

#row1 #welcome .video{
  background:url(../images/css/home-video-bg.png) no-repeat top center;
  width: 260px;
  height: 190px;
  display: block;
  text-align: center;
  margin: 20px 0 0;
}


/*Row2 - Upcoming Events and Marquee */
#row2{
  background: url(../images/css/background_home_events.png) no-repeat top left;
  width: 940px;
  height: 415px;
  display: block;
  margin: 0 0 -50px;
  position: relative;
}

#row2 h2{
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
}

#row2 a.all{
  float: right;
  display: block;
  margin: 15px 15px 0 0;
}

#row2 #upcoming_events{
  width: 340px;
  float: left;
  display: block;
}

#row2 #marquee{
  float: right;
  width: 600px;
  display: block;
}


#row2 h2{
  background: url(../images/css/home-ownWord-bg.png) no-repeat center left;
  text-indent: -100000000px;
  font-size: 0;
  display: block;
  height: 21px;
  width: 232px;
  margin: 0 15px;
  padding: 19px 0;
}

#row2 #upcoming_events h2{
  background-image: url(../images/css/home-featuredEvents-bg.png);
  width: 189px;
  float: left;
}

#row2 #upcoming_events ul{
  clear: both;
  top: 10px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
  list-style: none;
  overflow: hidden;
  height: 335px;
  width: 340px;
  display: block;
}

#row2 #upcoming_events ul li{
  background: url(../images/css/home-eventsname-bg.png) no-repeat top right;
  padding: 5px 20px 0;
}

#row2 #upcoming_events li.first{
  background-image: none;
  padding-top: 0;
}

#row2 #upcoming_events li a{
  color: #76523D;
  font-weight: bold;
  font-size: 13px;
}
#row2 #upcoming_events li div{
  display: block;
  height: 225px;
  width: 300px;
  font-size: 12px;
  color: #000;
  line-height: 1.6em;
}

#row2 #upcoming_events li div a{
  background: url(../images/css/home-events-more-btn-bg.png) no-repeat top center;
  color: #fff;
  padding: 3px 10px;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
  width: 280px;
  margin: 4px 0;
  display: block;
}

#row2 #upcoming_events li div span{
  color: #76523D;
  margin: 5px 0;
  padding: 0;
  display: block;
  position: relative;
}


#row2 #upcoming_events li div p {
  margin: 0;
  padding: 0;
}


/* Row3 - Latest New */
#row3 {
  background: url(../images/css/home-blog-bg.png) no-repeat top center;
  display: block;
  height: 60px;
  width: 955px;
  position: relative; 
  overflow: hidden;
  padding: 4px 0 0 3px;
  margin: 0px 0 0 -8px;
  top: 20px;
  //margin-top: 40px;
}