@charset "UTF-8";
/* CSS Document */
/* 
// SJC BLUE 344896
// SJC ORANGE F78F1E
// LIGHT BLUE A2CAEB
// GREEN 85C446
// GOLD FEBE10
// GREY 666666
*/


.extrander {
	padding-top: 10px;
	padding-bottom: 10px;

}

.extrander h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.extrander h3 a {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	color: #344896;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0px;
	
	background-image: url(/static/assets/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;

}

.extrander h3 a em {
	font-weight: normal;
}

.extrander h3 a:hover {
	color: #F78F1E;
}

.extrander p {
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}


#body .extrand ul {
	list-style: none;
	list-style-image: none;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
}

#body .extrand ul li {
	list-style: none;
	list-style-image: none;
	line-height: 15px;	
	padding-bottom: 5px;

}

#body .extrand ul li a {
	text-decoration: none;
	
	padding-right: 30px;
	
	background-image: url(/static/assets/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#body .extrand ul li a:hover {
}

.extrand {
	border-bottom-color: #A2CAEB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.first {
	border-top-color: #A2CAEB;
	border-top-style: solid;
	border-top-width: 1px;
}




#body .organizations .extrander h3 a {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	color: #344896;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0px;
}

#body .organizations .extrander h3 a:hover {
	color: #F78F1E;
}

#body .organizations .extrand ul {
	list-style: none;
	list-style-image: none;
	padding-right: 18px;
	padding-bottom: 6x;
	padding-left: 18px;
}

#body .organizations .extrand ul li {
	list-style: none;
	list-style-image: none;
	line-height: 10px;	
	padding-bottom: 5px;

}

