/* this is for neighborhood descriptions */
.description {
	background-color:white; 
	position: absolute; 
	left: 452px;  
	top: 147px; 
	visibility: hidden;
	padding: 12px;
	width: 300px
	}
	
.descriptionBackground {
	background-color:white; 
	border: 2px solid black; 
	position: absolute; 
	left: 450px;  
	top: 145px; 
	width: 332px;
	height: 500px;
	padding: 10px;
	}	
	
	
#nav {	
	background-color:white; 
	position: absolute; 
	left: 0px;  
	top: 92px; 
	}

/* this is for word definitions */
.definition {
	position: absolute;
	z-index: 50;
	background-color: #ffeecc;
	border-top: 1px solid black; 
	border-left: 1px solid black;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 320px;
	padding: 10px;
	visibility: hidden;
	font-size: 10px;
	}
.definitionWord {
	font-size: 10px;
	}
A.definitionWord {
	color: #666699;
	}
.header {
	font-size: 20px;
	border: 0px;
	font-weight: bold;
	}
.items, .static {
	font-size: 14px;
	border: 1px solid #cccccc;
	font-weight: normal;
	text-align: right;
	}
.items {
	border: 1px solid #33cccc;
	}
	
input {
	text-align: right;
	width: 100px;	
	}
.measure { font-size: 10px;}

.tableheader { background-color: #000000; font-size: 10px; font-weight: bold; color: #cccccc; }
.tablesubhead { background-color: #cccccc; font-size: 10px; font-weight: bold; color: #000000; padding: 5px; padding-left: 50px; }

.hhimg { border: 1px solid white; }

#desc_default { visibility: visible; }

H1 { color: maroon; font-size: 18px;}
H2 { color: black; font-size: 16px;}

a { color:navy; }
a:link { color:navy; }
a:vlink { color: navy; }
a:hover { color: maroon; }
