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

 h1 {
    font-size: 3em;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    font-family: times new roman;
 }

 h2 {
    font-size: 1.8em;
    margin: 10px 0;
    padding: 0px;
    font-family: times new roman;
 }

 h3 {
    font-size: 1.4em;
    margin: 10px 0;
    padding: 0px;
    font-family: times new roman;
 }

 h4 {
    font-size: 1.2em;
    line-height: 1.25;
    height: 1.25em;
    margin: 5px 0;
    padding: 0px;
    font-family: times new roman;
 }

 h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 5px 0;
    padding: 0px;
    font-family: times new roman;
 }

 h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 3px 0;
    padding: 0px;
    font-family: times new roman;
 }

 p, 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
----------------------------------*/
 body {
    margin: auto;
    font-family: times new roman;
    font-size: 14px;
    color: #;
 }

 .sf_outer_wrapper {
    width: 1040px;
    margin: 20px auto 10px;
    padding-bottom: 90px;
    border: 1px solid #ffffff;
    position: relative;
 }

 .sf_extra1 {
 }

 .sf_wrapper {
    background-repeat: repeat-y;
    width: 856px;
    margin: 0px auto 0px;
 }

 .sf_extra10 {
 }

 /*--------------------------------
		Header
---------------------------------*/
 .sf_header_wrapper {
    background-repeat: no-repeat;
    width: 856px;
    clear: both;
    padding-bottom: 40px;
 }

 .sf_extra2 {
 }

 .sf_main_header {
    font-family: times new roman;
    font-size: 52px;
    font-weight: normal;
    text-align: left;
    width: 850px;
    min-height: 65px;
    height: 65px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #000000;
 }

 .sf_extra3 {
 }

 .sf_sub_header {
    display: none;
 }

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

 /*--------------------------
		End Header
--------------------------*/
 .sf_extra4 {
 }

 /*--------------------------------
		Navigation
---------------------------------*/
 .sf_navigation h3 {
    display: none;
 }

 .sf_navigation {
    font-family: times new roman;
    font-weight: normal;
    font-size: 17px;
    margin-top: -41px;
    margin-left: 20px;
    margin-right: 20px;
 }

 .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;
    height: 1%;
 }

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

 .sf_navigation ul li {
    float: left;
    min-height: 20px;
    height: 20px;
    padding: 0px;
    white-space: nowrap;
    background-image: url(images/621_navbg.jpg);
    border-top: 1px solid #ffffff;
    margin-right: 1px;
    background-color: #ffffff;
 }

 .sf_navigation ul li.sf_first_nav_item {
 }

 .sf_navigation ul li.sf_last_nav_item {
 }

 .sf_navigation ul li a {
    padding: 10px 20px 10px;
    text-decoration: none;
    color: #ffffff;
 }

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

 .sf_navigation ul li a:hover {
    color: #ffffff;
    background-color: #ffffff;
    text-decoration: none;
 }

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

 #Nav1, 
