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

 h1 {
    font-size: 1.4em;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

 h2 {
    font-size: 1em;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

 h3 {
    font-size: 1em;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

 h4 {
    font-size: 1em;
    margin: 5px 0;
    padding: 0px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

 h5 {
    font-size: 1em;
    margin: 5px 0;
    padding: 0px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

 h6 {
    font-size: 1em;
    margin: 3px 0;
    padding: 0px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

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

 blockquote {
    margin: 1em;
 }

 sup, sub {
    line-height: 0;
 }

 address {
    margin: 0 0 1.0em;
 }

 pre, code {
    margin: 1em 0;
    white-space: pre;
 }

 pre, code, tt {
    line-height: 1.5;
 }

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

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

 ul {
    list-style-type: disc;
 }

 ol {
    list-style-type: decimal;
 }

 dl {
    margin: 0 0 1em 0;
 }

 dd {
    margin-left: 1em;
 }

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

 /*----------------------------------
		General
----------------------------------*/
 a:link {
    text-decoration: none;
 }

 a:visited {
    text-decoration: none;
 }

 a:hover {
    border-bottom: solid 0px;
 }

 html {
 }

 body {
    background-color: #8d0101;
    color: #979696;
    margin: auto;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 14px;
 }

 .sf_outer_wrapper {
    background: url(images/html_repeater.jpg);
    width: 100%;
    min-height: 100px;
    height: 100px;
 }

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

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

 /*--------------------------------
		Header
---------------------------------*/
 .sf_region1 {
    background-image: url(images/header_repeater.jpg);
    background-color: #6e6e6e;
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 98px;
    height: 98px;
 }

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

 .sf_main_header {
    color: #d7d6d6;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 56px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 10px;
    height: 10px;
    width: 960px;
 }

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

 .sf_navigation {
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 12px;
    min-height: 10px;
    height: 10px;
    width: 1000px;
 }

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

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

 .sf_navigation li {
    float: left;
    padding: 0 20px;
 }

 .sf_navigation li a {
    color: #d7d6d6;
    padding: 10px 0 2px;
    display: block;
    text-decoration: none;
 }

 .sf_navigation li a:visited {
    color: #d7d6d6;
 }

 .sf_navigation li a:hover {
    border-bottom: solid 2px #c80202;
    color: #d7d6d6;
    padding-bottom: 0px;
 }

 .sf_navigation .subnav {
    background-image: url(images/drop_bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 0 3px;
    margin: 0 0 0 -10px;
    list-style: none;
    position: absolute;
    width: 175px;
    left: -999em;
    z-index: 1000;
 }

 .sf_navigation .subnav li {
    background-image: url(images/drop_li.png);
    font-size: 14px;
    float: left;
    padding: 2px 10px;
    width: 155px;
 }

 .sf_navigation .subnav li.sf_first_nav_item_subnav {
    background-image: url(images/drop_li_first.png);
 }

 .sf_navigation .subnav li a {
    display: block;
    padding: 0 0 2px 0;
    width: 155px;
 }

 .sf_navigation .subnav li a:visited {
 }

 .sf_navigation .subnav li a:hover {
    padding-bottom: 0px;
 }

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

 .sf_content {
    padding: 0 10px 10px;
    min-height: 100px;
    height: 100px;
 }

 .sf_content p {
    padding-top: 0;
    margin-top: 0;
 }

 /*--------------------------
		 Footer
--------------------------*/
 .sf_region10 {
    background-repeat: repeat-x;
    background-color: #8d0101;
    min-height: 135px;
    height: 135px;
    width: 100%;
 }

 .sf_footer {
    background-repeat: no-repeat;
    color: #360000;
    font-size: 10px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
 }

 .sf_banner {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
 }

 .sf_banner a {
    color: #360000;
    font-size: 10px;
 }

 .sf_banner a:visited {
    color: #360000;
 }

 .sf_banner a:hover {
    border: none;
 }

 /*--------------------------
		 PNG Fix
--------------------------*/
 * html .sf_navigation .subnav li {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true;
 }

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

 /*--------- General ---------*/
 .sf_wrapper {
    margin: 0 auto;
    width: 1000px;
    background-image: url(images/app2_repeater.jpg);
    background-repeat: repeat-y;
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_region5 {
    padding-bottom: 10px;
    float: left;
    min-height: 100px;
    height: 100px;
    width: 560px;
 }

 /*--------------------------------
		 	Page Title
---------------------------------*/
 .sf_pagetitle {
    border-bottom: 4px solid;
    color: #d7d6d6;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 28px;
    font-weight: bold;
    min-height: 1%;
    height: 1%;
    margin: 5px 20px;
    padding: 5px 0;
    display: none;
 }

 /*--------- Widget Set ---------*/
 .sf_region4 {
    float: left;
    padding: 10px;
    width: 200px;
 }

 .sf_region6 {
    float: left;
    padding: 10px;
    width: 200px;
 }

 .widgetset .widget_content {
    overflow: hidden;
    margin-left: 10px;
    padding: 0px 5px 20px;
    margin-right: 5px;
    width: 173px;
 }

 .widgetset .widget_header {
    margin: 5px 0px 5px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    letter-spacing: 1px;
 }

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

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

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

 .widgetset li {
    padding: 0px;
    margin: 5px 0px 7px;
 }

 .widgetset img {
    border: medium none;
    padding: 2px 4px;
    vertical-align: top;
 }

 .widgetset a:link, .widgetset a:visited {
    text-decoration: none;
 }

 .widgetset a:hover {
    text-decoration: none;
 }

 .widgetset .form_item {
    margin: 5px 0px;
 }

 .widgetset input, .widgetset select {
    width: 150px;
 }

 .widgetset .btn {
    width: auto;
    margin: 3px 0px;
 }

 /*--------- Entries ---------*/
 .sf_blog_postmeta {
    font-size: 11px;
    margin: 10px 0px 20px;
    clear: both;
 }

 .sf_blog_post {
    border-bottom: 4px solid;
    min-height: 1%;
    height: 1%;
 }

 .sf_blog_posttitle {
    font-weight: normal;
    margin: 0 0 5px;
    padding: 20px 0 4px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
 }

 .sf_blog_post h2 {
    border: none;
 }

 .sf_blog_posttitle a:link, .sf_blog_posttitle a:visited {
    text-decoration: none;
 }

 .sf_blog_posttitle a:hover {
    text-decoration: none;
 }

 .sf_blog_entry {
    margin-bottom: 20px;
 }

 .sf_blog_entry img {
    clear: both;
 }

 .error {
    margin-top: 20px;
 }

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

 #trackbacks ul li {
    list-style-type: none;
    margin: 5px 0;
 }

 .recentdate {
    font-size: 10px;
    margin-top: 7px;
 }

 /*--------- Sidebar ---------*/
 .searchbox #quicklink {
    text-decoration: none;
    margin-top: 5px;
 }

 .calendar {
    border: 1px solid;
 }

 .calendarcell a:link,
.calendarcell a:visited {
    padding: 0px 3px;
    font-weight: bold;
 }

 .calendar caption {
    font-size: 16px;
 }

 table.calendar {
    width: 100%;
    text-align: center;
 }

 #blogsurvey {
    padding: 5px;
    margin-bottom: 15px;
    clear: both;
    border: 1px solid;
 }

 #surveytitletext {
    font-weight: bold;
 }

 .widgetset quick-search {
    padding: 0px;
    margin: 0px;
 }

 .commentcreationdate {
    font-weight: bold;
 }

 #leavecommentlabel {
    border-top: 1px dotted;
    padding-top: 5px;
    margin-top: 20px;
 }

 .chicklet_group {
    margin-top: 15px;
    display: block;
 }

 .chicklet_group a {
    border: none;
 }

 /*--------- Subscribe ---------*/
 .SubscribeViaEmail .form_item input {
    width: auto;
 }

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

 .subscribeimage {
    margin-top: 5px;
 }

 /* Sidebar */
 .widgetset .widget {
    margin-bottom: 10px;
    border-bottom: 1px solid #1F1919;
    background-repeat: no-repeat;
    background-position: left bottom;
 }

 .widgetset .HomeLink h3 {
    text-align: center;
    font-size: 9px;
 }

 /*--------- Buttons ---------*/
 .btn,
#submitcomment,
#resetcomment,
#spellchk,
#surveysubmit input {
    border: solid 2px;
    border-color: #333333;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 11px;
    height: 28px;
    padding-left: 20px;
    padding-bottom: 2px;
    vertical-align: middle;
 }

 .Search .btn {
    background-image: url(../images/btn_search.jpg);
 }

 .SubscribeViaEmail .btn {
    background-image: url(../images/btn_subscribe.jpg);
 }

 #submitcomment {
    background-image: url(../images/btn_comment.jpg);
 }

 #resetcomment {
    background-image: url(../images/btn_cancel.jpg);
 }

 #spellchk {
    background-image: url(../images/btn_spelling.jpg);
 }

 #surveysubmit input {
    background-image: url(../images/btn_vote.jpg);
    margin-top: 10px;
 }

 
