
html{
  height: 100%;
  
}

body{
  background: #fcfcf1 url(images/bg_grad.jpg) repeat-x 0 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

ul.primary{
 margin: 0;
}

a{
  color: #563810;
}

#frame{
  background: url(images/bg.jpg) no-repeat 50% 0;
  height: 100%;
  min-height: 768px;
}

#header{
  height: 220px;
  /*background: url(images/header.jpg) no-repeat 50% 0;*/
}

#header_content{
  width: 1209px;
  height: 175px;
  margin: 0 auto;
}

#ualib_link a, #williams_link a{
    position: relative;
	display: block;
	width: 2px;
	height: 2px;
	font-size: 1px; 
	line-height: 1px;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	background-color: #efefef;
	border: 1px solid #3d3d3d;
	border-right: none;*/
}

#ualib_link, #williams_link{
  float: left;
  display: block;
}


#home{
  width: 990px;
  margin: 0px auto;
  clear: both;
  height: 23px;
}

#home a{

  padding: 5px 20px 5px 20px;
  color: #efefef;
  font-size: 20px;
  text-decoration: none;
  background-color: #8D8D7A;
  -webkit-box-shadow: inset 0px 0px 6px 0px #4D4D43;
-moz-box-shadow: inset 0px 0px 6px 0px #4D4D43;
-o-box-shadow: inset 0px 0px 6px 0px #4D4D43;
-ms-box-shadow: inset 0px 0px 6px 0px #4D4D43;
box-shadow: inset 0px 0px 6px 0px #4D4D43;

  clear: both;
}

#ualib_link a{
  padding: 80px 200px;
  margin-left: 120px;
}

#williams_link a{
  padding: 85px 250px;
  margin-left: 70px;
}


#content_wrapper{
  /*background: url(images/border.png) repeat-y 50% 0;
  height: 100%;*/
  position: relative;
  clear: both;
  text-align: left;
}

#border_wrapper{
  /*background: url(images/border.png) repeat-y 50% 0;*
  height: 100%;*/
  width: 990px;
  position: relative;
  margin: 0px auto;
  text-align: center;
}

#menu{
  float: left;
  width: 250px;
  border-right: 1px solid #CAC9B8;
  font-family: Georgia, "Copperplate / Copperplate Gothic Light", "Times New Roman", Times, serif;
}

#content{
  float: right;
  width: 720px;
  font-family: Verdana,Arial,sans-serif;
  line-height: 25px;
}

#footer{
  padding: 10px 0px;
  clear: both;
}

.menu2{
  line-height: 1.3em;
	font-size: 18px;
	font-weight: bold;
}

.menu2 a{
	display: block;
	padding: 12px 4px 12px 40px;
	background-color: #948658;
	border-bottom: 1px solid #b2b1a2;
	color: #1a1a1a;
	text-decoration: none;
}

.menu2 a.vids:hover, .menu2 a.findingaids:hover{
	background-color: #CAC9B7;
}

.menu2 a.vids{
	background: #E4E2CD url(images/icon-video.png) no-repeat 5px 50%;
}

.menu2 a.findingaids{
  font-size: 16px;
  background: #E4E2CD url(images/icon-eye.png) no-repeat 5px 50%;
}

.photo_rights{
  margin-top: 5px;
  font-size: 11px;
  color: #999;
  font-style: italic;
  clear: both;
}

.img_l, .img_r{
  padding: 10px;
}

.img_l{
  float: left;
}

.img_r{
  float: right;
}

.arrow{
  font-size: 25px;
  line-height: 1px;
}

.inventory{
  margin: -28px 0px 30px 0px;
  padding-bottom: 8px;
}

.inventory a{
  font-size: 12px;
  color: #563810;
  text-decoration: none;
  border: 1px solid #ccc;
  border-top: none;
  padding: 5px;
  margin-left: 2px;
}

.inventory a:hover{
  background-color: #fff;
}

.inventory img{
  padding-left: 10px;
  border: 0;
}

.float_fix{
  clear: both;
}

h2{
  margin-top: 0;
  border-bottom: 1px solid #563810;
}

.video{
	width: 720px;
	position: relative;
	margin: 30px auto;
	border: 1px solid #cba94f;
}

.tab-label{
	color: #2a2a2a;
	text-align: center;
	font-size: 22px;
	width: 180px;
	padding: 4px 12px 6px 12px;
	margin: -20px 0 0 -15px;
	background-color: #9e8131;
	position: absolute;
	-webkit-box-shadow:1px 1px 3px 0px #333333;
-moz-box-shadow:1px 1px 3px 0px #333333;
-o-box-shadow:1px 1px 3px 0px #333333;
-ms-box-shadow:1px 1px 3px 0px #333333;
box-shadow:1px 1px 3px 0px #333333;
}

.tab-label:after{
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	position: absolute;
	margin: 6px 0 0 -12px;
	background: transparent;
	border-top: 25px solid #453915;
	border-left: 15px solid transparent;
}

/*######-----> Printer friendly <-----######*/
a.print-page{
	margin-right: 10px;
	padding: 5px 4px;
	width: 160px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #eee;
	border-top: none;
}