/* footer.inc */
#mpnFooter {
	width: 98.1%;
	background-color: #cccccc;
		background: rgb(52,52,52); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(52,52,52,1) 1%, rgba(33,33,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(52,52,52,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(52,52,52,1) 1%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(52,52,52,1) 1%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(52,52,52,1) 1%,rgba(33,33,33,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(52,52,52,1) 1%,rgba(33,33,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#212121',GradientType=0 ); /* IE6-9 */

/*drop shadow*/
	-webkit-box-shadow: 0px 3px 4px 4px #000000;
	-moz-box-shadow: 0px 3px 4px 4px #000000;
	box-shadow: 0px 3px 4px 4px #000000;
	clear: both;
	display:inline-block;
	padding: 2px 0 25px 20px;
	margin-bottom:-20px;
	border-top:#737373 solid 1px;
	/* position:relative; */
	z-index:1;
}
.mpnDSTlogo,
.DSTlogo{
	vertical-align: top;
	float:left;
	margin:5px 10px 0 0;
	padding:5px;
	background:#fff;
}
.mpnSupportInfo,
.supportInfo {
	width: 16em;
	float:left;
	padding-top: 0.5em;
	font-size: 120%;
	color: #999999;
}
.mpnCopyright,
.copyright {
	float:left;
	margin-left: 11em;
	margin-top: 3em;
	font-size: 110%;
	color: #999999;
}
.mpnBottomLinkList,
.bottomLinkList{
	float: right;
	margin-top: 3.5em;
	margin-right:50px;
}
.mpnBottomLinkList li,
.bottomLinkList li {
	display: inline;
	border-left: 1px #999 solid;
	margin-left: 1em;
	padding-left: 1em;
}
.mpnBottomLinkList li a:link,
.bottomLinkList li a:link  {
    color: #fff;
    font-size: 120%;
	font-weight: bold;
}
.mpnBottomLinkList li a:visited,
.bottomLinkList li a:visited {
    color: #fff;
    font-size: 120%;
	font-weight: bold;
}
.mpnBottomLinkList li a:hover,
.bottomLinkList li a:hover {
    color: #fff;
    font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
.mpnBottomLinkList li a:active,
.bottomLinkList li a:active {
    color: #fff;
    font-size: 120%;
	font-weight: bold;
}
.mpnBottomLinkListFirst {
	border: none !important;
}
#mpnDisclaimerOverlay {
	width: 80em;
}
div.mpnOverlayContent{
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 1em 1.5em;
}
