
/*-----------------------------------
	Footer
-----------------------------------*/

}
.footer_text {
	color: #FFF;
}
.footer h6 #footer_social table tr th {
	color: #000;
}
h6 #footer_social table tr th {
	color: #FFF;
}
.footer h6 #footer_social table tr th {
	color: #FFF;
}
.footer h6 #footer_social table tr th a {
	color: #FFFFFF;
}


#footer_links {clear:both;}
#footer_info {}
#footer_info p {margin-bottom:0;}
#footer_info a {color:#fff;}
#footer_info a:hover {color:#fff; text-decoration:underline;}
#footer_info a.rss {padding:0 0 2px 20px; background: url(../images/social/icon-rss.png) 0 0 no-repeat; height:20px;}
#footer_info a:hover.rss {background-position:0 -18px;}

#institutional_info, #footer_social {margin-top:5px;}

#footer_social a.sm_facebook {height:17px; width:74px; display:inline-block; text-indent:-9999px; margin:0 10px 0 0; background: url(../images/logo-facebook.png) 0 0 no-repeat;}
#footer_social a:hover.sm_facebook {background-position:0 -18px;}
#footer_social a.sm_twitter {height:17px; width:74px; display:inline-block; text-indent:-9999px; margin: 0; background: url(../images/logo-twitter.png) 0 0 no-repeat;}
#footer_social a:hover.sm_twitter {background-position:0 -18px;}
/*
#footer_social a.sm_flickr {height:23px; width:74px; display:inline-block; text-indent:-9999px; margin: 10px 10px 0 0; background: url(../images/logo-flickr.png) 0 0 no-repeat;}
#footer_social a:hover.sm_flickr {background-position:0 -23px;}
*/
#footer_social a.sm_youtube {height:23px; width:74px; display:inline-block; text-indent:-9999px; margin: 0; background: url(../images/logo-youtube.png) 0 0 no-repeat;}
#footer_social a:hover.sm_youtube {background-position:0 -23px;}

#footer_social-new {float:right;}
#footer_social-new a.socialicon img {height:32px; width:32px; margin-right:10px; background:#666; border-radius:4px;}
#footer_social-new a:hover.socialicon img {background:#0389d2;}

/* Sets the size of the menu wrapper/text and applies a background color */
#menu {
	width: 960px;
	height: 35px;
	font-size: 18px;
	font-color: #cccccc;
	background-color: #666666;
}

/* This takes the default padding away from the list */
#menu ul { height: auto; padding: 6px 0px; margin: 0px; }

/* This makes the menu links run inline, or horizontal and adds padding */
#menu li { display: inline; padding: 20px; }

/* Changes link color, takes underline away */
#menu a {
	text-decoration: none;
	color: #FFF;
	padding: 6px 5px 5px 5px;
}

/* Changes the hover effect of the links */
#menu a:hover {
	color: #006EA6;
	background-color: #FFFFFF;
}
#menu li.current a {
	background-color: #F8F8F8;
	color: #006EA6;
}