/*	maintenance & refurbishment
-----------------------------------------------------*/
#content p {
	margin-right: 140px;	
}
	
#content p a {
	background-color: inherit;
	color: #64b033;
	text-decoration: none;
}

#content p a:hover {
	background-color: #64b033;
	color: #fff;
}

#content h2 {
	margin: 20px 0 -10px 0;
	font-size: 14px;
	font-weight: bold;	
}

	#content h2 a {
		font-size: 14px;
		font-weight: bold;
		color: #0068B3;
	}
	
	#content h2 a:hover {
		color: #000;
	}

#content ul {
	padding: 20px;
	margin: 15px 150px 15px 0;
	background-color: #e3eef6;
	color: #0068b3;
	border-top: 2px #d7e8f4 solid;
	border-bottom: 2px #d7e8f4 solid;
	line-height: 18px
}

	#content ul li {
		padding: 0 0 0 20px;
		background-image: url("/i/lidot.png");
		background-position: 0 4px;
		background-repeat: no-repeat;
	}
	
#maintenance-sidebar-contact {
	padding: 20px 0 0 0;
}

	#maintenance-sidebar-contact h1 {
		font-size: 18px;
		margin: 0;
		padding: 0;
	}
	
	#maintenance-sidebar-contact p strong {
		font-weight: bold;
	}
	
	#maintenance-sidebar-contact a {
		color: #55a51c;
		font-weight: bold;
	}
	
	#maintenance-sidebar-contact a:hover {
		color: #5cc114;
	}
