html {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, Times, serif;
    font-size: 1em;
    color: #000000;
    line-height: 100%;
}
body {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    margin: 0px auto 0px auto;
    background-color: #7E92DE;
}
a:link,
a:visited,
a:hover,
a:active {
    outline-style: none;
}
a:focus {
    outline-style: dotted;
    outline-width: thin;
}
::selection {
	background: #A3B5D9; /* Safari */
	color: #FFFFFF;
	}
::-moz-selection {
	background: #A3B5D9; /* Firefox */
	color: #FFFFFF;
}
/*
p.red::selection {
	background: #ffb7b7;
}
*/
span.x {
    display: none;
}
/**********************************/
/*           if lt IE 8           */
/**********************************/
div.ie {
    position: relative;
    left: 0px; top: 0px;
    z-index: 200;
    clear: both;
    width: 690px;
    padding: 20px 10px 20px 0px;
    border: 0px dotted red;
    margin: 0px 35px 0px 35px;
	color: #FFFFFF;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    background-color: #a3b5d9;
}
div.ie a:link,
div.ie a:visited,
div.ie a:active {
	color: #FFFFFF;
    text-decoration: underline;
}
div.ie a:hover {
    text-decoration: none;
}
div.closeie {
    display: block;
    cursor: pointer;
    float: left;
    clear: right;
    height: 60px;
    width: 124px;
    padding: 7px 7px 7px 7px;
    border: 0px solid red;
   	margin: 0px 0px 0px 0px;
	font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
a#closediv:link,
a#closediv:visited,
a#closediv:active {
    display: block;
    height: 34px;
    width: 124px;
    border: 0px solid red;
	color: #000000;
    text-decoration: none;
    background-image: url(graphics/close.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
a#closediv:hover {
	color: #8B0000;
    background-image: url(graphics/close_hover.gif);
}

/*****************************/
/*         CMS LINK          */
/*****************************/
#cms {
    position: absolute;
    right: 0px;
    z-index: 1000;
    width: 70px;
    padding: 8px 0px 0px 0px;
    border: 0px solid lime;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #A3B5D9;
	text-align: left;
    background-color: transparent; /* transparent */
}
#cms a:link,
#cms a:visited,
#cms a:active {
	color: #A3B5D9;
    text-decoration: underline;
    background-color: transparent;
}
#cms a:hover {
	color: #FFFFFF;
    text-decoration: none;
    background-color: #D2DBEC;
}


/********************************/
/*         PAGE LAYOUT          */
/********************************/
#center {
    position: relative;
    z-index: 0;
    width: 770px;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
    margin: 0px auto 0px auto;
    background-color: transparent;
}
#border,
#border_bottom {
    float: left;
    clear: left;
    width: 770px;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
    margin: 0px 0px 0px 0px;
    background-color: transparent;
}
#border {
    height: 100%;
    padding-bottom: 30px;
    background-image: url(graphics/backbar.gif);
    background-repeat: repeat-y;
    background-position: center top;
}
#border_bottom {
    height: 67px;
    background-image: url(graphics/backbarbottom.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

/**********************************/
/*         HEADER LAYOUT          */
/**********************************/
#header {
    position: relative;
    z-index: 0;
    float: left;
    clear: both;
    width: 770px;
    height: 200px;
    padding: 0px 0px 0px 0px;
    border: 0px solid lime;
    margin: 0px 0px 0px 0px;
    background-color: transparent; /* transparent */
    background-image: url(graphics/header_background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

/**********************************/
/*         FOOTER LAYOUT          */
/**********************************/
#footer {
    position: relative;
    z-index: 0;
    float: left;
    clear: both;
    width: 100%;
    padding: 8px 0px 0px 0px;
    border: 0px solid lime;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    color: #969696;
	text-align: center;
    background-color: transparent; /* transparent */
}

/**********************************/
/*        CONTENT LAYOUT          */
/**********************************/
#content {
    position: relative;
    z-index: 0;
    float: left;
    clear: left;
    width: 648px;
    padding: 0px 25px 0px 25px;
    border: 0px solid Darkorange;
    margin: 0px 36px 0px 36px;
    background-color: white;
}

