/* CSS Document */
.h1-kcd {font-size: 18px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight:normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h2-kcd {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h3-kcd {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h4-kcd {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h5-kcd {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h1-kcd-blog {font-size: 18px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight:normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h2-kcd-blog {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h3-kcd-blog {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h4-kcd-blog {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h5-kcd-blog {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: normal;
line-height: 150%;
margin:0px 10px 10px 10px;
}
.h3-kcd-bold {font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
font-weight: bold;
line-height: 150%;
margin:20px 10px 10px 10px;
}

.kcd-menu-spacer {
margin-top:20px;
}
.seo-body-navigation {
margin-bottom:20px;
margin-top:10px;} 
/* CSS Document */
/* keeps menu fixed position when scrolling */
.bs-docs-sidenav.affix {
top: 40px;
}
/* Centers the menu fixed position when scrolling */
.bs-docs-sidenav.cntr {
margin: 0 auto;
}
@media (min-width: 1200px)
.bs-docs-sidenav {
width: 300px;
}
.bs-docs-sidenav {
width: 360px;
margin: 10px 0 0;
padding: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}
/* give rounded corners to first item (top)*/
.bs-docs-sidenav > li:first-child > a {
background-color: white;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
/* give rounded corners to last item (bottom)*/
.bs-docs-sidenav > li:last-child > a {
background-color: white;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
/* give border to menu */
.bs-docs-sidenav > li > a:hover {
background-color: #eeeeee;
}
/* give rounded corners to first item (top)*/
.bs-docs-sidenav > li:first-child > a:hover {
background-color: #eeeeee;
}
/* give rounded corners to last item (bottom)*/
.bs-docs-sidenav > li:last-child > a:hover {
background-color: #eeeeee;
}
/* give border to menu */
.bs-docs-sidenav > li > a {
background-color: white;
display: block;
margin: 0 0 -1px;
padding: 8px 14px;
border: 1px solid #E5E5E5;
}
/* move icon to right */
.bs-docs-sidenav .icon-chevron-right {
float: right;
margin-top: 2px;
margin-right: -6px;
opacity: .25;
}
/* font color: a  */
.bs-docs-sidenav a {
  color: #0088cc;
  text-decoration: none;
}
/* font color: a:hover  */
.bs-docs-sidenav a:hover {
  color: #005580;
  text-decoration: underline;
}


/* CSS Document */
/* keeps menu fixed position when scrolling */
.bs-docs-sidenav-one.affix {
top: 40px;
}
/* Centers the menu fixed position when scrolling */
.bs-docs-sidenav-one.cntr {
margin: 0 auto;
}
@media (min-width: 1200px)
.bs-docs-sidenav-one {
width: 300px;
}
.bs-docs-sidenav-one {
width: 360px;
margin: 10px 0 0;
padding: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}
/* give border to menu */
.bs-docs-sidenav-one > li > a {
background-color: white;
-webkit-border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;display: block;
margin: 0 0 -1px;
padding: 8px 14px;
border: 1px solid #E5E5E5;
}
/* move icon to right */
.bs-docs-sidenav-one .icon-chevron-right {
float: right;
margin-top: 2px;
margin-right: -6px;
opacity: .25;
}
/* font color: a  */
.bs-docs-sidenav-one a {
  color: #0088cc;
  text-decoration: none;
}
/* font color: a:hover  */
.bs-docs-sidenav-one a:hover {
  color: #005580;
  text-decoration: underline;
}

/* Breadcrumbs  */
.breadcrumb-kcd a {
  color: #0088cc;
  text-decoration: none;
}
.breadcrumb-kcd a:hover {
  color: #005580;
  text-decoration: underline;
}

.kcd-blog-header {
	border-top: 3px #CCCCCC solid; border-bottom: thin #CCCCCC solid; max-width:700px;
	margin:10px 10px 10px 10px;
}
.kcd-blog-fulldate {font-size: 14px;
font-family:'Times New Roman', 'Times', 'serif';
color: #000;
font-weight: bold;
line-height: 150%;
margin-top:10px;
margin-bottom:10px;
}
.btn-custom-rss { background-color: hsl(35, 100%, 38%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9d14", endColorstr="#c17100"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9d14), to(#c17100)); background-image: -moz-linear-gradient(top, #ff9d14, #c17100); background-image: -ms-linear-gradient(top, #ff9d14, #c17100); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9d14), color-stop(100%, #c17100)); background-image: -webkit-linear-gradient(top, #ff9d14, #c17100); background-image: -o-linear-gradient(top, #ff9d14, #c17100); background-image: linear-gradient(#ff9d14, #c17100); border-color: #c17100 #c17100 hsl(35, 100%, 34%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); -webkit-font-smoothing: antialiased; }

.addthis-position, .fb-position, .btn-custom-rss, .btn-block, .microdata-position {
margin-left:10px;
}
.mobile_table_td_body, .seo-body-navigation {
padding:10px 5px 10px 5px;
}
.mobile_table_td_body .at15t_compact, .mobile_table_td_body .fb_iframe_widget, .mobile_table_td_body .addthis-position, .mobile_table_td_body .fb-position, .mobile_table_td_body .btn-custom-rss, .mobile_table_td_body .btn-block, .mobile_table_td_body .microdata-position {
margin-left:10px;
}
.mobile_table_td_body h1.h1-kcd, .mobile_table_td_body h2.h2-kcd, .mobile_table_td_body h3.h3-kcd, .mobile_table_td_body h4.h4-kcd, .mobile_table_td_body h5.h5-kcd, .mobile_table_td_body h1.h1-kcd-blog, .mobile_table_td_body h2.h2-kcd-blog, .mobile_table_td_body h3.h3-kcd-blog, .mobile_table_td_body h4.h4-kcd-blog, .mobile_table_td_body h5.h5-kcd-blog, .mobile_table_td_body kcd-blog-header, .mobile_table_td_body body-kcd-seo  {
margin-left:10px;
}
.img_href:hover{filter:Alpha(opacity=80);-moz-opacity:.8;opacity:.8;}