@charset "utf-8";
/* CSS Document */

#sidebar {
	font-size:90%;
	/*width:175px;*/
	padding:10px 5px;
	/*background:#fdf7e1 url(https://www.fws.gov/cno/images/content-bg.jpg) repeat-x;*/
}
#sidebar ul {
	margin:0;
	padding-left:5px;
	list-style:none;
	width:150px;
	background-color:#fff;
	/*padding-top: 10px;*/
}

#sidebar li { padding-top: 5px;/*margin-bottom:20px;*/ position:relative; }

#sidebar li a {
	height:100%;
	display:block;
	margin-bottom:5px;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

#sidebar ul li.more{
	background:url(../images/sidebar-li-a-bg.jpg) center right no-repeat;
}

/*#sidebar ul li.more{
	background:url(../images/sidebar-li-a-bg.jpg) center right no-repeat;
}*/

#sidebar ul li.more:hover{
	background:none;
}

#sidebar ul li a:hover { border-bottom:1px solid #15336e; }

#sidebar li ul{
	width:150px;
	z-index:2;
	padding-top:.5em;
	border:1px solid #ccc;
	border-left:none;
	border-bottom-color:#15336e;
	position:absolute; top:-6px; left:210px;
	background:#fff url(../images/sidebar-li-ul-bg.jpg) 0 25px no-repeat;
}

#sidebar li ul li a, #sidebar li ul li a:hover{
	/*border:none;*/
	padding-left:15px;
	background:#fff url(../images/sidebar-li-a-bg.jpg) 5px center no-repeat;
}

li ul{display:none;}

li {line-height:20px;}


/* Fix IE. Hide from IE Mac \*/
* html #sidebar ul li { float: left; }
* html #sidebar ul li a { height: 1%; }
/* End */

#sidebar ul li ul li a:hover{
	color: #c90;
}
li:hover ul, li.over ul {display: block;}

#mainBody{
 background-color:#fff;
}

#programheader
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 25px;
}



#he-submenu
{
	background-color:#FFFFCC;
	margin: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	border: solid 1px #999;
}

#he-submenu a
{
	text-decoration: none;
}

#he-submenu a:hover
{
	text-decoration: underline;
}

#picturecaption
{
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 15px;
	max-width: 240px;
}

#inlineimageright
{
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	clear: right;
	text-align: center;
}

#inlineimageleft
{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	clear: left;
	text-align: center;
}

#inlineimageleft img, #inlineimageright img
{
	border: solid 1px #000;
}
/*
#inlineimagelefttop
{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}*/

#he-p
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
	vertical-align: text-bottom;
	line-height: 20px;
}

#he-p-top
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear:left;
}
#spaced-paragraph
{
	clear: both;
	margin-bottom: 20px;
	line-height: 25px;
}

#he-paragraph img
{
	border: 1px solid #000;
}

#he-didyouknow
{
	width: 200px; 
	background-color: #FFCC33; 
	border: 1px solid #000; 
	margin: 5px; 
	margin-top: 20px; 
	min-height:150px; 
	vertical-align:top; 
	padding: 4px;
}

#he-didyouknow p
{
	font:'Courier New', Courier, mono; 
	margin-bottom: 0px; 
	font-style: normal; 
	font-weight:bold;
}

#he-subheader
{
	font-size: 14px;
	font-style:italic;
}
	
#submenulink
{
	margin-top: 5px;
	margin-bottom: 5px;
}

img.thinborder 
{
	border: solid 1px #000;
}

p {
line-height:25px;
}

h5 {
font-size:14px;
font-style:italic;
}