/* CSS Document */

body{
	background-color: #BCBCB7;
}

.sf_extra1 {
	background: #5B6E54 url(images/deco_bkgd_2.gif) no-repeat top right;
	height: 35px;
	width: 450px;
}

.sf_header_wrapper{
	background-image: url(images/main_head_bkgd_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sf_extra2{
	background-image: url(images/header_image_2.jpg);
	background-repeat: no-repeat;
}
.sf_main_header {
    color: #666;
}

.sf_sub_header {
    color: #666;
}

.sf_navigation {
    background-color: #5B6E54;
}

.sf_navigation ul li {   
    background-color: #696A5C;
}

.sf_navigation ul li.sf_last_nav_item {
	background-color: #696A5C;
	background-image: url(images/nav_right_edge_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.sf_navigation ul {
    
}

.sf_navigation ul li a {
	background-image: url(images/nav_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#000000;
}

.sf_navigation ul li a:hover {
    color: #fff;
}
.sf_navigation ul li a:visited {
    color: #000000;
}

.sf_footer {
	color: #999;
	border-top: 15px solid #C6B07F;
	background-image: url(images/footer_bkgd_2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
    
}

.sf_pagetitle {
    color: #68688C;
}

