/**
 * @file
 * @project 786
 * @package sftheme
 * @site app1
 */
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 40px 0 20px;
  padding: 0;
}

h1 {
  font-size: 26px;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  font-weight: normal;
}

h3 {
  font-size: 22px;
  font-weight: normal;
}

h4 {
  font-size: 20px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

h6 {
  font-size: 16px;
  font-weight: bold;
}

p, form {
  margin: 0 0 20px;
  padding: 0;
}

blockquote {
  margin: 20px;
}

sup, sub {
  line-height: 0;
}

address {
  margin: 0 0 20px;
}

pre, code {
  margin: 20px 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;
}

fieldset {
  margin: 20px 0;
}

/** 
 * ------------------------------------------------------------------
 * @section BASE
 * ------------------------------------------------------------------
 */
body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Geneva, Kalimati, sans-serif;
  font-size: 16px;
  background-image: url(images/786_shadow.png);
  background-repeat: repeat-x;
  min-width: 770px \0/IE8;
  *min-width: 770px;
}

:root body {
  min-width: auto \0/IE9;
}

/** 
 * ------------------------------------------------------------------
 * @section TOP
 * ------------------------------------------------------------------
 */
/** 
 * @subsection header
 */
.sf_main_header {
  font-size: 46px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 0 45px;
  max-width: 1270px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/** 
 * @subsection nav
 */
.sf_navigation {
  background-image: url(images/786_cardboard.gif);
  border-top: 1px solid #b9ae88;
  -webkit-box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, 0.3) inset;
}

.sf_navigation .widget {
  background-image: url(images/786_navdiv.gif);
  padding: 0 45px;
  max-width: 1270px;
  margin: 0 auto;
  *zoom: 1;
}
.sf_navigation .widget:after {
  content: "";
  display: table;
  clear: both;
}

.sf_navigation .widget_header {
  display: none;
}

.sf_navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 3;
}

.sf_navigation li {
  float: left;
}

.sf_navigation li a {
  display: block;
  text-decoration: none;
  padding: 11px 20px 0;
  height: 33px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.sf_navigation .nav > li.active-nav > a:after,
.sf_navigation .nav > li:hover > a:after,
.sf_navigation .nav > li.hover > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -8px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  z-index: 1;
}

/** 
 * @subsection subnnav
 */
.sf_navigation .subnav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  z-index: 1000;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 5px 0;
}

.sf_navigation .subnav li {
  float: left;
  width: 150px;
}

.sf_navigation .subnav li a {
  display: block;
  width: 130px;
  border: 0 none;
  font-size: 12px;
  padding: 5px 10px;
  height: auto;
  text-align: left;
  white-space: normal;
}

#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_outer_wrapper {
  border-top-width: 3px;
  border-top-style: solid;
  background-image: url(images/786_shadow.png);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  *zoom: 1;
}
.sf_outer_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.sf_outer_wrapper_r4 {
  background-image: url(images/786_money_tree.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: absolute;
  width: 274px;
  height: 130px;
  display: block;
  right: 0;
  top: -20px;
  z-index: 2;
}

.sf_wrapper {
  *zoom: 1;
  padding: 0 45px;
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
}
.sf_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.sf_inner_wrapper {
  float: left;
  margin-left: -240px;
  width: 100%;
}

.sf_outer_wrapper_r7 {
  box-shadow: 11px 0 10px -11px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: 240px;
  padding-right: 45px;
}

.sf_outer_wrapper_r9 {
  float: right;
  width: 200px;
  padding-left: 35px;
}

.sf_region7 {
  margin-top: 35px;
  margin-bottom: 45px;
}

.sf_region9 {
  margin-top: 130px;
  margin-bottom: 45px;
}

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

/** 
 * @subsection pagetitle
 */
.sf_pagetitle {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: normal;
}

.sf_pagetitle h1 {
  margin: 0;
}

/** 
 * @subsection buttons
 */
.btn {
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  font-family: Tahoma, Geneva, Kalimati, sans-serif;
  font-size: 12px;
  margin: 3px 0;
  overflow: visible;
  padding: 4px 6px;
  font-weight: bold;
}

/** 
 * ------------------------------------------------------------------
 * @section BOTTOM
 * ------------------------------------------------------------------
 */
/** 
 * @subsection footer
 */
.sf_outer_wrapper_r12 {
  background-image: url(images/786_cardboard.gif);
  min-height: 80px;
  padding: 20px 0;
  margin: 0;
  position: relative;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.sf_outer_wrapper_r12:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: rgba(125, 114, 83, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sf_footer {
  padding: 0 45px;
  max-width: 1270px;
  margin: 0 auto;
}

/** 
 * @subsection banner
 */
.sf_outer_wrapper_r13 {
  padding: 20px;
  text-align: center;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
@media all and (max-width: 600px) {
  .sf_inner_wrapper {
    margin-left: auto;
    float: none;
  }

  .sf_outer_wrapper_r7 {
    margin-left: auto;
    padding-right: 0;
    box-shadow: none;
  }

  .sf_outer_wrapper_r7:after {
    display: none;
  }

  .sf_outer_wrapper_r9 {
    float: none;
    padding-left: 0;
    width: auto;
  }

  .sf_region9 {
    margin-top: 45px;
  }

  .sf_outer_wrapper_r4 {
    display: none;
  }

  .sf_navigation li {
    float: none;
  }

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

  .sf_navigation .subnav {
    margin-left: -75px;
  }
}