@charset "utf-8";
/* CSS Document */

/* footer */
#footer{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	color:#8f8f8f;
	font-size:11px;
	width: 980px;
	background-color: #FFF;
    font-family:arial,sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cecece;
}
#footer ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}	
#footer tr{
	padding:0px;
	
}
#footer td#leftCell{
	width: 844px;
	height: 16px;
	padding:10px 0px 0px -5px;
}
#footer td#leftCell ul{
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type:none;
	vertical-align: top;
}
#footer td#leftCell li{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	line-height: 14px;
}
#footer td#rightCell{
	width: 136px;
	padding:0px;
	vertical-align: top;
}
#footer td#rightCell ul{
	list-style-type:none;
	margin-top: 10px;
}
#footer td#rightCell li{
	list-style-type: none;
	margin-left: 0px;
	line-height: 14px;
}
#footer p{
	float: left;
}
#footer a{
	text-decoration:none;
	color:#8f8f8f;
}
#footer a:hover{
	text-decoration:underline;
	color:#8f8f8f;
}



/* foot nav */
#footnav{
	clear:both;
	margin-left:268px;
	width: 711px;
	height: 20px;
	padding-top: 20px;
	padding-bottom:1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	font-size:11px;
	font-family:arial,sans-serif;
}
#footnav ul{
	margin: 0px;
	padding: 0px;
}
#footnav li{
	float: right;
	list-style-type: none;
	margin-left: 0px;
	padding-right: 26px;
		
}
#footnav img{
	border: 0px;
}
#footnav a{
	text-decoration:none;
	color:#8f8f8f;
}
#footnav a:hover{
	text-decoration:underline;
	color:#8f8f8f;
}

.smallIcon{
	border: 0px;
	width: 13px;
	height: 11px;
	margin-right: 5px;
}


