/*--------------------------------------+
 | Site: Society of American Archivists |
 | Part: New styles                     |
 +--------------------------------------*/


/* Fonts
======================================================================*/
#footer *, #nav, #nav * { font-family: Verdana, Arial, sans-serif; }


/* Core layout
======================================================================*/
/*--- Footer ---*/
#footer { border-top: 1px solid #ccc; padding: 10px 0 20px 0; }


/* Content
======================================================================*/

/*--- Footer ---*/
#footer { font-weight: bold; padding-left: 176px; text-align: center; }
#footer a { color: #356d94; font-weight: bold; text-decoration: none; }
#footer li, #footer p, #footer ul { display: inline; }
#footer li { border-left: 1px solid #356d94; margin-left: 0.7em; padding-left: 0.7em; }
#footer p, #footer ul { font-size: 0.85em; }
#footer ul { margin: 0; padding: 0; }

/*--- Navigation ---*/
#nav { font-size: 10px; margin: 0; padding-left: 10px; text-align: left; }

#nav a {
	border-right: 1px solid #356d94;
	color: #356d94;
	display: block;
	font-weight: bold;
	padding: 0 0.7em;
	text-decoration: none;
}

#nav li {
	float: left;
	line-height: 1;
	list-style: none;
	padding: 0.6em 0;
	position: relative;
}

#nav li:hover ul, #nav li.over ul { display: block; }
#nav li.first a { padding-left: 0; }
#nav li.last a { padding-right: 0; }
#nav li li, #nav li.last a { border: 0; margin: 0; }
#nav li li { float: none; line-height: 1.3; padding: 0; }

#nav li li a, #nav li.last li a {
	border-top: 1px solid #999;
	border-right: 0;
	color: #039;
	font-size: 11px;
	font-weight: normal;
	padding: 0.45em 0.6em;
}

#nav li li a:hover { background: #c0f4f4; }

#nav ul {
	background: #9cc;
	border-bottom: 1px solid #999;
	display: none;
	left: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	width: 190px;
}

#nav li.nav-right ul { left: auto; right: -0.75em; }

	/* IE only */
	* html #nav li, * html #nav li li a { height: 0.1px; }
	
#cse-search-box { margin:0; }
