/**
 * --------------------------------------------------------
 * @section reset
 * --------------------------------------------------------
 */
 body, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 85%;
    line-height: 1.4;
    margin: 0;
    padding: 0;
 }

 /**
 * --------------------------------------------------------
 * @section general
 * --------------------------------------------------------
 */
 h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic", "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: .5em 0;
 }

 h1 {
    font-size: 1.4em;
 }

 h2, h3 {
    font-size: 1.2em;
 }

 h4, h5, h6 {
    font-size: 1em;
 }

 p {
    margin: 0 0 10px;
 }

 .sf_outer_wrapper {
    width: 944px;
    margin: 0px 15px;
 }

 .sf_extra1 {
 }

 .form_button,
.form_submit {
    margin-top: .5em;
 }

 /**
 * --------------------------------------------------------
 * @section header
 * --------------------------------------------------------
 */
 .sf_header_wrapper {
    padding-top: 10px;
 }

 .sf_header_wrapper:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-height: 1px;
    margin: 0px;
    padding: 0px;
 }

 .sf_extra2 {
 }

 .sf_main_header {
    width: 617px;
    height: 1.2em;
    font-family: "Impact"
    font-size;
    overflow: visible;
 }

 .sf_main_header div {
    height: 1.2em;
    line-height: 1.5;
    overflow: hidden;
 }

 /* height: 32px; */
 .sf_main_header div div {
    height: auto;
    overflow: visible;
 }

 .sf_extra3 {
 }

 .sf_sub_header {
    display: none;
 }

 .sf_main_header p, .sf_sub_header p {
    margin: 0px;
    padding: 0px;
 }

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

 .sf_navigation {
    float: right;
    width: 288px;
    display: inline;
    margin-top: 120px;
 }

 .sf_navigation:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-height: 1px;
    margin: 0px;
    padding: 0px;
 }

 .sf_navigation ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
 }

 .sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
 }

 .sf_navigation ul li {
    margin: 8px 0;
    height: 1%;
    line-height: 1.6 !important;
 }

 .sf_navigation ul li.sf_last_nav_item {
 }

 .sf_navigation ul li.sf_first_nav_item {
 }

 * html .sf_navigation ul li a, * html .sf_navigation ul li a:visited {
    padding-bottom: 2px;
 }

 .sf_navigation ul li a:hover {
 }

 /**
 * --------------------------------------------------------
 * @section flyout
 * --------------------------------------------------------
 */
 #Nav1 li {
    float: left;
    width: 288px;
 }

 #Nav1 a {
    display: block;
 }

 #Nav1 li ul {
    position: absolute;
    left: -999em;
    margin: -35px 0 0 -110px;
    padding: 15px;
    width: 150px;
    z-index: 1000;
    border: 1px solid #e6e6e6;
    background: #efefef;
 }

 #Nav1 li ul li {
    margin: 0;
    padding: 0;
    width: 150px;
 }

 #Nav1 li ul li a {
    background-color: #EFEFEF;
    background-image: none;
    display: block;
    padding: 3px;
    margin: 0px;
    width: 150px;
    border-bottom: 1px solid #e6e6e6;
 }

 #Nav1 li ul li a:hover {
    background-image: none;
    width: 150px;
 }

 #Nav1 li:hover ul,
#Nav1 li.sfhover ul {
    left: auto;
    width: 150px;
 }

 #Nav1 iframe {
    position: absolute;
    left: -0.25em;
    top: -0.25em;
    z-index: 0;
    filter: progid;
    margin-left: 3px;
 }

 /**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
 #Nav1 li:hover, #Nav1 li.hover {
    position: static;
 }

 .sf_extra5 {
    height: 45px;
 }

 /**
 * --------------------------------------------------------
 * @section page title
 * --------------------------------------------------------
 */
 .sf_region5 {
    width: 617px;
    padding-bottom: 20px;
    font-family: "Century Gothic", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    .padding-bottom: 21px;
 }

 * html .sf_pagetitle {
    padding-bottom: 22px;
 }

 /**
 * --------------------------------------------------------
 * @section content
 * --------------------------------------------------------
 */
 .sf_content {
    font-size: 12px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    margin: -5px 0 0 0;
    width: 613px;
    float: left;
    display: inline;
 }

 .sf_content:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-height: 1px;
    margin: 0px;
    padding: 0px;
 }

 .sf_content img {
 }

 /**
 * --------------------------------------------------------
 * @section sidebar
 * --------------------------------------------------------
 */
 .widget h3 {
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 1em;
    font-weight: normal;
    margin-top: 3em;
    margin-bottom: 0;
    padding-bottom: 24px;
 }

 .widget ol,
.widget ul,
.widget li {
    list-style-type: none;
    padding: 0;
    margin: 0;
 }

 .widget ul li {
    line-height: 1.8;
 }

 /**
 * --------------------------------------------------------
 * @section footer
 * --------------------------------------------------------
 */
 .sf_region9 {
    width: 944px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
    padding-top: 15px;
    margin-bottom: 10px;
    clear: both;
 }

 .sf_footer,
