@import url( ../../../stylesheets/base.css );


div#linkstext {
	padding: 30px 0 0 50px;
}

div#linkstext div.intro {
	float: left;
	width: 230px; height: auto;
	margin-right: 50px;
}

div#links-title {
	height: 20px;
	padding-left: 50px; margin-top: 20px;	
	background-color: #727171;
}

div#links-title strong {
	float: left; display: block; width: 230px; 
	margin-right: 50px; color: #FFF;
}

div#links {
	padding: 15px 0 20px 50px;
	background-color: #A7A7A7;	
}

div#links div.row {
	float: left; width: 230px;
	margin-right: 50px; color: #FFF;
}

div#links div.row div.link {
	width: 230px; height: 20px;
	background-color: #000;
	color: #FFF; font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div#links div.row div.link p {
	margin: 0; padding: 1px 0 0 5px;
}

div#links div.row div.link a.expand {
	display: block; float: right;
	width: 20px; height: 20px;
	border-left: 10px solid #A7A7A7;
	background-color: #727171;
	text-align: center; font-size: 1.2em;
	text-decoration: none; color: #FFF;
}

div#links div.row div.link a:hover {
	background-color: #000;
}

div#links div.row div.link-info {
	width: 220px; height: auto;
	background-color: #727171;
	padding: 2px 5px 2px 5px;
	margin: 0 0 10px 0;
}

div#links div.row div.link-info p {
	margin: 0 0 3px 0;
}

div#links div.row div.link-info a, div#links div.row div.link a {
	color: #FFF; text-decoration: none;
}


