@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%;
}

#federal #local #state tr td {
	vertical-align: top;
}


/*  -------- 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: 11px 0 0 0;
	padding:2px;
	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.always_visible td {
	vertical-align: middle;
}
.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 --------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: -0.02em;
	line-height: 1.6em;
	margin: 0 0 15px 5px;
	padding: 0 0 0 5px;
}


tr:hover{background-color:#faeee0}

table th {
    border-bottom: 1px solid #ddd;
}


td {
	border-bottom: 1px solid #ddd;
}
.tabledata td {
	vertical-align: text-top;
}

