.body-text { font-family: Trebuchet MS; font-size: 12px; color: #000; line-height: 19px; text-align: left }

.body-text-centered { font-family: Trebuchet MS; font-size: 12px; color: #000; line-height: 19px; text-align: center }

.body-text-right { font-family: Trebuchet MS; font-size: 12px; color: #000; line-height: 19px; text-align: right }

.page-header { font-family: Trebuchet MS; font-size: 21px; color: RGB(0,115,197); text-align: left }

.sub-header { font-family: Trebuchet MS; font-size: 16px; color: RGB(0,115,197); text-align: left }

.header-text { font-family: Trebuchet MS; font-size: 12px; color: #FFF; text-align: left }

.footer-text { font-family: Trebuchet MS; font-size: 12px; color: #000; text-align: right }

.strapline-text-header { font-family: Trebuchet MS; font-size: 15px; color: RGB(255,254,161); text-align: left }

.strapline-text { font-family: Trebuchet MS; font-size: 12px; color: #FFF; text-align: left }

.main-menu-text { font-family: Trebuchet MS; font-size: 14px; color: #FFF; text-align: left }

.gallery-menu-text { font-family: Trebuchet MS; font-size: 16px; color: RGB(0,115,197); text-align: right }

H1 { font-family: Trebuchet MS; font-size: 21px; color: RGB(0,115,197); text-align: left;font-weight:normal;margin-bottom:0px; }

a:link { color: RGB(0,115,197); text-decoration: underline }

a:visited { color: RGB(0,115,197); text-decoration: underline }

a:hover { color: RGB(0,115,197); text-decoration: none }


a.header-link:link { color: #FFF; text-decoration: none }

a.header-link:visited { color: #FFF; text-decoration: none }

a.header-link:hover { color: #FFF; text-decoration: underline }


a.footer-link:link { color: RGB(0,115,197); text-decoration: none }

a.footer-link:visited { color: RGB(0,115,197); text-decoration: none }

a.footer-link:hover { color: RGB(0,115,197); text-decoration: underline }


a.vcs-link:link { color: black; text-decoration: none }

a.vcs-link:visited { color: black; text-decoration: none }

a.vcs-link:hover { color: black; text-decoration: underline }


a.main-menu-link:link { color: #FFF; text-decoration: none; }

a.main-menu-link:visited { color: #FFF; text-decoration: none }

a.main-menu-link:hover { color: Yellow; text-decoration: none }




#slider {
  width: 260px; /* important to be same as image width */
  height: 160px; /* important to be same as image height */
  position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
  width: 260px; /* important to be same as image width or wider */
  position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none; padding:0; margin:0 ;}