
body {
  margin:0;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height:1.6em;
  text-align:center;
  color:#414141;
  /*background:#EDE8E2;*/
  font-size:75%;
}

img {
  border:0;
}

#container {
  /*border:#FF0000 1px solid;*/
  width:900px;
  margin:0 auto;
  padding-left:1px;
  padding-right:1px;
  background-color:white;
}

#header {
  width:898px;
  height:80px;
  background:url(images/header.gif) left top no-repeat;

}

#menu {
  clear:both;
  width:898px;
  text-align:left;
  background-color:#e7e7e9;
  border-bottom:solid 2px red;
}

#searchboxsmall {
  float:left;
  width:299px;
  height:229px;
  /*border:#000000 1px solid;*/
  background-image:url(images/searchbox.gif);
  color:white;
  font-size:10px;
}

#searchboxmap {
  float:left;
  width:299px;
  height:479px;
  /*border:#FF0000 1px solid;*/
  background-image:url(images/searchbox.gif);
  color:white;
  /*font-size:10px;*/
}

.searchboxbutton {
  border:solid 1px black;
  background-color:#ffdcbe;
  font-size:11px;
  text-align:center;
  font-weight:bold;
  font-family:sans-serif;
  width:56px;
  height:20px;
  
}

#searchboxsmall select, #searchboxmap select {
  width:175px;
  height:20px;
  font-size:9pt;
}

#home {
  float:left;
  width:599px;
  height:229px;
  background-image:url(images/home.gif);
}

#home1 {
  clear:both;
  float:left;
  width:298px;
  height:250px;
  margin-top:2px;
  cursor:pointer;
  color:white;  
}

#home2 {
  float:left;
  width:298px;
  height:250px;
  margin-left:2px;
  margin-top:2px;
  cursor:pointer;
  color:white;
}

#home3 {
  float:left;
  width:298px;
  height:250px;
  margin-left:2px;
  margin-top:2px;
  cursor:pointer;
  color:white;
}

#footer {
  clear:both;
  width:899px;
  background:white;
  text-align:left;
  border-top:#FF0000 2px solid;
  font-size:12px;
}

#content {
  float:left;
  /*border:#000000 2px solid;*/
  width:599px;
  background-color:white;
}

#login {
  width:300px;
  height:200px;
  margin: 5em auto 1em;
  border:solid 1px black;
  background:white url(images/header.gif) top left no-repeat;
}

#errors {
  color:red;
  font-weight:bold;
  font-size:xx-small;
}

/*
#popup_container {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:600px;
  z-index:-5;
}
*/

#download_popup {
  position:absolute;
  visibility:hidden;
  margin:0 auto;
  top:275px;
  left:50%;
  width:240px;
  /*height:220px;*/
  background-color:E7E7E9;
  border: red 1px solid;
}

.contacts_container {
  position:absolute;
  z-index:9;
  visibility:hidden;
  margin:0 auto;
  top:275px;
  left:45%;
  width:410px;
  /*height:120px;*/
  background-color:E7E7E9;
  border: red 1px solid;
}


a, a:visited, a:active, a:hover {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a.menulink,a.menulink:visited,a.menulink:active,a.menulink:hover {
  color: black;
  text-decoration: none;
}

a.pagelink,a.pagelink:visited,a.pagelink:active,a.pagelink:hover {
  color: black;
  text-decoration: underline;
  font-size:11px;
  font-weight:normal;
}

a.pagelink:hover {
  color: white;
  text-decoration: none;
  background-color: black;
}

a.loginlink,a.loginlink:visited,a.loginlink:active,a.loginlink:hover {
  color: gray;
  text-decoration: underline;
}

a.loginlink:hover {
  color: black;
  text-decoration: underline;
}

/*
.print_version{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
  color:#414141;
  background:#FFFFFF;
}
*/

.simplebutton {
  width:80px;	
}

#alerts{
	border: solid 1px #FF0000;
	text-align: left;
	background-color: #FFB8B0;
  	color: #FF0000;
  	list-style-type: circle;
  	/*height: 100px;*/
  	margin: 2px;
  	overflow: auto;
}
