/**
 * @file
 * @project 805
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */
 
h1 { font-size:3em; font-weight:normal; margin:0 0 0.5em; }
h2 { font-size:2.5em; font-weight:normal; margin:0 0 0.75em; }
h3 { font-size:2em; font-weight:normal; margin:0 0 1em; }
h4 { font-size:1.5em; font-weight:bold; margin:0 0 1.25em; }
h5 { font-size:1.25em; font-style:italic; margin:1.67em 0; }
h6 { font-size:1em; font-weight:bold; margin:2.05em 0; }
p,
form { margin:0 0 1.5em; padding:0; }
blockquote { margin:1.5em; }
sup,
sub { line-height:0; }
address { margin:0 0 1.5em; }
pre,
code { margin:1.5em 0; white-space:pre; }
pre,
code,
tt { line-height:1.5; }
caption { margin:0; padding:.5em; }

/** 
 * ------------------------------------------------------------------
 * @section Structure
 * ------------------------------------------------------------------
 */

body {
	background-color:#ffffff;
	color:#65686d;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size:16px;
	margin:0;
}

.sf_region1{
	background-repeat: repeat-x;
	width: 100%;
	height: 36px; 
	background-image:url(//img1.wsimg.com/isteam/ip/801c8758-d3b9-4c06-9642-26accba2f682/legacy/805_topgraybar.gif);
}
/** 
 * ------------------------------------------------------------------
 * @section Header
 * ------------------------------------------------------------------
 */
.sf_region2 {
	margin:0 auto;

	width:980px;
	background-color: #ffffff;
	min-height:82px;

	
	
	 


	zoom: 1;
}

.sf_region2:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_main_header {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	color:#000000;
	font-size: 42px;
	float:left;
	margin-top: 18px;
	margin-left: 22px;
	margin-bottom: 22px;
}
.sf_wrapper {
	background-image:url(//img1.wsimg.com/isteam/ip/801c8758-d3b9-4c06-9642-26accba2f682/legacy/woodbg.jpg);
	background-repeat:repeat;
}
.sf_header_wrapper {
	background-image:url(//img1.wsimg.com/isteam/ip/801c8758-d3b9-4c06-9642-26accba2f682/legacy/woodbg.jpg);
	background-repeat:repeat;
	background-position: center center;
	height: 428px;
	margin:0;
	 
}
.sf_region3 {
	background-image:url(//img1.wsimg.com/isteam/ip/801c8758-d3b9-4c06-9642-26accba2f682/legacy/805_heroimage.jpg);
	background-repeat:no-repeat;
	height:428px;
	width:980px;
	margin: 0 auto;
	padding-top: 82px;
	
	-webkit-box-shadow: 0px 10px 5px -3px  rgba(50, 50, 50, 0.59) inset;
	-moz-box-shadow:    0px 10px 5px -3px rgba(50, 50, 50, 0.59) inset;
	box-shadow: 0 10px 5px -3px rgba(50, 50, 50, 0.59) inset;
	
}
.sf_region5 {
	background-repeat: repeat-x;
	min-height: 48px;
	background-color:#c3c3c3;
	padding-bottom: 1px;
}
 /** 
 * ------------------------------------------------------------------
 * @section Navigation
 * ------------------------------------------------------------------
 */

.sf_navigation .widget_header {display:none;}

.sf_navigation {
	z-index:50;
}

.sf_navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
 
.sf_navigation ul {
	float:right;
	margin: 0;
	padding: 0;
}
 
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_navigation ul li {	
	float: left;
	list-style: none;
	margin:0;
	padding-left: 6px;
	white-space: nowrap;	 
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}
 
.sf_navigation ul li a {
	text-transform:uppercase;
	font-size: 18px;
	display: block;
	margin:0;
	padding: 30px 20px 25px;
	text-decoration:none;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}

.sf_navigation ul li.active-nav a {
	 border-top: 5px solid;
	 padding: 25px 20px 25px;

}


 /** 
 * ------------------------------------------------------------------
 * @section Subnav
 * ------------------------------------------------------------------
 */
 
.sf_navigation .subnav {
	background-color:#ffffff;
	left: -999em; 
	list-style: none;
	margin:-3px 0 0;	
	padding:0;	
	position: absolute;	
	width: 160px;
	z-index:1000;	
}
 
.sf_navigation .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 150px;
	white-space:normal;
}
 .sf_navigation ul li.active-nav .subnav li a {
	 border-top: none;
	 padding:5px 12px;
	 color:#ffffff;

}
.sf_navigation .subnav li a {
	color:#ffffff;
	border:none;
	display: block;
	padding:5px 12px;
	height:auto;
	min-width:150px;
	width: 150px !important;
	white-space:normal;
	border-top:none;
}
.sf_navigation .subnav li a:visited { color:#ffffff !important;}
.sf_navigation .subnav li a:hover { background-color:#ffffff !important; }

#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 {
	margin:0 auto;
	background-color: #FFFFFF;
	width: 100%;
}
.sf_main {
	margin:0 auto;
	padding: 20px;
    width: 940px;
}
.sf_content {
	min-height:250px;
	height:auto !important;
	height:250px;
	line-height: 1.4;
}
.sf_pod:after {
    background-image: url(//img1.wsimg.com/isteam/ip/801c8758-d3b9-4c06-9642-26accba2f682/legacy/arrow_comment.png);
    content: "";
    display: inline-block;
    height: 28px;
    margin-top: 25px;
    position: absolute;
    width: 35px;
}
.sf_pod {
 	background-image: url(//img1.wsimg.com/isteam/ip/801c8758-d3b9-4c06-9642-26accba2f682/legacy/black_bg_png.png);
    background-repeat: repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,FreeSans,sans-serif;
    font-size: 28px; 
    margin-left: -24px;
    padding: 25px 20px 25px 55px;
    position: relative;
    width: 400px;
}

.sf_pagetitle {
	margin: 0px auto;
	width: 960px;
	font-size:26px;
	text-align: center;
	padding: 0 20px;
	line-height: 1.5;
}
.sf_pagetitle h1 {
	color:#ffffff;
	font-size:26px;
}
/** 
 * ------------------------------------------------------------------
 * @section Footer
 * ------------------------------------------------------------------
 */
 
.sf_region10 {
	background-color:#505050;
	background-repeat:repeat-x;
	clear:both;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin-top:20px;
}

.sf_footer {
	color: #CCCCCC;
    font-size: 12px;
    margin: 0 auto;
    padding: 40px 0 60px;
    text-align: center;
    width: 980px;
}

.sf_banner {
	font-size:12px;
	margin:0 auto;
	padding:0 0 60px;
	text-align:center;
	width:375px;
}