/* CSS Document */

/* --------------- Side Nav Adjustments ---------- */
ul.home-left-nav {
	border-radius: 0 20px 20px 0;	
}



/* ---------------  Footer Changes --------------- */
.cat-list li {
    list-style:none;
}



/* --------------- Whitepapers Styles --------------- */
.whitepaper a {
	background-image:none;	
}
.whitepaper li {
	padding-left: 20px;
	background-image:url(/UserFiles/allspec/images/interface/arrow-gray.png);
	background-repeat: no-repeat;	
	margin-bottom: 5px;
	list-style:none;
	line-height:20px;
}
.whitepaper ul {
	margin-left: 15px;	
}
.whitepaper h4 {
	color: #036;
	font-weight:bold;	
}
.read-more {
	text-decoration: underline;
	font-weight: bold;
	font-style: oblique;	
}
.border {
	border-bottom: 3px dotted #ccc;
	width: 100%;
	height: 4px;
	margin-top: 20px;
}
.space {
  padding: 0;
  margin: 0 0 10px 0;	
}
.whitepaper table{
	border:none;	
}
.whitepaper table tr{
	border-bottom:none;	
}
h3.special {
	text-decoration: underline;	
	margin: 0;
	padding: 0;
}
p.none {
	padding: 0;
	margin: 0 0 10px 0;	
}
/* -------- buttons ---------- */
.asButton {
	background-color:#18305C;
	padding:6px 20px;
	color:#ffffff;
	border-radius: 20px;
	display:inline-block;	
	cursor:pointer;
}
.asButton:hover {
	background-color:#d0112b;	
}
.asButton a {
	display:block;
	color:#ffffff;
	text-decoration:none;	
}