.MiniList
{
	padding: 5px 10px 0 10px;
	margin: 0 40px 10px 0;
	clear: both;
}

.MiniList
{
	clear: both;
	border-width: 1px;
}

.MiniList, .MiniNav ul, .MiniNav li
{
	border-color: #c2c2c2;
	border-style: solid;
}

/**************************************************************************************************/
.MiniWrapper
{
	width: 100%;
	clear: both;
}

.MiniNav ul
{
	clear: both;
	margin: 0 0 -1px 0;
	border-width: 0 0 0 1px;
}

.MiniNav li
{
	margin: 0;
	padding: 4px 4px 3px 4px;
	border-width: 1px 1px 1px 0;
}

.MiniNav li:first-child { padding-left: 10px; }
.MiniNav li.active { border-bottom: 1px #fff solid; }
.MiniNav li p { text-transform: uppercase; }
.MiniNav li p, .MiniNav li p a { color: #c2c2c2; }
.MiniNav li.active p, .MiniNav li.active p a { color: #000; }

/**************************************************************************************************/
.Recent
{
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
}

.Recent p
{
	font-size: 100%;
	line-height: 1.2em;
}

.Recent h1
{
	font-size: 100%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

.Recent ul, .Recent li, .Recent li .Image { clear: both; }
.Recent ul { margin: 0; }
.Recent li { margin: 0 0 10px 0; }

.Recent li .Image
{
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-width: 0;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
.Recent ul.Hide {
	display: none;
}
.Recent li.Unveil {
	font-size: 80%;
	text-align: left;
}
.Recent li.Unveil a {
	color: #888;
}
/**************************************************************************************************/
.ServiceList ul
{
	position: relative;
	margin: 44px 0 0 0;
}

.ServiceList li { margin: 0 0 5px 0; }

.ServiceList li p
{
	font-size: 125%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

.ServiceList li p a, .ServiceList li p a:visited, 
.ServiceList li p a:active, .ServiceList li p a:hover { text-decoration: none; }
.ServiceList li p a:active, .ServiceList li p a:hover { text-decoration: underline; }
.ServiceList li.active p a, .ServiceList li.active p a:visited { color: #000; }