/**********************************/
/*          TEXT STYLES           */
/**********************************/
h1 {
    display: none;
}
h2, h3, h4, h5, h6 {
    position: relative;
    z-index: 0;
    padding: 0px 0px 0px 0px;
    border: 0px solid lime;
    margin: 0px auto 15px auto;
    font-weight: bold;
    color: #000000;
    font-style: normal;
	  text-align: center;
    line-height: 100%;
    background-color: transparent;
}
h2 {
    font-size: 18px;
}
h2.welcome,
h2.whatson,
h2.photos,
h2.links,
h2.contact {
    display: block;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -99999px;
}
h2.welcome {
    width: 104px;
    background-image: url(graphics/welcome.gif);
}
h2.whatson {
    width: 111px;
    background-image: url(graphics/whats_on.gif);
}
h2.photos {
    width: 84px;
    background-image: url(graphics/photos.gif);
}
h2.links {
    width: 64px;
    background-image: url(graphics/links.gif);
}
h2.contact {
    width: 126px;
    background-image: url(graphics/contact_us.gif);
}

h3 {
    font-size: 16px;
}
h3.current,
h3.previous {
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -99999px;
}
h3.current {
    width: 156px;
    background-image: url(graphics/latest_news.gif); /* current_news */
}
h3.previous {
    width: 158px;
    background-image: url(graphics/previous_news.gif);
}

h4 {
    font-size: 14px;
}

p {
    padding: 0px 0px 0px 0px;
    border: 0px solid #00FF00;
  	margin: 0px 0px 15px 0px;
	text-align: justify;
    font-size: 14px;
    line-height: 140%;
}
#covid19 .imp {
  color: rgba(255, 0, 0, 1);
    font-size: 16px;
    font-weight: bold;
}

.latest {
    padding: 10px 20px 5px;
    color: #334064;
    background: #ffffff; /* Old browsers #EAEAFB */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeafb 20%, #eaeafb 80%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(20%,#eaeafb), color-stop(80%,#eaeafb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeafb 20%,#eaeafb 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeafb 20%,#eaeafb 80%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeafb 20%,#eaeafb 80%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaeafb 20%,#eaeafb 80%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.latest p {
    color: #334064;
    font-size: 15px;
}
p.c {
	text-align: center;
}
p.update {
  	margin: 0px 0px 15px 0px;
	text-align: right;
    color: #7E92DE;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
}
.red {
    color: #FF0000;
}
.green {
    color: #008000;
}
.blue {
    color: #566AA7;
}

a:link,
a:visited,
a:active {
	color: #000000;
    text-decoration: underline;
    background-color: transparent;
}
a:hover {
	color: #000000;
    text-decoration: none;
    background-color: #D2DBEC;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #969696;
    background-color: transparent;
}

b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
big {
	font-size: 125%;
    line-height: 120%;
}
small {
    font-size: 10px;
}

acronym {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px dotted #A9A9A9;
   	margin: 0px 0px 0px 0px;
    cursor: help;
}

hr {
    position: relative;
    z-index: 1000;
    height: 1px;
    clear: both;
    padding: 0px 0px 0px 0px;
    border: 0px solid #A9A9A9;
   	margin: 20px 0px 20px 0px;
    background-color: #969696;
}

.infoarea {
    font-style: italic;
}
.center {
    width: 505px;
 	padding: 0px; /* inside */
    border: 0px solid #7E92DE;
  	margin: 0px auto 0px auto; /* outside */
    text-align: center;
}

/******************************/
/*          images            */
/******************************/
img {
    position: relative;
    float: left;
 	padding: 2px; /* inside */
    border: 2px solid #7E92DE;
  	margin: 0px 0px 15px 0px; /* outside */
    background-color: transparent;
}
.center img {
    position: relative;
    float: left;
 	padding: 0px; /* inside */
    border: 0px solid #7E92DE;
  	margin: 10px 0px 10px 0px; /* outside */
    background-color: transparent;
}
p img[style*="right"] {
	margin-left: 20px;
}
p img[style*="left"] {
	margin-right: 20px;
}

