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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background.jpg) top left repeat-x #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
.clearBoth {
	clear: both;
	height: 0;
	widows: 100%;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.covid {
    background-color: #990000;
    width: 100%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
.reverse { color: #FFFFFF; }
.reverse a:link, .reverse a:visited { color: #dcdcdc; }
.reverse a:hover, .reverse a:active { color: #FFFFFF; }

p {
	margin-bottom: 10px;
}
h1, h2 {
	margin-bottom: 15px;
}
h2 {
	margin-top: 10px;
}
h3 {
	font-size: 16px;
	color: #990000;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul {
	margin-bottom: 10px;
}
ul li {
	list-style-position: inside;
}
ul li ul {
	margin-left: 10px;
}

#wrapper {
	width: 990px;
	min-height: 800px;
	background: #FFF;
	border-right: 5px solid #990000;
	border-left: 5px solid #990000;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 198px;
	background: url(../images/header.jpg) top center no-repeat;
}
#header .logo {
	float: left;
}
#header .EngFr {
	float: right;
	font-weight: bold;
	font-style: italic;
	color:#FFF;
	margin-right: 10px;
	font-size: 12px;
}
#header .EngFr a:link, #header .EngFr a:visited {
	color:#FFF;
	text-decoration: none;
}
#header .EngFr a:hover, #header .EngFr a:active {
	text-decoration: underline;
}
#header #since {
	margin-left: 235px;
	margin-top: 20px;
}
.topNav{
	margin-top: 3px;
}
.topNav a:link, .topNav a:visited {
	color: #FFF;
	text-decoration: none;
}
.topNav a:hover, .topNav a:active{
	text-decoration: underline;
}
.topNav ul li.parent ul a:link, .topNav ul li.parent ul a:visited {
	color: #990000;
	text-decoration: none;
}
.topNav ul li.parent ul a:hover, .topNav ul li.parent ul a:active{
	text-decoration: underline;
}
/* these styles allow for the drop downs */
.topNav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 10px;
}
.topNav ul li.parent ul {
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	margin-top: 5px;
	padding-bottom:  5px;
}
.topNav ul li.parent ul li { 
	height: 21px;
	line-height: 30px;
	background: #B2B2B2;
	overflow: hidden;
	display: block;
	z-index: 10;
	position: relative;
	width: 180px;
}
/* end drop down styles */

#leftContent {
	padding: 10px;
	width: 730px;
	min-height: 600px;
	float: left;
}
#rightContent {
	padding: 10px 10px 10px 0;
	float: right;
	width: 230px;
}
#rightContent .search input[type=text] {
	width: 190px;
	border: 1px solid #999999;
	background: #EAEAEA;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
}
#rightContent .search input[type=image] { /* this corrects fot the button being too high */
	display: inline-block;
	vertical-align: middle;
}
#rightContent #twitter {
	background: url(../images/twitterBg.png) center center no-repeat;
	height: 50px;
	padding-left: 70px;
	padding-top: 10px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 10px;
}

#footer {
	padding: 10px;
}

/* styles for the search page */

fieldset {
	border: none;
}
fieldset.only {
	display: none;
}
.search-results dt {
	margin-top: 10px;
}
.search-results dd.result-created, .search-results dd.result-category {
	display: none;
}