/*============================================================
Navigator CSS File - 16 February 2006 - FS Portal
Initial Author: Brad Smith
Additions: Dennis Lapcewich
Modified: blilly 08-23-2007
============================================================*/

#nav-wrapper {
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/dots_ul.gif) no-repeat top left;
}

#nav {
	background: transparent url(../images/dots_lr.gif) no-repeat bottom right;
	margin: 0px 0px 20px 0px;
	padding: 3px;
}

#nav form {
	color: #000099;
	background-color: #C5C5C5;
	border-left: 1px solid #3F3D3E;
	border-right: 1px solid #3F3D3E;
	margin: 0px;
	padding: 0px;
}

#nav input.box {
	width: 120px;
	padding: 0px;
	margin: 5px 0px 5px 5px;
	height: 16px;
}

#nav input.go {
	margin: 0px;
	padding: 0px;
	border: 0px; /*width: 19%; */
}

#nav select {
	margin: 6px 0 0 0;
	width: 119px;
	float: left;
}

#nav h3 {
	color: #F0F0F0;
	border-left: 1px solid #3F3D3E;
	border-right: 1px solid #3F3D3E;
	background-color: #838594;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding: 0px 3px 1px 5px;
}

#nav h3.top {
	border-right: 0;
	background: #838594 url(../images/browse_nav_ur.gif) no-repeat top right;
}

#nav ul {
	margin: 0;
	list-style: none;
	height: 1%;
	padding: 5px 0 5px 0;
	border-left: 1px solid #3F3D3E;
	border-right: 1px solid #3F3D3E;
	background-color: #C5C5C5;
}
/* submenu */
#nav ul li ul {
	margin: 0;
	list-style: none;
	height: 1%;
	padding: 3px 0 3px 3px;
	border: none;
	background-color: #C5C5C5;
}


#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	margin: 0;
	padding: 0 3px 0 3px;
}

#nav a {
	background: transparent url(../images/circle_w.gif) no-repeat 2px 0.25em;
	border:none;
	color: #000033;
	display: block;
	height: 1%;
	margin: 0 2px 0 2px;
	padding: 1px 5px 1px 11px;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a:visited {
	color: #000033;
}

/* adjust the spacing on the bottom ul */
#nav ul.bottom {
	border-left: 0;
	padding-bottom: 10px;
	background: #C5C5C5 url(../images/browse_nav_ll.gif) no-repeat bottom left;
}

#nav ul.bottom a {
	margin: 0 2px 0 2px;
	padding: 4px 5px 3px 11px;
	background: transparent url(../images/triangle.gif) no-repeat 3px 0.55em;
}
#nav ul.bottom a.submenu1 {
	background: transparent url(../images/grey_arr.gif) no-repeat 2px 0.55em;
}
#nav ul.bottom a.submenu2 {
	background: transparent url(../images/circle_w.gif) no-repeat 3px 0.55em;
}

/* selectors for active states */
#search-home #n-advanced a {
	color: #F0F0F0;
	padding: 0px 5px 0px 11px;
	border-top: 1px solid #3F3D3E;
	border-left: 1px solid #3F3D3E;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	background: #C5C5C5 url(../images/circle_w.gif) no-repeat 1px 0.25em;
}

#nav a.cur{
	color: #F0F0F0;
	padding: 3px 5px 2px 11px;
	border-top: 1px solid #3F3D3E;
	border-left: 1px solid #3F3D3E;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	background: #6D7157 url(../images/triangle_w.gif) no-repeat 2px 0.55em;
}

#bbs{
	margin: 0;
	padding: 0;
	display: block;
}

.ln{
	margin: 0;
	padding: 0;
	display: block;
}

/* SET SUB-MENUS INITIALLY TO OFF */
#submenu-about, #submenu-farmbill, #submenu-efforts, #submenu-efforts-carbcapfund, #submenu-events, #submenu-events-seminar { display: none; }