
/***  FOOTER ***/
#footer{
	padding:0 210px 0 74px;
}

#footer div#latestUpdates {
	position: relative;
	width: 419px;
	background-color: #E7E7E7;
	background-image: url(/imgs/site/update-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 2px solid #FFFFFF;
}

#footer div#latestUpdates p {
	position: absolute;
	font-size: 140%;
	padding: 0 0 7px 27px;
	top: -29px;
	left: 0px;
	color: #999966;
	background-color: transparent;
	background-image: url(/imgs/site/update-heading-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#footer div#footerContent {
	text-align: right;
	margin-top: 25px;
}

#footer div#latestUpdates ul {
	padding: 10px 0 10px 27px;
	margin: 0;
	width: auto;
}
#footer div#latestUpdates ul li {
	display: list-item;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
	list-style: none;
	color: #666666;
}
#footer div#latestUpdates ul li a {
	border: 0;
	color: #000000;
	text-decoration: underline;
}
#footer div#latestUpdates ul li a:hover {
	text-decoration: none;
}

#footer ul{
	margin:0;
	padding:0;
	width:100%;
	list-style: none;
}

#footer li{
	font-size: 93%;
	display:inline;
	margin-left:1em;
}
#footer li a{
	color:black;
	text-decoration: none;
	border-right:1px solid #CCC;
	padding-right: 1em;
} 
#footer li.last a{
	border-right:none;
	padding-right: 0;
} 
#footer p{
	font-size: 77%;
	color:#666;
}

pre#debug{
	border: 2px solid #069;
	background-color: #CCC;
	background: #CCC url(/imgs/cms/debug.gif) repeat top left;
	text-align: left;
	padding: 20px;
}
