html, body { height: 100%; }

body {
  background: url(img/bg.gif) top center no-repeat fixed;
  font: 12px arial;
  color: white;
  margin: 0;
}

ul li{
      	list-style-image:url(/img/bullet.jpg);
      
}


h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}

img {
  behavior: url("png.htc");
  border: 0;
}

a {
  color: white;
}
a:hover {
  color: #ccc;
}


#container {
  position: relative;
  min-height: 100%;
  height:auto !important;
  height:100%;
  width: 780px;
  margin: 0 auto -60px auto;
  padding: 0 1px 0 1px;

}

#left {
  width: 160px;
  float: left;
  padding: 10px 0 0 10px;
  position: relative;
  margin: 10px 0 0 0;
}
#left .txt {
  width: 110px;
}

#right {
  float: right;
  padding: 40px 50px 0 0;
  width: 530px;
  color: #ccc;
}
#right img { border: 1px solid white; }

#header{
  float: right;
  position: relative;
  margin: 0 16px 0 0;
  padding: 0;
}

#footer a {
  color: #033989;
}
#footer  a:hover {
  color: #5577a9;
}

#footer {
  width: 780px;
  padding: 0 1px 0 1px;
  margin: 0 auto;
  height: 60px;
}
.footerfix {
  height: 100px;
  display: block;
}

#footer .left {
  float: left;
  position: relative;
  width: 30px;
  margin: 0 0 0 10px;
}
#footer .right {
  float: right;
  position: relative;
  width: 649px;
  height: 19px;
  line-height: 19px;
  margin: 4px 0 0 0;
  background: #d0d0d0;
  filter:alpha(opacity=55);
  text-align: center;
  opacity:.55;
  color: black;
}

#footer .left { margin: -3px 0 0 10px; } 
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;

}
#logo div {
  width: 780px;
  margin: 0 auto 0 auto;
  z-index: 100;
}

.menu { z-index: 9999;width:158px; position:relative; margin:30px 0 0 0; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color: white; width:158px; padding: 0 5px 5px 0;height:20px; text-align:center; margin: 0;background: url(img/navbg.gif) top left no-repeat; line-height:19px; }
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul, .menu ul li {list-style: none;}
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}




.menu ul li:hover a:hover {  background: url(img/navhover.gif) top left no-repeat; }
.menu ul li:hover a {color: white; background: url(img/navhover.gif) top left no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:163px; width:158px;}
.menu ul li:hover ul li a.hide {background: url(img/navbg.gif) top left no-repeat; color: white;}
.menu ul li:hover ul li:hover a.hide {width:158px; background: url(img/navhover.gif) top left no-repeat;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: url(img/navbg.gif) top left no-repeat; color: white; width:158px;}
.menu ul li:hover ul li a:hover {background: url(img/navhover.gif) top left no-repeat; color: white;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:163px; top:0; color: white;}
.menu ul li:hover ul li:hover ul li a {display:block; width:158px; background: url(img/navbg.gif) top left no-repeat; color: white;}
.menu ul li:hover ul li:hover ul li a:hover {background: url(img/navhover.gif) top left no-repeat; color: white;}


.clear {
  clear: both;
}
.error {
	border: 2px solid #FF1010;
}
input {
  color: #000000;
  background: white;
  border: 1px solid #ffffff;
  font: 12px arial;
  
}
input.button {
  background: #edf1f3;
  border: none;
  padding: 0;
  font: 12px arial;
}
select { 
  color: #000000;
  border: 1px solid #abbbc3;
  font: 12px arial;
}

