html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {background:transparent;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;outline:0;vertical-align:baseline;color:#000;}
table {border-collapse:collapse;border-spacing:0;}

/* Main Layout */
html {height:100%;margin-bottom:1px;}
body {font:62.5%/1.2 Helvetica, Arial, sans-serif;color:#555;}
h1,h2,h3,h4,.componentheading,legend {font-weight:bold;margin:2em 0 1em; color:#F4792E;}
h1,.componentheading {font-size:180%;}
h2,legend {font-size:150%; color:#F4792E;}
h3 {font-size:130%;}
h4 {font-size:110%;}
a {color:#007EBA;text-decoration:none;font-weight:bold;}
a:hover {text-decoration:underline;}
ul {margin:1em;}
p {margin-top:10px;margin-bottom:10px;}
#main {font-size:1.3em;line-height:140%;}
.background {position:absolute;width:100%;height:211px;background:url(/images/bg-header.jpg) 50% -10px repeat-x; min-width:1050px;}
.background1 { width:100%; background: #f2f0eb; min-width:1050px;}
#main .foreground, #message, #showcase, .leading, #page {position:relative;}
#message, #showcase {z-index:0;}
#main-content {border-bottom:1px solid #ddd; margin:10px 0 0 0;}
.dp20,.dp25,.dp33,.dp50,.dp100 {float:left;margin-top:15px;}
.dp20 {width:20%;}
.dp25 {width:25%;}
.dp33 {width:33.33%;}
.dp50 {width:50%;}
.dp100 {width:100%;margin-top:0;}
.clr {clear:both;font-size:0;}
#colmask {clear:both;overflow:hidden;position:relative;width:100%; margin:0 0 50px 0;}
#maincol, #wrapper {position:relative;}
.s-c-s #colmid, .s-c-x #colright {float:left;position:relative;width:200%; background:none;}
.s-c-s #colright {float:left;left:50%;position:relative;width:100%;}
.s-c-s #col1wrap {float:right;position:relative;right:100%;width:50%;}
.s-c-s #col1pad, .x-c-s #col1, .x-c-s #colmid {overflow:hidden;}
.s-c-s #col1 {overflow:hidden;width:100%;}
.s-c-s #col2 {float:left;position:relative;overflow:hidden;margin-left:-50%;  padding-bottom:30px;}
.s-c-s #col3 {float:left;position:relative;overflow:hidden;left:0;}
.s-c-x #col1wrap {float:right;position:relative;width:50%;}
.s-c-x #col1 {overflow:hidden;position:relative;right:100%;}
.s-c-x #col2 {float:left;position:relative; padding-bottom:30px;}
.x-c-s #colright {float:left;position:relative;right:100%;width:200%;}
.x-c-s #col1wrap {float:left;left:50%;position:relative;width:50%;}
.x-c-s #col3 {float:right;position:relative;}
.s-c-s .ctr-color1, .s-c-s .ckl-color1, .s-c-x .ckl-color1, .x-c-s .cdr-color1 {background:none;}
.s-c-s .ctr-color2, .s-c-s .ckl-color2, .s-c-x .ckl-color2, .x-c-s .cdr-color2 {background:#d1e0e7;}
.s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, /*#wrapper*/, body {background:#fff;}
.cols1 {display:block;float:none;margin:0;width:100%;}
.cols2 {width:49%;overflow:hidden;}
.cols3 {width:30%;}
.column1, .column2 {position:relative;float:left;margin:0;}
.colpad {padding:0 10px;position:relative;}
.column2 {float:right;width:49%;}
.article_row {overflow:hidden;margin:0 -10px 15px -10px;}

/* Header */
.hed1 { height:200px; width:100%; background:none;}
#logo {width:112px;height:100px;background:url(/images/logo1.png) 0 0 no-repeat;display:block;position:absolute;top:20px; left:55px;}
#name {width:372px;height:60px;background:url(/images/name.png) 0 0 no-repeat;display:block; position:absolute;top:30px; left:160px; z-index:2;}
#header { overflow:hidden;}
#rt-l h1 {position: absolute; top: 0px; left: -5000px;}
#header li {list-style:none;float:left;padding-left:15px;font-weight:bold;}
#search {width:auto; height:23px; padding:2px 3px 2px 0px; background:#777;z-index:2;position:absolute; top:45px; right:10px;box-shadow: 0 0 10px rgba(0,0,0,0.5);}
#phone {width:auto; height:auto; padding:2px 3px 2px 0px; background:none;z-index:2;position:absolute; top:80px; right:20px;}
#nav { width:auto; height:34px; background:none;z-index:3;position:absolute; top:140px; left:30px;}
#nav ul {margin:0 0 0 15px;}
#nav li {list-style:none;float:left;padding-left:3px;height:34px;position:relative; margin:0 20px 0 0; width:130px; text-align:center;}
#nav li a {display:block;padding:0 10px;line-height:30px;color:#000;/*text-shadow:1px 1px 1px #fff;*/font-weight:bold;border:1px solid #999; border-radius: 10px 3px;box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: #ddd;
    background: -moz-linear-gradient(top, #ddd 0%, #ccc 60%,  #999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd),
                color-stop(60%,#ccc), color-stop(100%,#999));
    background: -webkit-linear-gradient(top, #ddd 0%, #ccc 60%, #999 100%);
    background: -o-linear-gradient(top, #ddd 0%, #ccc 60%, #999 100%);
    background: -ms-linear-gradient(top, #ddd 0%, #ccc 60%, #999 100%);
    background: linear-gradient(top, #ddd 0%, #ccc 60%, #999 100%)}
#nav li.active a, #nav li li.active a, #nav li li li.active a, #nav li.sfHover ul, #nav li li.sfHover ul { background: #000; color:#FFF; border:1px solid #555;}
#nav li a:hover /*#nav li:hover a, #nav li.sfHover a */{text-decoration:none;
    border:1px solid  #F26713;
    box-shadow: 0 0 10px rgba(244,121,46,0.8);
    color:#000;
    background: #f4792e;
    background: -moz-linear-gradient(top,  #FBCAAC 0%,  #F48440 60%,  #f4792e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBCAAC),
                color-stop(60%,#F48440), color-stop(100%,#f4792e));
    background: -webkit-linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%);
    background: -o-linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%);
    background: -ms-linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%);
    background: linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%)}}
/*#nav li ul {position:absolute;width:170px;left:-999em;margin-left:-1px;border:1px solid #006B9F;border-top:0;}
#nav li ul ul {margin:-31px 0 0 170px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #nav li.sfHover ul ul ul ul {left:-999em;}
#nav li li {padding:0;height:auto;background:#fff;width:170px;}
#nav li li a, #nav li li.active a, #nav li li a:hover {margin:0;height:30px;line-height:30px;background:#fff;border-top:1px solid #006B9F;color:#007EBA;}
#nav li li a, #nav li.active li a {font-weight:normal;}
#nav li:hover ul, #nav li.sfHover ul {left:4px;}
#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #nav li li li li.sfHover ul {left:0;}*/

/* Showcase */
#showcase {margin:3px 0 8px 0;position:relative;color:#000;}
#showcase .background {position:absolute;width:100%;height:130px;background:url(/templates/rt_afterburner_j17/images/light.png) 0 -514px repeat-x;}
#showcase .foreground {border:1px solid #dfeaee;overflow:hidden;padding-bottom:25px;}
#showcase h1 {font-weight:normal;font-size:3.0em;line-height:105%;margin:25px 55px 10px 25px;}
#showcase h3 {font-weight:normal;font-size:1.4em;font-weight:normal;margin:0 55px 20px 25px;}
#showcase b {font-weight:normal;color:#d03100;}
#showcase .pad {padding:0 50px 25px 25px;}
#showcase .num {float:left;background:#d03100;text-align:center;line-height:90%;color:#fff;font-size:2em;padding:3px 8px;}
#showcase .pad h2 {font-size:1.4em;font-weight:bold;margin:0 0 5px 40px; color:#F4792E;}
#showcase .pad p {margin-left:40px;}

/* Content styles */
p.buttonheading {position:absolute;top:2px;right:10px;margin:0;}
.buttonheading .icon {display:block;width:16px;height:16px;float:left;margin-left:5px;}
.buttonheading .pdf {background:url(/templates/rt_afterburner_j17/images/light.png) -57px -366px;}
.buttonheading .print {background:url(/templates/rt_afterburner_j17/images/light.png) -21px -366px;}
.buttonheading .email {background:url(/templates/rt_afterburner_j17/images/light.png) -39px -366px;}
.iteminfo {font-size:90%;overflow:hidden;border-bottom:1px solid #dedede;margin-bottom:20px;display:block;margin-top:-10px;width:100%;}
.modifydate, .createdby, .createdate {display:block;}
.createdby {font-weight:bold;}
a.readon, a.readon2 {display:block;margin-top:15px;font-style:italic;}
a.readon2 {background:url(/templates/rt_afterburner_j17/images/light.png) 100% -344px;display:block;float:right;color:#fff;font-weight:bold;line-height:20px;}
a.readon2 span {background:url(/templates/rt_afterburner_j17/images/light.png) 0 -344px;display:block;margin-right:10px;height:21px;float:left;padding:0 5px 0 15px;}
.breadcrumbs-pad {padding:0 1px;}
div.breadcrumbs {font-size:10px;font-weight:normal;margin:0;padding:7px 15px 5px; color:#333;}
div.breadcrumbs a {color:#777;}
div.breadcrumbs .sep {padding:0 5px;}
.component-pad {padding:0 15px 15px;}
.banneritem_text {margin-bottom:10px;}
#modlgn_username, #modlgn_passwd {border:1px solid #ccc;padding:3px; }
#article-index { width:auto; margin:0; padding:0 0 0 10px; }
.pagination { width:300px; margin:0; padding:-30px 0 0 0px; }
.pagination span, .pagination a {margin-right:5px;}
#colmask ul li {list-style:circle;}
#colmask ul ul {margin-top:0;}
#colmask ul ul li {list-style:square;}
.item-page,
.category-list {position: relative;}
#colmask .component-pad .actions {position: absolute;right: 0;top: 0;margin: 0;}
.category-list .hasTip {position:absolute;right:19px;top:2px}
.category-list .actions .hasTip {position:static}
.item-page fieldset {margin-bottom:3em}
.mceEditor {display: block;margin:1em 0}
.formelm {margin-bottom:0.6em}
.button2-left {float:left;margin-right:1em}
#colmask .component-pad .actions li,
#colmask .pagenav li,
#colmask .pagination li {list-style: none;display:inline}
.pagenav {text-align: center;}
.pagenav a { color:#F2630D; margin:0 20px 0 20px;}
.pagenav a:hover { color:#990000;}
.readmore,.article-count,table.category th,.pagenavcounter {font-style: italic;}
table.category td,table.category th {padding-right: 20px;}
table.category th a {font-weight: normal;}
.image-left,
img[align="left"] {float: left;margin-right: 10px;}
.article-count {padding-bottom: 1em;}
.article-count dt,
.article-count dd,
.contact-address address,
#form-login-remember label {display: inline;}
table.category th a img {margin-left: 5px;}
.login-fields,
.display-limit,
.reset,
form dd {margin-bottom: 10px;}
.login-fields label,.item-page label {display: block;}
legend {padding-bottom: 1em;}
.colpad h2.contentheading {padding-right:65px; color:#F4792E;}
.sectiontableheader {font-weight:bold;line-height:25px;text-align:left;}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {text-align:left;padding:0 4px;vertical-align:middle;border-top:1px solid #ddd;line-height:30px;}
span.attention {display:block;margin:15px 0;padding:8px 10px 8px 10px;background:#FFF3A3;border:1px solid #E7BD72;color:#B79000;}

/* Modules */
.module {padding:1px;}
.module-title {font-size:110%;font-weight:bold;margin:0;padding:7px 15px 5px;}
.module-body {padding:10px 15px 25px;}
.color1 .module-title {background:url(/templates/rt_afterburner_j17/images/light.png) 0 -204px repeat-x;border-bottom:1px solid #ddd;color:#777;}
.color1 .module-body {/*border-top:1px solid #fff;*/}
.color2 .module-title {background:url(/templates/rt_afterburner_j17/images/light.png) 0 -136px repeat-x;border-bottom:1px solid #c3d9e1;color:#50646d;}
.color2 .module-body {border-top:1px solid #dfeaef;}
/* module menu*/
#colmask .m_menu {background:none;color:#000;}
#colmask .m_menu .module-title {background:none;color:#fff;}
#colmask .m_menu .module-body {/*border-top:1px solid #d64110;*/}
#colmask .m_menu ul {margin:0 0 0 0px;}
#colmask .m_menu li {list-style:none;float:left;padding-left:0px;height:auto;position:relative; margin:20px 0 0 0; width:100%; text-align:left;/*border:1px solid  #f2f0eb;*/}
#colmask .m_menu li a {display:block;padding:10px;line-height:20px;color:#000; font-weight:bold; text-decoration:underline;}
#colmask .m_menu li.active  { background: #F2630D; color:#FFF; /*border:1px solid  #F26713; */border-radius: 10px 0px;box-shadow: 0 0 10px rgba(0,0,0,0.5);}
#colmask .m_menu li.active a { color:#FFF; text-decoration:none;}
#colmask .m_menu li:hover a, #colmask .m_menu li.sfHover a {text-decoration:none;/* border:1px solid  #F26713;*/ border-radius: 10px 0px; box-shadow: 0 0 10px rgba(244,121,46,0.8); /*color:#000;*/
    background: #f4792e;
    background: -moz-linear-gradient(top,  #FBCAAC 0%,  #F48440 60%,  #f4792e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBCAAC),
                color-stop(60%,#F48440), color-stop(100%,#f4792e));
    background: -webkit-linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%);
    background: -o-linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%);
    background: -ms-linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%);
    background: linear-gradient(top, #FBCAAC 0%, #F48440 60%, #f4792e 100%)}}
#colmask .m_menu li a:hover {text-decoration:none;  color:#000;}

/* module menuitem*/
#colmask .m_menuitem {background:none;color:#000;margin:20px 0px 0 0; }
#colmask .m_menuitem .module-title {background:none;color:#fff;}
#colmask .m_menuitem .module-body {}
#colmask .m_menuitem ul {margin:3px 13px 3px 3px;}
#colmask .m_menuitem ul li {	list-style:none;float:left;padding-left:0px;position:relative;/* margin:3px;*/ width:100%; text-align:left;}
#colmask .m_menuitem li a, #colmask .m_menuitem li a:hover, #colmask .m_menuitem li a:active { display:block; width:100%; padding:10px 10px 10px 15px; color:#000; font-size:14px; font-size:14px; font-weight:bold; background: #F2630D; color:#FFF; border-radius: 10px 0px;box-shadow: 0 0 10px rgba(0,0,0,0.5); text-decoration:none;}
#colmask .m_menuitem ul li ul {	padding:0; margin:3px 0 3px 10px;}
#colmask .m_menuitem li.parent li a { color:#000; font-size:13px; font-weight:bold; background:none; border-radius:0; box-shadow:0 0 0; padding:6px 6px 6px 15px; }
#colmask .m_menuitem li.parent li a:hover { color:#000;font-size:13px; font-weight:bold; background:#F48440; /*border-radius: 10px 0px;*/ box-shadow: 0 0 10px rgba(0,0,0,0.5);}
#colmask .m_menuitem li li.parent.active a { color:#FFF;font-size:13px; font-weight:bold; background:#666;box-shadow: 0 0 10px rgba(0,0,0,0.5);}
#colmask .m_menuitem ul li li ul {	padding:0px 0 0px 10px; margin:3px 0 3px 0px;}
#colmask .m_menuitem li li.parent.active li a { color:#000;font-size:11px; font-weight:normal; background:none; border:none;box-shadow: 0 0 10px rgba(0,0,0,0.5);}
#colmask .m_menuitem li li.parent.active li a:hover { color:#000;font-size:11px; font-weight:normal; background:#d0d0d0; box-shadow: 0 0 10px rgba(0,0,0,0.5);border:none;}
#colmask .m_menuitem li li.parent.active li.active a{ color:#fff;font-size:11px; font-weight:normal; background:#000;box-shadow: 0 0 10px rgba(0,0,0,0.5); border:none;}

#mainmods {overflow:hidden;padding-top:15px;}
#mainmods2, #mainmods3 {overflow:hidden;padding-top:15px;}
#mainmods3 {background:#eee;border-top:1px solid #fff;border-bottom:1px solid #ddd;}
.spacer .module {float:left;}
.spacer.w99 .module {width:100%;}
.spacer.w49 .module {width:49.2%;}
.spacer.w33 .module {width:32.8%;}
#header .module {float:right;margin-left:325px;}
#main-content li .active a {font-weight: normal;}

/* Footer */
#footer {background:#fff;}
.footer-pad { position:relative; padding:10px 15px;overflow:hidden; width:1050px; margin:auto; color:#000; font-size:11px; font-weight:bold;}
#logo2 {width:165px;height:20px;background:url(/templates/rt_afterburner_j17/images/light.png) 5px -646px no-repeat;display:block;float:right;margin-left:15px;margin-top:15px;}
#footer ul {margin:0;}
#footer li {list-style:none;float:left;padding-right:20px;font-weight:bold;}

/* use*/
.smartresize { border:1px solid #CCC; }
.component-pad h2 a { color:#F4792E;}
.item h2 a { font-size:16px; font-weight:normal;}
.item h2 a:hover { color:#990000;}
.item .readmore a { font-size:16px; font-weight:normal;  color:#F2630D; font-style:normal;}
.item .readmore a:hover { color:#990000;}
.item-page { margin:-40px 0 0 0;}
.item-page h2 a {color:#F2630D;}
table.table-holder { width:100%;}
.table-holder th { border:1px solid #F4792E; font-weight:bold; background:#F79559;}
.table-holder td { border:1px solid #F4792E; padding:2px 3px 2px 3px; }
.table-holder .link-doc2 {
background: url(/templates/rt_afterburner_j17/images/ico-doc2.gif) no-repeat transparent;
display: block;
height: 28px;
overflow: hidden;
text-indent: -9999px;
width: 22px;
}
table.table-holder1 { width:100%;border:0;}
.table-holder1 th { border:0; font-weight:bold; background:#F79559;}
.table-holder1 td { border:0; padding:2px 3px 2px 3px; }
.train td { border:1px solid #F00;}
#set { text-align:center; color:#006; width:auto; float:right; position:relative;margin:-30px 0 0 0;}
#set a { color:#CCC; text-decoration:none; padding-right:15px; }
#set a:hover { color:#999;}
div.component-pad div.categories-list li { list-style-type:none;}
.item-title a {font-size:130%; color:#F4792E;}
.cat-children h3 { visibility:hidden;}

/* module m1-3*/
.m1 {margin:-30px 0 0 0; padding:0;}
.categories-module1 li {/* list-style:none !important;*/line-height:2.0em;}
.categories-module1 li a {color:#f25c01;}
.categories-module1 li a:hover {color:#933902; text-decoration:none;}
.m2 {margin:-30px 0 0 10px; padding:0;}
.categories-module2 li {/* list-style:none !important;*/ line-height:2.0em;}
.categories-module2 li a {color:#f25c01;}
.categories-module2 li a:hover {color:#933902; text-decoration:none;}
.m3 {margin:-30px 0 0 0; padding:0;}
.categories-module3 li {/* list-style:none !important;*/ line-height:2.0em;}
.categories-module3 li a {color:#f25c01;}
.categories-module3 li a:hover {color:#933902; text-decoration:none;}
.m32 {margin:-30px 0 0 0; padding:0;}
ul.categories-module32 {margin-top:-15px;}
.categories-module32 li {/* list-style:none !important;*/ line-height:2.0em;}
.categories-module32 li a {color:#f25c01;}
.categories-module32 li a:hover {color:#933902; text-decoration:none;}

/* xmap */
#xmap ul li ul li ul li ul{ display:none;}
#xmap ul li {list-style:none;}
#xmap ul li a { color:#000; font-size:16px; font-weight:bold; line-height:30px;}
#xmap ul li a:hover { color:#AE0000; text-decoration:underline;}
#xmap ul li ul li {list-style:none;}
#xmap ul li ul li a { color:#000; font-size:14px; font-weight:bold;line-height:22px;}
#xmap ul li ul li ul li {list-style:square;}
#xmap ul li ul li ul li a { color:#000; font-size:12px; font-weight:bold;line-height:16px;}
#xmap ul li ul li ul li a:hover { color:#F4792E; text-decoration:underline;}


/* ++++++++++++++  position blog ++++++++++++++ */
.blog { margin:-40px 0 0 0;}
.blog .subheading-category { color:#F2630D;}
.blog-featured { padding: 0;}
.items-leading { padding:0px 5px 10px 5px;  overflow:hidden; margin-bottom:10px}
.row-separator {  display: block; clear: both; margin: 0; border: 0px; height:1px}
.item-separator { display: none; margin: 0px;}
.shownocolumns { width:98% !important;}
#top { margin:0 0 20px 0; overflow:hidden}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 { display: block; float: none !important;  margin: 0 !important;}
.cols-2 .column-1 { width:42%; float:left;}
.cols-2 .column-2 { width:42%; float:right; margin:0}
.cols-3 .column-1 {  float:left; width:27%; padding:0px 5px; margin-left:2%; margin-right:6%}
.cols-3 .column-2 { float:left;  width:27%; margin-left:0; padding:0px 5px;}
.cols-3 .column-3 { float:right; width:27%; padding:0px 5px}
.items-row {  overflow:hidden;  margin-bottom:10px !important;}
.column-1, .column-2, .column-3 { padding:10px 5px; text-align:center;}
.column-2 { width:55%; margin-left:40%;}
.column-3 {  width:30%}
.blog-more { padding:10px 5px}
.blog .items-row cols-3 row-0 .item column-1 h2 { margin:0 0 10px 0 !important;}
.blog_art .column-1 { padding:10px 5px; text-align:left;}

/* forms */
table.m4j_form_table tr { line-height:50px;}
/*
     FILE ARCHIVED ON 07:48:34 Nov 05, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:40:07 Oct 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.821
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.04
  esindex: 0.014
  cdx.remote: 53.893
  LoadShardBlock: 278.282 (3)
  PetaboxLoader3.datanode: 406.0 (5)
  load_resource: 519.161 (2)
  PetaboxLoader3.resolve: 233.812 (2)
*/
