/* CSS Document */

body{
  background: #E1D6C2;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  margin: 20px;
}
img{
  border: none;
  vertical-align: bottom;
}
#Wrapper{
  width: 824px;
}

#Main{
  background: url(/img/background.gif) top left repeat-y;
}
#Main2{
  background: url(/img/background2.gif) top left repeat-y;
}
#MainForum{
  background: url(/img/background_forums.gif) top left repeat-y;
}
#MainInside{
  width: 800px;
  text-align: left;
  background-color: White;
}

#Footer{
  background: url(images/footer.gif) top left no-repeat;
  padding: 15px 30px 0 0;
  color: #777777;
  text-align: right;
  font-size: 90%;
  font-color: #777777;
}
#Footer a{
  color: #777777;
  text-decoration: none;
}

#Footer a:hover{
  text-decoration: underline;
}


/* HOME PAGE STYLES */

#HomeContent{
  float: left;
  width: 562px;
}
#HomeContentInside{
  padding: 0 15px 0 15px;
}

#HomeContent2{
  float: left;
  width: 562px;
}
#HomeContentInside2{
  padding: 0 15px 0 15px;
}

#HomeSmallKickers{
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
#HomeSmallKickers li{
  float: left;
}
#HomeSmallKickerLeft{
  padding-right: 14px;
  padding-bottom: 14px;
}
#HomeSide{
  float: left;
  width: 221px;
}
#HomeSideInside{
  padding-top: 0px;
  padding-left: 15px;
}
.HomeSideHeader{
  font-size: 130%;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.HomeSideSection{
  padding: 0 0 10px 0;
  color: #666666;
  font-size: 90%;
}
.HomeSideSection ul.bloglinks{
  margin: 0;
  padding: 0;
  list-style: none;
}
.HomeSideSection ul.bloglinks li{
  line-height: 150%;
}
.HomeBlogSnippet{
  padding: 0 0 10px 0;
}
.HomeBlogSnippet a{
  text-decoration: none;
  color: #333333;
}
.HomeBlogSnippet a:hover{
  display: block;
  width: 100%;
  background: #dddddd;
}
#TourDates{
  list-style: none;
  padding: 0 0 8px 0;
  margin: 0;
}
#TourDates li{
  padding: 0 0 2px 0;
}
.MoreLink a{
  color: #9A1C1F;
  text-decoration: none;
}
.MoreLink a:hover{
  text-decoration: underline;
}
#Clear{
  clear: both;
  height: 0px;
  width: 800px;
}


/* OTHER PAGES STYLES */

#OtherContent{
  float: right;
  width: 562px;
}
#OtherContentInside{
  padding: 0 15px 0 15px;
}
#OtherSide{
  float: right;
  width: 221px;
}
#OtherSideInside{
  padding: 15px;
}
.LeftSideHeader{
  font-size: 130%;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.LeftSideSubHeader{
  font-weight: bold;
  padding: 0 0 5px 0;
}
.LeftSideNav{
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
.LeftSideNav li{
  border-top: 1px solid #cccccc;
  padding: 3px 5px 3px 3px;

}
.LeftSideNav li a{
  text-decoration: none;
  color: #333333;
  display: block;
  
}
.LeftSideNav li:hover{
  background: #dddddd;
}

#PageTitle{
  color: #9A1C1F;
  font-weight: bold;
  font-size: 130%;
  margin: 0 0 20px 0;
}

.PageContent{
  line-height: 150%;
}
.PageContent a{
  color: #9A1C1F;
  text-decoration: none;
}
.PageContent a:hover{
  text-decoration: underline;
}
.ImageRight{
  float: right;
  padding: 1px;
  border: 3px solid #dddddd;
  margin: 0 0 15px 15px;
}
.ImageLeft{
  float: left;
  padding: 1px;
  border: 3px solid #dddddd;
  margin: 0 15px 15px 0;
}
.PageHeader{
  margin: 0 0 20px 0;
}
.SectionHeader{
  color: #9A1C1F;
  font-weight: bold;
  font-size: 100%;
  margin: 20px 0 0 0;
}

.PageList{
  list-style: none;
  margin: 0;
  padding: 0;
}
.PageList li{
  padding: 0 0 15px 0;
}

/*Articles*/
.Article{
  border-top: 5px solid #dddddd;
  padding: 20px 5px;
  margin: 0;
}
.ArticleTitle{
  font-weight: bold;
  font-size: 120%;
}
.ArticleTitle a{
  color: #9A1C1F;
  text-decoration: none;
}
.ArticleTitle a:hover{
  text-decoration: underline;
}
.ArticleAuthor{
  color: #666666;
  font-size: 90%;
  padding: 0 0 10px 0;
}
.ArticleDescription{
  
}
#TourSchedule{
  margin-left: 20px;
  margin-right: 20px;
}
#TourSchedule tr.TourRow1{
  background: #eeeeee;
}
#TourSchedule tr.TourRow2{
  background: #666666;
  color: #ffffff;
}
#TourSchedule td{
  padding: 3px 15px;
}