/***************************************/
/*   DEFINITION LIST FOR WHAT'S ON     */
/***************************************/
dl {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
 	padding: 0px; /* inside */
    border: 0px solid red;
  	margin: 20px 0px 20px 0px; /* outside */
    font-size: 13px;
    font-weight: bold;
    line-height: 140%;
    background-color: transparent;
}
dt {
    position: relative;
    float: left;
    width: 50%;
 	padding: 2px 0px 2px 10px; /* inside */
    border: 0px solid lime;
  	margin: 0px 0px 10px 25px; /* outside */
    background-color: #F4F4FD;
}
dd {
    position: relative;
    float: left;
    clear: right;
    width: 40%;
 	padding: 2px 0px; /* inside */
    border: 0px solid cyan;
  	margin: 0px 0px 10px 0px; /* outside */
    background-color: #F4F4FD;
}

/******************************/
/*          MAP AREA          */
/******************************/
.map {
    position: relative;
    float: left;
    clear: left;
 	padding: 0px; /* inside */
    border: 0px solid lime;
  	margin: 0px 0px 0px 0px; /* outside */0
    background-color: transparent;
	text-align: center;
    font-size: 13px;
    line-height: 140%;
}
.mapdetail {
    position: relative;
    float: left;
    width: 285px;
 	padding: 0px; /* inside */
    border: 0px solid red;
  	margin: 10px 0px 20px 25px; /* outside */0
    background-color: transparent;
	text-align: center;
    font-size: 13px;
    line-height: 140%;
}
.map p {
    position: relative;
    min-height: 60px;
 	padding: 0px; /* inside */
    border: 0px solid cyan;
  	margin: 0px 0px 0px 0px; /* outside */0
    background-color: transparent;
	text-align: center;
    font-size: 13px;
    font-variant: small-caps;
    line-height: 140%;
}
.map p {
    min-height: 40px;
}
iframe {
    position: relative;
    float: left;
    width: 275px;
    height: 200px;
 	padding: 2px; /* inside */
    border: 2px solid #566AA7;
  	margin: 5px 0px 5px 0px; /* outside */
    background-color: transparent;
}
.map a:link,
.map a:visited,
.map a:active {
	color: #566AA7;
    text-decoration: underline;
    background-color: transparent;
}
.map a:hover {
	color: #FFFFFF;
    text-decoration: none;
    background-color: #7E92DE;
}

/******************************/
/*       GALLERY TABLE        */
/******************************/
table {
    position: relative;
 	padding: 0px; /* inside */
    border: 0px solid red;
  	margin: 20px 0px 0px 0px; /* outside */
    background-color: transparent;
	text-align: center;
  width: 100%;
}
table th {
    position: relative;
    z-index: 0;
    padding: 25px 0px 15px 0px;
    border: 0px solid cyan;
    border-top: 1px solid #969696;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    font-style: normal;
	text-align: center;
    line-height: 120%;
    background-color: transparent; /* transparent */
}
table td {
    position: relative;
 	padding: 0px 0px 10px 0px; /* inside */
    border: 0px solid lime;
  	margin: 0px 0px 0px 0px; /* outside */
    background-color: transparent;
	text-align: center;
    font-size: 12px;
    vertical-align: top;
}
table img {
    position: relative;
    display: block;
    float: none;
    clear: both;
 	padding: 2px; /* inside */
    border: 2px solid #7E92DE;
  	margin: 0px auto 10px auto; /* outside */
    background-color: transparent;
	text-align: center;
}

