/**
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 body {
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #000000;
 }

 /**
 * @hack IE border fix
 *
 * Target IE's line height to prevent the editor from
 * cutting of the borders
 */
 div.Block,
div.ActiveBlock,
div.Block *,
div.ActiveBlock * {
    *line-height: 1 !important;
 }

 /**
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */
 .sf_wrapper {
    width: 960px;
    margin: 0 auto;
    min-height: 1%;
    height: 1%;
    position: relative;
 }

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

 .sf_navigation {
    margin: 0px;
    width: 960px;
    z-index: 50;
    position: relative;
 }

 .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%;
    width: 1%;
    text-align: left;
 }

 /**
 * @section subnav
 */
 .sf_navigation .subnav {
    border: 1px solid #bbb;
    border-top: 0;
    left: -999em;
    list-style: none;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 180px;
    z-index: 1000;
    background-color: #fff;
 }

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

 .sf_navigation .subnav li a {
    border: 0;
    border-bottom: 1px solid #bbb;
    display: block;
    height: auto;
    min-width: 150px;
    padding: 7px 15px;
    width: 150px !important;
    white-space: normal;
 }

 .sf_navigation .subnav  li a:visited {
 }

 .sf_navigation .subnav  li a:hover {
 }

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

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

 /**
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
 .sf_header_wrapper {
    min-height: 1%;
    height: 1%;
    padding: 10px;
    text-align: center;
 }

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

 h1 {
    padding: 0;
    min-height: 1%;
    height: 1%;
    text-align: center;
    font-size: 18px;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
    color: #CC0000;
 }

 .sf_main_header {
    padding: 0;
    min-height: 1%;
    height: 1%;
    text-align: center;
    font-size: 20px;
    font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
    color: #000000;
 }

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

 .sf_pagetitle h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
 }

 /**
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
 .sf_content {
    line-height: 1.5;
 }

 .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: 12px;
 }

 .sf_region7 .widget_header {
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0px 0px 3px;
    text-transform: uppercase;
    border-bottom: 2px solid #ebebeb;
 }

 /**
 * @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: 960px;
    clear: both;
    text-align: center;
 }

 .sf_region9 {
    clear: both;
    padding-top: 10px;
    width: 100%;
 }

 .sf_footer {
    border-top: 2px solid #EBEBEB;
    padding-top: 10px;
    margin: 0px auto 5px;
    color: #000000;
 }

 .sf_banner {
    margin: 5px auto 100px;
    color: #000000;
 }

 #bannerLink {
    width: 300px;
    margin: 0 auto;
 }

 .sf_region10 {
 }

 #bannerImage {
    margin: 5px;
 }

 /**
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
 .sf_main {
    width: 720px;
    float: left;
 }

 .sf_region7 {
    width: 230px;
    float: right;
    overflow: hidden;
 }

 .sf_pagetitle {
    padding-bottom: 10px;
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: Georgia,Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    color: #CC0000;
    text-align: center;
    display: none;
 }

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

 .sf_content h2 {
    font-size: 14px;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: left;
 }

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

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

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

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

 /**
 * @subsection post
 */
 .sf_blog_post {
    min-height: 1%;
    height: 1%;
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
 }

 /**
 * @subsection error page
 */
 .error {
    background-color: #FFCFCF;
    border: 1px solid #CC0000;
    color: #CC0000;
 }

 /**
 * @subsection comments, trackbacks, etc.
 */
 h6#trackbackslabel,
h6#commentslabel,
h6#leavecommentlabel,
#surveytitletext,
.header {
    font-weight: normal;
    margin: 25px 0 0;
    font-size: 15px;
    padding: 2px 5px 3px;
    color: #000000;
    background-color: #EEEEEE;
 }

 .trackbacklist li, .commentlist li {
    list-style-type: none;
    margin: 10px 0px;
    padding: 8px;
    border: 1px solid #eeeeee;
 }

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

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

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

 .calendarweek {
    font-size: 11px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
 }

 .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: 0px;
 }

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

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

 /**
 * @subsection HomeLink
 */
 .widget.HomeLink {
    margin-bottom: 0;
 }

 .HomeLink .widget_header {
    border-bottom: 0;
 }

 a: {
    color: #FF0033;
    a: link;
 }

 a:visited {
    color: #FF0033;
 }

 a:hover {
    color: #3300FF;
 }

 .sf_navigation ul li a {
    display: block;
    margin: 0px;
    text-decoration: none;
    min-width: 1%;
    width: 1%;
    padding: 0 15px 0 0;
    color: #3300FF;
 }

 .sf_navigation ul li a:visited {
    color: #CF74C0;
 }

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

 
