/* FOOTER.CSS

PROJECT: THE MEGAs
v1
-----------------------------------*/
.footer {
	border-top:1px dashed #999;
	width:65em;
	margin:12px 0 15px 10px;
	padding:5px 0 0;
	}

.footer p {
	line-height:1.3em;
	}

.footer a:link,.footer a:visited,.footer a:hover,.footer a:active {
	font-size:1em;
	line-height:1.5em;
	text-decoration:none;
	color:#005685;
	}

.footer a:hover,.footer a:active {
	text-decoration:underline;
	color:#005685;
	}

.footer ul {
	list-style:none;
	}

.footer li {
	float:left;
	background:url(../images/footer-divide.gif) no-repeat right center;
	padding:0 8px 0 7px;
	}

.footer li.first {
	padding-left:0;
	}

.footer li.last {
	background:none;
	}	

.paragraph-pad-top {
	padding-top:5px;
	}
