html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 10pt;
  cursor: default;
}
div {
  padding: 0;
  margin: 0;
}
#top {
  background: black url(images/global/logotop.png) repeat-x top;
  height: 95px;
}
h1 {
  color: #448f82;
}
#top ul {
  position: absolute;
  left: 0;
  margin: 45px 0 0 0px;
  padding: 0;
  list-style-type: none;
}
#top b {
  color: #448f82;
}
#top li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 3px;
  display: inline;
}
#top a {
  text-decoration: none;
  color: white !important;
  border-bottom: solid black 1px;
}
#footer a {
  text-decoration: none;
  border-bottom: solid black 1px;
  color: #29AD17;
}
#top a:hover {
  color: #658882 !important;
  border-bottom: solid #658882 1px;
}
#footer a:hover {
  color: #29AD17;
  border-bottom: solid #658882 1px; 
}
#top a.loginlink {
  color: yellow !important;
  font-weight: bold;
}
#top a.loginlink:hover {
  color: yellow !important;
  border-bottom: solid yellow 1px;
}
#top a.f:hover {
  border-bottom: solid black 1px;
}
#pagewrapper {
  background: #eaf1ef/* url(images/global/bg.2.png) repeat-x top*/;
  background: #fff;  
}
#page {
  background: #eaf1ef;
  background: #fff;
  min-height: 100%;
  position: relative;
}
* html #page {
  height: 100%;
}
#content {
  margin: auto;
  padding-bottom: 30px;
  padding-top: 10px;
  margin: 0px;
  margin-left: 16%;
  width:66%!important;
  /* width: 750px; */
}
#left {
    float: left;
    width: 15%!important;
    margin-top: 10px;
    margin-left: 5px;
}
#right {
    float: right;
    width: 15%!important;
    margin-top: 10px;
    margin-right: 5px;
}
#footer {
  background: black url(images/global/footer.png) repeat-x top;
  height: 100px;
  position: relative;
  padding-top: 10px;
  text-align: center;
  color: white;
  clear: both;
}
p {
  margin: 0 0 10px 0;
  text-align: justify;
}
#breadcrumb {
  padding: 0;
  margin: 10px 0;

}
#breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#breadcrumb ul li {
  margin: 0 3px 0 0;
  display: inline;
}
a {
  color: #577873;
}
a:hover {
  color: #95b5b0;
}
.box {
    background-color: #E3E3E3;
    padding: 5px;
}
.leftmenu {
    font-size: 18px;
    line-height: 180%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.leftmenu a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 180%;
}
.leftmenu a:hover {
    text-decoration: underline;
}
.rightmenu {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.rightmenu a {
    color: #000000;
    text-decoration: none;
}
.rightmenu a:hover {
    text-decoration: underline;    
}
#hatmanwrap {
  position: relative;
  height: 182px;
  background: url(images/hp/hatmanbg_r.png) repeat-x top right;
  text-align: center;
  /*border-bottom: solid #7b8885 1px;*/
}
#hatman_img {
  width: 100%;
  text-align: center;
  height: 182px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#bullets {
  margin: 15px 0;
  height: 185px;
  position: relative;
}
#bullets div {
  position: absolute;
  height: 185px;
}
#bullets h3 {
  margin: -7px 0 0 0;
  padding: 0 0 5px 0;
  font-weight: bold;
  font-style: italic;
  border-bottom: solid #3c5a55 1px;
  letter-spacing: 1px;
  width: 500px;
  color: #658882;
}
#bullets .l {
  background: url(images/hp/moneyhouse.png) no-repeat top left;
  left: 0;
  top: 0;
  width: 212px;
}
#bullets .r {
  right: 0;
  top: 0;
  width: 500px;
}
#searchwiz {
  margin: 30px 0 -10px 0;
  background: #fef9da url(images/hp/searchwizbg.png) repeat-x top;
  padding: 0;
  height: 100px;
  color: #3c5a55;
  border: solid #9ca88c 1px;
}
#searchwiz h2 {
  letter-spacing: 4px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 1px 7px 3px 10px;
  border-bottom: solid #9ca88c 1px;
  font-size: 20pt;
}
#searchwiz ol {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#searchwiz td {
  vertical-align: top;
  font-size: 8pt;
}
#searchwiz ol li {
  margin: 0;
  padding: 10px;
  position: relative;
  float: left;
}
