body
{
  behavior:url("csshover.htc");
	background: #AABBCC;
	font-size:x-small;
	font-family:helvetica,verdana,serif;
	margin:5px 5px 5px 5px;
	padding:1px;
}

#leftadcolumn
{
	position:absolute;
	left:1px;
	top:210px;
	width:185px;
}
#rightadcolumn
{
	position:absolute;
	right:1px;
	top:210px;
	width:180px;
}


#googleleft
{
	position:absolute;
	left:1px;
	top:210px;
	width:185px;
}

#main
{
  position:absolute;
  top:210px;
  padding:1px;
 	margin-left:186px;
 	right:185px;
}

#googleright
{
	position:absolute;
	right:1px;
	top:210px;
	width:180px;
}

#banner 
{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
}
#banner h1, #banner h2
{
  margin-bottom:0;
  padding-bottom:0;
  margin-top:0;
  padding-top:0;
}
div#map
{
  width:400px;
  height:400px;
}

table
{
	font-size:smaller;
}
hr
{
	background-color:#036;
	color:#036;
	height:2px;
}
img, a img
{
	border:none;
}
img.thumb
{
	width:152px;
}

#main-buttons
{
	padding-top:1.1em;
  max-width:200px;
}
#main-buttons ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#main-buttons li
{
	border:1px solid #fff;
	background-color:#036;
	color:#fff;
}
#main-buttons a:link,
#main-buttons a:visited
{
	font-size:90%;
	display:block;
	padding:0.4em 0 0.4em 0.5em;
	border-left:3px solid #036;
	border-right:1px solid #036;
	background-color:#036;
	color:#ffffff;
	text-decoration:none;
}
* html #nav a 
{ 
	width:100%; 
}
#main-buttons ul ul
{
	display:none;
	padding:0;
}
#main-buttons ul ul li
{
	border: 0 none transparent;
	border-bottom: 1px solid #036;
	border-top: 1px solid #FFF;
	background-color: #036;
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
}
#main-buttons li:hover ul 
{
	display:block;
}
#main-buttons a:hover
{
	background-color:#369;
	color:#fff;
}

tr#records
{
	background-color:#036;
	color:#fff;
}
tr.header, tr.header th
{
	background-color:#036;
	color:#fff;
}

div.weather
{
  margin:5px 5px 5px 5px;
  margin-left:auto;
  margin-right:auto;
  padding:3px;
}

img.floatleft
{
	float:left;
	margin:10px 10px 10px 10px;
}
img.floatright
{
	float:right;
	margin:10px 10px 10px 10px;
}

div.oldreport
{
  color:gray;
}

div.floatleft
{
	float:left;
	width:266px;
	text-align:center;
	margin:5px 30px 10px 5px;
}
div.floatright
{
	float:right;
	margin:10px 10px 10px 10px;
	text-align:center;
}
div.center
{
	text-align:center;
	margin:auto;
}

ul.nostyle li a:hover
{
	text-decoration:none;
	background-color:#fff;
	color:#000;
}
div.mapkey
{
	float:right;
	margin:10px 10px 10px 10px;
	left:175px;
}
fieldset.mapkey
{
	background-color:white;
	float:right;
}


/**************** new menu coding *****************/
#navbar 
{
  width:100%;
  background:#036;
  float:left;
}

#navbar ul 
{
  list-style:none;
  margin: 0;
  padding: 0;
  width: 12em;
  float: left;
}

#navbar a, #navbar h2 
{
  font: bold 11px/16px arial, helvetica, sans-serif;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #888 #555 #bbb;
  margin: 0;
  padding: 2px 2px;
}

#navbar h2 
{
  color:#fff;
  background:#036;
}

#navbar a 
{
  color:#fff;
  background:#036;
  text-decoration:none;
}

#navbar a:hover 
{
  color:#036;
  background:#fff;
}

#navbar li 
{
  position:relative;
}

#navbar ul li h2
{
  text-align:center;
}

#navbar ul ul 
{
  position:absolute;
  z-index:500;
}

#navbar ul ul ul 
{
  position:absolute;
  top:0;
  left:100%;
}

div#navbar ul ul,
div#navbar ul li:hover ul ul,
div#navbar ul ul li:hover ul ul
{
  display:none;
}

div#navbar ul li:hover ul,
div#navbar ul ul li:hover ul,
div#navbar ul ul ul li:hover ul
{
  display:block;
}

table.basictable,
table.basictable td
{
  border-width:1px;
  border-style:solid;
}
table.basictable th
{
  background-color:#000369;
  color:#FFFFFF;
}
td.noborder
{
  border-width:0px;
  background-color:#FFFFFF;
}
