﻿#container {
  border: 1px solid black;
  background-color: white;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 650px;
}
#header {
  border:  none;
  height: 100px;
  width: 900px;
  top: 0px;
  left: 0px;
  background-color: white;
}
#head_image1 {
  height: 100%;
  width: 50%;
  float: left;
  background-image: url(images/LogoTopLeft.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
#head_image2 {
  width: 50%;
  height: 100%;
  float: right;
  background-image: url(images/Motto.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#contentbg {
  border:  none;
  padding: 10px;
  width: 880px;
  background-color: #ffcc99;
  float: left;
  min-height: 480px;
}
#content {
  border: 1px solid black;
  padding: 10pt;
  overflow: auto;
  background-color: white;
  min-height: 500px;
  width: 850px;
}
.banner {
  border: 1pt hidden black;
  background-image: url(images/ban_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 597px;
  height: 23px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
}
.clear {
  line-height: 0px;
  clear: both;
}
#menubg {
  border: 1px solid black;
  line-height: 20px;
  font-weight: bold;
  background-color: #432a2e;
  margin-right: auto;
  width: 100%;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  height: 50px;
  margin-left: auto;
  clear: both;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(images/menubg2.jpg);
}
#menu {
  height: 39px;
  margin-right: auto;
  width: 580px;
  margin-left: auto;
  background-color: transparent;
  line-height: 20px;
}
#menu ul {
  border: 1px hidden white;
  margin: 0px;
  padding: 0px;
}
#menu ul li {
  border-style: hidden;
  height: 39px;
  list-style-type: none;
  background-color: transparent;
  padding-top: 0px;
  display: inline;
  list-style-position: outside;
  background-image: url(images/btn_5normal.png);
  text-align: center;
  font-size: 12px;
  list-style-image: none;
  position: relative;
  float: left;
  color: white;
  margin-right: 0px;
  margin-left: 0px;
  width: 116px;
  line-height: 39px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  background-repeat: no-repeat;
  margin-top: 5px;
}
#menu ul li:hover {
  background-image: url(images/btn_5hover.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
.menu_selected {
	background-image: url('images/btn_5selected.png');
	background-repeat: no-repeat;
}
#menu li a {
  text-decoration: none;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
#menu li a:hover {
  text-decoration: underline;
  color: white;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
}
#menu li ul {
  border: 1px solid black;
  margin: 1px 0px 0px;
  padding: 0px;
  top: 38px;
  left: 0px;
  display: none;
  color: white;
  background-color: #432a2e;
  background-repeat: repeat-y;
  background-image: url(images/ddmenu-bg.jpg);
  width: 140px;
  position: absolute;
  z-index: 10000;
}
#menu li:hover ul {
  display: block;
  background-color: black;
  color: white;
  background-image: url(images/ddmenu-bg.jpg);
}
#menu li li {
  line-height: 1em;
  height: 20px;
  display: list-item;
  color: white;
  text-align: left;
  padding-top: 5px;
  background-color: #432a2e;
  list-style-image: none;
  font-size: 1em;
  list-style-type: none;
  background-image: url(images/ddmenu-bg.jpg);
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 13px;
}
#menu li li:hover {
  background-image: url(images/ddmenu-bg.jpg);
}
#menu li li a {
  color: black;
  background-image: url(images/transp.gif);
}
#footer {
  border:  none;
  text-align: center;
  margin-right: auto;
  width: 900px;
  background-color: transparent;
  position: relative;
  margin-left: auto;
  margin-top: 10px;
}
.bodytext {
  font-size: 12px;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
}
.footertext {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  font-style: oblique;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #ff9966;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.listtext {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
a {
  font-family: Arial,Helvetica,sans-serif;
  color: black;
}
a:hover {
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  background-color: black;
}
.imagebox_r {
  padding: 10px;
  float: right;
  position: relative;
}
ul li {
  list-style-image: url(images/bullet2.png);
}
.textcoll {
  float: left;
  width: 40%;
}
.textcolr {
  float: right;
  position: relative;
  width: 40%;
}
.textcolsep {
  text-align: center;
  float: left;
  position: relative;
  width: 20%;
}
.quotetext {
  font-style: oblique;
  font-size: 11px;
}
.highlighttext {
  color: #663300;
  font-weight: bold;
}
.sitegalleryitem {
  border-style: solid;
  border-width: 1px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
