
/**
 * @file
 * @project 656
 * @package sftheme
 * @site app1
 */

html {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size:13px;
	color: #70696A;
}

body {
	background-color:#ECEBE6;
	background-image:url(images/656_body.jpg);
	background-repeat:repeat-x;
	margin:0;
}

.sf_pagetitle {
	background-color:#fff;
	background-image:url(images/656_pt_x3_mb.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-.05em;
	padding:10px 40px;
}

.sf_pagetitle h1 {
	font-size:18px;
	font-weight:normal;
	margin:0;
}

a {
	text-decoration:none;
}

/**
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */

.sf_outer_wrapper {
}

.sf_wrapper {
}

/**
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	background-color:#fff;
	letter-spacing:-.05em;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.sf_main_header {
	color:#70696A;
	float:left;
	font-size:42px;
	font-weight:normal;
	letter-spacing:-.07em;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding:20px 35px 0;
	text-transform:uppercase;
	vertical-align: text-top;
}

.sf_extra5 {
	background-image:url(images/656_pt_x3_mb_trans.png);
	background-repeat:repeat-x;
	height:5px;
}

/**
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
.sf_navigation .widget_header {
	display:none;
}

.sf_navigation {
	background-image:url(images/656_header.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:-.05em;
	padding-top:25px;
	width:100%;
	clear:both;
}

.sf_navigation .main_nav {
	border:solid #d1d0c6;
	border-width:2px 0;
	margin: 0px;
	padding:0 20px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.sf_navigation ul {
	margin: 0;
	padding: 0;
}

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

.sf_navigation ul li {
	background-position:right;
	background-repeat:no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}

.sf_navigation ul li a {
	display: block;
	color:#fff;
	margin:0px;
	padding:7px 20px 1px;
	text-decoration: none;
	height:22px;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}

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

.sf_navigation ul li a:hover {
	background-color:#5C5C5C;
	background-image:url(images/656_navigation_o.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#fff;
}

/**
 * @section SUBNAV
 * ------------------------------------------------------------------
 */
.sf_navigation .subnav {
	background-color:#999;
	font-size:11px;
	left: -999em;
	list-style: none;
	margin:0;
	padding:0;
	position: absolute;
	width: 140px;
	z-index:1000;
}

.sf_navigation .subnav li {
	background-image:none;
	float: left;
	margin:0;
	padding:0;
	white-space:normal;
}

.sf_navigation .subnav li a {
	display: block;
	height:auto;
	min-width:120px;
	padding: 4px 10px;
	width: 120px !important;
	white-space:normal;
}

.sf_navigation .subnav li a:visited {
}

.sf_navigation ul li:hover,
.sf_navigation ul li a:hover {
	background-color:#5C5C5C;
	background-image:url(images/656_navigation_o.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul {
	left: auto;
}

#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 


/**
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */

.sf_main_wrapper {
	width:100%;
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

.sf_content {
	background-color:#ffffff;
	background-image:url(images/656_content.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:solid 1px #BFBDB3;
	border-bottom-width:0;
	margin:10px 20px 0;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding: 15px 10px;
}

.sf_content h2,
.sf_content h3,
.sf_content h4,
.sf_content h5,
.sf_content h6,
.sf_content p {
	margin-top:0;
}

.ContainerBlock h2,
.ContainerBlock h3,
.ContainerBlock h4,
.ContainerBlock h5,
.ContainerBlock h6 {
	margin-bottom:0;
}

.ContainerBlock p {
	padding-top:0;
	margin-top:0;
}

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

/**
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */

.sf_region9 {
	width:100%;
}

.sf_footer {
	background-color:#cdcaba;
	background-image:url(images/656_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:solid 1px #BFBDB3;
	color: #70696A;
	min-height:50px;
	height:auto !important;
	height:50px;
	font-size:10px;
	font-style:italic;
	padding:20px;
	margin:0 20px 40px;
	text-align:right;
}

.sf_footer a {
	font-size:13px;
	font-style:normal;
}

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

.sf_banner {
	text-align:center;
	font-size:9px;
}

.sf_banner a {
	color:#181713;
}

.sf_banner a:visited {
	color:#181713;
}

.sf_banner a:hover {
	color:#38362e;
}

#bannerImage {
	margin:10px;
}

/**
 * ------------------------------------------------------------------
 * @section IE5 PNG FIX
 * ------------------------------------------------------------------
 */
 
* html .sf_extra5 {
 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 = "http://thesweetspot.operationmustardseed.com/images/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='scale')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}
