/* CSS Document */

/* Template TAGS */
/* ----------------------------------------------------- */
body {
	width: 723px;
	font-family: verdana, arial, helvetica; /* added */
	font-size: small; /* added */
	line-height: 1em;
	background-color: #C7D0BD;
	margin-top: 5px; /* added */
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

a:link {
	color: #0033cc;
	/* color: #3A3AC1 #00007F #0055BF; blue default blue #0000FF */
	text-decoration: none; 
}

a:visited {
	color: #003399;
	/* color: #000673  #00005F #00397F; #003366 darkblue */
	text-decoration:none;
}

a:hover {
	color: #999; /*grey*/
	text-decoration:underline;
}
a:active {
	color: #003399; /* #000000  active and visited must be the same */
}



/* Header change for Printable Version */
#print_logo {display:none;}


/* Header and Ibisweb library catalog */
/* ----------------------------------------------------- */
#um_libraries_logo {
	padding: 0px; 
	margin: 0px;
	/*for IE*/
}
#header_ibisweb_search {
	height: 26px;
	border-top: 1px solid #B56810;
	border-bottom: 1px solid #B56810;
	background-color: #D7D7D7;
	padding: 0px;
	margin: 0px;
}
#header_ibisweb_margin {
	padding: 0px;
	margin: 2px 15px 0px 15px;
}
#header_ibisweb_search form {
	width: 560px;
	float: left;
	text-align:left;
	margin:0px;
	padding:0px;
}
#header_ibisweb_search label {
	font-family: verdana, arial, helvetica; /* added */
	font-size: 10px;
	font-weight: bold;
	color: #4C6916;
	letter-spacing: .1em;
}
.advanced_search {
	float: right;
	padding: 5px 5px 0px 0px;
	font-family: verdana, arial, helvetica; /* added */
	font-size: 11px;
}
.advanced_search a, .advanced_search a:visited {
	color: #000;
}
.advanced_search a:hover {
	color: #999;
}

/* Content Columns*/
/* ----------------------------------------------------- */
#content_2columns {
	width: 723px;
	background-color: #FFFFFF;
	background-image: url(../Files/images/column1_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#content_4columns {
	width: 723px;
	background-color: #FFFFFF;
	background-image: url(../Files/images/4columns_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#no_columns {
	width: 723px;
	margin: 0px;
	padding: 0px;
}
#column_margin {
	margin: 10px;
}
/* Column1 */
/* ----------------------------------------------------- */
#column1 {
	width: 128px;
	float: left;
} 
#column1 hr {
	border-top: 1px solid #B56810;
	border-bottom: 1px solid #FFEEC6; /*For IE */
	border-left: 0px; /*For IE */
	height: 2px; /*For IE */
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

/* Column2 and 3 */
/* ----------------------------------------------------- */
#column2 {
	width: 595px;
	float: right;
/*	position: relative;
*/}
#column2_home {
	text-align: right;
}
#column2_home, #column3_home {
	width: 200px;
	display: block;
	float: left;
}
/* Column4 */
/* ----------------------------------------------------- */
#column4_home {
	width: 195px;
	display: block;
	float: right;
}
#column4_home p {
	font-family: verdana, arial, helvetica; /* added */
	font-size:11px;
	line-height: 1.25em;
	padding: 5px 0px 5px 0px;
	margin-top: -10px;
}
#column4_home img {
	margin: 3px 6px 0px 3px;
}


/* Home MainMenu Content */
/* ----------------------------------------------------- */
#home_menu_books {
	border-bottom: 1px solid #B56810;
	margin: 0px 0px 0px 10px;
}
#home_menu_research {
	border-bottom: 1px solid #B56810;
	margin: 0px 10px 0px 0px;
}
#home_menu_books, #home_menu_research, #home_menu_services, #home_menu_about {
	font: 12px verdana, arial, helvetica;
	
}
#home_menu_books ul, #home_menu_services ul { /* controls right padding */
	padding: 0px 13px 0px 0px;
	margin: 0px;
}
#home_menu_research ul, #home_menu_about ul { /* controls right padding */
	padding: 0px 0px 0px 13px;
	margin: 0px;
}
#home_menu_books ul, #home_menu_research ul, #home_menu_services ul, #home_menu_about ul {
	list-style: none;
}
#home_menu_books li, #home_menu_research li, #home_menu_services li, #home_menu_about li {
	list-style: none;
	margin-bottom: 12px; /* controls padding between menu items */
}
#home_menu_books a, #home_menu_research a, #home_menu_services a, #home_menu_about a {
	color: #000;
	
} 
#home_menu_books a:hover, #home_menu_research a:hover, #home_menu_services a:hover, #home_menu_about a:hover {
	color: #999; /* added */
	text-decoration: underline;  /* added */
	
}


