/**********Publications*************/

/*#publication1, #special { clear:both;}
#publication1 ul, #special ul, #cte ul, #construction ul, #handbook ul, #poster ul, #nursing ul, #other ul
  {margin:0; width: 500px; padding:0; }
  
#publication1 ul li, #special ul li, #cte ul li, #construction ul li, #handbook ul li, #nursing ul li, #other ul li
  {display:inline; float:left; margin: 8px; padding-bottom: 15px; width: 125px; height: 170px;}
  
#poster ul li 
  {display: inline; float:left; margin: 8px; padding-bottom: 15px; width: 475px; height: 170px;}  
  
#publication1 ul li a, #special ul li a, #cte ul li a, #construction ul li a, #handbook ul li a, #nursing ul li a, #other ul li a
  {display:block; width: 125px; height: 150px; background-position:center; background-repeat: no-repeat; text-decoration: none; border: 1px solid #CCC;}
  
#poster ul li a
  {display:block; width: 475px; height:150px; background-position:center; background-repeat:no-repeat; text-decoration: none; border: 1 px solid #CCC;}  
  
#publication1 ul li a span, #special ul li a span, #cte ul li a span, #construction ul li a span, #handbook ul li a span, #nursing ul li a span, #other ul li a span
  {font-size: 10px; line-height: 12px; position:relative; top: 155px; color: #666; text-transform: uppercase; display: block; text-align: center; width: 125px; overflow: hidden;}

#poster ul li a span
  {font-size: 10px; line-height: 12px; position:relative; top: 155px; color: #666; text-transform: uppercase; display: block; text-align: left; width: 125px; overflow: hidden;}
  
#publication1 ul li a:hover span, #special ul li a:hover span, #cte ul li a:hover span, #construction ul li a:hover span, #handbook ul li a:hover span, #poster ul li a:hover span, #nursing ul li a:hover span, #other ul li a:hover span
  {color:#00CC00;}  */
  
  
#content .thumbs {
	width: 500px;
	margin: 0px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #CCC;
	float: left;
	clear: both;
}
#content .thumbs ul li {
	display:block;  
	float:left; 
	margin: 0px 15px 60px 0px; 
	padding: 3px; 
	width: 126px; 
	height: 152px;
	background-color:#fff;
	border: solid 1px #ccc;
}
#content .thumbs ul li a {
	display:block; 
	width: 125px; 
	height:152px; 
	background-position:center; 
	background-repeat:no-repeat; 
	text-decoration: none; 
	border: 1 px solid #CCC;
	
}
#content .thumbs ul li span {
	font-size: 10px; 
	line-height: 12px; 
	color: #666; 
	margin-top: 5px;
	margin-bottom:30px;
	text-transform: uppercase; 
	display: block; 
	text-align: left; 
	width: 125px; 
	height: 170px;
	clear: both;
}
#content .thumbs ul li a:hover span {
	color:#00CC00;
}
