/*********************/
/*   SIDE CONTACTS   */
/*********************/

.sideContactsTitle{
	display: block;
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	border-bottom: 0.3em solid #FFFFFF;
	background-color: inherit;
	position: relative;
	height: 35em;
}

.sideContactsTitleText{
	color: white;
	text-transform: none;
	font-size: 1.6em;
	font-weight: bold;
	background-color: inherit;
	position: absolute;
	bottom:0;
}

.sideContacts {
	width: 100%;
	list-style: none;
	position: relative;
	bottom: 0;
}

.sideContacts ul {
	padding: 0.5em;
	margin: 0.5em;
	color: rgb(100,100,100);
}

.sideContacts li {
	text-align: left;
	background-color: inherit;
	text-decoration: none;
}

.sideContacts a {
	text-align: left;
	background-color: inherit;
	text-decoration: none;
}

.sideContacts a:hover {
	background-color: inherit;
	text-decoration: underline;
}

.sideContacts-name {
	font-weight: bold;
}
