/*
-----------------------------------------------------
CSS file for RMS website
FileName:    main.css
Date:     2.25.2006
-----------------------------------------------------
*/


body{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #665639;

}

#mainwrapper{
	margin: 0px;
	padding: 0px;
	min-width: 995px;
	
}

#header{
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #A1977A;
}

#navbar{
	margin: 0px auto;
	width: 995px;
	text-align: center;
	padding: 4px 0px;
	font-size: 13px;
}

.selectednavtab{
	margin: 0px;
	padding: 0px 12px 0px 12px;
	text-align: center;
	color: #FFF;
	font-weight: bold;

}

.selectednavtab a:link{
	color: #FFF;
	text-decoration: none;
}

.selectednavtab a:visited{
	color: #FFF;
	text-decoration: none;
}

.selectednavtab a:hover{
	color: #FFF;
	text-decoration: none;
}

.selectednavtab a:active{
	color: #FFF;
	text-decoration: none;
}

.unselectednavtab{
	margin-right: 5px;
	padding: 0px 12px 0px 12px;
	text-align: center;
	font-weight: normal;

}

.unselectednavtab a:link{
	color: #FFF;
	text-decoration: none;
}

.unselectednavtab a:visited{
	color: #FFF;
	text-decoration: none;
}

.unselectednavtab a:hover{
	color: #FFF;
	text-decoration: none;
}

.unselectednavtab a:active{
	color: #FFF;
	text-decoration: none;
}

#locationbar{
	margin: 0px auto;
	width: 990px;
	padding: 4px 0px 8px 0px;
	font-size: 11px;
	font-weight: normal; 
	color: #FFF;
	background-color: #665639;
}

#locationbar a:link{
	color: #FFF;
	text-decoration: none;
}

#locationbar a:visited{
	color: #FFF;
	text-decoration: none;
}

#locationbar a:hover{
	color: #FFF;
	text-decoration: underline;
}

#locationbar a:active{
	color: #FFF;
	text-decoration: underline;
}

#navtree{
	padding: 2px 0px 0px 4px;
}


#bodywrapper{
	margin: 0px auto;
	padding: 0px;
	width: 995px;
	background-color: #F5EACE;
	background-image: url(/images/mainbodysidebarbg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	
}

#sidebar{
	margin: 0px;
	padding: 8px 10px;
	width: 255px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#sidebar a:link {
	color: #FFF;
}

#sidebar a:visited {
	color: #FFF;
}

#sidebar a:hover {
	color: #FFF;
}


.sidebartoc{
	width: 255px;
	margin: 0px;
}

.sidebartoc ul{
	margin: 0px;
	padding: 5px 0px 0px 20px;
}

.sidebartoc li{
	margin: 0px;
	padding: 3px 0px 2px 0px;
}

.sidebartoc h3{
	padding: 5px 8px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-color: #8D7E57;
}

#unselectedtocitem a:link{
	color: #433C29;
	text-decoration: none;
}

#unselectedtocitem a:visited{
	color: #433C29;
	text-decoration: none;
}

#unselectedtocitem a:hover{
	color: #FFF;
	text-decoration: underline;
}

#unselectedtocitem a:active{
	color: #FFF;
	text-decoration: none;
}

.selectedtocitem a:link{
	color: #FFF;
	text-decoration: none;
}

.selectedtocitem a:visited{
	color: #FFF;
	text-decoration: none;
}

.selectedtocitem a:hover{
	color: #FFF;
	text-decoration: underline;
}

.selectedtocitem a:active{
	color: #FFF;
	text-decoration: none;
}

.sidebartocsublist{
	font-weight: normal;
}

#sidebarcollectionitem {
	padding: 0px 2px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #433C29;
}

#sidebarcollectionitem img{
	margin-bottom: 6px;
}


#sidebarbottom{
	margin: 20px 0px 4px 0px;
	padding: 2px 0px 1px 0px;
	width: 255px;
	text-align: center;
	color: #FFF;
	background-color: #8D7E57;
}

#sidebarbottom li{
	margin-left: 7px;
	text-align: left;
}

#sidebarbottom ul{
	margin-top: 5px;
}

#sidebarbottom h3{
	margin: 0px;
	padding: 8px 0px 5px 0px;
	font-family: "times new roman", times, serif;
	font-size: 15px;
	color: #FFF;
}

