@import url("common.css");

body {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
}
#page{
	margin-left:5px;
	margin-right:10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	padding-left:5px;
}

#mainSearch{
    position: absolute;
	top: 37px;
    left: 780px;
  padding:0;
  margin:0;
  z-index: 99;
}
#siteBanner{
	background: transparent url(banner.jpg) top left no-repeat;
}
#siteBanner1{
	background: transparent url(banner.jpg) top left no-repeat;
}

/*form{
  position:absolute;
  top: 55px;
  left: 670px;
  padding:0;
  margin:0;
}*/

#banner{
  background: url(banner.png) top left no-repeat;
  height: 74px;
  position: relative;
  /*z-index: 10;*/
}
#banner_callback{
  background: #003201 url(banner_callback.jpg) top left no-repeat;
  height: 30px;
  position: relative;
  /*z-index: 10;*/
}
#ca_banner{
  background: url(ca_banner.jpg) top left no-repeat;
  height: 74px;
  position: relative;
}

#esridata_banner{
  background: url(esridata_banner.jpg) top left no-repeat;
  height: 74px;
  position: relative;
}
#content  a{
  color: #0C618D;
}
#content  a:hover{
  background-color: #e6e5e2;
}
.modtime {
  position: relative;
  float:right; 
  top:-32px;
  font-size: 0.7em;
  color: #666666;
}

#contentWrapper {
  margin-top: 0 !important;
}

#cssdropdown {
  position:absolute;
  top: 3px;
  left: 437px;
  padding:0;
  margin:0;
  z-index:1000;
  list-style: none;
  text-decoration: none;
  font-size: 0.75em;
}
li.headlink{
  display:inline;
}
#cssdropdown a{
  text-decoration: none; color: #2D7104;
}
#cssdropdown a:hover{
  text-decoration: underline; color: black;}
    
li.headlink ul {
  display:none;
  border: 0px solid black;
  width: 250px;
  margin-left: 0px;
  padding-left: 10px;
  list-style: none;
  margin-top:-5px;
}
    
li.headlink:hover ul li{
  display:inline;
}