/* CSS Document */

#sideItems {
	margin: 0;
	padding: 0;
}

#absWrapper #container #main_nav_holder {
position: absolute;
width: 205px;
padding: 0;
top: 115px;
left: 785px;
background-color: #DEDEDE;
z-index: 400;
height: 312px;
}

#absWrapper #container #main_nav_holder #main_nav {
position: static;
background-color: #DEDEDE;
float:none;
clear: none;
width: 195px;
padding: 5px 0 0 0;
margin: 0;
}

#main_nav a {
	margin: 0;
}
#main_nav li {
	padding: 0;
	_height: 90%;  /**/
}
#main_nav a:hover {
	border-right-width: 5px;
}
#audience {
	position: absolute;
	padding: 5px 0 0 0;
	top: 115px;
	right: 195px;
	width: 195px;
	height: 307px;
	background-color: #CCCCCC;
	z-index: 1;
}
/**/
#audience ul {
	display: none;
}
#audience ul li {
	height: auto;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
#audience li:hover ul, #audience li.over ul {
	position: absolute;
	top: 0;
	display: block;
	width: 210px;
	left: -209px; /* Set 1px less than menu width */ /*
	/**/
}
#audience ul ul a {
	padding-left: 30px;
}
#audience li:hover ul ul, #audience li.over ul ul {
	position: relative;
	float: left;
	clear: both;
	display: block;
	width: 210px;
	top: 0;
	left: 0; /* Set 1px less than menu width */
	height: auto;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
/**/
#bookmarks {
	display: block;  /* was block */
	position: absolute;
	top: 375px;
	right: 200px;
	width: 176px;
	height: 45px;
	margin: 0 0 0 0;
	padding: 0 0 0 14px;
	background-color: #CCCCCC;
	z-index: 100;
}
#bookmarks select {
	padding: 0;
	margin: 0 0 5px 0;
	width: 162px;
}
#bookmarks a {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	color: #333333;
	text-decoration: none;
}
#footer {
	margin: 0;
}

#textNews, #features, .leftBox, .rightBox {
	position: relative;
	margin: 8px 0 2em 0;
	padding: 0;
	padding-left: 30px;
	border-top: 1em solid #eeeeee;
	top:295px;
	width: 560px;
	font-size: 1em;
	line-height: 1em;
	display: block;
	background-color: #ffffff;
}
#features, .rightBox {
	width: 273px;
	margin-left: 5px;
	padding-left: 12px;
	background-color: #E4E4E2;
	background-image: url(../images/featureScale.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#features a:hover, .rightBox a:hover{
	text-decoration: underline;
}
#textNews h3, .leftBox h3 {
	display: block;
	position: relative;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 -10px 1em -30px;
	border-left: solid 25px #4D88C1;
	font-size: 1em;
	padding: 0 0 0 5px;
	background-color:#0054A6;
	color: #FFFFFF;
	text-transform: uppercase;
}
#textNews a:hover, .leftBox 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%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0 -20px 0 0px;
	font-size: .92em;
	line-height: .92em;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
	overflow: hidden;
	padding: 10px 24px 1em 24px;
	color: #0054A6;
	text-decoration: none;
}
.fact:hover {
	color: #0054A6;
	text-decoration: underline;
}

.factTitle {
	display: block;
	overflow: hidden;
	padding: 10px 24px 1em 24px;
	font-size: 1.5em;
	color: #B5111A;
	border-bottom: solid 1px #006600;
	text-transform: uppercase;
}

