img {
  border: none;
  display: block;
}
.centre {
  margin: 0px auto 0px auto;
}
.ctr {
  text-align: center;
}

a:link, a:visited {
  color: #fcb98d; /* #fab485 */
  font-weight: bold; /* normal */
  text-decoration: none; /* underline */
}
a:hover, a:active {
  color: #a1edfa; /* #a1edfa */
  font-weight: bold; /* normal */
  text-decoration: none; /* underline */
}
body {
  color: #231f20;
  background: #748992; /* #008c88 */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
}
#top {
  /* width: 780px; */
  height: 3px;
  background: white;
  /* margin: 0px auto 0px auto; */
}
#mastheadWrapper {
  background: transparent; /* #ffffff url(images/mastheadWrapper.jpg) repeat-x; */
  height: 42px;
}
#masthead {
  position: relative;
  /* width: 780px; */
  height: 42px;
  background: transparent; /* #303941 url(../images/masthead.jpg) no-repeat 20% 0% */
  margin: 0px auto 0px auto;
}
#masthead p {
  position: absolute;
  top: 0px;
  left: 10px;
  background: transparent;
  letter-spacing: 10px;
  font-variant: small-caps;
}
.navWrapper {
  background: #a1edfa; /* transparent */
}
div.nav {
  width: 780px;
  height: 30px;
  background: #a1edfa; /* #303941 url(../images/menu.png); */
  margin: 0px auto 0px auto;
}
div.nav ul {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 157px;
  display: inline; /* ie double margin fix */
}
div.nav ul li {
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  font-family: Verdana, Arial, sans-serif;
  display: inline; /* ie double margin fix */
  margin: 0px 0px 0px 0px;
}
div.nav a:link, div.nav a:visited {
  display: block;
  text-decoration: none;
  color: #d06b45; /* #ff0000 */
  background-color: transparent;
  /*
  background: url(../images/button.png);
  background-position: 0px 30px;
  */
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  height: 30px;
  overflow: hidden;
}
div.nav a:hover, div.nav a:active {
  display: block;
  text-decoration: none;
  color: #000000;  /* #ffffff */
  background-color: transparent;
  /*
  background: url(../images/button.png);
  background-position: 0px 30px;
  */
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  height: 30px;
  overflow: hidden;
}
div.nav a.selected:link, div.nav a.selected:visited, div.nav a.selected:hover, div.nav a.selected:active {
  display: block;
  text-decoration: none;
  color: #000000; /* #a1edfa */
  background-color: transparent;
  /*
  background: url(../images/button.png);
  background-position: 0 60px;
  */
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  background-position: 0 90px;
  height: 30px;
  overflow: hidden;
}
#contentWrapper {
  background: transparent;  /* #ffffff */
  /* border-top: solid 1px transparent; */
  /* border-bottom: solid 1px transparent; */
}
#content {
  width: 780px;
  background: transparent;  /* transparent #eeeeee */
  border-bottom: solid 1px transparent;
  margin: 0px auto 0px auto;
}
h1 {
  color: #fbd9b3; /* #ecbd74 */
  background-color: transparent; /* #333333 */
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16pt;
  line-height: 20pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 5px 5px 0px 5px;
  margin: 0px 11px 5px 11px;
}
h1 a:link, h1 a:visited {
  color: #fcb98d; /* #556b7b */
  font-weight: bold;
  text-decoration: none; /* none */
}
h1 a:hover, h1 a:active {
  color: #a1edfa;
  font-weight: bold;
  text-decoration: none; /* none */
}
div.colLeft {
  float: left;
  width: 388px;
  color: #000000;
  background: transparent; /* #ffffff */
  /* border: solid 1px #000000; */
  margin: 5px 0px 5px 0px;
  display: inline; /* IE fix */
}
div.colRight {
  float: right;
  width: 388px;
  color: #000000;
  background: transparent;
  /* border: solid 1px #000000; */
  margin: 5px 0px 5px 0px;
  display: inline; /* IE fix */
}
div.clear {
  clear: both;
  height: 0px;
}
#footerWrapper {
  background: transparent; /* #ffffff */
}
#footer {
  width: 780px;
  background: transparent; /* #d06b45 */
  padding-bottom: 5px;
  margin: 0px auto 0px auto;
}
p.copy {
  height: 16pt;
  color: #ffffff;
  background: transparent;
  text-align: center;
  font-weight: normal;
	font-size: 10pt;
	line-height: 16pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
}
#creditWrapper {
  background: transparent; /* #ffffff */
}
#credit {
  /* width: 780px; */
  background: transparent; /* #d06b45 */
  padding-bottom: 5px;
  margin: 0px auto 0px auto;
}
#credit p {
  color: #666666;
  background: transparent;
  text-align: right;
  font-style: italic;
  font-variant: normal;
  font-size: 13px;
  font-weight: normal;
}
#credit p a:link, #credit p a:visited {
  color: #fcb98d; /* #fc8d2c */
  text-decoration: none;
  font-weight: normal;
}
#credit p a:hover, #credit p a:active {
  color: #a1edfa;
  text-decoration: none;
  font-weight: normal;
}
h2 {
  color: #a1edfa;
  background: #d06b45; /* #556b7b url(../images/h2.png) */
  text-align: center;
  font-weight: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  margin: 5px 5px;
}
h2 a:link, h2 a:visited {
  color: #a1edfa;
  font-weight: bold;
  text-decoration: none; /* none */
}
h2 a:hover, h2 a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none; /* none */
}
h3 {
  color: #cccccc;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px;
}
p {
	color: #ffffff;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
	font-size: 16px;
	line-height: 130%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 10px 16px 10px 16px;
}
p.linda {
  text-align: right; /* justify */
  font-style: italic;
}
address {
	color: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
li {
	color: #ffffff;
  background-color: transparent;
	font-size: 10pt;
	line-height: 12pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 10px 0px;
}
ul.shows li {
  list-style: none;
	color: #ffffff;
  background: transparent url(../images/bullet.gif) no-repeat 0% 50%;
	font-size: 10pt;
	line-height: 12pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 14px;
  margin: 0px 0px 10px 0px;
}
dl {
  margin: 5px 16px 10px 16px;
}
dt{
	color: #ffffff;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
	font-size: 14px;
	line-height: 130%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: 8px;
}
dd {
	color: #ffffff;
  background-color: transparent;
  text-align: left; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
	font-size: 14px;
	line-height: 130%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.thumbs {
  border: solid 1px transparent;
  margin-left: 18px;
}
div.thumb {
  width: 160px;
  height: 198px;
  overflow: hidden;
  border: solid 1px transparent;
  margin: 0px 0px 18px 18px;
  float: left;
  display: inline; /* IE fix */
}
div.thumb a {
  display: table-cell;
  width: 160px;
  height: 160px;
  background-color: #556b7b;
  vertical-align: middle;
}
div.thumb a:link, div.thumb a:visited {
  color: #ffffff;
  background-color: #556b7b;
  font-weight: normal; /* bold */
  text-decoration: underline; /* none */
}
div.thumb a:hover, div.thumb a:active {
  color: #ffffff;
  background-color: #a1edfa;
  font-weight: normal; /* bold */
  text-decoration: underline; /* none */
}
div.thumb img {
  display: block;
  margin: 0px auto;
}
div.thumb p {
	color: #ffffff;
  text-align: center;
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 5px 0px 0px 0px;
}
div.slide a {
  display: block;
}
div.photo {
  position: relative;
  margin: 0px auto;
}
div.photo a {
  display: block;
}
div.photo img {
}
div.back {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: transparent url(../images/25black.png);
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
div.back a:link, div.back a:visited {
  color: #ffffff;
}
div.back a:hover, div.back a:active {
  color: #ffffff;
}
table.mail {
  color: #ffffff;
  background-color: #231f20;
  font-weight: bold;
  margin-bottom: 5px;
}
/* simple borders for pictures */
div.tabd {
  border-width: 3px;
  border-style: solid;
  border-color: #d6dadd;
}
div.tabw {
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
}
.frameLeft {
  float: left;
  background: #ffffff;
  padding: 5px;
  border: solid 2px #000000;
  margin: 10px 16px 10px 16px;
}
div#map {
  width: 780px;
  height: 560px;
  background: transparent; /* url(../images/map_stretched.gif) */
  margin: 0px auto 0px auto;
}
/*
div#locations {
  display: none;
  width: 160px;
}
div#locations div span {
  display: none;
}
*/
div.location {
  width: 160px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto; /* margin: 0px auto 0px auto; */
}
div.location a {
  display: block;
  width: 160px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto; /* margin: 0px auto 0px auto; */
}
div.location img {
  width: 160px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto; /* margin: 0px auto 0px auto; */
}
div.location p {
  width: 160px;
	color: #ffffff;
  background: #748992;
  text-align: center;
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto; /* margin: 5px auto 0px auto; */
}

