#youtubeVideoContainer{
    position: relative;
    width:100%;
    height:700px;
    overflow:hidden;
}
#youtubeVideo{
    position:relative;
    width:100%;
    min-height: 400px;
}
#youtubeVideoTopLayer{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 99.9%;
  background-image: url('/files/site/youtubeVideoBkg.png');
  background-repeat: repeat;
}

#videoTitle{
    position: absolute;
    width:350px;
    font-size: 32px;
}
#videoTitleLine1{
    position: relative;
    width:100%;
    text-align: center;
}
#videoTitleSeparator{
    position: relative;
    width:100%;
    height:1px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#videoTitleLine2{
    position: relative;
    width:100%;
    text-align: center;
    font-style: italic;
}

#news{
    position: relative;
    width:100%;
    height:auto;
    overflow: hidden;
    padding-bottom: 80px;
}
#newsBkgImg{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-image:url('/files/site/whitenoise.png');
    background-repeat: repeat;
}
#newsTitle{
    position: relative;
    font-size: 23px;
    margin-top: 45px;
    text-align: center;
}
#newsTitleLine{
    position: relative;
    width:64%;
    height:2px;
    margin-top: 40px;
    margin-left: 18%;
}
.news{
    position: relative;
    float:left;
    width: 220px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
    height:auto;
    overflow: hidden;
}

.newsImage{
    width: 208px;
    height: 208px;
    border-radius: 104px;
}

.newsTitle{
position: relative;
  font-size: 29px;
  margin-top: 20px;
  text-align: center;
  font-style: italic;
}
.newsTitleLine{
    position: relative;
    width:80%;
    height:1px;
    margin-top: 7px;
    margin-left: 10%;
}
.newsTitleDescription{
  position: relative;
  width: 90%;
  text-align: center;
  font-size: 12px;
  margin-top: 7px;
  line-height: 14px;
  margin-left: 5%;
}
#subHighlight{
    position: relative;
    width:100%;
    height:400px;
    overflow: hidden;
    margin-bottom: 100px;
}
#subHighlightImg{
    position:absolute;
    min-height: 100%;
    min-width: 100%;
}
#subHighlightTitle{
  position: relative;
  width: 350px;
  font-size: 32px;
  margin: 0px auto;
  margin-top: 160px;
}
#subHighlightLine1{
    position: relative;
    width:100%;
    text-align: center;
}
#subHighlightSeparator{
    position: relative;
    width:100%;
    height:1px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#subHighlightLine2{
    position: relative;
    width:100%;
    height: 36px;
    text-align: center;
    font-style: italic;
}

#gallerContainer{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top: 5px;
}