#footer {
    clear: both;
    padding: 5px .5em .5em .5em;
		height: 80px;
		margin-top: 1em;
    background-color: #729D2C;
    color: white;
    font-size: 9pt;
}

#footer-ghealth {
	position: absolute; 
	right: 0; 
	top: 0;
	width: 200px; 
	text-align: center;
	margin: 0 auto;
}

#footer ul {
    padding: 0;
    list-style: none;
}

#footer .copy {
    clear: both;
    margin: 1em 0 0 1ex;
    padding: 0;
}

#footer li {
    float: left;
    margin: 0;
    padding: 0 1ex;
}

#footer li {
    border-left: 1px solid white;
}

#footer li:first-child, #footer li.first {
    border-left: none;
}

#footer a {
	position: relative;
}

#footer a:link {
    text-decoration: none;
    color: white;
}
#footer a:visited {
    text-decoration: none;
    color: white;
}
#footer a:hover {
    text-decoration: underline;
    color: white;
}

