#explore {
	width: 100%;
	background-image: url(../images/explore-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #c42c30;
	text-align: center;
}

.portal {margin-left: 730px;}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Footer */

#footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 5px solid #FFFFFF;
	height: 91px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 90%;
	margin:30px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {
	color: #000000;
	text-decoration: none;
	border:0;
}
#footer a:hover {
	color: #e41e27;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover:visited {
	color: #e41e27;
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
	color: #E08835;
}

#footer ul.ftlinks {
	float:left;
	width:750px;
	margin: 0px;
	padding:20px 0 0 0;
	height:37px;
}

#footer ul.ftlinks li{
	float:left;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin:0 14px 0 0px;
	padding-left: 12px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer ul.ftlinks li a:link {
	color: #ffffff;
	text-decoration: none;
	border:0;
}
#footer ul.ftlinks li a:hover {
	color: #E0AF68;
	text-decoration: none;
}
#footer ul.ftlinks li a:hover {
	color: #E0AF68;
	text-decoration: none;
}
#footer ul.ftlinks li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer ul.ftlinks li a:active {
	text-decoration: none;
	color: #E08835;
}