@charset "UTF-8";
/* CSS Document */


#links_wrapper
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


.links_row
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


.links_row h2
{
	position: relative;
	width: 215px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	color: #808080;
	margin: 20px 0;
}


.links_row a
{
	text-decoration: none;
	color: #808080;
}


.links_row a:hover
{
	text-decoration: none;
	color: #009ACE;
}


#links_intro
{
	float: left;
	width: 410px;
	height: 128px;
	background: #808080;
	padding: 20px;
	margin: 0 20px 0 0;
}


#links_intro h2
{
	border-bottom: solid 1px #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	padding-bottom: 10px;
	margin: 0 0 0 0;
	margin-bottom: 20px;
}


.links_leftcol
{
	float: left;
	width: 215px;
	border-bottom: solid 5px #009ACE;
	padding-bottom: 20px;
	margin: 0 20px 0 0;
}


.links_middlecol
{
	float: left;
	width: 215px;
	border-bottom: solid 5px #009ACE;
	padding-bottom: 20px;
	margin: 0 20px 0 0;
}


.links_middlecol2
{
	float: left;
	width: 215px;
	border-bottom: solid 5px #009ACE;
	padding-bottom: 20px;
	margin: 0 0 0 0;
}


.links_rightcol
{
	float: right;
	width: 215px;
	border-bottom: solid 5px #009ACE;
	padding-bottom: 20px;
	margin: 0 0 0 0;
}


/*-----------LINKS CLASSES--------------*/


.links_img
{
	position: relative;
	width: 215px;
	margin: 0 0 0 0;
}


#links_snippet
{
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	margin: 0 0 0 0;
}


















