/* MAIN */

div#mainContainer {
	position: relative;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}

/* HEADER */

div#mainContainer div#header {
  height: 180px;
  position: relative;
}

div#header div.logo {
  position: absolute;
  left: 20;
}

div#header div.images {
  position: absolute;
  left: 350;
  top: 10;
}

div#header div.images img {
  margin-right: 10px;
}

div#header div.textscroll {
  position: absolute;
  left: 350;
  top: 130;
  width: 577px;
}

div.textscroll div.blockLeft {
  background: url('../gfx/text-border-left.gif') no-repeat;
  width: 13px;
  height: 22px;
  float: left;
}

div.textscroll div.textBlock {
  width: 551px;
  height: 22px;
  float: left;
}

div.textscroll div.textBlock marquee {
  height: 25px;
  line-height: 25px;
  color: #188274;
  font-weight: bold;
}

div.textscroll div.blockRight {
  background: url('../gfx/text-border-right.gif') no-repeat;
  width: 13px;
  height: 22px;
  float: left;
}

div#header hr.horz-line {
  width: 960px;
  border: 2px solid #0f9376;
  position: absolute;
  top: 160;
  left: 20;
  !left: 10;
}

/* CONTENT */

div#mainContainer div.contentLeft {
  width: 200px;
  float: left;
}

div#mainContainer div.content {
  width: 780px;
  float: left;
}

div#mainContainer div.innerContent {
  margin: 20px;
  margin-right: 25px;
}

div#mainContainer div.innerNews {
  margin: 20px;
  margin-right: 25px;
}


/* MENU */
div.contentLeft div.menu {
  margin: 20px;
}

div.menu ul {
  list-style: none;
}

div.menu li {
  margin-bottom: 10px;
}

div.menu a {
  display: block;
  width: 145px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  color: #54856d;
  font-weight: bold;
  background: url('../gfx/menu-btn.gif') no-repeat center;
}

div.menu a:hover {
  background: url('../gfx/menu-btn-hover.gif') no-repeat center;
  color: #000000;
}

/* TOPTABS */
div#topTabs a {
  display: block;
  width: 100px;
  height: 33px;
  line-height: 10px;
  text-align: center;
  float: left;
  margin-right: 10px;
  padding-top: 9px;
  background: url('../gfx/tab.jpg') no-repeat;
  text-decoration: none;
}

div#topTabs a:hover {
  background: url('../gfx/tab-hover.jpg') no-repeat;
  color: #000000;
}

div.clearFloat {
  clear: both;
}

/* GUESTBOOK */

table.guestbook {
  width: 92%;
  color: #0A416B;
}

table.guestbook td {
  padding: 10px;
}

table.guestbookForm tr.homepage {
  display: none;
}

div.bottomGuestbook {
  padding-top: 10px;
  padding-bottom: 10px;
}

a.pageSelected {
  color: #0A416B;
  font-weight: bold;
}

a.buttonSmall {
  display: block;
	margin-top: 20px;
	height: 22px;
	line-height: 22px;
  text-align: center;
	border: none;
	background: url('../gfx/submit-btn-small.gif') no-repeat center;
	width: 100px;
	font-weight: bold;
	color: #fff;
}

a.buttonLarge {
  display: block;
	margin-top: 20px;
	height: 22px;
	line-height: 22px;
	border: none;
	background: url('../gfx/submit-btn-large.gif') no-repeat center;
	width: 140px;
	font-weight: bold;
	color: #fff;
  text-align: center;
}

table.guestbookForm {
  width: 520px;
  color: #0A416B;
}

span.guestbookMsg {
  line-height: 25px;
  height: 25px;
}

/* CONTACT */
table.signup {
  color: #0A416B;
}

table.signup input {
  width: 300px;
}

table.signup textarea {
  width: 300px;
}

/* NEWS */
table.newsContent {
  border-collapse: collapse;
  width: 90%;
  margin-bottom: 20px;
  text-align: justify;
}

table.newsContent tr.headRow {
  height: 25px;
  line-height: 25px;
  background-color: #008266;
  color: #fff;
  font-weight: bold;
}

table.newsContent tr.row1 {
  background-color: #e5f9f1;
}

table.newsContent td {
  padding: 2px;
}

table.newsContent td.newsInfo {
  font-size: 11px;
  padding-bottom: 10px;
}

table.newsContent tr.moreRow {
  height: 35px;
  line-height: 35px;
}

span.inactiveLink {
  color: #999999;
}

div.searchBlock {
  padding: 10px;
  background-color: #aceed5;
  margin-bottom: 15px;
}

div.searchBlock h2 {
  margin: 0;
}

/* SPONSORS */
div#sponsorBlock {
  padding: 5px;
  height: 180px;
  width: 200px;
  text-align: center;
}

div#sponsorBlock div.sponsor {
  display: none;
}

div#sponsorBlock div.firstSponsor {
  display: block;
}

div#sponsorHome {
  margin-top: 20px;
  width: 700px;
}

div#sponsorHome div.sponsorBlockHome {
  padding-right: 10px;
  height: 150px;
  width: 150px;
  text-align: center;
  float: left;
}