/****************************/
/*       LINKS TABLE        */
/****************************/
table.links td {
    position: relative;
 	padding: 0px 2px 10px 2px; /* inside */
    border: 0px solid lime;
  	margin: 0px 0px 0px 0px; /* outside */
    background-color: transparent;
	text-align: center;
    font-size: 12px;
    vertical-align: middle;
  width: 100%;
}
table.links img.logo {
    position: relative;
    display: block;
    float: none;
    clear: both;
    max-height: 120px;
    max-width: 290px;
 	padding: 0px; /* inside */
    border: 0px solid red;
  	margin: 0px auto 5px auto; /* outside */
    background-color: transparent;
	text-align: center;
}
table.links p {
    position: relative;
 	padding: 0px; /* inside */
    border: 0px solid #7E92DE;
  	margin: 0px auto 5px auto; /* outside */
    background-color: transparent;
	text-align: center;
}
table.links a:link,
table.links a:visited,
table.links a:active {
	color: #7E92DE;
    text-decoration: underline;
    background-color: transparent;
}
table.links a:hover {
	color: #FFFFFF;
    text-decoration: none;
    background-color: #7E92DE;
}

/******************************/
/*       WHATS ON TABLE        */
/******************************/
table.whatson {
    position: relative;
 	padding: 0px; /* inside */
    border: 0px solid red;
  	margin: 20px 0px 0px 0px; /* outside */
    background-color: transparent;
	text-align: center;
  width: 100%;
}
table.whatson td {
    position: relative;
    width: 50%;
 	padding: 5px 2px 5px 20px; /* inside */
    border: 0px solid lime;
    border-top: 10px solid #FFFFFF;
  	margin: 0px 0px 0px 0px; /* outside */
    background-color: #EAEAFB;
	text-align: left;
    font-weight: bold;
    font-size: 13px;
    vertical-align: top;
}
table.whatson td p {
  	margin-bottom: 0px;
	text-align: left;
    font-size: 13px;
}

/******************************/
/*            NAV             */
/******************************/
div#nav {
    position: relative;
    float: right;
    clear: right;
    width: 770px;
 	padding: 0px 0px 0px 0px; /* inside */
    border: 0px solid lime;
  	margin: 141px 0px 0px 0px; /* outside */
    font-size: 12px;
    font-weight: bold;
    background-color: transparent;
}
#nav ul {
	list-style: none;
    width: 574px;
    height: 42px;
   	padding: 0px 0px 0px 0px;
    border: 0px solid DeepPink;
   	margin: 0px auto 0px auto;
    background-color: transparent;
    background-image: url(graphics/nav_bg.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#nav ul li {
    display: inline;
    float: left;
   	padding: 0px 0px 0px 0px;
    border: 0px solid red;
   	margin: 0px 0px 0px 0px;
}
#nav ul li a:link,
#nav ul li a:visited,
#nav ul li a:active,
#nav ul li a:hover {
    display: block;
    padding: 13px 0px 13px 0px;
    border: 0px solid lime;
   	margin: 0px 16px 0px 0px;
    color: #7E92DE;
    font-family: "Comic Sans MS";
	font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
}
#nav ul li a.index {
    width: 78px;
}
#nav ul li a.whatson {
    width: 125px;
}
#nav ul li a.events {
    width: 95px;
}
#nav ul li a.links {
    width: 82px;
}
#nav ul li a.contact {
    width: 130px;
   	margin-right: 0px;
}

#nav ul li a:hover {
    background-repeat: no-repeat;
    background-image: url(graphics/nav_bg_current.gif);
}
#nav ul li a.index:hover {
    background-position: 0px 0px;
}
#nav ul li a.whatson:hover {
    background-position: -94px 0px;
}
#nav ul li a.events:hover {
    background-position: -235px 0px;
}
#nav ul li a.links:hover {
    background-position: -346px 0px;
}
#nav ul li a.contact:hover {
    background-position: -444px 0px;
}

#nav ul li a#current {
    color: #566AA7;
    background-repeat: no-repeat;
    background-image: url(graphics/nav_bg_current.gif);
}
#nav ul li a.index#current {
    background-position: 0px 0px;
}
#nav ul li a.whatson#current {
    background-position: -94px 0px;
}
#nav ul li a.events#current {
    background-position: -235px 0px;
}
#nav ul li a.links#current {
    background-position: -346px 0px;
}
#nav ul li a.contact#current {
    background-position: -444px 0px;
}


