/* CSS Document */

div#nav ul #news ul {display: block; position: fixed;}
div#nav ul li #news .submenu:hover {padding: 0;}
div#nav ul #news ul ul {position: absolute; top: 0; left: 12.5em; display: none;}
div#nav ul #news .level2 li.submenu:hover ul.level3 {display: block;}

ul#primary-nav ul#news {
	display: block;
	position: relative;
	left: 0;
	}
	
ul#primary-nav ul#news li ul {
	display: none;
	position: absolute;
	left: 13.9em;
	}
	
.news-second {background: url(/resources/images/newsroom/news-second.jpg) 100% 50% no-repeat; background-color: #ff9900;}
.news {background: url(/resources/images/newsroom/news-third.jpg) 100% 50% no-repeat; background-color: #ff9900;}
.newsblank {background-color: #ff9900;}
h1 {color: #ff9900; font-size: 1.5em; font-family:Verdana, sans-serif; margin-top: 0;}
.right-pic { background: url(/resources/images/newsroom/news-right.jpg) top left no-repeat; width: 10em; height: 4.91666em;}
.right-pic-wide { background: url(/resources/images/newsroom/news-second-wide.jpg) top left no-repeat; width: 100%; height: 4.91666em; }
blockquote {color: #ff9900;}
h2 {color: #ff9900; font-size: 1.25em; margin-bottom: .125em; padding:0;}
.pi {font-size: 1em; margin: .5em 0 1em 0; padding: 0;}

.featured {margin-bottom: 20px;}
.featured h2 {color: #003366; font-size: 1.75em; letter-spacing: -1px; font-weight: normal; margin-top:0;}
.featured h1 {font-size: 1.5em; font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin: 20px 0 0 0;}

.sidebar h1 {
	background-color: #f0f0f0;
	border-top: 1px solid #99adc2;
	border-bottom: 1px solid #99adc2;
	font-size: 1em;
	color: #003366;
	padding: .35em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	}
.sidebar ul { list-style-image: url(/resources/images/shared/bullet-arrow-orange.gif); margin: 0 0 0 1.5em; padding: 0;}
