@charset "utf-8";
/* CSS Document */

.pubs_nav {
	display: block;
	width: 184px;
	height: 42px;
	margin-left:20px;
	background: url('/images/nav/home/publications.gif') bottom;
	text-indent: -99999px;
}

.pubs_nav:hover {
	background-position: 0 0;
}

.med_nav {
	display: block;
	width: 184px;
	height: 42px;
	margin-left:20px;
	background: url('/images/nav/home/media.gif') bottom;
	text-indent: -99999px;
}

.med_nav:hover {
	background-position: 0 0;
}

.lib_nav {
	display: block;
	width: 184px;
	height: 42px;
	margin-left:20px;
	background: url('/images/nav/home/library.gif') bottom;
	text-indent: -99999px;
}

.lib_nav:hover {
	background-position: 0 0;
}

.forum_nav {
	display: block;
	width: 184px;
	height: 42px;
	margin-left:20px;
	background: url('/images/nav/home/forum.gif') bottom;
	text-indent: -99999px;
}

.forum_nav:hover {
	background-position: 0 0;
}

.feat_nav {
	display: block;
	width: 184px;
	height: 42px;
	margin-left:20px;
	background: url('/images/nav/home/features.gif') bottom;
	text-indent: -99999px;
}

.feat_nav:hover {
	background-position: 0 0;
}

.about_nav {
	display: block;
	width: 184px;
	height: 42px;
	margin-left:20px;
	background: url('/images/nav/home/about.gif') bottom;
	text-indent: -99999px;
}

.about_nav:hover {
	background-position: 0 0;
}

.abt_hometxt A:link  {text-decoration : none; color: #000099;}
.abt_hometxt A:visited  {text-decoration : none; color: #000099;}
.abt_hometxt A:active  {text-decoration : none; color: #000099;}
.abt_hometxt A:hover  {text-decoration : underline; color : #000000;}

.else_pubs, .else_vids, .else_photos, .else_forum {
	width:654px;
	height:41px;
	clear:both;
	margin-bottom:2px; 
	border:solid 1px white;
	display:block;
}
.else_pubs {background: url('/images/home/else_new/pubs_bkghv.png') bottom;}
.else_vids {background: url('/images/home/else_new/videos_bkghv.png') bottom;}
.else_photos {background: url('/images/home/else_new/photos_bkghv.png') bottom;}
.else_forum {background: url('/images/home/else_new/forum_bkghv.png') bottom;}

.else_pubs p, .else_vids p, .else_photos p, .else_forum p {
	text-align: left; 
	padding-left:210px; 
	line-height:normal;	
	vertical-align:bottom;
	margin-top:5px;
	padding-top:0px;
	color:#626262;
	font-size:11px;
	}

.else_pubs span, .else_vids span, .else_photos span, .else_forum span {text-decorspantion : none; color: #000000; font-size:13px; }
.else_pubs span:hover, .else_vids span:hover, .else_photos span:hover, .else_forum span:hover {text-decorspantion : underline;}
	
.else_pubs:hover, .else_vids:hover, .else_photos:hover, .else_forum:hover {
		background-position: 0 0;
}