
/* styles for everything in the header: sigill, tabs and search */


#top {
  margin:           0;
  padding:          0;
  height:           140px;
  min-height:       140px;

  /**    border-bottom:    5px solid #996633;                       ORIGINAL  ltr  **/
  border-bottom:       5px solid #807c68; 
  /** background: #000080;                    ORIGINAL  ltr **/
  background: #D3CEB6;
}

#topsub{
	margin: 0;
	padding: 0px;
  /** background: #000080;                    ORIGINAL  ltr **/
  background: #D3CEB6;
	height: 60px;
    min-height: 65px;
	margin-left: 179px;
   /** border-bottom: 5px solid #996633;         ORIGINAL  ltr **/
   border-bottom: 5px solid #807c68;
	display: block;
    padding-top:5px;
}
#topimage{
	float: left;
    width: 665px;
    color: #fff;
	font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
#topimage img{
	margin-bottom:2px;
}

#top h1{
	color: #fff;
	font-size: 22px;
    font-size: 1.3em;
	margin:0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;

}

#topsub h1{
	color: #fff;
	font-size: 26px;
    font-size: 1.3em;
	margin:0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sigill {
  float:            left;
  padding:          0;
  margin:           0;
  width: 180px;
  font-family:      Arial, Verdana, Geneva, Helvetica, "bitstream vera sans", sans-serif;
  font-size:        0.7em;
  color: #fff;
  text-align: center;
  /** background-color: #000080;                    ORIGINAL  ltr **/
  background-color: #D3CEB6;
}
#sigillsub{
	overflow: hidden;
	width: 179px;
  /** background-color: #000080;                    ORIGINAL  ltr **/
  background-color: #D3CEB6;
	text-align: center;
	color: #fff;
    padding-bottom: 2px; 
    /** border-bottom:       30px solid #996633;                    ORIGINAL  ltr **/ 
    border-bottom:       30px solid #807c68; 
}
 
#sigill img, #sigillsub img {
  float: left;
  padding:          0;
  margin:           0;
  border:           none;
}

#dropper { 
/*height:  113px; */
}

#tabs {
  display: block;
  font-size: 1em;
  height: 1.5em;
  line-height:      18px;
  margin:           0;
  padding:          0;
  margin-bottom: 0px;
  width: 640px;
  letter-spacing:0px;
}
#tabs ul {
  position:         relative;
  margin:           0px;
  margin-right:     10px;
  padding-left:     0;
  display:          inline;
}

#tabs ul li {
  /** background-color: #000080;                    ORIGINAL  ltr **/
  background-color: #D3CEB6;
  margin-right:     12px;
  margin-bottom:    0;
  padding:          0px;
  list-style:       none;
  display:          block;
  line-height:      1.5em;  
  width: auto;
  float: left;
  height: 18px;
  padding-left: 4px;
  padding-right: 4px;
  /** border-bottom:    3px solid #000080;          ORIGINAL  ltr  **/
  border-bottom:    3px solid #D3CEB6;
}

#tabs ul li a {
  line-height:      18px;
  color:            white;
  font-weight:      bold;
}

#tabs ul li.here {
  /**  background-color: #996633;                   ORIGINAL  ltr  **/
  background-color: #807c68;  
  /** border-bottom:    3px solid #996633;          ORIGINAL  ltr  **/
  border-bottom:    3px solid #807c68;
  padding:0;
  padding-left: 4px;
  padding-right: 4px;
}

#tabs ul#tab-ul-inst {
  margin:0px;
  margin-left:      0px;
}

#tabs ul li#tab-li-inst {
  padding:          6px 0px 5px 3px;
}
#tabs li{
	color: #FFF;
}
#tabs ul li#here-inst {
  padding:          6px 3px 5px 4px;
  /**  background-color: #996633;                   ORIGINAL  ltr  **/
  background-color: #807c68;  
  /** border-bottom:    4px solid #996633;          ORIGINAL  ltr  **/
  border-bottom:    4px solid #807c68;
}

#top-right {
  font-size:        0.75em;
  margin:           0;
  padding:          0;
  float:            right;
  width:            16.3em;
}

#search {
  line-height:      1em;
  margin:           0;
  padding:          0;
}

#top-right #search form {
  margin:           9px 0 0 15px;
  padding:          0;
}

#top-right #search form input.searchinput {
  border:           1px solid black;
  margin-left:      5px;
  margin-top:       0px;
  padding:          1px 0 2px 2px;
  vertical-align:   middle;
}

#top-right #search form input.button {
  border:           1px solid black;
  margin-left:      3px;
  padding:          0 2px;
  height:           1.7em;
  vertical-align:   middle;
}

#top-right ul {
  padding:          9px 0px 5px 17px;
  margin:           0;
}

#top-right ul li {
  list-style:       none;
  font-size:        0.9em;
  margin:           0px;
  padding:          1px 3px 2px 20px;
  background:       url('/images/css-images/arrow_blue.gif') no-repeat 6px 7px;

}

#top-right ul li a {
  color:            white;
  margin:           0;
  font-weight:      bold;
}



/* OLD
#top-right ul li {
  list-style:       none;
  font-size:        0.9em;
  margin-bottom:    1px;
}

#top-right ul li a {
  color:            white;
  margin:           0px;
  padding:          4px 3px 4px 20px;
  background:       url('/images/css-images/arrow_blue.gif') 6px 8px no-repeat;
  font-weight:      bold;
} */
