body {
	color: maroon;
	background-color: #fdf5e6;
	font-family: WST_Engl, RussellSquare, "Helvetica 55 Roman", sans-serif;
	font-size: medium;
	text-align: left;
}

a {
	color: #00bfff;
}

a:hover {
	color: yellow;
	text-decoration:underline;
}

#main {
	position:absolute;

	left: 2%;
	top: 2%;
	width: 705px;
	height:725px;
	z-index:1;
}
#header {
	position:absolute;
	left:205px;
	top:0px;
	width:426px;
	height:200px;
	z-index: 2;
}

#gsearch {
	position:absolute;
	background-image: url(../images/HCBGserarchBackground200X100.png);
	left:0;
	top:0;
	width:200px;
	height: auto;
	text-align: center;
	z-index:18;
	margin-right: 5px;
}
#tabatha {
	position:absolute;
	left:0;
	top:80px;
	width:426px;
	height:70px;
	font-size: 10px;
	z-index:1;
}
#lnave {
	position:absolute;
	left:0;
	top:80px;
	width:200px;
	height:480px;
	font-size: 10px;
	z-index: 3;
	margin-right: 5px;
}
#showme {
	position: absolute;
	text-align: center;
	left: 205px;
	top: 152px;
	width: 426px;
	height: 410px;
	overflow: auto;
	z-index: 1;
}
#footsie {
	position:absolute;
	padding-top: 2%;
	text-align: center;
	left: 0;
	top:555px;
	width:635px;
	height:150px;
	z-index:4;
}
#bnav {
	position: static;
	top: 2%;
	width: auto;
	height: auto;
	z-index:2;
}
#copyRighter {
	position: static;
	top:70px;
	width: auto;
	height: auto;
	z-index:2;
	visibility: inherit;
}
#autoSlider {
	position:absolute;
	top:210px;
	width:590px;
	height:463px;
	z-index: 1;
	left: 207px;
}

#banner {
	position:absolute;
	background-image: url(../images/hcbBannerBack.jpg);
	text-align: center;
	width: 424px;
	height: 80px;
	z-index:9;
	left: 1px;
	top: 0px;
	padding-top: 5px;
}
#banner #lftmage {
	top: 100px;
	z-index: 5;
}

#meoff {
	position: absolute;
	text-align: left;
	left: 0;
	top: 48px;
	width: 200px;
	height: 32px;
	z-index: 1;
}

#slideshow {
	margin:0 auto;
	width: 390px;
	height: 360px;
	position: relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:390px;
  height: 440px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:370px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 280px;
}

#slideshow #slidesContainer .slide .sildeadcopy {
	position:absolute;
	width: auto;
	height: auto;
	text-align: justify;
	z-index:1;
}

* {
  margin: 0;
  padding: 0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color: #336;
}
a {
  color: #609;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin: 0 auto;
  width: auto;
}
#pageContainer h1 {
  display:block;
  width: auto;
  height:114px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color: #606;
  letter-spacing:-1px;
}
.slide img {
  float:left;
  margin:0 15px;
}


/* classes */

.imgLeft{
	background: inherit;
	color: inherit;
	float: left;
}
.imgRight{
	background: inherit;
	color: inherit;
	float: right;
}
.filmStrip{
	background: inherit;
	color: yellow;
	margin-top: 10px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	font-family: sans-serif;
	overflow: inherit;
}

.filmStrip img {
	float: none;
	border-color: transparent;
	margin: 10px 3px 0 3px;
}