#Nav1 ul {
    list-style: none;
 }

 #Nav1 a {
    display: block;
 }

 #Nav1 li {
    float: left;
 }

 #Nav1 li ul {
    position: absolute;
    left: -999em;
    width: 150px;
    margin: 0px 0px 0px -1px;
    z-index: 1000;
 }

 #Nav1 li ul li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
 }

 #Nav1 li ul li a {
    background: #e2e2e2;
    width: 140px;
    padding: 3px 20px 3px;
    white-space: normal;
    font-size: 15px;
 }

 #Nav1 li ul li a:hover {
    background: #ffffff;
 }

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

 /* Sticking flyout menu bug */
 #Nav1 li:hover, #Nav1 li.hover {
    position: static;
 }

 /*--------------------------------
		End Bottom Navigation
---------------------------------*/
 .sf_extra5 {
 }

 /*--------------------------------
		 	Page Title
---------------------------------*/
 .sf_region1 {
    width: 100%;
    clear: both;
    overflow: auto;
 }

 .sf_pagetitle {
    clear: both;
    font-family: times new roman;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    float: right;
    position: relative;
    top: 0px;
    right: 97px;
    padding: 6px 15px 8px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-top: none;
    background-image: url(images/621_titlebg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    min-height: 24px;
    height: 24px;
    margin-left: 188px;
    min-width: 130px;
    _width: 180px;
    _position: static;
    _margin: 0px 10px;
 }

 /*--------------------------------
		 End Page Title
---------------------------------*/
 .sf_extra6 {
 }

 .sf_extra11 {
 }

 .sf_content img {
 }

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

 /*--------------------------
		End Content
--------------------------*/
 .sf_extra12 {
 }

 .sf_extra7 {
 }

 .sf_extra7 span {
 }

 /*--------------------------
		 Footer
--------------------------*/
 .sf_footer {
    font-family: times new roman;
    text-align: center;
    padding: 0px 70px;
    font-size: 11px;
    clear: both;
    width: 706px;
    min-height: 20px;
    height: 20px;
    color: #000000;
 }

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

 /*--------------------------
		End Footer
--------------------------*/
 .sf_extra8 {
 }

 .sf_extra9 {
    background-repeat: no-repeat;
    background-position: bottom;
    width: 856px;
    height: 100px;
    margin-left: 92px;
 }

 /*--------------------------
		Extra Stuff
--------------------------*/
 a:link {
    color: #000000;
    text-decoration: underline;
 }

 a:visited {
    color: #000000;
    text-decoration: underline;
 }

 a:hover {
    color: #000000;
    text-decoration: none;
 }

 .sf_banner {
    color: #777777;
    font-size: 10px;
    text-align: center;
 }

 .sf_banner a {
    color: #777777;
 }

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

 .sf_banner a:hover {
    color: #777777;
    text-decoration: none;
 }

 #bannerLink {
    margin: 5px 0 10px;
    padding-bottom: 5px;
 }

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

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

 .widget_content {
    overflow: hidden;
    padding: 5px 10px;
 }

 .widgetset .widget {
    margin-bottom: 10px;
    padding: 5px 0px;
 }

 .widgetset .widget_header {
    text-align: center;
    margin: 0px;
    padding: 3px 0px 3px 5px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #e2e2e2;
    background-color: #ffffff;
    font-size: 1.5em;
    color: #000000;
 }

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

 .widgetset li {
    margin: 0px;
    padding: 5px 0px;
    border-top: 1px dotted #fff;
    overflow: hidden;
 }

 .widgetset a:link, .widgetset a:visited {
    text-decoration: none;
    padding: 2px 0;
 }

 .widgetset a:hover {
    padding: 2px 0;
    text-decoration: underline;
 }

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

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

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

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

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

 .subscribeimage {
    margin-top: 5px;
 }

 .btn, .checkout a.button, .checkout input.button {
    margin: 3px 3px 3px 0;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    font-family: cursive;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #ffffff;
    color: #333;
 }

 .btn:hover, .checkout a.button:hover, .checkout input.button:hover {
    color: #777;
 }

 /*--------------------------------
		QBC
---------------------------------*/
 .sf_region7 {
    float: right;
    width: 240px;
    margin: 15px 30px 50px 0px;
    overflow: hidden;
    display: block;
    _margin-right: 10px;
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_content {
    clear: both;
    padding: 20px 0px 0px;
    margin: 30px 40px;
    border-top: 1px solid #ffffff;
    float: left;
    display: inline;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 30px;
    width: 530px;
 }

 .sf_blog_post {
    margin-bottom: 40px;
    background-color: #ffffff;
 }

 .sf_blog_posttitle {
    background-color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
 }

 .sf_blog_posttitle a, 
.sf_blog_posttitle a:visited {
    text-decoration: none;
    border-top: 1px solid #ffffff;
 }

 .sf_blog_posttitle a:hover {
    background-color: #ffffff;
 }

 .sf_blog_entry {
    padding: 10px 20px;
 }

 .sf_blog_postmeta {
    font-size: 11px;
    margin: 10px 0px 20px;
    padding-top: 5px;
    clear: both;
    background-color: #fff;
    border-top: 1px solid #ffffff;
 }

 .error {
    margin-top: 20px;
 }

 #comments1 h6, #trackbacks h6 {
    font-size: 16px;
 }

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

 .searchbox #quicklink {
    text-decoration: underline;
    margin-top: 5px;
 }

 .calendarcell a:link,
.calendarcell a:visited {
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    background-color: #FFFFFF;
 }

 .calendarcell a:hover {
    background-color: #fff;
    text-decoration: none;
 }

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

 .header {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding: 0;
    margin: 0;
 }

 #blogsurvey {
    padding: 5px;
    margin-bottom: 20px;
    clear: both;
    background-color: #fff;
    color: #333;
    border: 1px solid #ffffff;
 }

 #blogsurvey p {
    margin: 0px;
    padding: 5px;
 }

 #surveytitletext {
    font-weight: bold;
 }

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

 .commentcreationdate {
    font-weight: bold;
 }

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

 .widget_content table {
    border: 1px solid #ffffff;
    margin: 2px;
    width: 98%;
 }

 .widget_content .calendartitle {
    border: none;
 }

 .widget_content tr td {
    border: none;
 }

 .chicklet_group {
    margin: 20px 0px;
    display: block;
 }

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

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

 
