/* CSS Document */
@import url(blcommon4.css);
body {
	background: #fff url(../images/bg_1.png) repeat-x top;
}
/*Drop-down menu styling: - adapted from suckerfish fancy demo*/
#nav, #nav ul {
/* all lists */
	float: left;
	width: 55em;
	list-style: none;
	line-height: 1;
  font-weight: bold;
	padding: 0;
	margin: 0;
}
#nav a {
	/* Width of top-nav items for IE */
  display: block;
	width: 14.5em;
	w\idth: 10.3em;
	color: #c5b393;
	text-decoration: none;
	padding: 0.7em 0.8em;
}
#nav a.parenta {
  font-weight: bold;
  color: #7d141d;
  border-top: 1px #fff solid;
  border-right: 1px #fff dashed;
  background: #c5b68f;
}
#nav a.parentb {
  font-weight: bold;
  color: #7d141d;
  border-top: 1px #fff solid;
  border-right: 1px #fff dashed;
  background: #ecc781;
}
#nav a.childa {
  color: #7d141d;
  border-top: 1px #fff solid;
  background: #c5b68f;
}
#nav a.childb {
  color: #7d141d;
  border-top: 1px #fff solid;
  background: #ecc781;
}

#nav li {
/* all list items - incl. width of the top nav items for Mozilla*/
	float: left;
	padding: 0;
	width: 13em;
/* width needed or else Opera goes nuts */
}
#nav li:hover, #nav li.sfhover {
	/* Highlight on hover for main nav*/
 background: #cc3366;
}
#nav a.childa:hover, #nav a.childa.sfhover, #nav a.childb:hover, #nav a.childb.sfhover,  #nav a.parenta:hover, #nav a.parenta.sfhover,  #nav a.parentb:hover, #nav a.parentb.sfhover {
	/* Highlight on hover for main nav*/
 background: #fc6;
 /* font-weight: bold;*/
}
#nav li ul {
/*Second-level lists - including sub-nav boxes*/
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.5em;
	w\idth: 12.5em;
	font-weight: normal;
	margin: 0;
/* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li {
/* Overall width of sub-nav items*/
	width: 12em;
  /* background: #c5b68f; */
}
#nav li ul a {
/*Offset of the arrows - width of sub nav links within the boxes*/	
  width: 12.5em;
	w\idth: 10.5em;
}
#nav li ul ul {
/*Third-and-above-level lists - top offset and right offset of each cascading sub-item*/
	margin: -2.45em 0 0 12em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
/* lists nested under hovered list items */
	left: auto;
}

/*experiment in trying a scrollable div on the standard size transcription view*/
div#smalltransdiv {
	position:absolute;
	left: 50%;
	background-color: #e7decb;;
	padding: 20px;
	overflow: scroll;
	top: 120px;
	height: 400px;
	width: 400px;
	z-index: 1;
}


div#icons {
/*floating box for key icons*/
	position: absolute;
	z-index: 99;
	left: 75%;
	top: 30px;
	background: #b99e56;
	width: 250px;
	height: 30px;
}

div#transdiv {
	position:absolute;
	left: 20px;
	background-color: #D9D8C4;
	padding: 20px;
	overflow: scroll;
	top: 120px;
	height: 400px;
	width: 400px;
	z-index: 0;
	border: 1px solid #CCCCCC;
}

div#transdiv h3{
  margin: 2px 20px 3px 0;
  padding: 0;
  font-size: 1em;
}

div#bigimage	{
	position: relative;
	left: 50px;
	top: 10px;
}

div#divindex a:link {
	color: #cd3907;
	text-decoration: none;
}


div#divindex a:visited {
	color: #cd3907;
	text-decoration: none;
}

div#divindex a:hover {
	color: #cd3907;
	text-decoration: underline;
}

div#resultlist a:link {
	color: #cd3907;
	text-decoration: none;
}

div#resultlist a:hover {
	color: #cd3907;
	text-decoration: underline;
}
