/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top{
	width: 900px;
	
	
}
.sf_navigation_top ul{
	margin: 0;
	padding: 0 0 0 80px;
	height: auto !important; height: 1%;
}
.sf_navigation_top ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
 
.sf_navigation_top ul {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .sf_navigation_top ul {height: 1%;}
.sf_navigation_top ul {display: block;}
/* End hide from IE-mac */

.sf_navigation_top ul li{
	margin-top: 10px;
	list-style-type: none;
	float:left;	
}

.sf_navigation_top ul li a{
	white-space: nowrap;
	position: relative;
	padding: 0 10px 0 10px;
	padding-bottom:2px;
	display: block;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	height: 15px;
	width:auto !important; 
	width: 1px;
}
.sf_navigation_top ul li a:hover{
}

/*------------------------------------
	HEADER
------------------------------------*/

.sf_extra2{
	float: right;
	width: 500px;
	height:75px;
}
.sf_header_wrapper{
	height: 75px;
	width: 900px;
}
.sf_main_header{
	font-size: 24px;
	text-align:center;
	width: 400px;
	padding-top: 30px;
	margin-bottom:5px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	overflow:hidden;
}
.sf_sub_header{
	width: 400px;
	font-size:16px;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}



