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

 h1 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 h2 {
    font-size: 16px;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: 2px;
 }

 h3 {
    font-size: 16px;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 h4 {
    font-size: 14px;
    margin: 5px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

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

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

 /*----------------------------------
		General
----------------------------------*/
 body {
    margin: auto;
    background-color: #d5d6d8;
    color: #282828;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    background-image: url(images/608_bodybg.jpg);
    background-repeat: repeat-x;
 }

 /*--------------------------------
		 	Page Title
---------------------------------*/
 .sf_pagetitle {
    margin: 0px 10px 0px;
    padding: 15px 20px 0px 20px;
    _margin: 0px 5px 0px;
    text-align: left;
    float: left;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    display: block;
    color: #191919;
    background-color: #fff;
    width: 862px;
 }

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

 /*--------------------------------
		 End Page Title
---------------------------------*/
 .sf_outer_wrapper {
    width: 922px;
    margin: 0 auto;
 }

 .sf_extra1 {
 }

 .sf_wrapper {
    width: 922px;
    margin-top: 30px;
    background-repeat: repeat-x;
 }

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

 .sf_navigation {
    clear: both;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    padding: 0px 10px 0px 5px;
    font-size: 10px;
    letter-spacing: 1px;
 }

 .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;
    padding: 0px 5px 0px 0px;
    white-space: nowrap;
 }

 .sf_navigation ul li.sf_last_nav_item {
 }

 .sf_navigation ul li.sf_first_nav_item {
 }

 .sf_navigation ul li a {
    color: #ffffff;
    padding: 8px 10px 9px 5px;
    text-decoration: none;
    display: block;
 }

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

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

 /*------------------------------------
	Flyout menu
------------------------------------*/
 .sf_navigation .subnav {
    float: left;
    position: absolute;
    width: 180px;
    left: -999em;
    z-index: 1000;
    margin: 0px;
    height: auto;
 }

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

 .sf_navigation .subnav li a, 
.sf_navigation .subnav li a:visited {
    width: 160px;
    padding: 5px 10px;
    color: #bbbbbb;
    height: auto;
 }

 .sf_navigation .subnav li a:hover {
    width: 160px;
    padding: 5px 10px;
    color: #bbbbbb;
    text-decoration: underline;
 }

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

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

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

 /*--------------------------------
		End Navigation
---------------------------------*/
 .sf_extra10 {
 }

 * html .sf_extra10 {
 }

 /*--------------------------------
		Header
---------------------------------*/
 .sf_header_wrapper {
    width: 902px;
    margin: 0px 10px;
    float: left;
    padding: 10px 0px;
    display: inline;
    overflow: hidden;
 }

 .sf_main_header {
    text-align: left;
    width: 898px;
    max-width: 898px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 32px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    color: #ffffff;
 }

 .sf_main_header img {
    padding-right: 5px;
 }

 .sf_extra3 {
 }

 .sf_sub_header {
    display: none;
 }

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

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

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

 .sf_extra6 {
 }

 .sf_extra11 {
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_content {
    clear: both;
    min-height: 220px;
    height: auto !important;
    height: 220px;
    margin: 0px 0px 10px 10px;
    padding: 10px 10px 40px 10px;
    background-color: #ffffff;
    width: 882px;
 }

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

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

 .sf_extra7 {
 }

 /*--------------------------
		 Footer
--------------------------*/
 .sf_footer {
    clear: both;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    padding: 10px 10px 5px;
    margin: 0px;
    min-height: 22px;
    height: auto !important;
    height: 22px;
    width: 902px;
 }

 .sf_footer a:link,
.sf_footer a:visited {
    color: #ffffff;
 }

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

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

 .sf_extra9 {
    width: 922px;
    height: 20px;
 }

 /*--------------------------
		Extra Stuff
--------------------------*/
 a:link {
 }

 a:visited {
 }

 a:hover {
 }

 .sf_banner {
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 11px;
    width: 785px;
 }

 #bannerLink {
    padding: 10px;
    margin: 10px;
 }

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

 /*--------------------------
		Sidebar
--------------------------*/
 .sf_region7 {
    float: right;
    display: inline;
    width: 200px;
    margin: 0px 10px 50px 0px;
    display: none;
    overflow: hidden;
 }

 .sf_region8 {
    display: none;
 }

 .widgetset .widget {
    margin-bottom: 10px;
    padding: 10px 8px 5px;
    background-color: #fff;
 }

 .widget_content {
    overflow: hidden;
 }

 .widgetset .widget_header {
    margin: 0px 0px 5px;
    padding: 4px 0px 6px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    min-height: 12px;
 }

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

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

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

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

 .widgetset img {
    vertical-align: top;
    padding: 2px 0;
 }

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

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

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

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

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

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

 .clicktozoom {
    font-size: 11px;
    text-decoration: underline;
 }

 * html .sf_extra9 {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
 }

 
