@import url('page.css');

#sidebar-middle {
	position: relative;
	height: 57px;
	color: #808080;
	font-size: 77%;
	padding-left: 1em;
}
#sidebar-middle p {
	position: absolute;
	bottom: 0;
}
#sidebar-middle img {
	margin-right: 1em;
}

#press-nav ul{
	border: none;
	width: 100%;
}
#press-nav li{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #071121;
	border: none;
	border-bottom: solid 1px black;
}
#press-nav li.menuparent{
	background-image: none;
}
#press-nav li:hover, #press-nav li.over{
	background-color: #111f39;
}
#press-nav li.active{
	background-color: #e00606;
}
#press-nav li a{
	color: white;
	text-transform: uppercase;
	font-size: 92%;
	display: block;
	width: 295px;
	* width: 315px;
	padding: 18px 10px;
	* padding-bottom: 18px;
	font-family: georgia, times, serif;
	font-weight: bold;
}
#press-nav li a:hover{
	border: none;
}
#press-nav li a.active{
	background-color: #e00606;
}
/*** only display 1st level menus ***/
#press-nav ul ul{
	display: none;
}

#content-body{
	background: white;
	color: black;
	padding-left: 3em;
	padding-right: 3em;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content-body .node h2{
	border-top: dashed 1px black;
	border-bottom: dashed 1px black;
	color: #a70100;
	text-transform: uppercase;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 114%;
	letter-spacing: .25em;
	line-height: 1.5em;
	padding: 1em 0;
	margin-bottom: 1em;
}

#content-body .node h3{
	font-size: 100%;
	margin-top: 1em;
}

#content-body .node span.caption {
	display: none;
}

#content-body .node .date {
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 114%;
	line-height: 1.5em;
	padding: 1em 0;
}

#news-block p{
	line-height: 1.1em;
}

ol li{
	list-style-type: decimal;
	line-height: 1.5em;
	margin-left: 2em;
}

#content-body .node {
	text-align: center;
	font-family: georgia, times, serif;
	padding-bottom: 3em;
}
