/* tech.css
 * Office Community Technology site only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */

/* Top Nav customization */

#deptTopNav {
    height: 38px;
}

#deptTopNav ul li a, #deptTopNav ul li a:visited {    
    padding: 10px;
}

#deptTopNav ul li {	
	text-align: center;
}
#deptTopNav ul li a.last, #deptTopNav ul li a:visited.last {
    margin: 0;
} 
/* Customize H fonts in body */
#tabs h3 {
    font-size: 1.17em;
}
#tabs h4 {
    font-size: .83em;
}

/* Button styling */

#button a {
	display: block;
	width:200px; 
	height:50px; 
	text-align:center; 
	margin-left:5px;
	background: url(../../Images/Shared/icons/button.png) no-repeat;  
	padding:20px 0px 0px;
	text-decoration:none;
	font-size:24px;
	color:#FFF;
	margin-top:0;
	font-family: 'LeagueGothicRegular';
}
#button a:hover {
	background: url(../../Images/Shared/icons/button-over.png) no-repeat;  
	color:#002f99;
}
#deptFooterTitle {
  padding-left: 90px;
}
#x4586 div.HighlightLinkList a {
	line-height: 22px;
}
