/**
 * @file
 * @project 607
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

body {
	background-color: #bbaa89;
	color:#333333;		
}

legend {
	color:#333333;	
}

.sf_outer_wrapper {}
.sf_region1 {}
.sf_extra1 {}

.sf_wrapper {
	background-image: url(images/main-bkg-tile_2.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.sf_region2 {}
.sf_extra10 {}

/** 
 * @subsection header
 */
.sf_header_wrapper {
	background-image: url(images/header_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DFDFDF;
}
.sf_extra2 {}
.sf_region3 {} 

.sf_main_header {
	color: #4F463B;
}
.sf_extra3 {}
.sf_extra4 {}
.sf_region4 {} /* See Sidebar Area */
.sf_extra5 {}

/** 
 * @subsection pagetitle
 */

.sf_region5 {
	background-image: url(images/pagetitle_2.jpg);
	background-repeat: no-repeat;
	background-color: #EDF0E9;
}
.sf_pagetitle {
	color: #4F463B;
}
.sf_extra6 {}
.sf_extra11 {}
	
/** 
 * @subsection main wrapper
 */
.sf_main_wrapper {}
.sf_main {}
.sf_region6 {}
.sf_content {}
.sf_extra12 {}
.sf_region7 {}
.sf_region8 {}
.sf_extra7 {}

/** 
 * @subsection footer
 */
.sf_region9 {}

.sf_footer {	
	background-image: url(images/footer_2.gif);
	background-repeat: repeat-y;	
	color: #DFDFDF;
}
.sf_footer a:link {
	color: #DFDFDF;
}
.sf_footer a:visited {
	color: #DFDFDF;
}
.sf_footer a:hover {
	color: #DFDFDF;	
}
.sf_extra8 {}
.sf_extra9 {}

/** 
 * @subsection banner
 */
.sf_region10 {}
.sf_banner {}

#bannerLink a, 
#bannerLink a:visited, 
#bannerLink a:hover{
	color: #333333;
}

/** 
 * @subsection buttons
 */
.btn {
	background-color:#E1E8E0;
	color:#4F463B;
}

/** 
 * @subsection links
 */
a:link {
	color: #333333;
}
a:visited {
	color: #333333;	
}
a:hover {
	color: #333333;
	text-decoration: none;	
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */
 
 /** 
 * @subsection navigation
 */
.sf_navigation{}
.sf_navigation ul{}
.sf_navigation ul:after{}
.sf_navigation ul li {}
.sf_navigation ul li.sf_last_nav_item{}
.sf_navigation ul li.sf_first_nav_item{}

.sf_navigation ul li a {	
	background-image:url(images/navbkg_2.gif);
	background-repeat: repeat-y;
	color: #dfdfdf;
}

.sf_navigation ul li a:visited {	
	color: #dfdfdf;
}

.sf_navigation ul li a:hover{
	background-image:url(images/navbkg-ovr_2.gif);
	background-repeat: repeat-y;
	color: #dfdfdf;
}

 /** 
 * @subsection subnav
 */
.sf_navigation .subnav li a {
	color: #FAF8EC;
	background-color:#BBAA89;
	background-image: none;
	border-bottom:1px solid #AE9D7C;
}

.sf_navigation .subnav li a:visited {
	color: #FAF8EC;
}

.sf_navigation .subnav li a:hover {
	color: #FAF8EC;
	background-color:#C5B493;
	background-image: none;
}

 /** 
 * @subsection widgets
 */
.sf_region4 {
	color: #DFDFDF;
}

.widgetset a:link,
.widgetset a:visited,
.widgetset a:hover {
	color: #DFDFDF;
}

.widget_header {
	background-color:#004E66;
}

.widget_content {}
.widget_content div {}
.widget_content label{}
.widget_content form{}
.widget_content select{}
.main_nav .widget_content {}