#wpml_credit_footer {
	display: none!important;
}
/************************************************
*	Masthead 					     		    * 
************************************************/
#masthead h1.fr {
	background: url(/wp-content/themes/pinnacle/images/fr/standon.gif) no-repeat;
	background-position: 100px top;
	width: 600px;
	height: 0px;
	padding: 37px 47px 0 0;
	margin: 21px 0 0 0;
	float: right;
	overflow: hidden;
}
/************************************************
*	Left side bar / Nav 					     		    * 
************************************************/
#nav ul.fr li.fr_nahb {
	height: 48px;
}
#nav ul.fr li.fr_nahb a {
	background:#cc0000;
	width: 178px;
	height: 40px;
	display: block;
	padding: 8px 7px 0 8px;
	margin: 0 0 5px;
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #9c0000;
}
#nav ul.fr li.fr_nahb a:hover {
	background:#9c0000;
}
#nav ul.fr li {
	height: auto;
}
#nav ul.fr li a {
	background: #20497e;
	width: 183px;
	height: auto;
	display: block;
	padding: 2px 0 4px 10px;
	float: left;
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #123264;
}
#nav ul.fr li a:hover, #nav ul li.current_page_item a, #nav ul li.current_page_parent a {
}