content: ".";
	display: hidden;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header{
	font-size: 26px;
	font-weight: bold;
	margin-bottom:5px;
	padding-right:50px;
	height: 40px;
	overflow:hidden;
	color: #000000;
}
.sf_sub_header{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	overflow:hidden;
	color: #454D55;
	padding-right:50px;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}






/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top {
	display: none;
}

.sf_navigation{
	margin-top: -10px;
	width: 95%;
	
	margin:0 auto;
	background-color:#EDEDED;
	background-image:url(images/nav.gif);
	background-repeat:repeat;
	background-position:top;
}
.sf_navigation ul{
	margin: 0;
	padding: 0;
	height: auto !important; height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