.navigation2 {
    padding: 1em 0;
 }

 .sf_region9 div {
 }

 .sf_region9 p {
    margin: 0px;
    padding: 0px;
 }

 .sf_banner {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 200px;
    margin: -2.2em 15px 0 10px;
    float: left;
    margin-left: 10px;
 }

 .sf_banner img {
    padding-bottom: 3px;
 }

 .sf_banner a:hover {
 }

 /**
 * --------------------------------------------------------
 * @section buttons
 * --------------------------------------------------------
 */
 .btn,
.btn-hover {
    background: #323232;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: .25em;
    cursor: pointer;
    overflow: visible;
    width: 0;
    text-transform: uppercase;
    font-weight: normal;
 }

 .btn:hover,
.btn-hover {
    background: #323232;
    border: 1px solid #000000;
    color: #ffffff;
 }

 /**
 * --------------------------------------------------------
 * @section layout
 * --------------------------------------------------------
 */
 .widgetset {
    position: relative;
 }

 div.widgetset {
    float: right;
    width: 278px;
 }

 div.widgetset .widget_content,
div.widgetset .widget_header {
    width: 278px;
 }

 div.widgetset .widget_content {
    overflow: auto;
 }

 .sf_region7 {
    clear: right;
 }

 /**
 * --------------------------------------------------------
 * @section content
 * --------------------------------------------------------
 */
 .sf_blog_entry {
    padding-bottom: .5em;
 }

 /**
 * @subsection chicklets
 */
 .chicklet img {
    margin-right: 5px;
 }

 /**
 * @subsection postmeta
 */
 .sf_blog_postmeta {
    border-top: 1px solid #e7e7e7;
    margin-bottom: 2em;
    padding: .8em 0;
 }

 /**
 * @subsection comments and trackbacks
 */
 ul.trackbacklist li, ul.commentlist li {
    border: 1px solid #DDDDDD;
 }

 .trackbacklist li, .commentlist li {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 5px;
 }

 .trackbacklist, .commentlist {
    font-size: 11px;
 }

 #trackbacks, #comments1,#leavecomment {
    margin-top: 2em;
 }

 /**
 * --------------------------------------------------------
 * @section widgets
 * --------------------------------------------------------
 */
 div.widgetset .widget {
    overflow: auto;
 }

 div.widgetset .form_item {
    margin-bottom: 5px;
 }

 div.widgetset label {
    display: block;
 }

 /**
 * @subsection navigation
 */
 div.widgetset .sf_navigation .main_nav {
    margin-bottom: 0;
 }

 /**
 * @subsection home link
 */
 .widget.HomeLink a {
    text-decoration: none;
    color: #000000;
 }

 .widget.HomeLink h3 {
 }

 /**
 * @subsection syndication
 */
 div.widgetset div.FeedList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
 }

 div.widgetset div.FeedList ul li {
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: list-item;
 }

 div.widgetset div.FeedList ul li a img {
    text-decoration: none;
    border: 0;
    margin-right: 4px;
 }

 /**
 * @subsection subscribe
 */
 .SubscribeViaEmail .form_item input {
    width: auto;
 }

 .SubscribeViaEmail input#SubscriberEmail {
    width: 210px;
 }

 div.widgetset .SubscribeViaEmail label {
    display: inline;
 }

 /**
 * @subsection search
 */
 .Search #searchOnlyTitles a:link,
.Search #searchOnlyTitles a:visited,
.Search #searchOnlyTitles a:hover {
    color: #000;
    text-decoration: none;
 }

 .Search #quicklink,
.Search #advancedlink {
    width: 160px;
    clear: both;
    line-height: 30px;
    text-align: left;
 }

 .Search select,
.Search #q {
    width: 210px;
 }

 /**
 * @subsection recent entries
 */
 .recentdate {
    font-size: .8em;
    color: #666;
    margin-bottom: .5em;
 }

 /**
 * @subsection calendar
 */
 .calendar {
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 !important;
    font-family: Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans serif;
 }

 .calendartitle {
    background-color: #f7f7f7;
 }

 .calendar .calendarcell {
    font-size: 13px;
    padding: 4px;
 }

 /**
 * @subsection custom text
 */
 .widget.CustomText .widget_content {
    overflow: auto;
    width: 278px;
 }

 #surveysubmit {
    margin-top: 1em;
 }

 /**
 * @section buttons
 */
 #surveysubmit input,
input#submitcomment,
input#resetcomment,
input#spellchk {
    background: #323232;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: .25em;
    cursor: pointer;
    overflow: visible;
    width: 0;
    text-transform: uppercase;
    font-weight: normal;
 }

 #surveysubmit input:hover,
input#submitcomment:hover,
input#resetcomment:hover,
input#spellchk:hover {
    background: #323232;
    border: 1px solid #000000;
    color: #ffffff;
 }

 .sf_navigation ul li a, .sf_navigation ul li a:visited {
    display: block;
    text-align: center;
    font-family: "Century Gothic", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    .padding-bottom: 1px;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #000000;
    background-image: url(images/peeweecrop.JPG);
 }

 .sf_wrapper {
    background-position: 661px 0;
    background-repeat: no-repeat;
    width: 944px;
    background-image: url(images/peeweecrop.JPG);
 }

 
