#footer {
 float:left;
 width:772px;
 font-size:9px;
 color:#fff;
 /*background-color:#648077;*/
 background-image:url("/edu/virginia/healthsystem/page_template/templates/images/intranet/cornerlower.gif");
 background-repeat:no-repeat;
background-position: bottom right;
/*position:relative;*/
border-right:2px solid #999999;
border-bottom:2px solid #999999;
}

#footer div a {
 text-decoration:underline;
}

#footer p {
	padding:0;
	margin:0;
}

#footer ul.iconrow {
	width:100%;
	margin:0px;
	padding-top:3px;
}

#footer ul.iconrow li {
	float:right;
}

#footer ul.iconrow li.date {
	position:absolute;
	left:0px;
	margin-left:5px;
}

#footer #address {
	float:left;
	width:172px;
}

#footer #address address{
	font-style:normal;
	padding:5px;
}


#footer #copycontact {
	float:left;
	width:455px;
	text-align:center;
	padding-top:5px;
}


#footer #copycontact #copyright {
	margin-top:10px;
}

#footer #about {
	float:right;
	width:145px;
}

#footer #about p {
	background-image:url("/edu/virginia/healthsystem/page_template/templates/images/intranet/1gear-black.gif");
 	background-repeat:no-repeat;
	background-position: center left;
	padding-left:31px;
	width:90px;
	margin-top:5px;
}

br.floatclear {
	clear:both;
	visibility:hidden;
	line-height:0;
	display:block;
	background:red;
}