/* CSS Document */

#container {
	width: 980px;
	padding: 404px 0 0 0;
	background-image: none;
	overflow: hidden;
}
#news {
	display: block;
}
#news a:hover {
	text-decoration: underline;
}
/*#sideItems {
	margin: 0;
}
*/
#main_nav {
	clear: none;
	position: absolute;
	margin: 0 -200px 0 0;
	top: 115px;
	left: 790px;
	background-color: #DEDEDE;
	z-index: 400;
}
#main_nav li {
	padding: 0;
}
#main_nav a:hover {
	border-right-width: 5px;
}
#audience {
	position: absolute;
	top: 115px;
	right: 190px;
	width: 190px;
	height: 320px;
	background-color: #CCCCCC;
	z-index: 1;
}
/**/
#audience li ul {
	position: relative;
}
#audience ul {
	display: none;
}
#audience li:hover ul, #audience li.over ul {
	position: absolute;
	top: 0;
	display: block;
	width: 210px;
	left: -209px; /* Set 1px less than menu width */ /*
	/**/
}
/**/
#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0px;
	clear: none;
}
#topLinks {
	position: absolute;
	top: 70px;
	right: 0;
	margin: 0 0 0 0px;
}
#bookmarks {
	display: block;  /* was block */
	position: absolute;
	top: 380px;
	right: 190px;
	width: 180px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	background-color: #CCCCCC;
	z-index: 100;
}
#bookmarks select {
	padding: 0;
	margin: 0;
	width: 170px;
}
#bookmarks a {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	color: #333333;
	text-decoration: none;
}
#footer {
	margin: 0;
}

#textNews, #features {
	position: relative;
	float: left;
	margin: 0px 0 2em 0;
	padding: 0px 0 0 20px;
	border: 0;
	width: 270px;
	font-size: 1em;
	line-height: 1.5em;
}
#features {
	margin-left: 20px;
}
#features a:hover{
	text-decoration: underline;
}
#textNews h3 {
	display: block;
	position: relative;
	width: 100%;

	margin: 8px -10px 1em -20px;
	border-left: solid 20px #4D88C1;
	font-size: 1em;
	padding: 2px 0 2px 5px;
	background-color:#0054A6;
	color: #FFFFFF;
	text-transform: uppercase;
}
#textNews a:hover {
	text-decoration: underline;
}
.newsKeywords {
	margin: 0px;
	border: solid 1px #FFFFFF;
	height: 20px;
	padding: 0 0 10px 0;
}
.newsKeywords a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	color: #000099;
	text-decoration: none;
}
.newsKeywords a:hover {
	text-decoration: underline;
}

#features h3 {
	display: block;
	position: relative;
	left: -1em;
	width: 100%;
	
	margin: 8px -20px 0 0px;
	font-size: 1em;
	padding: 2px 0 2px 1em;
	background-color: #0054A6;
	color: #FFFFFF;
	text-transform: uppercase;
}

#features .title {
	display: block;
	clear: both;
	color: #B5111A;
	margin-top: 1em;
}

#events, #notices {
	line-height: 1.5em;
	position: relative;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 10px 0 20px;
}
#events {
	width: 159px;
	height: 20em;
	border-right: solid 1px #BBBBBB;
}
#events h3, #notices h3  {
	margin: 0;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	font-size: 1em;
	color: #B5111A;
	width: 90%;
	border-bottom: solid 1px #BBBBBB;
}
#events .date, #notices .title {
	margin: 1em 0 0 0;
	padding: 0;
	display: block;
	color: #B5111A;
	clear: both;
}

.fact {
	margin: 0;
	display: block;
	width: 350px;
	float: right;
	clear: right;
	overflow: hidden;
	padding: 10px 10px 1em 1em;
	color: #0054A6;
	text-decoration: none;
}
.fact:hover {
	color: #0054A6;
	text-decoration: underline;
}

#factTitle {
	display: block;
	width: 120px;
	overflow: hidden;
	margin: 0 0 0 0;
	font-size: 1em;
	padding: 35px 1em 2px 1em;
	margin-right: auto;
	color: #B5111A;
	border-bottom: solid 1px #666666;
	text-transform: uppercase;
}