#home_menu_books h1 a, #home_menu_research h1 a, #home_menu_services h1 a, #home_menu_about h1 a {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	color: #EE4911;
	font-weight: bold;
	letter-spacing:inherit;
	text-transform: uppercase;
	text-decoration: none;
}


#home_menu_books a:hover, #home_menu_research a:hover, #home_menu_services a:hover, #home_menu_about a:hover {
	color: #999999;
	text-decoration: underline; /* added */
}


/* MainMenu Bar */
/* ----------------------------------------------------- */
#menu_bar {
	width: 595px;
	height: 24px;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	border: 0px;
	border-bottom: 1px solid #B56810;
	margin: 0px;
	padding: 0px;
}
#menu_bar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu_bar li {
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}
#menu_bar a:link {
	color: #EE4911;
	text-decoration: none;
}
#menu_bar a:hover {
	color: #FFFFFF;
	background-color: #EE4911;
}
#menu_bar *:visited {
	color: #EE4911;
}
#menu_books {
	display: block;
	width: 140px;
	height: 18px;
	border-right: 1px solid #B56810;
	float: left;
	padding: 6px 0px 0px 8px;
}
#menu_research {
	display: block;
	width: 140px;
	height: 18px;
	border-right: 1px solid #B56810;
	float: left;
/*	position: relative;
*/	padding: 6px 0px 0px 8px;
}


#menu_services {
	display: block;
	width: 140px;
	height: 18px;
	border-right: 1px solid #B56810;
	float: left;
	padding: 6px 0px 0px 8px;
}


#menu_about {
	display: block;
	width: 140px;
	height: 18px;
	padding: 6px 0px 0px 8px;
	padding: 6px 0px 0px 8px;
}



/* Sub NavBar */
/* ----------------------------------------------------- */
#sub_nav_bar {
	font-family: verdana, arial, helvetica;
	font-size: 10px; /* 12px */
	font-weight: bold;
	line-height: 1.25em;
}
#sub_nav_bar ul, #sub_nav_bar li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 10px 0px;
}
#sub_nav_bar a {
	text-decoration: none;
	color: #333;
}
#sub_nav_bar a:hover {
	color: #999999;
}


/* Site Search */
/* ----------------------------------------------------- */
#site_search {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25em;
	position: inherit;
}
#site_search ul, #site_search li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 10px 0px;
}
#site_search a {
	text-decoration: none;
	color: #333;
}
#site_search a:hover {
	color: #999;
}



/* footer */
/* ----------------------------------------------------- */
#footer {
	border-top: 1px solid #B56810;
	width: 723px;
	height: 78px;
	background-color:#FFFFFF;
	z-index: 300;
}
#footer_um_logo {
	margin: 0px 0px 0px 5px;
	padding-top: 12px;
	float:left;
}
#footer_address {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	float: right;
	text-align: right;
	margin-right: 5px;
}
#footer_address h4 {
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	color: #00411C;
}
#footer_address p {
	margin-top: 2px;
	padding-top: 2px;
	line-height: 1.1em;
}

/* findit */
/* ----------------------------------------------------- */ 

.text10  {	font-size: 11px;
		color:#333;
		}

#infosheet th {background-color:#fff8e8;
		text-align: right;
		width: 100px;
		vertical-align: top;
		font-size: small;
		font-weight: normal;
		color:#000;}
		
#infosheet td {background-color:#ffffff;
		text-align: left;
		vertical-align: top;
		font-size: small;
		color:#333;}
		
#listservices th {
		text-align: center;
		margin-top: 4px;
		font-size: 10px;
		font-weight: bold;
		color:#333;}
		
#listservices td {
		text-align: center;
		margin-top: 5px;
		font-size: 11px;
		
		color:#333;}
		
#listservices dt {
		font-family:  verdana, arial, sans serif;
		font-size: small;
		font-weight: normal;
		
		}
		
#listservices dd {
		font-family:  verdana, arial, sans serif;
		font-size: small;
		font-weight: normal;
		
		}

#listservices a {
		
		font-weight: normal;
		}