/*
 * @file
 * @project 788
 * @package sftheme
 * @site app1
 */
 
/*--------------------------------
	Typography Reset
--------------------------------*/
h1 { font-family: georgia; font-size:36px; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.5em; }
h2 { font-family: georgia; font-size:26px; font-weight:normal; letter-spacing:-.03em; margin:0 0 0.75em; }
h3 { font-family: georgia; font-size:20px; font-weight:normal; letter-spacing:-.02em; margin:0 0 1em; }
h4 { font-family: georgia; font-size:18px; font-weight:normal; letter-spacing:-.02em; margin:0 0 1.25em; }
h5 { font-family: georgia; font-size:16px; font-style:italic; margin:1.67em 0; }
h6 { font-family: georgia; font-size:16px; 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; }
/*------------------------------------
	Structure
------------------------------------*/
body {
	background-color:#3f4146;
	background-image:url(//img1.wsimg.com/isteam/ip/cc2c851b-d7ad-485e-8a29-8d736a4b1ded/legacy/788_texture_bg.png);
	background-position: left top;
	background-repeat: repeat;
	color:#505050;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
}

font { letter-spacing:normal; }

.sf_outer_wrapper {
	background-image: url(//img1.wsimg.com/isteam/ip/cc2c851b-d7ad-485e-8a29-8d736a4b1ded/legacy/788_top_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.sf_content:after,
.sf_region1:after,
.sf_outer_wrapper:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_wrapper {
	margin:0 auto;
	width:980px;
}

/*------------------------------------
	Top Nav and text
------------------------------------*/

.sf_region1 {
	width: 938px;
	margin: 0 auto;
	padding-top: 30px;
}

.sf_main_header {
	font-family: georgia;
	font-size: 34px;
	font-weight: normal;
	text-shadow: 1px 1px #000000;
	float: left;
	padding-bottom: 20px;
	line-height: 1;
}

/*------------------------------------
	End Top Nav and text
------------------------------------*/

/*------------------------------------
	Navigation
------------------------------------*/

.sf_navigation {
	float:right;
	margin:6px 0 0;
	zoom: 1;
}

.sf_navigation h3 { 
	display:none; 
}

.sf_navigation ul:after,
.sf_navigation:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_navigation ul {
	list-style-type:none;
	margin:0 0 15px;
	padding:0;
	zoom: 1;
}

.sf_navigation ul li {
	float:left;
	white-space:nowrap;
	position: relative;
}

.sf_navigation ul li a {
	display: block;
	padding: 5px 20px;
	text-decoration:none;
	text-shadow: 1px 1px #000000;
	font-size: 18px;
}

/*-----------------
	Subnav
------------------*/

.sf_navigation ul ul {
	-moz-box-shadow:2px 2px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:2px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow:2px 2px 1px rgba(0, 0, 0, 0.4);
	float: left;
	left: -999em;
	margin:0;
	padding:0;
	position: absolute;
	width: 158px;
	z-index: 1000;
	border-left: 0;
}

.sf_navigation ul ul li {
	white-space: normal;
	margin: 0;
	width: 158px;
}

.sf_navigation ul ul li a {
	color:#ffffff;
	font-size:15px;
	height: auto;
	margin:0;
	padding: 6px 10px 7px;
	width: 138px;
}

.sf_navigation .subnav li a:visited { 
	color:#ffffff; 
}

.sf_navigation .subnav li a:hover {
	background-color:#ffffff;
	color:#656160;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul { 
	left: auto; 
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
 	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	margin-left: 3px;
}

#Nav1 li:hover,
#Nav1 li.hover { position: static; }

/*--------------------------------
	End Navigation
--------------------------------*/

/*--------------------------------
	Header Area
--------------------------------*/

.sf_header_wrapper {
	position: relative;
	z-index: 3;
	background-color: #dbdbdb;
	border: 1px solid #ffffff;
	box-shadow: inset 0 0 0 1px #c1c1c1;
	-webkit-box-shadow: inset 0 0 0 1px #c1c1c1;
	height: 351px;
	width: 910px;
	margin: 0 auto;
	padding: 13px;
}

.sf_region3 { 
	background-image: url(//img1.wsimg.com/isteam/ip/cc2c851b-d7ad-485e-8a29-8d736a4b1ded/legacy/788_header.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	width: 908px;
	height: 351px;	
	position: relative;
}

.sf_pagetitle {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 24px;
	font-family: georgia;
	padding: 15px 20px;
	text-shadow: 0px 0 2px rgba(0,0,0,.80);
}

.sf_pagetitle h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.sf_region3:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_extra4 {
	background-image:url(//img1.wsimg.com/isteam/ip/cc2c851b-d7ad-485e-8a29-8d736a4b1ded/legacy/788_shadow_bottom.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 66px;
	position: relative;
	z-index: 2;
	margin-top: -33px;
}

/*--------------------------------
	Emd Header Area
--------------------------------*/

/*------------------------------------
	Content
------------------------------------*/

.sf_main_wrapper { 
	background-color: #e9e9e9;
	padding: 75px 35px 30px;
	position: relative;
	z-index: 1;
	margin-top: -75px;
	box-shadow: 0 0 25px rgba(67,69,72,.75);
	-webkit-box-shadow: 0 0 25px rgba(67,69,72,.75);
	zoom: 1;
}
.sf_content {
	min-height:300px;
	height:auto !important;
	height:300px;
	zoom: 1;
}

.btn {
	color:#fff;
	padding:3px 6px;
}

.btn:hover { 
	cursor:pointer; 
}
	
select,
textarea,
input[type=text],
input#password { 
	border:solid 1px #dadcdc; 
}

/*------------------------------------
	Widgets
------------------------------------*/
.widgetset {
	float:left;
	width:200px;
}
.widgetset .widget {
	margin:0 0 20px;
	padding:0;
	width:240px;
}
.widgetset .widget_header {
	background-color:#656565;
	color:#fff;
	font-size:24px;
	margin:0;
	padding:10px 15px;
	zoom:1;
}
.widgetset .widget_header a {
	color:#ffffff;
	display:block;
	margin:-10px -15px;
	padding:10px 15px;
}
.widgetset .widget_header a:visited { color:#ffffff; }
.widgetset .widget_content {
	background-color:#f3f3f3;
	border-color:#dadcdc;
	border-style:solid;
	border-width:0 1px 1px 1px;
	padding:10px 15px;
	overflow:hidden;
	width:208px;
}
.widgetset ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widgetset ol {
	list-style:none;
	margin:0;
	padding:0;
}
.widgetset .widget_content li { padding:5px 0; }
.widgetset label {
	display: block;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}
.widgetset input[type="text"] {
	border:solid 1px #dadcdc;
	padding:0;
	width:205px !important;
}
.widgetset select {
	border:solid 1px #dadcdc;
	width:100% !important;
}
/** 
 * ------------------------------------------------------------------
 * @section Footer
 * ------------------------------------------------------------------
 */
.sf_region10 { }
.sf_footer {
	text-align: left;
	color: #ebebeb;
	text-shadow: 1px 1px 0 #000;
	font-size: 11px;
	width: 910px;
	margin: 30px auto;
}
.sf_banner {
	font-size:12px;
	margin:0 auto;
	padding:25px 0 50px;
	text-align:center;
	width:960px;
}
/** 
 * ------------------------------------------------------------------
 * @section IE6&7
 * ------------------------------------------------------------------
 */
