/**
 * @file
 * @project 601
 * @package sftheme
 * @site app1
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

.sf_outer_wrapper {
	background-image: url(images/pageback_1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/** 
 * @subsection header 
 */

.sf_main_header {	
	color: #5a3c1b;	
}

.sf_pagetitle {
	background-image: url(images/titleline_1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #365d8d;
}

/**
 * @section navigation
 */

.sf_navigation ul li a {
	background-image: url(images/menuback_1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #5a3c1b;
}

.sf_navigation ul li a:hover{
	color: #365d8d;
	background-image: url(images/menubackhover_1.jpg);
}

/**
 * @section subnav
 */

.sf_subnavigation {
	display: none;
}

.sf_subnavigation2 {
	display: none;
}

/** 
 * @subsection content
 */

.sf_content,
.sf_pod {	
	color: #85735b;
}	

/** 
 * @subsection footer
 */

.sf_footer {	
	color: #85735b;
}

/** 
 * ------------------------------------------------------------------
 * @section EXTRA STUFF
 * ------------------------------------------------------------------
 */

a:link {
	color: #365d8d;
}

a:visited {
	color: #5A3C1B;
}

a:hover {
	color: #5A3C1B;
}

.sf_banner {
	color: #365d8d;
}

.sf_extra4 {	
	background-image: url(images/tear_1.png);
}

* html .sf_extra4 { 
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "//img1.wsimg.com/isteam/ip/bbdff3e0-d536-47e2-ae6e-15a1730afa23/legacy/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)); 
}

/** 
 * -------------------------------
 * @section DBNow
 * -------------------------------
 */

.Data_Central_color7 {
	background-color:#381e14;
	color:#fff;
}

.Data_Central_color1 {
	background-color:#4B2D22;
	color:#fff;
}

.Data_Central_color2 {
	background-color:#cdb79b;
}

.Data_Central_color3 {
	background-color:#d9c4a9;
}

.Data_Central_color6 {
	background-color:#e5d1b9;
}

.Data_Central_color4 {
	background-color:#F2E0CA;
}

.Data_Central_color5 {
	border-color:#e5d1b9;
}