/* Home CSS Document */
#content.home{
  background: none;
  padding: 0;
}

#content.home #container{
  background: url(../images/css/homeBg.png) no-repeat top center;
  width: 946px;
  border-radius: 0; 
  -moz-border-radius: 0; 
  -webkit-border-radius: 0;
  -webkit-box-shadow: #666 0px 0 0;
  -moz-box-shadow: #666 0px 0 0;
  box-shadow: #666 0px 0 0;
  padding: 0;
}


.ie8 #content.home #container,
.ie7 #content.home #container{
  behavior: url(../styles/PIE.htc);
}

#content.home #container #content_full {
  padding: 0;
}



/* Row 1 - Feature Rotation and Welcome Text */
#row1{
  display: block;
  height: 505px;
  width: 940px;
  margin: -18px 0 0px 0px;
  color: #666;
  font-size: 12px;
}

#row1 #feature{
  float: left; 
  width: 640px;
  height: 478px; 
  padding: 5px 0 0px;
}

ul.main li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}


#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{
  width: 940px;
  height: 415px;
  display: block;
  margin: 0;
  position: relative;
float: left;
}

#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 10px;
}

#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 3px;
  padding: 0;
  position: relative;
  list-style: none;
  overflow: hidden;
  height: 335px;
  width: 337px;
  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;
}


#row2 #marquee {
  margin: 0; 
  padding: 0;
}

#row2 #marquee h2 {
  clear: both;
  display: block;
  width: 90%;
}

#row2 #marquee span {
  float: left;
  padding: 20px 15px 15px;
  height: 268px;
  color: #76523D;
  font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

#row2 #marquee span h3 {
  margin: 10px 0 0;
  color: #80211F;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
}

#row2 #marquee p {
  float: right;
  margin-right: 25px;
  margin-top: 20px;
  padding: 0 10px 0 0;
  width: 280px;
  color:  #75523C;
  font-size: 24px;
}

#row2 #marquee a {
  display: block;
  background: none;
  float: none;
  clear: both;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

/* 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 10px -8px;
  top: 10px;
  /*margin-top: 10px;*/
  clear:both;
}

#row3 #inNews {
  list-style: none;
  padding: 0;
  margin: 0;
}

#row3 #inNews li {
  position: absolute;
  margin: 3px 0 0 138px;
  height: 25px;
  width: 656px;
  font-style: italic;
}


.ie #row3 #inNews li {
  height: 65px;
}

#row3 #inNews li a {
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;

  display: block;
  line-height: 16px;
  font-size: 14px;
  height: 33px;
  padding: 5px 0;
  margin-top: 2px;
}

#row3 #inNews li a span {
  height: 38px;
  display: inline;
  float: left;
  width: 38px;
  line-height: 35px;
  margin-right: 35px;
}

#row3 a.viewMore {
  float: right;
  background: #940000;
  margin: 10px 18px 0 0;
  padding: 3px 10px;
  font-style: italic;
  color: #fff;
  
  border-radius: 15px; 
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px;
}
