/**
 * @file
 * @project 777
 * @package sftheme
 * @site app1
 */
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 1.5em 0 1em;
  padding: 0; }

h1 {
  font-size: 2em;
  font-weight: normal; }

h2 {
  font-size: 1.75em;
  font-weight: normal; }

h3 {
  font-size: 1.5em;
  font-weight: normal; }

h4 {
  font-size: 1.2em;
  font-weight: bold; }

h5 {
  font-size: 1em;
  font-weight: bold;
  font-style: italic; }

h6 {
  font-size: 1em;
  font-weight: bold; }

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; }

input[type=checkbox] {
  vertical-align: -2px; }

input[type=text], select, textarea {
  border: 1px solid #cccccc;
  padding: 2px; }

legend {
  font-size: 15px;
  font-weight: normal; }

/** 
 * ------------------------------------------------------------------
 * @section BASE
 * ------------------------------------------------------------------
 */
body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Geneva, Kalimati, sans-serif;
  font-size: 14px;
  line-height: 1.35; }

.sf_outer_wrapper {
  background-image: url(//img1.wsimg.com/isteam/ip/463b1045-b333-4b0e-80b6-ce8dadd7b0a5/legacy/777_grain.png);
  padding: 45px 0 150px;
  *zoom: 1; }
.sf_outer_wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf_wrapper {
  width: 930px;
  margin: 0 auto;
  *zoom: 1; }
.sf_wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
.sf_navigation {
  width: 930px;
  margin: 0 auto;
  *zoom: 1; }
.sf_navigation:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.sf_navigation h3 {
  display: none; }

.sf_navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right; }

.sf_navigation ul li {
  float: left;
  white-space: nowrap; }

.sf_navigation ul li a {
  display: block;
  padding: 8px 10px 10px;
  text-decoration: none;
  position: relative; }

.sf_navigation .nav > li > a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  height: 8px;
  margin-top: -4px;
  border-left-width: 1px;
  border-left-style: solid; }

.sf_navigation .nav > li.sf_first_nav_item a:before {
  display: none; }

/**
 * @section nav subnav
 */
.sf_navigation .subnav {
  float: left;
  left: -999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 160px;
  z-index: 1000;
  border-width: 1px;
  border-style: solid; }

.sf_navigation .subnav li {
  white-space: normal;
  margin: 0;
  width: 140px; }

.sf_navigation .subnav li a {
  height: auto;
  margin: 0;
  padding: 5px 10px;
  width: 140px; }

#Nav1 li:hover ul, #Nav1 li.sfhover ul {
  left: auto; }

#Nav1 iframe {
  position: absolute;
  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; }

/** 
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.sf_main_header {
  font-size: 36px;
  margin-bottom: 20px; }

.sf_pagetitle {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px; }

.sf_pagetitle h1 {
  font-size: 22px;
  font-weight: normal;
  margin: 0; }

.sf_content {
  padding: 15px;
  *zoom: 1; }
.sf_content:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

/** 
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */
.sf_region13 {
  padding: 10px;
  text-align: center; }

.sf_banner {
  margin-top: 20px;
  font-size: 10px; }

#bannerImage {
  margin-bottom: 10px; }

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
.widgetset .widget {
  padding: 15px 20px 20px;
  margin-bottom: 20px;
  width: 180px;
  overflow: hidden; }

.widgetset .widget_header {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 10px; }

.widgetset .widget_content {
  overflow: hidden; }

.widgetset ul, .widgetset ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.widgetset li {
  margin: 0;
  padding: 5px 0; }

.widgetset label {
  margin: 0 0 3px 0;
  padding: 0px;
  display: block; }

.widgetset input[type=checkbox] + label, .widgetset input[type=radio] + label {
  display: inline; }

.widgetset form {
  margin: 0px;
  padding: 0px; }

.widgetset .form_item {
  margin: 0px;
  padding: 0px 0px 5px; }
