/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
 }

 h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
 }

 h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
 }

 h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
 }

 h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
    height: 1.25em;
 }

 h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
 }

 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;
 }

 li ul, li ol {
    margin: 0 2.5em;
    padding: 0;
 }

 ul, ol {
    margin: 0 1.5em 1.5em 3em;
    padding: 0;
 }

 ul {
    list-style-type: disc;
 }

 ol {
    list-style-type: decimal;
 }

 dl {
    margin: 0 0 1.5em 0;
 }

 dd {
    margin-left: 1.5em;
 }

 caption {
    margin: 0;
    padding: .5em;
 }

 /** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 body {
    padding: 0px 0px 20px;
    background-repeat: repeat;
    background-position: top center;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
 }

 .sf_outer_wrapper {
    position: relative;
    border-width: 20px 0px 0px;
    border-style: solid;
    min-width: 980px;
    min-height: 1%;
    height: 1%;
 }

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

 .sf_wrapper {
    width: 960px;
    margin: 0px auto;
    border-width: 3px;
    border-style: solid;
    position: relative;
    min-height: 1%;
    height: 1%;
 }

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

 .sf_extra1 {
    width: 146px;
    height: 121px;
    display: block;
    z-index: 99999;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
 }

 * html .sf_extra1 {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true;
 }

 /** 
 * @subsection header 
 */
 .sf_main_header {
    min-height: 70px;
    height: 70px;
    width: 836px;
    margin: 0px auto;
    padding: 10px 0px 10px 130px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-weight: normal;
    font-size: 36px;
 }

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

 /** 
 * @subsection navigation
 */
 .sf_navigation .widget_header {
    display: none;
 }

 .sf_navigation {
    margin: 20px 0px 0px;
    padding: 0px;
    text-transform: lowercase;
    height: 1%;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-weight: bold;
    font-size: 11px;
 }

 .sf_navigation ul {
    padding: 0px 30px;
    margin: 0;
    list-style: none;
    height: 1%;
 }

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

 .sf_navigation li {
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px 5px 1px;
    width: 1%;
    white-space: nowrap;
 }

 .sf_navigation li a {
    display: block;
    width: 1%;
    height: 24px;
    padding: 10px 8px 0px 8px;
    text-decoration: none;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: right center;
 }

 /** 
 * @subsection subnav
 */
 .sf_navigation .subnav {
    padding: 0px;
    margin: 0px 0px 0px -2px;
    list-style: none;
    left: -999em;
    z-index: 1000;
    position: absolute;
    width: 180px;
    height: auto;
    border: 1px solid #E5E5E5;
    border-top: none !important;
 }

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

 .sf_navigation .subnav li a {
    display: block;
    width: 164px !important;
    background-image: none;
    padding: 6px 8px 6px 8px;
    margin: 0px;
    white-space: normal;
    height: auto;
 }

 .sf_navigation .subnav li.sf_last_nav_item_subnav a {
    border-bottom: none;
 }

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

 #Nav1 iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: progid;
 }

 #Nav1 li:hover, #Nav1 li.hover {
    position: static;
 }

 /** 
 * @subsection extra5
 */
 .sf_extra5 {
    clear: both;
    height: 20px;
    width: 100%;
 }

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

 /** 
 * @subsection dress
 */
 .sf_extra12 {
    width: 230px;
    height: 450px;
    position: absolute;
    bottom: -40px;
    left: 0;
 }

 * html .sf_extra12 {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true;
 }

 /** 
 * @subsection footer
 */
 .sf_extra7 {
    clear: both;
 }

 .sf_footer {
    clear: both;
    float: right;
    display: inline;
    width: 587px;
    margin: 0px 3px 0px 0px;
    text-transform: lowercase;
    text-align: right;
    min-height: 20px;
    height: 20px;
    padding: 105px 100px 10px 0px;
    background-repeat: no-repeat;
    background-position: bottom right;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-weight: bold;
    font-size: 11px;
 }

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

 /** 
 * @subsection banner
 */
 .sf_banner {
    margin: 60px 20px 0px;
    text-align: center;
    font-size: 11px;
 }

 .sf_banner img {
    margin: 10px 0px;
 }

 /** 
 * @subsection buttons
 */
 .btn {
    font-size: 10px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin: 3px 0;
    padding: 2px 4px 3px;
 }

 /** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
 .sf_region7 {
    margin-bottom: 270px;
    width: 202px;
    margin-left: 20px;
    overflow: hidden;
    float: left;
    display: inline;
 }

 .widgetset {
    border-bottom: none !important;
 }

 .widgetset .widget {
    padding: 10px 10px 15px;
    font-size: 11px;
 }

 .widgetset .widget_header {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 15px;
 }

 .widgetset .widget_content {
    margin: 0px;
    padding: 10px 0px 0px;
    width: 180px;
    overflow: hidden;
 }

 .widgetset .widget_content label {
    margin: 0;
    padding: 0;
    display: block;
 }

 .widgetset .widget_content form {
    margin: 0;
    padding: 0;
 }

 .widgetset .widget_content select,
.widgetset .widget_content input[type="text"] {
    width: 178px !important;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0px;
 }

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

 .widgetset li {
    margin: 0px 0px 6px;
    padding: 0px;
 }

 .widgetset .widget_content .form_item {
    margin: 0px 0px 6px;
    padding: 0;
 }

 /** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 .sf_pagetitle {
    text-align: center;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-weight: normal;
    font-size: 22px;
    display: none;
 }

 .sf_content {
    float: right;
    display: inline;
    margin: 0px 20px 0px 0px;
    width: 698px;
 }

 /** 
 * @subsection post 
 */
 .sf_blog_post {
    min-height: 1%;
    height: 1%;
    padding: 10px 10px 15px;
    margin-bottom: 20px;
    <script src="http: //widgets.fbshare.me/files/fbshare.js"></script>;
 }

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

 .sf_blog_posttitle {
    padding: 0px;
    margin-top: 0px;
 }

 .chicklet_group,
