/********** Nav bar and drop-down menus **********/

#agcnav {
	padding: 0px;
	margin: 0px;
	width: 850px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	clear: both;
	}
/**html #agcnav {
	margin-right: 0px;
	} */
#agcnav ul {
  position:relative;
  z-index:1000000;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #ccc;
	} /* 2nd-level nav list */
#agcnav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	border-left: 1px solid #990000;
	} /* 2nd-level nav list */
#agcnav a {
	white-space: nowrap; 
	display: block;
	color: #fff;
	text-decoration: none;
	}
#agcnav li {
	white-space: nowrap;
	float: left;
	background-color: #000000;
	border-right: 0.5px solid #760000;
	border-bottom: 1px solid #576470;
	border-left: 1px solid #C27474;
	padding: 0px 15px;
	}
#agcnav li ul li {
	margin: 0px;
	padding: 0px 12px;
	width: 100%; 
	background-color: #C27474;
	/*background-color: #C27474;*/
	border-bottom: 1px dotted #fff;
	} /* 2nd-level nav item */
#agcnav li ul .last {
	border-bottom: 1px solid #B34747;
	}
#agcnav li:hover, #agcnav li.sfhover {
	background-color: #B34747;
	}
#agcnav li:hover ul, #agcnav li.sfhover ul {
	left: auto;
	margin-left: -16px;
	} /* Left margin must equal padding of #agcnav li + 1. */
	

#bottom {
	color: #800000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}
#bottom a {
	text-decoration: none;
	}
#bottom a.hover {
	text-decoration: underline;
	}
#subsec a, #subsec a:link, #subsec a:visited, #subsec a:hover, #subsec a:active {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(42, 79, 177);
	}
#subsec a, #subsec a:link, #subsec a:visited, #subsec a:hover, #subsec a:active {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(42, 79, 177);
	}
#subsec a, #subsec a:link, #subsec a:visited, #subsec a:hover, #subsec a:active {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(42, 79, 177);
	}
#subsec a:hover, #bottom a:hover {
    text-decoration: underline;
	}

#black-box {
	position: absolute;
        background-color: #000000;
	width:786px;
        height: 38px;
        left: auto
}
