/*******************/
a{
	text-decoration: none;
}
body{
	background: #2b363a url(../images/bkg_body.png) repeat-x fixed;
	color: #525252;
	font: 0.75em "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin: 20px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	color: #980107;
	text-transform: uppercase;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
hr, #nav hr{
	display: none;
}
p,ul,dl,ol{
	margin-top: 0px;
}
/*******************/
#body,#content,#sidebar{
	float: left;
}
/*******************/
#container{
	background: #FFF url(../images/bkg_container.png);
	margin: auto;
	position: relative;
	width: 780px;
}
/*******************/
#content{
	min-height: 100px;
	width: 512px;
	padding: 20px;
}
#content a{
	color:#df020a;
}
#content a:hover {
        color:black;
}
#body h1 {
	font-size: 1.7em;
}
#body h2 {
	font-size: 1.4em;
}
#content blockquote {
font:1.2em serif;
font-style:italic;
color:#777;
}
#content blockquote em{
font:.6em sans-serif;
color:black;
}
#content strong, #content b {
	color:black;
}
/*******************/
#footer{
	background: #000;
	border-top: 2px solid #df020a;
	clear: both;
	font-size: 0.9em;
	padding: 20px 20px 40px;
}
#footer *{
	color: #6F6F6F;
	margin: 0;
}
/*******************/
#nav{
	left: 10px;
	position: absolute;
	top: 235px;
}
#nav *{
	color: white;
	float: left;
	line-height: 1em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#nav a{
	padding: 10px;
}
#nav a:hover, #nav a.selected{
	background: #df020a;
}
#nav li:hover ul{
	left: 0;
}
#nav ul ul{
	background: black;
	display: block;
	left: -9999px;
	position: absolute;
	top: 32px;
	width: 200px;
}
#nav ul ul a{
	width: 180px;
}
/*******************/
#sidebar{
	background: url(../images/bkg_sidebar.jpg) no-repeat;
	min-height: 367px;
	width: 188px;
	padding: 20px;
	color: #d9e4e8;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color: #FFF;
}
#sidebar a{
color:black;
}
#sidebar a:hover {
color:#980107;
}

/*******************/
#title{
	background: #000 url(../images/bkg_title.jpg);
	border-bottom: 7px solid #df020a;
	height: 260px;
	text-indent: -9999px;
}
#title a{
	height: 60px;
	left: 20px;
	position: absolute;
	top: 70px;
	width: 350px;
}

#byState .entry {
margin-left:1em;
}

#byState .category h2 {
cursor:pointer;
}