#sidebarbottom a:link{
	color: #F5EACE;
	text-decoration: none;
}

#sidebarbottom a:visited{
	color: #F5EACE;
	text-decoration: none;
}

#sidebarbottom a:hover{
	color: #FFF;
	text-decoration: underline;
}

#sidebarbottom a:active{
	color: #FFF;
	text-decoration: underline;
}

#mainbody{
	margin-left: 280px;
	padding: 5px 15px 10px 15px;
	color: #000;
}

#mainbody a:link{
	color: #433C29;
}

#mainbody a:visited{
	color: #6E623B;
}

#mainbody a:hover{
	color: #433C29;
	text-decoration: underline;
}

#mainbody a:active{
	color: #433C29;
}

#bottombar{
	margin: 0px;
	padding: 3px 10px 3px 10px;
	clear: both;
	font-size: 13px;
	font-weight: bold; 
	color: #463E26;
	background-color: #A1977A;
}

#footer{
	margin: 0px auto;
	width: 985px;
	padding: 5px;
	font-size: 11px;
	color: #FFF;
}

#footer a:link{
	color: #FFF;
}

#footer a:visited{
	color: #FFF;
}

#footer a:hover{
	color: #FFF;
}

#footer a:active{
	color: #FFF;
}

.imageinsertleft{
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.imageinsertright{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: right;
}


.imagewcaptioninsertleft{
	margin: 0px 15px 10px 0px;
	padding: 0px 0px 6px 0px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background-color: #A1977A;
}

.imagewcaptioninsertright{
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 6px 0px;
	float: right;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background-color: #A1977A;
}

.imagewcaptioninsertright a:link{
	color: #FFF;
}

.imagewcaptioninsertright a:visited{
	color: #FFF;
}

.imagewcaptioninsertright a:hover{
	color: #FFF;
	text-decoration: underline;
}

.imagewcaptioninsertright a:active{
	color: #FFF;
	text-decoration: underline;
}

.imagewcaptioninsertleft img{
	margin-bottom: 2px;
	padding-bottom: 0px;
}

.imagewcaptioninsertright img{
	margin-bottom: 2px;
	padding-bottom: 0px;
}

.imageinserttopright{
	margin: 0px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: 11px;
}

#adinsert{
	margin: 25px 0px 30px 0px;
	padding: 1px 0px 8px 0px;
	text-align: center;
	font-size: 11px;
	background-color: #8D7E57;
	color: #FFF;
}

#adinsert h3{
	margin: 4px 0px 5px 0px;
	font-size: 15px;
	font-family: "times new roman", times, serif;
	color: #FFF;
}

#adinsert a:link{
	color: #FFF;
	text-decoration: none;
}

#adinsert a:visited{
	color: #FFF;
	text-decoration: none;
}

#adinsert a:hover{
	color: #FFF;
	text-decoration: underline;
}

#adinsert a:active{
	color: #FFF;
	text-decoration: underline;
}

.textinsertright{
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
	float: right;
}

.lileadingspace{
margin-top: .4em;
}

.noleadingspace{
margin-top: 0px;
}

.notrailingspace{
margin-bottom: 0px;
}

.contacttable{
	padding-right: 15px;
	font-size: 13px;
}

.directorytable{
	margin: 0px 30px;
}

.directorytable td{
	padding: 5px 15px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	color: #94844F;
}

.collectiontoctimage{
	width: 50px;
	height: 50px;
	margin: 0px 10px 5px 10px;
	padding: 0px;
	float: left;

}

.exhibitionentry{
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	float: left;
}

