/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */
 h1 {
    font-size: 3em;
    font-weight: normal;
    letter-spacing: -.04em;
    margin: 0 0 0.5em;
 }

 h2 {
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: -.04em;
    margin: 0 0 0.75em;
 }

 h3 {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: -.04em;
    margin: 0 0 1em;
 }

 h4 {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -.04em;
    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
 * ------------------------------------------------------------------
 */
 a {
    padding: 2px;
    text-decoration: none;
 }

 font {
    letter-spacing: normal;
 }

 h1,
h2,
h3,
h4 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    line-height: normal;
 }

 body {
    background-color: #313538;
    color: #999b9d;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
 }

 .sf_outer_wrapper {
    margin: 0 auto;
    padding: 20px;
    width: 1000px;
 }

 /** 
 * ------------------------------------------------------------------
 * @section Header
 * ------------------------------------------------------------------
 */
 .sf_header_wrapper {
    background-repeat: no-repeat;
    min-height: 640px;
    height: auto !important;
    height: 640px;
 }

 .sf_region3 {
    word-wrap: break-word;
 }

 .sf_main_header {
    background-image: url(images/706_transparent-grey.png);
    clear: both;
    color: #ffffff;
    float: left;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 72px;
    min-height: 1%;
    height: auto !important;
    height: 1%;
    letter-spacing: -.04em;
    line-height: 1;
    margin: 75px 0 0 2px;
    text-transform: uppercase;
 }

 /** 
 * ------------------------------------------------------------------
 * @section Navigation
 * ------------------------------------------------------------------
 */
 .sf_navigation .widget_header {
    display: none;
 }

 .sf_navigation {
    clear: both;
    float: left;
    min-height: 1%;
    height: auto !important;
    height: 1%;
    margin: 0;
    width: 1000px;
 }

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

 .sf_navigation ul {
    min-height: 1%;
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
 }

 .sf_navigation ul li {
    background-image: url(images/706_transparent-grey.png);
    background-repeat: repeat;
    float: left;
    list-style: none;
    margin: 0 16px 6px 0;
    padding: 0;
    white-space: nowrap;
    min-width: 1%;
    width: auto !important;
    width: 1%;
 }

 .sf_navigation ul li a {
    display: block;
    font-size: 18px;
    maring: 0;
    padding: 5px;
    text-decoration: none;
    min-width: 1%;
    width: auto !important;
    width: 1%;
 }

 .sf_navigation ul li a:hover {
    color: #313538;
 }

 /** 
 * ------------------------------------------------------------------
 * @section Subnav
 * ------------------------------------------------------------------
 */
 .sf_navigation .subnav {
    left: -999em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 160px;
    z-index: 1000;
 }

 .sf_navigation .subnav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 160px !important;
    white-space: normal;
 }

 .sf_navigation .subnav li a {
    border: none;
    display: block;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 14px;
    height: auto;
    width: 136px;
    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_pagetitle {
    font-size: 48px;
 }

 .sf_pagetitle h1 {
    font-size: 48px;
 }

 .sf_content {
    line-height: 1.4;
 }

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

 /** 
 * ------------------------------------------------------------------
 * @section Widgets
 * ------------------------------------------------------------------
 */
 .sf_region7 .widgetset {
    float: left;
    width: 260px;
 }

 .sf_region7 .widgetset .widget_header {
    background-color: #282a2b;
    padding: 5px;
 }

 .sf_region7 .widgetset h3 {
    margin: 0 0 5px;
 }

 .sf_region7 .widgetset .widget {
    background-color: #212324;
    margin: 10px 0;
    padding: 10px;
 }

 .sf_region7 .widgetset .widget_content {
    padding: 10px 0 20px;
    overflow: hidden;
    width: 240px;
 }

 .sf_region7 .widgetset ul {
    list-style: none;
    margin: 0;
    padding: 0;
 }

 .sf_region7 .widgetset ol {
    padding: 0 0 0 30px;
    margin: 0;
 }

 .sf_region7 .widgetset .widget_content li {
    padding: 5px 0;
 }

 .sf_region7 .widgetset label {
    display: block;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
 }

 .sf_region7 .widgetset input[type="text"] {
    border: solid 1px #c4c4ca;
    padding: 0;
    width: 236px !important;
 }

 .sf_region7 .widgetset select {
    border: solid 1px #c4c4ca;
    width: 100% !important;
 }

 /** 
 * ------------------------------------------------------------------
 * @section Footer
 * ------------------------------------------------------------------
 */
 .sf_footer {
    background-color: #212324;
    color: #50565a;
    margin: 20px auto;
    padding: 20px;
    text-align: right;
    width: 1000px;
 }

 .sf_footer a:link {
    color: #73787c;
 }

 .sf_footer a:visited {
    color: #73787c;
 }

 .sf_footer a:hover {
    color: #212324;
 }

 .sf_banner {
    font-size: 12px;
    margin: 80px auto 20px;
    text-align: center;
    width: 1000px;
 }

 #bannerLink {
    margin-top: 5px;
 }

 #bannerImage {
    margin-bottom: 5px;
 }

 .sf_banner a {
    padding: 0;
    padding: 0;
 }

 .sf_banner a:hover {
    background-color: transparent;
 }

 .sf_banner #bannerLink a {
    padding: 2px;
 }

 /** 
 * ------------------------------------------------------------------
 * @section IE6&7
 * ------------------------------------------------------------------
 */
 *html .sf_main_header {
    background-color: #313538;
    background-image: none;
 }

 *html .sf_navigation ul li {
    background-color: #313538;
    background-image: none;
 }

 
