/**************/
/* footer row */
/**************/

#staticFooter li
{
    border-left:1px solid #00928C;
    float:left;
    font-size:0.7em;
    font-weight:bold;
    list-style-type:none;
    padding:5px;
}
#footer ul 
{
    top:0;
    left:0;
    padding:0;
    margin:0;
}

#staticFooter li:first-child 
{
    border-left:none;
    padding-left:0;
}

#footer
{
	float: left;
	clear: both;
	display: block;
	width: 100%;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #00928C;
}
/**html #footer {
	width: 560px;
}*/
#footer a {
	color: #b5113e;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}