/** lib-web1 /css/public.css **/

body {
	background-color: #fff;
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	}

.hide {
	display: none;
	}

#ufheader {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #fff;
	*/
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ccc;
	width: 100%;
	}
	
.logo {
	background-image: url(https://www.uflib.ufl.edu/images/table_blu2.gif);
	}
	
.logo a:link { border: 0;}
.logo a:visited  { border: 0;}
.logo a:hover  {border: 0;}

.gap1 {
	background-image: url(https://www.uflib.ufl.edu/images/table_blu2.gif);
	height: 26px;
	width: 30px;
	background-color: #0021a5;	
	}
	
.gap2 {
	background-image: url(../images/table_orange2.gif);
	height: 26px;
	width: 30px;
	background-color: #0021a5;
	}

.firstLinks {
	background-image: url(../images/table_blu2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#fff;
	text-align: right;
	white-space: nowrap;
	padding: 0 20px 0 0;
	background-color: #0021a5;
	}

.firstLinks a:link {
	color:#fff;
	text-decoration: none;
	font-weight: normal;
	}
.firstLinks a:visited {
	color: #fff;
	font-size: small;
	text-decoration: none;
	}
	
 .firstLinks a:hover {
	color: #fff;
	font-size: small;
	text-decoration: underline;
	}

.secondLinks {
	background-image: url(../images/table_orange2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#fff;
	text-align: right;
	white-space: nowrap;
	padding: 0 20px 0 0;
	background-color: #0021a5;
	}

.secondLinks a:link {
	color: #fff;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	}
.secondLinks a:visited {
	color: #fff;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	}
	
 .secondLinks a:hover {
 	font-size: small;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}
	
.thirdLinks {
		background-color: #eee;
		border-top: 1px solid #fff;
		color: #000;
		}
	
#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	background-color:#eee;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	}
	
#footer p{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 0 0 0 10px;
	}
	
#footer a{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}

#footer a:link{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}

#footer a:visited{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#footer a:hover{
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	}
	
#wordmark {
	float: right;
	margin: 15px 15px 0px 0px;
	}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	background-color: #fff;
	padding: 10px 0 0 0;
	white-space: nowrap;
}
	
#copyright a {
	font-size: 12px;
	color: #292929;
}

#copyright a:link {
	font-size: 12px;
	color: #292929;
}

#copyright a:visited {
	font-size: 12px;
	color: #292929;
}

#copyright a:hover {
	font-size: 12px;
	color: #292929;
}
	

