@charset "UTF-8";
/* CSS Document */

/* ------- THREE COLUMN DATA PAGE LAYOUT -------- */

div.local {
	width: 312px;
	min-height: 500px;
	float: left;
	margin-left:10px;
	margin-top:10px;
	
}
div.federal {
	width: 312px;
	min-height: 500px;
	float: right;
	margin-top:10px;
	margin-right: 15px;
	
}
div.state {
	width: 312px;
	min-height: 500px;
	float: right;
	margin-top:10px;
	border-left: 1px dotted #939393;
	border-right: 1px dotted #939393;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right:5px;
}
th.fontface {
	font: 14px/16px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #000;
	padding-left: 10px;
	margin: 20px 0 0 0;
	text-align: left;
}

#federal #local #state table {
	width: 98%;
}
/*  -------- PULL DOWN STYLES ----------- */

.drop_container {
	position: relative;
	float: right;
	
	
}
.always_visible {
	border-radius: 0px;
	background-color: #ebe0d3;
	padding: 2px;
	color: #333333;
	cursor: pointer;
	border: 1px solid #cabead;
	margin: 0px;
	padding:2px;

	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.always_visible:hover + .hidden_container {
	display: block;
	position: absolute;
	
}
.hidden_container {
	display: none;
	border: 1px gray solid;
	left: 0px;
	background-color: #fff;
	padding: 0px;
	z-index: 1;
}
.hidden_container:hover {
	display: block;
	position: absolute;
}
.link {
	color: #000;
	white-space: nowrap;
	margin: 3px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.link:hover {
	background-color: #ebe0d1;
}
/* -----------END PULLDOWN STYLES --------------*/








td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width:80%;
}

