@charset "utf-8";
/* CSS Document */
.link_txt
{
	color:#03F;
	cursor:pointer;
	text-decoration:underline;
}
.bold_txt
{
	color:#000;
	font-weight:bold;
}
.top_tr td
{
	font-size:14px; 
	color:#c0c0c0;
	height:27px;
}
#print_link
{
	background-image:url(google_images/print.bmp);
	background-repeat:no-repeat;
	padding-left:20px;
	height:27px;
	border:1px solid #999;
	display:none;
}
#cts_links a
{
	display:block;
}
#send_link
{
	display:none;
}
#link_link
{
	display:none;
}
#map_tbl
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:100%;
	border-collapse:collapse;
}
#dirs_tbl
{
	display:none;
	width:95%;
	margin:0 auto;
	border:1px solid #c0c0c0;
	border-top-width:0px;
}
#directions
{
height:400px;
overflow:scroll;
}

/*Districts Sections*/
#letters_nav
{
	text-align:center;
}
#letters_nav a
{
	margin-left:5px;
	font-size:15px;
}
#letters_nav a:hover
{
	text-decoration:none;
}
#districts_td a
{
	margin-right:6px;
}
#districts_td h2
{
	margin:10px;
	font-size:18px;
}

img
{
	border-width:0px;
}
#nav
{
	padding:5px;
	background-image:url('/images/nav-bknd.png');
	height:50px;
}
#nav a
{
	color:#fff;
	text-decoration:none;
	font-family:Verdana;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #fff;
}
#nav a:hover
{
	color:Yellow;
}


