/*-------------------------------------------------------------------------

	Global Footer Definitions

-------------------------------------------------------------------------*/
#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	height:40px;
	min-height:40px;
	width:100%;
	z-index:100;
	background: #000;
}
#footerNav {
	width:980px;
	margin: 0 auto;
}
#footerMenu,
#footerMenu li,
#shareMenu {
	margin: 0;
	padding: 0;
}
#footerMenu {
	float:left;
	list-style:none;
	padding-top:8px;
}
#footerMenu li {
	display:inline-block;
	font-size:10px;
	color:#ccc;
	padding:0px 10px;
	text-transform:uppercase;
	font-weight:bold;
}
.lt-ie8 #footerMenu li {
	display:inline;
}
#footerMenu li a:link,
#footerMenu li a:visited {
	font-family:'CiscoSans', sans-serif;
	color:#787878;
	font-size:8px;
	letter-spacing:1px;
	font-weight:700;
}
#footerMenu li a:hover {
	color:#fff;
}
#footerMenu li a:active {
	color:#fff;
}
#fw_feedback_img {
	margin: -2px 5px 0 0;
	cursor: pointer;
}
#social-footer {
	float:right;
	list-style:none;
	margin: 0;
	padding: 10px 0 0;
}
#social-footer li {
	position: relative;
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	margin-left: 5px;
}
#social-footer li a {
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url('../img/sprite-sheet.png') no-repeat 100% 0;
}
#social-footer li a.facebook {
	background-position: 100% -80px;
}
#social-footer li a.linkedin {
	background-position: 100% -160px;
}
#social-footer li a.blog {
	background-position: 100% -240px;
}
#social-footer li a.youtube {
	background-position: 100% -320px;
}
#social-footer li a.slideshare {
	background-position: 100% -400px;
}
#social-footer li a.news {
	background-position: 100% -2960px;
}


/*
 * For the #TomorrowStartsHere bottom-right hashtag
 */
#social-footer{
	float:right;
}
.hash-tag{
	font-size:16px;
	margin-top:11px;
	float:right;
	font-family: sans-serif;
	font-weight: normal;
	color: rgb(120, 120, 120);
}
