/**
 * @file
 * @project 644
 * @package sftheme
 * @site app1
 */
/**
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
body {
 font-family:Arial, Helvetica, FreeSans, sans-serif;
 font-size:16px;
 padding:0;
 margin:0;
 background-color:#C5C98E;
 color:#666666;
}
/* ------- DO NOT EDIT THIS DECLARATION ------ */
/**
 * @hack IE border fix
 *
 * Target IE's line height to prevent the editor from
 * cutting of the borders
 */
.sf_content div.Block,
.sf_content div.ActiveBlock,
.sf_content div.Block *,
.sf_content div.ActiveBlock * {
 *line-height:1 !important;
}

/**
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */
.sf_wrapper {
 width:960px;
 margin:30px auto 0;
 min-height:1%;
 height:auto !important;
 height:1%;
 position:relative;
 background-color:#ffffff;
}
/**
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
 min-height:1%;
 height:auto !important;
 height:1%;
 padding:0 30px;
 text-align:left;
 margin-bottom:0px;
}
.sf_header_wrapper:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
h1 {
 padding:0
 min-height:1%;
 height:auto !important;
 height:1%;
 text-align:left;
 font-size:36px;
 font-family:"Times New Roman", Times, FreeSerif, serif;
 font-weight:normal;
 margin:0;
 line-height:1;
 color:#666666;
}
.sf_main_header {
 padding:0
 min-height:1%;
 height:auto !important;
 height:1%;
 text-align:left;
 font-size:36px;
 font-family:"Times New Roman", Times, FreeSerif, serif;
 font-weight:normal;
 line-height:1;
 padding-top:30px;
 color:#666666;
 width:700px;
 float:left;
 clear:right;
 margin-bottom:20px;
}
.sf_main_header:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.sf_pagetitle {
 text-align:center;
 font-size:24px;
 line-height:1;
 font-family:"Times New Roman", Times, FreeSerif, serif;
 font-weight:normal;
 width:166px;
 color:#ffffff;
 padding-top:100px;
 float:left;
 overflow:hidden;
 padding-bottom:10px;
 margin-right:25px;
}

/* ie 7 */
*:first-child+html .sf_pagetitle {
     padding-top:155px;
}
/**
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
/**
 * @section navigation
 */
.sf_navigation .widget_header {
 display:none;
}
.sf_navigation {
 margin: 0;
 width: 705px;
 z-index:50;
 position: relative;
 float:left;
}
.sf_navigation:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 height:0px;
 margin:0px;
 padding:0px;
}
.sf_navigation ul {
 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:0;
 white-space: nowrap;
 min-width:1%; /* Fast hack */
 width: auto !important; /* Fast hack */
 width:1%; /* Fast hack */
}
.sf_navigation ul li.sf_first_nav_item {
}
.sf_navigation ul li.sf_last_nav_item {
}
.sf_navigation ul li a {
 display: block;
 height: 22px;
 margin:0;
 padding: 5px 15px 0 0;
 text-decoration: none;
 min-width:1%; /* Fast hack */
 width: auto !important; /* Fast hack */
 width:1%; /* Fast hack */;
 text-transform: none;
}
.sf_navigation ul li a:visited {
 color:#A67043;
}
.sf_navigation ul li a:hover {
 background-repeat: repeat-x;
 padding: 5px 15px 0 0;
 color:#663040;
 text-decoration: underline;
}
/**
 * @section subnav
 */
.sf_navigation ul.subnav {
 border:1px solid #ebebeb;
 border-top:0;
 left: -999em;
 list-style: none;
 line-height: 1;
 margin: 0;
 padding: 0;
 position: absolute;
 width: 180px;
 z-index:1000;
 background:#ffffff;
}
.sf_navigation ul.subnav  li {
 float: left;
 margin:0;
 padding:0;
 width: 180px;
}
.sf_navigation ul.subnav li a {
 border:0;
 border-top:1px solid #ebebeb;
 display: block;
 height:auto;
 min-width:150px;
 padding: 7px 15px;
 text-decoration: none;
 width: 150px;
 white-space:normal;
}
.sf_navigation ul.subnav li a:visited {
}
.sf_navigation ul.subnav li a:hover {
 padding: 7px 15px;
}
.sf_navigation ul.subnav li.sf_first_nav_item_subnav a {
 border-bottom:0;
}
#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_extra5 {
 clear:both;
 height:30px;
 margin-top:0;
 overflow:auto;
 width:100%;
}
.sf_content {
 line-height:1.5;
 padding:0 30px 0;
}
.sf_content h2 {
 font-size:18px;
 font-family:Arial, Helvetica, FreeSans, sans-serif;
 font-weight:bold;
 line-height:1.4;
 margin:16px 0;
}
.sf_content:after {
 content:".";
 display:block;
 clear:both;
 visibility:hidden;
 height:0;
}
.sf_content h3, .sf_content h4, .sf_content h5, .sf_content h6 {
 font-size:16px;
 margin:16px 0;
}
.sf_content ul, .sf_content ol {
 margin-left:20px;
}
/**
 * @subsection error page
 *
 * The !important is to override app3
 */
.error, .info {
 font-weight:normal !important;
 margin:0.5em 0 !important;
 padding:0.4em !important;
}
/**
 * ------------------------------------------------------------------
 * @section SIDEBAR
 * ------------------------------------------------------------------
 */
.sf_region7 a,
.sf_region7 a:visited,
.sf_region7 a:hover {
 font-weight:normal;
}
.sf_region7 .widget {
 padding:10px 15px 0;
 margin-bottom:30px;
 font-size:14px;
}
.sf_region7 .widget_header {
 font-weight:normal;
 font-size:14px;
 margin:0 0 10px 0;
 padding:0px 0px 3px;
 text-transform:uppercase;
}
/**
 * @section widget lists
 */
.sf_region7 ul,
.sf_region7 ol {
 margin:0px;
 padding:0px;
 list-style-type:none;
}
.widget li{
 margin:0px;
 padding:0px 0px 8px;
}
/**
 * @section widget forms
 */
.sf_region7 .widget_content label{
 margin:0;
 padding:0;
 display:block;
}
.sf_region7 .widget_content form{
 margin:0;
 padding:0;
}

.sf_region7 .form_item {
 margin:0px;
 padding:0px 0px 8px;
}
.sf_region7 .widget_content select,
.sf_region7 .widget_content input[type="text"] {
 width:178px !important;
 border-style:solid;
 border-width:1px;
 padding:1px 0px;
}
/**
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */
.sf_footer,
.sf_banner {
 width:900px;
 clear:both;
}
.sf_footer {
 color:#666666;
 padding:10px 0 25px;
 margin:30px auto 5px;
 text-align:left;
 text-transform:none;
}
.sf_footer:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.sf_banner {
 margin:5px auto 100px;
 text-align:right;
 font-size:12px;
 color:#666666;
}
#bannerLink {
}
.sf_region10 {
}
#bannerImage {
 margin:5px;
}