/*****************************************************************************
Footer
*****************************************************************************/

div#footer_container {
	width: 960px;
	margin: 0 auto 10px;
	padding-bottom: 5px;
	height:90px;
	background:#FFF;
}

div#footer_links_container {
	width: 960px;
	background:#0C1216;
	padding-bottom: 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

div#footer {
/*	background:#0C1216; */
	display: block;
	width: 960px;
	height: 39px;
	clear: left;
}

a#footer_logo {
	background: transparent url(/images/footer_logo.gif) no-repeat;
	position: relative;
	z-index: 5;
	display: block;
	height: 38px;
	margin: 0 0 0 14px;
	color:#333;
}

a:hover#footer_logo {
	background-position: 0 -38px;
}


/*****************************************************************************
Footer: Profile Jump
*****************************************************************************/

div#profile_jump {
	background: #fff url(/images/page_gradient.gif) repeat-x;
    height: 48px;
	margin: 0;
}

div#profile_jump_container {
	height: 48px;
	width: 930px;
	margin: 0 auto;
	/*padding-left: 120px;*/
	padding-top:15px;
}

.navigation_bottom {
border-top:1px solid #DDDDDD;
color:#585858;
font-size:11px;
margin-bottom:5px;
padding-bottom:10px;
padding-top:10px;
}

.navigation_bottom .disclaimer {
color:#000000;
float:right;
}

.navigation_bottom a {
color:#0066CC;
display:inline;
font-size:11px;
font-weight:normal;
margin:0 17px 0 0;
text-decoration:underline;
}

.navigation_bottom .copyr {
background-image:url(/images/logomin.png);
background-position:left center;
background-repeat:no-repeat;
float:left;
padding:2px 0;
padding-left:90px;
margin-left:15px;
}

.navigation_bottom a.last {
padding-right:5px;
margin-right:15px;
}