﻿/*footer*/
#footer{
	height:48px;
	background:url(/images/footer_bg.gif);
	background-repeat:repeat-x;
	border-top: solid 1px #bebebe;
	margin-left:12px;
	/*margin-top:10px;*/
	color: #505e80;
	font-weight: bold;	
}

/*footer left for copyright info*/
#footer .left{
	float:left;
	background-image:url(/images/left_botm_cnr.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:33px;
	padding-left:15px;
	padding-top: 15px;
	width: 25%;	
}

/*footer center for links*/
#footer .center{	
	text-align:center;
	float: left;
	padding-top:15px;
	width: 45%;
}

/*footer right for date and times*/
#footer .rite{
	float:right;
	background-image:url(/images/rite_botm_cnr.gif);
	background-position: right;
	background-repeat: no-repeat;	
	padding-right: 15px;	
	padding-top: 15px;
	height:33px;
	width: 25%;
	text-align:right;	
}

#footer .ImageMargin
{
    margin-top: -10px;
}