


div#team_shortinfo
{
	margin-bottom:16px;
	font-weight:bold;
	color:#5f5f61;
}

div#team_shortinfo_image
{
	padding-top:2px;
	display: inline-block;
	vertical-align:top;
}

div#team_shortinfo_text
{
	position:relative;
	left:30px;
	color:#5f5f61;
	display: inline-block;
	width:420px;
}

img.image_small
{
	float:left;
	margin-right:16px;
	max-width:100px;
	margin-top:5px;
}




div#editbar
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background-color:#bd0019;
	color:#000000;
}

ul
{
	list-style-image: url(storage/system/list_dot.png);
	margin-top:0px;
	padding-left:18px;
}

div#network_banner
{
	margin-top:16px;
	margin-bottom:16px;
}

/*---------------------- NEWS */



/*------------------ REFERENCES */


img.network_banner
{
	max-height:100px;
	max-width:300px;
}

div#toplinks
{
	position:relative;
	height:20px;
	text-align:right;
	font-family:ff-meta-serif-web-pro;
	color:#bd0019;
}

.borderbox
{
	border-top: 1px dotted #bfbfbf;
	border-bottom: 1px dotted #bfbfbf;
}

div.brochure_block
{
	width:32%;
	position:relative;
	display:inline-block;
	text-align:center;
	
	border-bottom: 1px dotted #bfbfbf;
	font-size:18px;
	color:#a8aaac;	
}

div.brochure_block:hover
{
	color:#bd0019;	
}



blockquote
{
	border:1px #CCCCCC solid;
	background-color: #F8F8F8;
	padding:5px;
}

img.social_media
{
	width:25px;
	height:25p;
	transition: all 1s ease-in-out;
	filter: url(image_filters.svg#greyscale);
	margin:2px;
}

img.social_media:hover
{
	filter: none;
	
}

