/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation {	
  	float:left;
  	padding:10px 0;
	width:215px;
  
  /* Min-height fast hack */
  min-height:224px;
  height:auto !important;
  height:224px;
  /* End min-height fast hack */  
  
}

.sf_navigation ul {	 
  	border-top:0px solid #F3EEE1;
	list-style-type:none;
	margin:0;
	padding:0;
}

/*.sf_navigation ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 1px;
  clear: both;
}*/

.sf_navigation ul li {
  border-bottom:1px solid #F3EEE1;  
  border-top:1px solid #F3EEE1;
}

.sf_navigation ul li.sf_last_nav_item {
	
}
  
.sf_navigation ul li.sf_first_nav_item {

}

.sf_navigation ul li a {	
	color:#ffffff;
	display:block;  
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size:14px;
  	font-weight:bold;  
  	padding:11px 7px 11px 13px;
  	text-decoration: none;
}

.sf_navigation ul li a:visited {
	color:#ffffff;
	text-decoration: none;
}

.sf_navigation ul li a:hover{
	color:#444444;
	text-decoration: none;
}


/*--------------------------------
		End Navigation
---------------------------------*/
/*--------------------------
		Content
--------------------------*/

.sf_content {	
	display:inline;   
	float: right;
  	margin:15px 5px 5px 0;
  	width:675px;
}

.sf_content img {
	
}

/*--------------------------
		End Content
--------------------------*/

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
backgroung-color: #92a100
background-position:0 0;
  	background-repeat: no-repeat;
	clear:both;
	color:#ffffff;
  	padding:8px 20px 7px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
  	width:860px
	}
.sf_footer div{
	
}

.sf_footer p{
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/

