/* Typography */
 h1, h2, h3, h4, h5, h6 {
    font-weight: heavy;
 }

 h1 {
    font-size: 30px;
    margin: 10px 0;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-style: italic;
 }

 h2 {
    font-size: 15px;
    margin: 10px 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h3 {
    font-size: 15px;
    margin: 10px 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h4 {
    font-size: 11px;
    margin: 5px 0;
    padding: 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h5 {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h6 {
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0;
    padding: 0px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 /* Main */
 body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-size: 13px;
    background-color: #bdc2c7;
    color: #333333;
 }

 .sf_outer_wrapper {
    min-width: 980px;
    margin: 0 auto;
    background-color: #ffffff;
 }

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

 .sf_region1 {
    background-repeat: repeat;
    width: 100%;
    float: left;
    display: inline;
    min-height: 1%;
    height: auto;
    visibility: visible;
 }

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

 .sf_main_header {
    float: left;
    display: inline;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 32px;
    font-weight: normal;
    font-style: bold;
    letter-spacing: 1px;
    min-height: 95px;
    height: auto !important;
    height: 95px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0 5px;
    color: #000000;
    text-align: left;
 }

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

 .sf_navigation .widget {
    margin-bottom: 0;
 }

 .sf_navigation {
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    min-height: 23px;
    height: auto !important;
    height: 23px;
    padding: 0px 52px;
    background-image: url(images/663_navbg.jpg);
    background-repeat: repeat;
    border-top: 1px solid #e4e3e6;
 }

 .sf_navigation ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    float: left;
 }

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

 .sf_navigation ul li {
    float: left;
    width: auto !important;
    width: 1%;
    margin: 0;
    padding: 0;
    display: inline;
 }

 .sf_navigation ul li a {
    display: block;
    width: auto !important;
    width: 1%;
    white-space: nowrap;
    padding: 4px 10px 6px;
    margin: 0px;
    text-decoration: none;
    color: #6a6a6a;
 }

 .sf_navigation ul li a:visited {
    color: #6a6a6a;
    text-decoration: none;
 }

 .sf_navigation ul li a:hover {
    color: #6a6a6a;
    background-color: #e4e3e6;
 }

 /* Subnav */
 .sf_navigation ul.subnav {
    padding: 0;
    margin: -1px 0 0;
    position: absolute;
    width: 150px;
    left: -999em;
    z-index: 1000;
    background-color: #e4e3e6;
    border-top: 1px solid #ccc;
 }

 .sf_navigation ul.subnav li {
    float: right;
    width: 150px !important;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
 }

 .sf_navigation li.sf_first_nav_item  ul.subnav a {
    background-image: none;
 }

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

 .sf_navigation ul.subnav li a {
    display: block;
    width: 130px !important;
    padding: 4px 10px;
    margin: 0px;
    text-decoration: none;
    background-image: none;
    white-space: normal;
    font-size: 11px;
    font-weight: normal;
    color: #6a6a6a;
 }

 .sf_navigation ul.subnav li a:visited {
    background-image: none;
    color: #6a6a6a;
 }

 .sf_navigation ul.subnav li a:hover {
    background-image: none;
    text-decoration: none;
    background-color: #efeef0;
    color: #6a6a6a;
 }

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

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

 #Nav1 iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
 }

 .sf_pagetitle h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
 }

 /* Footer */
 .sf_region10 {
    height: 150px;
 }

 .sf_footer {
    text-align: right;
    font-size: 11px;
    padding: 10px 60px;
    color: #ffffff;
    border-top: 1px solid #e4e3e6;
 }

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

 .sf_banner {
    text-align: left;
    font-size: 9px;
    float: left;
    padding: 10px 60px;
 }

 #bannerLink a,
#bannerLink a:visited {
    color: #fff;
 }

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

 .sf_banner #bannerLink {
    width: 250px;
 }

 .widget {
    margin-bottom: 10px;
 }

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

 .widget_header {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-style: italic;
 }

 .widgetset .widget_header a,
.widgetset .widget_header a:visited {
    color: #333333;
    text-decoration: none;
 }

 .widgetset .widget_header a:hover {
    text-decoration: underline;
 }

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

 .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;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0px;
    border-color: #999999;
 }

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

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

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

 .btn {
    margin: 2px 0px;
 }

 /* Main */
 .sf_wrapper {
    margin: 0 auto;
    min-height: 1%;
    height: auto !important;
    height: 1%;
    clear: both;
    width: 90%;
    background-color: #ffffff;
    border-left: 1px solid #e4e3e6;
    border-right: 1px solid #e4e3e6;
    padding-bottom: 20px;
    padding-bottom: 0px;
 }

 /* Content */
 .sf_pagetitle {
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    padding: 10px;
    display: none;
 }

 /* Content */
 .sf_main_wrapper {
    width: 100%;
    float: right;
    margin-left: -240px;
    width: 100%;
 }

 .sf_main {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    background-image: none;
    margin-right: 0px;
    margin-left: 240px;
 }

 .sf_region6 {
    padding: 15px 10px 15px 30px;
    margin-right: 40px;
 }

 /* Posts */
 .sf_blog_post {
    min-height: 1%;
    height: auto !important;
    height: 1%;
    padding-bottom: 20px;
    margin-bottom: 20px;
 }

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

 .sf_blog_posttitle {
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-style: italic;
    font-weight: normal;
    padding: 5px 0px 6px;
    font-size: 24px;
 }

 .sf_blog_entry {
    margin-left: 50px;
    _width: 525px;
    _overflow: hidden;
 }

 #divline {
    padding: 10px 0px;
 }

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

 .error {
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0.4em;
 }

 /* Trackbacks */
 h6#trackbackslabel,
h6#commentslabel,
h6#leavecommentlabel,
#surveytitletext,
.header {
    font-weight: bold;
    margin: 25px 0 0;
    padding: 3px 8px 4px;
    background-color: #e4e3e6;
 }

 #surveytitletext {
    margin: 0;
 }

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

 .trackbacklinks,
.commentlinks {
    font-size: 11px;
    margin: 0px;
    padding: 4px 4px 0px;
    text-align: center;
 }

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

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

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

 .commentcreationdate {
    display: block;
    width: auto;
    min-height: 1%;
    height: auto !important;
    height: 1%;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 2px 10px 5px;
    text-align: right;
    background-color: #e4e3e6;
 }

 /* sidebar */
 .widgetset {
    padding: 20px;
    width: 198px;
    overflow: hidden;
 }

 /* Sidebar */
 .sf_region7 {
    font-size: 11px;
    background-image: url(images/663_shadow.jpg);
    background-repeat: repeat-x;
    float: left;
    position: relative;
    border-bottom: 1px solid #e4e3e6;
    border-right: 1px solid #e4e3e6;
    margin-top: -1px;
    margin-bottom: -1px;
 }

 .calendar {
    border: none !important;
    margin-bottom: 30px;
    margin: 0;
    padding: 0;
    margin-left: 1px;
    width: 178px;
 }

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

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

 .feedbutton {
    border: none;
    vertical-align: middle;
    margin-right: 5px;
 }

 .recentdate {
    font-style: italic;
    padding: 2px 0px 2px;
 }

 .SubscribeViaEmail .widget_content label {
    margin: 0;
    padding: 0;
    display: inline;
 }

 .GoogleAd .widget_header span {
    border-bottom: none;
 }

 .HomeLink .widget_content {
    display: none;
 }

 
