a { text-decoration:underline; }

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {	
	text-decoration: underline;
}


.sf_header_wrapper {
	background-color:#d70d01;
	background-position:bottom;
	background-repeat:no-repeat;
	width:1000px;
        margin:0 7px;
	min-height:1%;
	height:auto; !important;
	height:1%;
	text-align:left;
}

.sf_main_header {
	color:#5C5657;
	font-size:12px;
	float:left;
	margin:0;
	padding:0px;
	width:110px;
}

.sf_pagetitle {
	background-position:top;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:20px;
	width:960px;
	padding:0px 20px;
	margin:0 7px;
}

.sf_navigation {
	float:right;
	font-size:12px;
	width: 825px;
	z-index:50;
	position: relative;
}

.sf_navigation ul li a {
	color:#ffffff;
	display: block;
	height: 20px;
	margin:0;
	padding:2px 15px 5px;
	text-decoration: none;	
	min-width:1%; /* Fast hack */
	width: 900px; !important; /* Fast hack */
	width:1%; /* Fast hack */;
}

.sf_content h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	margin:0px 0;
}

.sf_content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

.sf_content h3, .sf_content h4, .sf_content h5, .sf_content h6 {
	font-size:16px;
	margin:0px 0;
}

.sf_footer a {
	color:#ffffff;
	font-style:normal;
}

.sf_footer a:visited {
	color:#ffffff;
}

.sf_footer a:hover {
	color:#ffffff;
}