.exhibitionentryimage{
	width: 120px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

.exhibitionheader{
	margin: 0px 0px 0px 130px;
	padding: 3px 5px 3px 5px;
	background-color: #A1977A;
	color: #FFF;
	font-size: 14px;
}

.exhibitiontitle{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.exhibitiondescription{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.newsentry{
	width: 60%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	float: left;
}

.newsentry p{
	margin: 0px;
	padding: 0px;
}

.newsentryimage{
	width: 80px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}


h1{
	font-size: 18px;
	font-weight: bold;
	color: #6E623B;
	outline-style: solid;
}

h2{
	padding: 8px;
	font-size: 20px;
	font-family: "times new roman", times, serif;
	font-weight: normal;
	color: #6D613A;
	background-color: #E3D7B5;
}

h3{
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #6E623B;
}

h4{
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #433C29;
}

h5{
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}



img {
border: 0px;
}


 
/****************************************
 * Cornell Identity
 ****************************************/
/* 
	The following set of rules controls the appearance of the topmost 
	banner on the page, including height, background color, and text color.
	The Cornell identity banner should appear on every page of the site.
	
	The version of the logo that appears in the XHTML code is hidden from 
	browsers that can read this stylesheet, and it is replaced by a version
	of the logo that corresponds to the background color of the banner. 
	This logo is placed in the background of two elements below (rather than
	one) to prevent flickering when moused over by IE/Win users who have 
	disabled the browser cache.
*/
#cu-identity {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #222;
	height: 88px;
	/*
	Comment out the following line to remove the Ezra Cornell background image from the header.
	Change 1.jpg to any number up to 8.jpg to use other header background images.
	*/
	background: #000 url(../images/layout/header_bg/rmc_2a.jpg) no-repeat top right; 
	}

#cu-logo {
	position: absolute;
	top: 0;
	left: 10px;
	margin-left: 0px;
	width: 740px;
	height: 88px;
	background: url(../images/layout/unit_signature.gif) no-repeat -8px -1px;
	}
	
#cu-logo a {
	position: absolute;
	display: block;
	border: none;
	/* hide text link */
	text-indent: -1000em; 
	text-decoration: none;
	}
	
#insignia-link {
	width: 80px;
	height: 88px;
	}

#unit-signature-links a {
	left: 80px;
	width: 345px;
	}

#cornell-link {
	height: 35px;
	}
	
#unit-link1 {
	top: 35px;
	height: 20px;
	}
	
#unit-link2 {
	top: 55px;
	height: 33px;
	}
	
#cu-logo img {
	display: none;
	}
 
/*	
	Search Form
	-------------------------
	The following rules control the appearance of the search form interface. 
	The form is displayed in the Cornell banner, and it is aligned with the 
	right edge of the page. The search form should appear on every page 
	of a site. 
*/

#search-form {
	position: absolute;
	top: 35px;
	right: 10px;
	margin-right: 0px;
	text-align: right;
	}
	
#search-form form {
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#search-form label {
	color: #fff;
	}
	
#search-form-query {
	padding: 3px;
	width: 125px;
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	vertical-align: middle;
	}
	
#search-form-submit {
	margin: 1px 0px 0px 4px;
	padding: 0px 2px 3px 2px;;
	border-top: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #4c4c4c;
	vertical-align: middle;
	}
	
#search-filters {
	margin: 5px 0 0 0;
	}

#search-filters input {
	vertical-align: middle;
	margin: 0;
	}

#search-filters label {
	vertical-align: middle;
	margin: 0 10px 0 0;
	}
	
#search-form a {
	color: #fff;
	text-decoration: none;
	}
 
/*	
	Search Navigation 
	-------------------------
	The following rules control the appearance of the search navigation 
	links. These links are displayed horizontally in the Cornell banner, 
	and they are aligned with the right edge of the page. The baseline
	of the links is aligned with the baseline of the unit name in the unit
	signature. Search navigation links should appear on every page of a
	site. 
*/

#search-navigation {
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: -385px;
	}
	
#search-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
	
#search-navigation li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
		
#search-navigation a {
	float: left;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	border: none;
	}
	
#search-navigation a:hover {
	background: #555;
	}
 
/****************************************
 * Miscellaneous
 ****************************************/

/* 
	Hide "skip to content" link from general users. 
	Do not use display: none, as that will also hide it from some screen readers.
*/
#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
	}
	
/* 
	To display the "skip to content" link to general users, uncomment	
	the following rules (this usually is not necessary).
#cu-logo {
	top: 25px;
	}
#skipnav {
	position: static;
	height: 25px;
	line-height: 25px;
	background: #fff;
	}
#skipnav a {
	display: block;
	margin: 0 auto;
	width: 740px;
	border: none;
	}
#search-navigation {
	top: 75px;
	}
#search-form {
	top: 50px;
	}
*/
	
/* 
	Hide horizontal rules (hr) that separate the banner from the site.
	The rules are semantic separations of content, and they are useful for 
	browsers that cannot utilize the stylesheet.
*/	
hr.banner-separator {
	display: none;
	}
 
 