#topnav {
	position:relative;
	font-family: Interstate Bold, Arial, Helvetica, sans-serif;
	background: url(searchbg.gif) repeat-y right;
	font-weight: bold;
	font-size: 0.65em;
	position: relative;
	width: 100%;
    height: 32px !important; /* changed duplicate heights */
	height: 22px;
	background-color:#7B7B7B;
	border-bottom: 1px solid #000;
	margin: 0px;
	
}

#branding{
	position: relative;
	margin: 0px;
	padding:0px;
	width:100%;
	height: 84px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	clear: both;
}

#branding img {
	border: 0;
}

#erdf {
	margin-left:148px;
}

#footer{
	background-color: #7B7B7B;
	padding-top: 4px;
	width: 100%;
    height: 17px;
	clear: both;
	font-weight: normal;
	font-size: 0.68em;
	margin: 0 auto;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/*STYLE OF TOP NAV*/

#topnavtextonly
{
	padding: 12px 0.5em 0; 
	float:left;
	margin: 0;
	text-decoration: none;
}

#topnavlinks {
	padding: 12px 0.5em 0;
	position:relative;
	float:left;
	border-width: 0 2px 0 0;
	margin: 0;
}

#topnavtextonly a {
	color: #fff;
	display: block;
	float: left;
	text-decoration:none;
	width: auto;
	border-width: 0 0 0 0;
	padding: 0 0.5em;
	margin: 0;
	padding: 0 0.5em;
	padding-right: 25px;
	/*margin: 10px 10px 10px 10px;*/
	text-transform: uppercase;
}
#topnavtextonly a:hover, #topnavtextonly a:active {
	text-decoration:underline;
}

#topnavlinks a
{
	color: #fff;
	display: block;
	float: left;
	text-decoration:none;
	width: auto;
	border: solid 1px #fff;
	border-width: 0 1px 0 0;
	padding: 0 0.5em;	
	vertical-align: middle;
	margin: 0;
	text-transform: uppercase;
}
#topnavlinks a.last
{
	border-width: 0 0 0 0;
}
#topnavlinks a:hover, #topnavlinks a:active {
	text-decoration: underline;
}

/*SEARCH BOX */

/*:first-child+html #topnavsearch {
	padding-top:0px;
	}*/

#topnavsearch {
	float:right;
	background: #A0BE77;
	margin-right: 5px;
	/*padding-right: -20px; 
	vertical-align: top;*/
	padding-top:0px;
	padding-bottom:0px !important;
	padding-bottom:7px;
}

#topnavsearch form {
	margin-right: 10px;
	/*display: inline;*/
	vertical-align: top;
	margin-top:0px; 
	margin-bottom:0px;
	right: 20px;
	top: 2px;
	display: inline-table;
}

input#button {
	/*display: inline-table;*/
	position:relative;
	top:8px;
	left: 10px;
}

input#textfield {
	/*display: inline-table;*/
	position:relative;
	top:3px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Style of footer copy */
#footer a
{
	color: #fff;
	text-decoration:none;
	border: solid 1px #fff;
	border-width: 0 1px 0 0;
	padding: 0 0.5em;
}
#footer a:hover, #bottomnavbarExtraNav a:active {
	text-decoration: underline;
}
#footer a.last 
{
	border-width: 0 0 0 0;
}

/* ==================================================== */

#crumbnav
{
	background: #fff;
	position: relative;
}

#crumbnav ul
{
	text-align: left;
	margin-left: 0px;
	padding: 0 0 0 0;
}

#crumbnav li
{
	display: inline;
	list-style-type: none;
	font-weight: italic;
	font-size: 12px;
	color: #645F5D;
	text-align: left;
	margin: 0;
	padding: 0;
}

#offscreen
{ 
position: absolute;
left: -999px;
width: 990px;
} 

#chartKey { margin-top:5px; text-align:center;
padding-bottom:20px; }


