/*
Light Grey #E5E5E5
Dark Grey #7E6977  #564752 #564752
Red #FF0000;
*/
body{
  font-family: Arial, Tahoma, Verdana, Monaco, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  color:#564752; /* Dark Grey */
  text-align:center;
}
.container{
  width:950px;
  margin:0px auto;
/*  min-height:100%; */
  padding:0;
  text-align:left;
}

/* Header Styles */
.header{
	width:950px;
	padding:0;
	height:157px;
}
.footer{
  padding-top:30px;
	width:950px;
	float:left;
}
.logo{
	float:left;
	width:90px;
	height:100px;
	border:0;
	padding:0;
}
.logo img{
	width:90px;
	height:90px;
}
.banner{
	float:right;
	width:764px;
	height:90px;
	padding:0;
	border:0;
}
.banner img{
	width:764px;
	height:90px;
}
.topnavContainer{
	width:100%;
	border-top:1px solid #564752;
	border-bottom:6px solid #564752;
	float:left;
}
ul.topnav{
	position:relative;
	float:left;
	display:block;
	height:30px;
	padding:0;
	margin:0;
	width:100%;
  list-style:none;
  font-size:16px;
}
.topnav li{
  float:left;
  padding: 5px 20px 5px 0px;
	margin:0;
	border:0;
}
.topnav li a#topnav-active{
	color: #D00000; /* Red */
}
.topnav li a{
  text-decoration: none;
  color:#564752; /* Dark Grey */
  padding:0;
}
.topnav li a:hover{
  color:#D00000; /* Red */
}
.topnav li a.active, .topnav li a.active:focus {
  color: #D00000; /* Red */
}

#hoverbar{
  position:relative;
  float:left;
  width:60px;
  line-height:0px;
  height:6px;
  background-color:#D00000;
	padding:0;
	border:0;
  display:block;
}
#mapPopup p{
  padding:5px 5px 5px 5px;
}
#mapPopup{
  background-image:url(png/mappopupbox.png);
  background-repeat:no-repeat;
  position:relative;
  width:170px;
  height:100px;
  z-index:999;
  font-size:12px;
  display:none;
}
h1, h2{
	margin-top:0;
	margin-bottom:10px;
	font-size:16px;
	color:#D00; /* Red */
}
h3, h4{
	margin-top:0;
	font-size:14px;
	margin-bottom:8px;
	font-weight:bold;
}
.coloured{
  color:#D00000; /* Red */
}
a{
  text-decoration:underline;
  color:#564752; /* Dark Grey */
}
a:hover{
  color:#D00000;
}
a img{
  border:0;
}
p{
	margin-top:0px;
	margin-bottom:8px;
}
.imgstrip{
  background-color:#564752;
  vertical-align:middle;
  width:350px;
}
.imgstrip a img{
  border:1px solid #FFFFFF;
}
.imgstrip a:hover img{
  border:1px solid #000000;
}
.scheduleHdr{
  background-color:#564752; /* Dark Grey */
  color:white;
}
.links{
  margin:0px auto;
  text-align:center;
}
.snlinks{
  margin:0px auto;
  text-align:center;
}
.snlinks img{
	width:18px;
	height:18px;
}
.snlinks a{
	padding-right:10px;
}
.subnav{
	position:relative;
	height:400px;
	width:190px;
}
.menu, .menu_active {
  width:190px;
  position:absolute;
  font-size:14px;
  cursor:pointer;
}
.menu a {
  text-decoration:none;
}
.menu_active, .menu_active a, .item_active, .item_panel a:hover, .menu a:hover{
  color:#FF0000; /* Red */
  font-size:14px;
  text-decoration:none;
}
.item_panel {
	position:absolute;
	width:190px;
	clip:rect(0px 190px 0px 0px);
	text-indent:15px;
	font-size:14px;
}
.item_panel a {
	text-decoration:none;
}
#mailinglist{
	display:none;
	font-size:14px;
}
.newsletterpane{
	height:150px;
/*  border-top: 6px solid #564752; /* Light Grey */
}
.newsletterpane a{
	text-decoration:none;
}
.news, .comments{
}
.news h2, .comments h2, .col1 h2{
/*	border-bottom: 6px solid #C0B4BD; /* Light Grey */
}
.comments p{
	font-style:italic;
}