.sf_blog_postmeta {
    display: block;
    clear: both;
    margin-top: 15px;
 }

 .sf_blog_postmeta {
    min-height: 25px;
    height: 25px;
 }

 #divline {
    clear: both;
    height: 30px;
    margin-top: 15px;
 }

 /** 
 * @subsection error page 
 */
 .error {
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.4em;
 }

 /** 
 * @subsection comments, trackbacks, etc.
 */
 h6#trackbackslabel, 
h6#commentslabel, 
h6#leavecommentlabel, 
#surveytitletext, 
.header {
    font-weight: bold;
    margin: 25px 0 0;
    font-size: 16px;
 }

 #surveytitletext {
    margin: 0;
 }

 #blogsurvey,
.trackbacklinks,
.trackbacklist,
.commentlist,
#leavecomment form {
    min-height: 1%;
    height: 1%;
 }

 .trackbacklinks,
.commentlinks {
    font-size: 11px;
    margin: 0px;
    padding: 5px 0px 0px;
 }

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

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

 #leavecomment form,
#surveyoptions,
#surveysubmit,
#FlashSurveyResults {
    padding: 10px 0px;
 }

 /**  
 * @subsection calendar 
 */
 .calendar {
    border: none !important;
    margin-bottom: 30px;
    padding: 0;
    margin: 0px 0px 0px 1px;
    width: 99%;
 }

 .calendartitle td {
    font-weight: bold;
    padding: 3px;
    text-transform: uppercase;
 }

 .calendar .calendarcell {
    margin: 0px;
    padding: 0px;
    height: 25px;
 }

 .calendarweek {
    font-size: 9px;
    padding-top: 3px;
    text-transform: uppercase;
 }

 .calendar caption {
    font-weight: bold;
    font-size: 1.2em;
 }

 /**  
 * @subsection syndicate 
 */
 .feedbutton {
    border: none;
    vertical-align: middle;
    margin-right: 5px;
 }

 /**  
 * @subsection recent entries
 */
 .recentdate {
    padding: 2px 0px 2px;
 }

 /**  
 * @subsection subscribe
 */
 .SubscribeViaEmail .widget_content label {
    margin: 0;
    padding: 0;
    display: inline;
 }

 /**  
 * @subsection Google Ad
 */
 .GoogleAd .widget_header span {
    border-bottom: none;
 }

 /**  
 * @subsection HomeLink
 */
 .HomeLink .widget_content {
    display: none;
 }

 
