body{
	margin:0;
	font:12px/15px Tahoma, Verdana, sans-serif;
	color:#333;
}
#legend {
	clear: both;
}
#legend ul{
	margin:34px 0 0;
	padding:0 12px 0 0;
}
#legend ul li{
	float:left;
	margin:0 5px 0 0;
	padding:0 11px 0 0;
	display:inline;
	list-style:none;
	background:url(../images/bg-legend-nav-separator.gif) no-repeat 100% 1px;
}
#legend ul li.last{
	background:none;
	margin:0;
	padding:0;
}
#legend ul a{
	margin:0;
	text-decoration:none;
	font:10px/11px Arial, Helvetica, sans-serif;
	color:#e2d6be;
}
#legend ul a:hover{text-decoration:underline;}
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

.hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
background-color: #FFE271;
border-style: outset;
xborder-style: inset;
}
#menu {
float: top;
}

/*#zipcodes a span {display: none;}


#zipcodes a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}
   
#zipcodes a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}
*/

#zipcodes {
	position:relative;
	/*padding:5px;*/
	font-size: 12px;
	/*border:1px dotted #999;
	background-color:#fff;
	margin-bottom:20px*/
}
#zipcodes a {
	display:inline;
	/*padding:2px 4px 2px 4px;*/
	text-decoration:none;
	color:maroon;
	/*background:#ececec*/
}
#zipcodes a:hover {
	/*background:white;*/
	text-decoration:none
}
#zipcodes a span {
	display:none
}
#zipcodes a:hover span {
	display:inline;
	position:absolute;
	top:0;
	left:70px;
	width: 200px;
	padding:5px 5px 5px 0
}
.popupresults {
  display:none;
  float: left;
  border-style: solid; 
  background-color: white; 
  padding: 2px;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
