@charset "utf-8";@import url(/media/system/css/system.css);

/**
 * @version		1.0 December 20, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
.menutop,.menutop *{margin:0;padding:0;}
div#horiz-menu{/* this is a z-index ie6 and ie7 bug fix */
z-index:50;position: relative;}
#horiz-menu li li{margin:0;}
.menutop{line-height:1.0;float:left;margin-bottom:1.5em;position:relative;}
.menutop ul{background:#fff;/*IE6 needs this*/
padding:0;}
.menutop li{float:left;list-style:none;position:relative;}
div#horiz-menu li li a, div#horiz-menu li.active li a{display:block;padding:0;margin:0;text-decoration:none;float:none;height:26px;line-height:30px;text-indent:18px;width:98%;}
.menutop li ul{float:none;left:-999em;position:absolute;width:177px;z-index:5;}
.menutop li:hover ul,
.menutop li.sfHover ul{left:0px;top:45px;}
.menutop li:hover li ul,
.menutop li.sfHover li ul,
.menutop li li:hover li ul,
.menutop li li.sfHover li ul,
.menutop li li li:hover li ul,
.menutop li li li.sfHover li ul{top:-999em;}
.menutop li li:hover ul,
.menutop li li.sfHover ul,
.menutop li li li:hover ul,
.menutop li li li.sfHover ul,
.menutop li li li li:hover ul,
.menutop li li li li.sfHover ul{left:177px;top:0px;}
.menutop li li{position:relative;float:none;width:100%;}
/**
 * @copyright	Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(/templates/system/images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/**
 * @version    1.0 December 20, 2011
 * @author    RocketTheme, LLC http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* @group Core Elements */

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  margin: 0;
  padding: 0;
  color: #666666;
  background: #666;
  line-height: 135%;
}

#header .wrapper {
  position: relative;
  overflow: hidden;
}

/* Font family information */

body#ff-catalyst, #ff-catalyst td, #ff-catalyst .rok-content-rotator h2 {
  font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-catalyst h1, body#ff-catalyst h2, body#ff-catalyst h3, body#ff-catalyst h4,
body#ff-catalyst .contentheading, body#ff-catalyst .rotator-title,
body#ff-catalyst.componentheading  {
  font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-optima, #ff-optima td {
  font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-geneva, #ff-geneva td {
  font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-helvetica, #ff-helvetica td {
  font-family: Helvetica, Arial, FreeSans, sans-serif;
}

body#ff-lucida, #ff-lucida td {
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

body#ff-georgia, #ff-georgia td {
  font-family: Georgia, sans-serif;
}

body#ff-trebuchet, #ff-trebuchet td {
  font-family: "Trebuchet MS", sans-serif;
}

body#ff-palatino, #ff-palatino td {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* end font family information */

form {
  margin: 0;
  padding: 0;
}

body.f-smaller,
body#ff-optima.f-smaller,
body#ff-georgia.f-smaller {
  font-size: 11px;
}

body,
body.f-default {
  font-size: 12px;
}

body#ff-optima,
body#ff-optima.f-default {
  font-size: 13px;
}

body#ff-georgia,
body#ff-georgia.f-default {
  font-size: 13px;
}

body.f-larger,
body#ff-optima.f-larger,
body#ff-georgia.f-larger {
  font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}
h1, h2, h3, h4{ 
  /* setup some more readable header spacing */
  padding-bottom: 5px;
  margin: 25px 0 10px 0;
  font-weight: normal;
  line-height: 120%;
}

h1 {
  font-size: 200%;
  line-height: 100%;
}

h2 {
  font-size: 150%;
  line-height: 100%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 120%;
}

a {
  text-decoration: none;
}

a:hover {
}

/* @end */

/* @group Joomla Elements */

/* General */
.maincol ul.actions{margin:0;list-style:none;} 
.maincol ul.actions li{list-style: none; display:inline; float:right;background: none; padding: 0 3px;} 
dl {display: block; margin: 5px 0 10px 0;}
dt, dd {display: inline; margin: 2px;}
.profile dt {margin-top: 10px; font-weight: bold;}
.profile dt, .profile dd {display: block;}
form fieldset dt {clear: left;float: left;padding: 3px 0;width: 12em;}
form fieldset dd {float: left;padding: 3px 0;}
button {margin: 10px 0;}
fieldset {border: 0;}
.maincol p.readmore {display: block; margin-top: 15px;}
.maincol .article-info-term {font-weight: bold;}
.maincol .article-info dt, .maincol .article-info dd {display: block;font-size: 95%;}
.maincol ul#archive-items, .maincol ul#archive-items li.row0, .maincol ul#archive-items li.row1 {background: none; list-style:none;}
.maincol ul#archive-items {margin: 0;padding:0;}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
  font-size: 95%;
}

.componentheading {
  font-size: 170%;
  line-height: 100%;
  padding: 0;
  margin: 25px 0 20px 0;
}

.contentheading {
  font-size: 190%;
  font-weight: normal;
  line-height: 110%;
  padding-bottom: 8px;
  margin: 15px 0 0 0;
}

td.buttonheading,
.contentpaneopen td.buttonheading {
  padding: 0px 3px 0;
}

td.column_separator {
  padding-left: 15px;
}

td.componentheading {
  padding-bottom: 15px;
}

.sectiontableheader {
    font-weight: bold;
    padding: 4px;
    line-height: 20px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
    text-align: left;
    padding: 2px 0 0px 5px;
    border-bottom: 1px solid #f1f1f1;
}

tr.sectiontableentry2 td,
td.sectiontableentry2 {
   height: 27px;
}

tr.sectiontableentry1 td,
td.sectiontableentry1 {
  height: 27px;
  background: #f7f7f7;
}

.contentpane,
.contentpaneopen {
  width: 100%;
}

/* Pagination */
.maincol .pagination ul, 
.maincol ul.pagenav {
  list-style:none; 
  height: 21px;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 0;
}

.maincol .pagination ul li,
.maincol ul.pagenav li {
  list-style: none;
  float: left;
  margin-right: 6px;
  background: none;
  padding: 0;
}

.maincol .pagination ul li a,
.maincol ul.pagenav li a {
  display: block;
  padding: 0 8px;
}

/* @end */

/* @group Structure */

#topmod {
  padding: 20px 0;
  margin: -49px 0 0; /*  - height + padding-top ==> -69px + 20px = -49px */
  overflow: hidden;
}

#logo {
  width: 320px;
  height: 80px;
  float: left;
}

#header {
  height: 80px;
  background: url(/templates/rt_catalyst/images/header-bg.png) 0 0 repeat-x;
}

#top-tab {
  width: 193px;
  height: 30px;
  float: right;
  margin-right: 78px;
  text-align: center;
  cursor: pointer;
}

#searchmod {
  position: absolute;
  margin-top: 40px;
  margin-left: 710px;
}

span.tab-text {
  padding-left: 12px;
}

#showcase2 {
  height: 200px;
}

#showcase-promo {
  height: 200px;
}

#showcase-promo img#promo {
  position: absolute;
  bottom: -29px;
  left: 40px;
  width: 877px;
  height: 207px;
}

#featured-mod,
#featured-mod2 {
  height: 136px;
  overflow: hidden;
}

#featured-shadow {
  height: 136px;
background: url(/templates/rt_catalyst/images/featured-shadow.png.1) 50% 0 no-repeat;
  overflow: hidden;
}


#featuredmodules {
  padding: 0 5px 0 25px;
  color: #fff;
}

#showcase,
#featured-mod,
#page-bg,
#showcase .wrapper,
#featured-mod .wrapper,
#page-bg .wrapper {
  position: relative;
}

#showcase {
  z-index: 1;
}

#featured-mod, #page-bg {
  z-index: 0;
}

#main-shadow {
  position: absolute;
  left: -20px;
  width: 20px;
  height: 192px;
  background: url(/templates/rt_catalyst/images/page-shadow-l.png) 0 0 no-repeat;
}

#main-shadow2 {
  position: absolute;
  right: -20px;
  width: 20px;
  height: 192px;
  background: url(/templates/rt_catalyst/images/page-shadow-r.png) 100% 0 no-repeat;
}

#main-content {
  background: #fff url(/templates/rt_catalyst/images/content-bg.png) 0 0 repeat-x;
  min-height:400px;
}

table.mainbody,
table.blog {
  width: 100%;
}

td.leftcol {
  background: url(/templates/rt_catalyst/images/column-shadow-l.png) 100% 50px no-repeat;
}

td.rightcol {
  background: url(/templates/rt_catalyst/images/column-shadow-r.png) 0 50px no-repeat;
}

td.maincol .padding {
  padding: 32px 20px 20px 20px;
}

td.rightcol .padding,
td.leftcol .padding {
  padding: 20px 33px 20px 25px;
}

#inset {
  margin-bottom: 30px;
}

#page-bg {
  background: #fff url(/templates/rt_catalyst/images/page-bg.png) 0 0 repeat-x;
}

#page-bg-bottom {
  display:none;
  height: 31px;
  background: url(/templates/rt_catalyst/images/page-bg-bottom.png) 0 0 repeat-x;
  overflow: hidden;
}

#bottom-tab {
  height: 31px;
  width: 149px;
  margin-left: 50px;
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
}

span.bottom-tab-text {
  padding-left: 12px;
}

span.tab-text, span.bottom-tab-text {
  color: #fff;
}

span.tab-text-up, span.bottom-tab-text-up {
  background: url(/templates/rt_catalyst/images/tab-arrow-up.png) 0 50% no-repeat;
}

span.tab-text-down, span.bottom-tab-text-down  {
  background: url(/templates/rt_catalyst/images/tab-arrow-dn.png) 0 50% no-repeat;
}
html {background-color:#fff;}

#bottom {
  overflow: hidden;
  padding: 20px 0 10px 0;
}

#footer {
  display:none;
  background: #666 url(/templates/rt_catalyst/images/footer-bg.png) 0 0 repeat-x;
}

#footer2 {
  width: 333px;
  height: 121px;
  float: right;
  background: url(/templates/rt_catalyst/images/footer-graphic.png) 0 0 no-repeat;
}

img#rocket {
  width: 143px;
  height: 22px;
  margin-top: 35px;
  background: url(/templates/rt_catalyst/images/rocket.png) 0 0 no-repeat;
}

.spacer .block {
  float: left;
  position:relative;
}

.spacer.w99 .block {
  width: 100%;
}

.spacer.w49 .block {
  width: 50%;
}

.spacer.w33 .block {
  width: 33.3%;
}

.spacer.w24 .block {
  width: 25%;
}

/* @end */

/* @group Modules */

#featuredmodules {
  padding-top: 10px;
}

#featuredmodules .module div div div {
  padding: 1px;
}

#showcasemodules .module,
#bottommodules .module,
#featuredmodules .module,
#mainmodules .module,
td.maincol .module-hilite1,
td.maincol .module-hilite2,
td.maincol .module-hilite3,
td.maincol .module-hilite4 {
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

td.leftcol .module-hilite1,
td.rightcol .module-hilite1,
td.leftcol .module-hilite2,
td.rightcol .module-hilite2,
td.leftcol .module-hilite3,
td.rightcol .module-hilite3,
td.leftcol .module-hilite4,
td.rightcol .module-hilite4 {
  margin-bottom: 30px;
  overflow: hidden;
}

td.leftcol .module h3,
td.rightcol .module h3,
td.maincol .module h3,
td.leftcol .module-menu h3,
td.rightcol .module-menu h3 {
  color: #F78F1E;
/*  background: url(../images/h3-arrow.png) 0 3px no-repeat;
  padding-left: 20px;*/
}

td.leftcol .module,
td.rightcol .module {
  margin-bottom: 30px;
  overflow: hidden;
}

#main-content .module-hilite1 h3,
#main-content .module-hilite2 h3,
#main-content .module-hilite3 h3,
#main-content .module-hilite4 h3 {
  padding-left: 28px;
  padding-top: 5px;
}

#bottom .module h3 {
  padding-left: 20px;
}

.module-note h3 {
  font-style: italic;
  color: #65613E;
}

.module-note {
  font-style: italic;
  width: 215px;
  margin-bottom: 20px;
  background: url(/templates/rt_catalyst/images/note-bg.png) 0 0 repeat-y;
  color: #65613E;
}

.module-note div {
  background: url(/templates/rt_catalyst/images/note-bg-top.png) 0 0 no-repeat;
}

.module-note div div {
  background: url(/templates/rt_catalyst/images/note-bg-bottom.png) 0 100% no-repeat;
}

.module-note div div div {
  padding: 30px 20px 20px 20px;
}

#mainmodules,
#featuredmodules {
  overflow: hidden;
}

#bottom-menu {
  height: 32px;
  overflow: hidden;
  color: #ccc;
}

#bottom-menu a {
   line-height: 32px;
   height: 32px;
   margin-right: 15px;
   padding-right: 15px;
   padding-left: 0;
   margin-top: 6px;
   display: block;
   float: left;
   font-size: 100%;
   text-indent: 0;
   background: url(/templates/rt_catalyst/images/bottom-menu-div.png) 100% 50% no-repeat;
   color: #ccc;
}

#bottom-menu a:hover {
  color: #fff;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
  height: 46px;
  width: 100%;
}

#horiz-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

#horiz-menu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#horiz-menu a,
#horiz-menu li.active a {
  white-space: nowrap;
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  padding: 0 17px;
  font-weight: normal;
  font-size: 100%;
  overflow: hidden;
  text-decoration: none;
}

#horiz-menu ul ul li a,
#horiz-menu ul li.active.parent ul a {
  padding-left: 5px;
}

#horiz-menu ul ul li a:hover,
#horiz-menu ul li.active.parent ul a:hover {
  padding-left: 5px;
  background: url(/templates/rt_catalyst/images/dropdown-arrow-over.png) 10px 50% no-repeat;
  color: #fff;
}

/* mouseovers */

#horiz-menu li li a:hover {
  background: none;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
  background: none;
}

#horiz-menu li li a {
  font-size: 100%;
  font-weight: normal;
  background: none;
}

/* @end */

/* @group Mainmenu */

a.mainlevel {
  display: block;
  line-height: 34px;
  text-indent: 26px;
  height: 32px;
  overflow: hidden;
  font-size: 120%;
}

a#active_menu.mainlevel {
  background-position: 0 -64px;
  padding-left: 12px;
}

a.mainlevel:hover {
  background-position: 0 -32px;
}

a.sublevel {
  text-decoration: none;
  line-height: 25px;
  padding-left: 10px;
  font-size: 120%;
  line-height: 34px;
}

a.mainlevel:hover,
a.sublevel:hover {
  text-decoration: none;
}

/* @end */

/* @group Sub Menu */

ul.menu {
  margin: 0 0 15px 0;
  padding: 0;
}

ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu span {
  display: block;
  height: 32px;
}

ul.menu a {
  display: block;
  line-height: 34px;
  text-indent: 15px;
  height: 32px;
  font-size: 120%;
}

ul.menu ul {
  margin: 4px 0px;
  padding:0;
}

ul.menu ul li a {
  text-indent: 5px;
}

ul.menu ul a {
  background: none;
  text-indent: 0;
}

ul.menu ul {
  margin-left: 20px;
  padding: 0;
}

ul.menu ul ul {
  padding: 0;
  margin-left: 10px;
}

ul.menu li li {
  padding: 0;
  margin: 0;
}

ul.menu ul a {
  text-indent: 0;
}

ul.menu li a {
  padding-left: 10px;
}

ul.menu li.active li a,
ul.menu li.active li a:hover {
  background: none;
}

ul.menu li.active a,
ul.menu li.active a:hover {
  background-position: 0 -64px;
  text-decoration: none;
  padding-left: 20px;
  line-height: 36px;
}

ul.menu li a:hover {
  background-position: 0 -32px;
  text-decoration: none;
}

/* @end */

/* @group Content Styles */

/* @group Readon */

a.readon {
  margin-top: 20px;
  font-weight: normal;
  font-size: 100%;
  display: block;
  text-indent: 10px;
  line-height: 110%;
  background: url(/templates/rt_catalyst/images/path-arrow.png) 0 0 no-repeat;
}

#tabmodules a.readon {
  background: none;
  text-indent: 0;
}

#bottom a,
#bottom a.readon
#topmod a {
  color: #fff;
  font-weight:normal;
}

#featured-mod a {
  color: #fff;
}

/* @end */

/* @group Typography */

ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4,
ul.bullet-5 {
  padding-left: 15px;
  margin-left: 0;
}

ul.bullet-1 li,
ul.bullet-2 li,
ul.bullet-3 li,
ul.bullet-4 li,
ul.bullet-5 li {
  list-style: none;
  margin-left: 0;
  padding-bottom: 3px;
  margin-bottom: 5px;
  padding-left: 14px;
}

pre {
  padding: 10px;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-right: 5px solid #ddd;
  border-left: 5px solid #ddd;
  border-bottom: 1px solid #ddd;
}

blockquote {
  display: block;
  font-style: italic;
  font-size: 120%;
  line-height: 150%;
  width: auto;
  padding: 10px 20px 10px 20px;
  margin: 15px 0;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-right: 5px solid #ddd;
  border-left: 5px solid #ddd;
  border-bottom: 1px solid #ddd;
}

blockquote.color1,
blockquote.color2,
blockquote.color3 {
  display: block;
  font-style: italic;
  font-size: 120%;
  line-height: 150%;
  width: auto;
  padding: 0px 20px;
  margin: 15px 0;
  border: 0;
  background: 0;
}

blockquote.color1 {
  color: #666;
}

blockquote.quotes {
  display: block;
  background: url(/templates/rt_catalyst/images/typo/quote-start.png) 0 5px no-repeat;
  padding: 0px 20px 0 38px;
  margin: 20px 0;
  font-size: 120%;
  line-height: 150%;
  width: auto;
  color: #666;
  border: 0;
}

blockquote.quotes p {
  padding: 0 38px 0 0;
  margin-top: 0;
  background: url(/templates/rt_catalyst/images/typo/quote-end.png) 100% 100% no-repeat;
}

.important {
  border: 1px solid #999;
}

.important,
.important2,
.important3,
.important4 {
  padding: 15px;
  margin: 15px 0;
}

span.important-title,
span.important-title2,
span.important-title3,
span.important-title4 {
  display: block;
  float: left;
  margin-top: -24px;
  background: #fff;
  padding: 0 8px;
  font-weight: bold;
  font-size: 120%;
}

.important4 {
  border: 1px solid #000;
}

span.important-title,
span.number {
  color: #666;
}

span.important-title4 {
  color: #000;
}

span.number,
span.number-color,
span.number-color2 {
  display: block;
  font-size: 170%;
  float: left;
  margin: 2px 10px 0 15px;
}

span.highlight {
  background: #FFFBD5;
}

span.highlight,
span.highlight-color,
span.highlight-color2 {
  padding: 1px 2px;
}

span.highlight-bold {
  font-weight: bold;
  font-size: 120%;
}

span.dropcap,
span.dropcap-color,
span.dropcap-color2 {
  display: block;
  font-size: 260%;
  float: left;
  margin: 0px 4px 0 0;
  line-height: 100%;
}

span.inset-left {
  display: block;
  color: #000;
  padding: 15px;
  float: left;
  width: 20%;
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
}

span.inset-right {
  display: block;
  color: #000;
  padding: 15px;
  float: right;
  width: 20%;
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
}

/* @end */

/* @group Notice Styles */

span.attention,
span.notice,
span.alert,
span.download,
span.approved,
span.media,
span.note,
span.cart,
span.camera,
span.doc {
  display: block;
  padding: 8px 10px 8px 36px;
  margin: 15px 0;
}

span.attention {
  color: #B79000;
  border: 1px solid #E7BD72;
  background: #FFF3A3 url(/templates/rt_catalyst/images/typo/attention.png) 10px 50% no-repeat;
}

span.notice {
  color: #648434;
  border: 1px solid #9BCC54;
  background: #CDEFA6 url(/templates/rt_catalyst/images/typo/notice.png) 10px 50% no-repeat;
}

span.alert {
  color: #CF3738;
  border: 1px solid #FFACAD;
  background: #FFD5D5 url(/templates/rt_catalyst/images/typo/alert.png) 10px 50% no-repeat;
}

span.download {
  color: #1C6B8B;
  border: 1px solid #6ABCE2;
  background: #A8CDE3 url(/templates/rt_catalyst/images/typo/download.png) 10px 50% no-repeat;
}

span.approved {
  color: #666;
  border: 1px solid #a8a8a8;
  background: #ccc url(/templates/rt_catalyst/images/typo/approved.png) 10px 50% no-repeat;
}

span.media {
  color: #C76E34;
  border: 1px solid #FFBB65;
  background: #FFE0B6 url(/templates/rt_catalyst/images/typo/media.png) 10px 50% no-repeat;
}

span.note {
  color: #B79000;
  border: 1px solid #E7BD72;
  background: #FFF3A3 url(/templates/rt_catalyst/images/typo/note.png) 10px 50% no-repeat;
}

span.cart {
  color: #666;
  border: 1px solid #C5C5C5;
  background: #E6E6E6 url(/templates/rt_catalyst/images/typo/cart.png) 10px 50% no-repeat;
}

span.camera {
  color: #666;
  border: 1px solid #C5C5C5;
  background: #E6E6E6 url(/templates/rt_catalyst/images/typo/camera.png) 10px 50% no-repeat;
}

span.doc {
  color: #C76E34;
  border: 1px solid #FFBB65;
  background: #FFE0B6 url(/templates/rt_catalyst/images/typo/doc.png) 10px 50% no-repeat;
}

/* @end */

/* @grup RokContentRotator */

.rok-content-rotator {
  margin: 0;
  background: url(/templates/rt_catalyst/images/rotator-br.png) 100% 100% no-repeat;
}

.rotator-2 {
  background: url(/templates/rt_catalyst/images/rotator-bl.png) 0 100% no-repeat;
}

.rotator-3 {
  background: url(/templates/rt_catalyst/images/rotator-tr.png) 100% 0 no-repeat;
}

.rotator-4 {
  background: url(/templates/rt_catalyst/images/rotator-tl.png) 0 0 no-repeat;
  padding: 0px 20px 20px 20px;
}

.rok-content-rotator li {
  height: 34px;
}

.rotator-title {
  padding: 0 0 3px 19px;
  font-size: 150%;
  height: 60px;
  line-height: 48px;
  color: #666;
  background: url(/templates/rt_catalyst/images/h3-arrow.png) 0 16px no-repeat;
}

.rok-content-rotator h2 {
  width: 213px;
  height: 34px;
  font-size: 100%;
  line-height: 36px;
  text-indent: 40px;
  padding: 0;
  margin: 0 7px 0 7px;
  z-index: 1;
  background: url(/templates/rt_catalyst/images/rotator-tab.png) 18px 0 no-repeat;
  outline: none;
}

.rok-content-rotator h2 a {
  display: block;
  z-index: 3;
  position: absolute;
  width: 213px;
  color: #666;
  outline: none;
}

.rok-content-rotator h2 a.active {
  font-weight: normal;
  font-size: 100%;
}

.rok-content-rotator h2 a:hover,
.rok-content-rotator h2 a:hover.active {
  text-decoration: none;
}

.rok-content-rotator .arrow {
  position: absolute;
  width: 213px;
  height: 34px;
  right: 27px;
  z-index: 2;
  background: url(/templates/rt_catalyst/images/rotator-tab-active.png) 0 0 no-repeat;
}

.rok-content-rotator .content {
  padding: 0px 20px 20px 20px;
  margin-top: 65px;
}

/* dont change below */
.rok-content-rotator {
  position: relative;
}

.rok-content-rotator ul {
  padding: 0;
  float: right;
  margin: 0;
  width: 227px;
  background: url(/templates/rt_catalyst/images/rotator-shadow.png) 100% 50% no-repeat;
}

.rok-content-rotator .arrow {
  position: absolute;
  top: 60px;
}

.rok-content-rotator li {
  list-style: none;
  padding: 0;
}

.rok-content-rotator .content {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 250px;
}

/* @end */

/* @group RokSlide */

#moduleslider-size {
  height: 240px;
  overflow: hidden;
}

#tabmodules .module {

}

#tabmodules {
  overflow: hidden;
  background: url(/templates/rt_catalyst/images/rotator-br.png) 100% 100% no-repeat;
}

#tabmodules div {
  background: url(/templates/rt_catalyst/images/rotator-bl.png) 0 100% no-repeat;
}

#tabmodules div div {
  background: url(/templates/rt_catalyst/images/rotator-tr.png) 100% 0 no-repeat;
}

#tabmodules div div div {
  padding: 0 0 0 20px;
  background: url(/templates/rt_catalyst/images/rotator-tl.png) 0 0 no-repeat;
}

#tabmodules div div div div {
  background: none;
  padding: 0;
}

#tabmodules li span {
  background: none;
  line-height: 46px;
}


#rokslide-toolbar span {
  white-space: nowrap;
}

#rokslide-toolbar {
  color: #666;
  margin: 0;
  padding: 0 0px;
}

#rokslide-toolbar li.current {
  background: url(/templates/rt_catalyst/images/slide-tab-r.png) 100% 1px no-repeat;
  height: 42px;
}

#rokslide-toolbar li.current span {
  background: url(/templates/rt_catalyst/images/slide-tab-l.png) 0 1px no-repeat;
  height: 42px;
}

#frame {
  text-align: left;
}

#frame #moduleslide .module {
  margin-top: 10px;
}

#frame .module, #frame .module-hilite1, #frame .module-hilite2, #frame .module-hilite3, #frame .module-hilite4 {
  float: left;
}

#frame .module div, #frame .module-hilite1 div, #frame .module-hilite2 div, #frame .module-hilite3 div, #frame .module-hilite4 div {
  padding: 0;
}

#frame .module div div, #frame .module-hilite1 div div, #frame .module-hilite2 div div, #frame .module-hilite3 div div, #frame .module-hilite4 div div {
  padding: 0;
}

#frame .mmpr-1 .module, #frame .mmpr-1 .module-hilite1, #frame .mmpr-1 .module-hilite2, #frame .mmpr-1 .module-hilite3, #frame .mmpr-1 .module-hilite4 {
  width: auto;
}

#frame .mmpr-2 .module, #frame .mmpr-2 .module-hilite1, #frame .mmpr-2 .module-hilite2, #frame .mmpr-2 .module-hilite3, #frame .mmpr-2 .module-hilite4 {
  width: 46%;
}

#frame .mmpr-3 .module, #frame .mmpr-3 .module-hilite1, #frame .mmpr-3 .module-hilite2, #frame .mmpr-3 .module-hilite3, #frame .mmpr-3 .module-hilite4 {
  width: 31%;
}

#frame .mmpr-4 .module, #frame .mmpr-4 .module-hilite1, #frame .mmpr-4 .module-hilite2, #frame .mmpr-4 .module-hilite3, #frame .mmpr-4 .module-hilite4 {
  width: 22%;
}

#frame .mmpr-5 .module, #frame .mmpr-5 .module-hilite1, #frame .mmpr-5 .module-hilite2, #frame .mmpr-5 .module-hilite3, #frame .mmpr-5 .module-hilite4 {
  width: 18%;
}

/* @end */

a.nounder {
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

a.nounder:hover {
  text-decoration: none;
}

a img.album {
  border-width: 2px;
  border-style: solid;
}

.clr {
  clear:both;
}

fieldset {
  border-left: 0;
  border-right: 0;
}

fieldset.input {
  border: 0;
}

a img {
  border: 0;
}

img.content-left {
  float: left;
  margin-right: 10px;
  padding: 5px;
}

img.content-right {
  float: right;
  margin-left: 10px;
  padding: 5px;
}

#referencewidth {
  width: 100%;
  overflow:hidden;
}

body .pollstableborder {
  border: 0px;
}

.back_button {
  margin-top: 20px;
}

/* @end */

/* Login Form - Horizontal */
#topmod .userdata{float:left;}

#topmod #mod_login {
  height: 28px;
  overflow: hidden;
  float: right;
}

#topmod #mod_login #greeting {
  float: left;
  height: 28px;
  line-height:28px;
  margin-right: 10px;
  color:#ffffff;
}

#topmod #mod_login .button {
  border: 0;
  width: 53px;
  height: 26px;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  background: url(/templates/rt_catalyst/images/login-button.png) 0 0 no-repeat;
}

#topmod #mod_login .button:hover {
  color: #333;
}

#topmod #mod_login #login_username {
  float: left;
}

#topmod #mod_login #login_username input {
  padding-left: 24px;
  overflow: hidden;
  width: 110px;
  font-size: 100%;
  font-weight: normal;
  height: 22px;
  border: 1px solid #666;
  color: #666;
  background: #fbfbfb url(/templates/rt_catalyst/images/user_bg.png) 0 50% no-repeat;
}

#topmod #mod_login #login_pass {
  margin-left: 10px;
  float: left;
}

#topmod #mod_login #login_pass input {
  padding-left: 24px;
  overflow: hidden;
  width: 110px;
  font-size: 100%;
  font-weight: normal;
  height: 22px;
  border: 1px solid #666;
  color: #666;
  background: #fbfbfb url(/templates/rt_catalyst/images/pass_bg.png) 0 50% no-repeat;
}

#topmod #mod_login #login_rememberme {
  margin-left: 10px;
  float: left;
  line-height: 22px;
  color: #fff;
}

#topmod #mod_login #login_submitbutton {
  margin-left: 20px;
  float: left;
}

#topmod #mod_login #login_lostpass,
#topmod #mod_login #login_lostname,
#topmod #mod_login a {
  margin-left: 10px;
  float: left;
  line-height: 28px;
  color: #fff;
}

#topmod #mod_login #login_register {
  margin-left: 10px;
  float: left;
}

#topmod #mod_login #login_posttext {
  margin-left: 10px;
  float: left;
}

/* @end */

/* Regular Login */
#mod_login #login_username {
  margin-bottom:10px;
}

#mod_login #login_username input {
  padding-left: 24px;
  overflow: hidden;
  width: 110px;
  font-size: 100%;
  font-weight: normal;
  height: 22px;
  border: 1px solid #666;
  color: #666;
  background: #fbfbfb url(/templates/rt_catalyst/images/user_bg.png) 0 50% no-repeat;
}

#mod_login #login_pass {
  margin-bottom:10px;
}

#mod_login #login_pass input {
  padding-left: 24px;
  overflow: hidden;
  width: 110px;
  font-size: 100%;
  font-weight: normal;
  height: 22px;
  border: 1px solid #666;
  color: #666;
  background: #fbfbfb url(/templates/rt_catalyst/images/pass_bg.png) 0 50% no-repeat;
}

#mod_login #login_rememberme {
  margin-bottom: 10px;
  line-height: 22px;
}

#mod_login .button {
  border: 0;
  width: 53px;
  height: 26px;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  background: url(/templates/rt_catalyst/images/login-button.png) 0 0 no-repeat;
}

#mod_login #login_lostpass, #mod_login #login_lostname, #mod_login #login_register{
  margin-bottom: 10px;
}

/* demo content stuff */
/* can be deleted */

#featuredmodules .module div div div .png {
  padding-right: 8px;
}

.featured-1 {
  background: url(/templates/rt_catalyst/images/demo-1.png) 0 5px no-repeat;
  margin-top: 20px;
  width: 42px;
  height: 60px;
  float: left;
}

.featured-2 {
  background: url(/templates/rt_catalyst/images/demo-2.png) 0 5px no-repeat;
  margin-top: 20px;
  width: 42px;
  height: 60px;
  float: left;
}

.featured-3 {
  background: url(/templates/rt_catalyst/images/demo-3.png) 0 5px no-repeat;
  margin-top: 20px;
  width: 42px;
  height: 60px;
  float: left;
}

.featured-4 {
  background: url(/templates/rt_catalyst/images/demo-4.png) 0 5px no-repeat;
  margin-top: 20px;
  width: 42px;
  height: 60px;
  float: left;
}

span.featured-header {
  display: block;
  color: #eee;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 160%;
  line-height: 100%;
  margin-top: 25px;
  height: 25px;
  overflow: hidden;
}

span.featured-desc {
  color: #fff;
  font-style: italic;
  font-size: 100%;
}

.tool-tip {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  padding: 4px;
}

/* Joomla 1.7 */

/* Mulitple Columns Blog Layout */
.cols-2 {display: block; float: none; margin:0; clear: both;}
.cols-2 .item {width: 47.2%; margin: 10px; float: left;}
.cols-2 .column-1 {margin-left: 0;}
.cols-2 .column-2 {margin-right: 0;}
.cols-3 .item {width: 30%; margin: 10px; float: left;}
.cols-3 .column-1 {margin-left: 0;}
.cols-3 .column-3 {margin-right: 0;}
.items-more {clear: both; display: block;}
div.pagination {clear: both; padding-top: 5px;margin-top: 10px;margin-bottom: 15px;}

/* Login Component */
#username-lbl, #password-lbl {display: block; width: 150px; margin-top: 10px;}
.login fieldset {margin-bottom: 0; padding-bottom: 0;}

/* Breadcrumbs */
.breadcrumbs {display: block;line-height: 220%;font-weight: normal;height: 22px;line-height: 22px;overflow: hidden;margin-bottom: 15px;}
.breadcrumbs-home {width: 24px;height: 22px;display: block;float: left;margin-left: 4px;margin-top: 4px;}
.breadcrumbs h3 {display: none;}
div.breadcrumbs img {float:left;vertical-align: top;width: 6px;  height: 22px;padding-right: 10px; background: url(/templates/rt_catalyst/images/path-arrow.png) 0 50% no-repeat;}
div.breadcrumbs a, div.breadcrumbs span {padding: 0 12px 0 0px;float: left;display: block;height: 22px;line-height: 220%;}
div.breadcrumbs a:hover {text-decoration: none;}
div.breadcrumbs span.showHere {padding-right: 10px;}

/* Single Contact Style */
address {display: inline;}
.panel h3 {margin: 5px 0;}
.contact-suburb, .contact-state, .contact-postcode, .contact-country {display: block; margin-left: 25px;}
.jicons-icons {padding-right: 5px;}
.contact-form fieldset {padding: 0; border: 0;}

/* Weblinks Category */
.hidelabeltxt {display: none;}
.display-limit {text-align: right;}
.category .title {text-align: left;}
.category p {margin: 3px 0;}
.weblink-category table.category {border: 0; width: 100%;}
.weblink-category table.category thead {background: none;}
.weblink-category .cat-list-row0 td, .weblink-category .cat-list-row1 td {border-bottom: 1px solid #e7e7e7;}
.weblink-count {margin: 10px 0;}
.weblink-count dt, .weblink-count dd {display: inline; margin: 2px;}

/* Section Tables */
.sectiontableheader {font-weight: bold;padding: 3px;line-height: 25px;text-align: left;}
.sectiontablefooter {padding-bottom: 8px;}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {text-align: left;padding: 6px 5px;vertical-align: middle;}
tr.sectiontableentry0 td, td.sectiontableentry0, tr.sectiontableentry1 td, td.sectiontableentry1, tr.sectiontableentry2 td, td.sectiontableentry2 {height: 30px;}
.contentpane, .contentpaneopen {width: 100%;}

/* Tables */
.maincol table {border-collapse: collapse;}
.maincol table.weblinks, .maincol table.category {font-size: 1em;margin: 10px 10px 20px 0px;width: 99%;}
.maincol table.weblinks td {border-collapse: collapse;}
.maincol table.weblinks td, .maincol table.category td {padding: 7px;vertical-align: top;}
.maincol table.weblinks th, .maincol table.category th {padding: 7px;text-align: left;}
.maincol td.num {vertical-align: top;text-align: left;}
.maincol td.hits {vertical-align: top;text-align: center;}
.maincol td p {margin: 0;line-height: 1.3em;}
.maincol .filter {margin: 10px 0;}
.maincol .display-limit, .maincol .filter {text-align: right;margin-right: 7px;}
.maincol table.category th a img {padding: 2px 10px;}
.maincol .filter-search {float: left;}
.maincol .filter-search .inputbox {width: 6em;}
.maincol legend.element-invisible {position: absolute;margin-left: -3000px;margin-top: -3000px;height: 0;}
.maincol .cat-items {margin-top: 20px;}

/* Contact */
.maincol .contact {padding: 0 5px;}
.maincol .contact-category {padding: 0 10px;}
.maincol .contact-category  .maincol #adminForm fieldset.filters {border: 0;padding: 0;}
.maincol .contact-image {margin: 10px 0;overflow: hidden;}
.maincol address {font-style: normal;margin: 10px 0;}
.maincol address span {display: block;}
.maincol .contact-address {margin: 20px 0 10px 0;}
.maincol .contact-email div {padding: 2px 0;margin: 0 0 10px 0;}
.maincol .contact-email label {width: 17em;float: left;}
.maincol span.contact-image {margin-bottom: 10px;overflow: hidden;display: block;}
.maincol #contact-textmsg {padding: 2px 0 10px 0;}
.maincol #contact-email-copy {float: left;margin-right: 10px;}
.maincol .contact .button {float: none !important;clear: left;display: block;margin: 20px 0 0 0;}
.maincol dl.tabs {float: left;margin: 50px 0 0 0;z-index: 50;clear: both;}
.maincol dl.tabs dt {float: left;padding: 4px 10px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;margin-right: 3px;background: #f0f0f0;color: #666;}
.maincol dl.tabs dt.open {background: #F9F9F9;border-bottom: 1px solid #F9F9F9;z-index: 100;color: #000;}
.maincol div.current {clear: both;border: 1px solid #ccc;padding: 10px 10px;max-width: 500px;}
.maincol div.current dd {padding: 0;margin: 0;}
.maincol dl#content-pane.tabs {margin: 1px 0 0 0;}

/* Weblinks */
.maincol .weblinks fieldset div {overflow: hidden;}
.maincol .weblinks label.label-left {display: block;width: 150px;float: left;}

/* Search */
.maincol .display_limit p.counter {width: 200px; float: left;}
.maincol .search-results {clear: both;}
.maincol .search-results ol li {background: none; padding-left: 0;}
.maincol .searchintro {font-weight: normal;margin: 20px 0 20px;}
.maincol #searchForm {padding: 0;}
.maincol .form-limit {margin: 20px 0 0;text-align: right;padding: 0 10px 0 20px;}
.maincol .highlight {font-weight: bold;}
.maincol .ordering-box {float: none;}
.maincol .phrases-box {float: none;margin-bottom: 10px;}
.maincol .ordering-box .inputbox {width: auto !important}
.maincol .only, .maincol .phrases {margin: 10px 0 0 0px;padding: 15px 0;line-height: 1.3em;}
.maincol label.ordering {display: block;margin: 10px 0 10px 0;}
.maincol .word {padding: 0;}
.maincol .word input {font-weight: bold;}
.maincol .word label {font-weight: bold;}
.maincol fieldset.only label, .maincol fieldset.phrases label {margin: 0 10px 0 0;}
.maincol .ordering-box label.ordering {margin: 0 10px 5px 0;float: left;}
.maincol form .search label {display: none;}
.maincol dl.search-results dt.result-title {padding: 15px 15px 0px 5px;font-weight: bold;display:block;}
.maincol dl.search-results dd {padding: 2px 15px 2px 5px;display:block;}
.maincol dl.search-results dd.result-text {padding: 10px 15px 10px 5px;line-height: 1.7em;}
.maincol dl.search-results dd.result-created {padding: 2px 15px 15px 5px;display:block;}
.maincol dl.search-results dd.result-category {padding: 10px 15px 5px 5px;display:block;}

/* RokAjaxSearch */
#roksearch_results span.small span.small {display: block; margin: 10px -10px 0 0; position: relative;}
#searchForm fieldset.word {border: 0;}
form.search_result input#search_searchword.inputbox {margin-top: 10px;}

/* Editing */
.edit #editor-xtd-buttons a:link, .edit #editor-xtd-buttons a:visited, .edit #editor-xtd-buttons a:hover {color: #323232;}
.edit .inputbox, .edit textarea {border: 1px solid #ddd;}
.edit legend {font-size: 150%;}
.edit form#adminForm fieldset {padding: 20px 15px;margin: 10px 0 15px 0;}
.formelm {margin: 5px 0;}
.formelm label {width: 9em;display: inline-block;}
form#adminForm .formelm-area {padding: 5px 0;}
form#adminForm .formelm-area label {vertical-align: top;display: inline-block;width: 7em}
.formelm-buttons {text-align: right;margin-bottom: 10px}
.button2-left {float: left;margin-right: 5px;margin-top: 10px;}
.button2-left a {background: #eee;padding: 4px;margin: 0;line-height: 1.2em;border: solid 1px #ddd;font-weight: bold;text-decoration: none;}
.edit-article fieldset legend {font-size: 230%;}
.edit-article fieldset div {overflow: visible;margin-bottom: 8px;}
.edit-article fieldset #editor-xtd-buttons div {clear: none;}
#system-message dd.notice {border: 0;background: none;}
.save .readon {margin-left: 10px;}
div.calendar {z-index: 9999;}
.tip-wrap {z-index: 100; background: #333; padding: 5px; color: #fff;}
.edit .formelm {margin-bottom: 10px;}
.edit .calendar {margin-left: 5px; vertical-align: bottom;}
.profile-edit .readon {vertical-align: middle;}
.list-title a {float: left;}

/* Editor */
#editor-xtd-buttons {padding: 5px 0;}
.button2-left {margin-top: 5px;margin-right: 5px;}
.button2-left, .button2-right, .button2-left div, .button2-right div {float: left;}
.button2-left .linkmacro,  .button2-left .image {background: none;}
.toggle-editor .button2-left {margin-top: 0px;}
.button2-left a {line-height: 2.0em;}
.button2-left a, .button2-right a, .button2-left span, .button2-right span {display: block;height: 22px;float: left;line-height: 22px;font-size: 11px;cursor: pointer;margin-bottom: 5px;}
.button2-left span, .button2-right span {cursor: default;}
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {padding: 0 6px;}
.button2-left a:hover, .button2-right a:hover {text-decoration: none;}
.button2-left a, .button2-left span {padding: 0 6px !important;}
.button2-right a, .button2-right span {padding: 0 6px !important;}
.button2-left .blank a {padding-right: 6px;}
.img_caption.left {float: left;margin-right: 1em;}
.img_caption.right {float: right;margin-left: 1em;}
.img_caption.left p {clear: left;text-align: center;}
.img_caption.right p {clear: right;text-align: center;}
.img_caption {text-align: center !important;}
.edit-article fieldset div input, .edit-article fieldset textarea {padding: 4px;}
.edit-article fieldset div .label-left {padding: 0;}
.edit-article fieldset div img.calendar {vertical-align: middle;margin-left: 5px;}


/* Jordens Edits */
#header {
  display:none;
}
.tw-fp-headers h2{
font-size:14px;
font-weight:bold;
}
#showcase2 {
  height:65px !important;
}
#featuredmodules {
padding-top:50px !important;
}
#featured-mod, #featured-mod2 {
height:110px !important;
overflow:hidden !important;
}
.module-purple {
    background: url(/templates/rt_catalyst/images/blue-top-left.png) no-repeat scroll 0 0 #2C3675;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

/* richard */
/*      BEGIN Purple Module               */

.module-purple                                          { margin:0px; padding:0px; background: #2C3675 url(/templates/rt_catalyst/images/blue-top-left.png) 0 0 no-repeat;
                                                                          color:#FFF;}
.module-purple div                                      { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/blue-top-right.png) 100% 0 no-repeat;}
.module-purple div div                          { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/blue-bottom-left.png) 0 100% no-repeat; }
.module-purple div div div                      { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/blue-bottom-right.png) 100% 100% no-repeat;
                                                                          padding-left:12px;
                                                                          padding-right:12px;
                                                                          padding-bottom:1px;}
.module-purple h3                                       { color:#F78F1E;padding-top:10px; margin-bottom:6px;}
.module-purple a                                                { color:#fff; text-decoration:none; }
.module-purple a:hover                          { color:#F78F1E; text-decoration:none; }

.custom-purple {background-image:none !important}
/*  END Purple Module             */


/*  BEGIN Orange Header Module (in left)    */

.module-yellow-head           { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/product-top-left.png) 0 0 no-repeat; color:#000;}
.module-yellow-head div         { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/product-top-right.png) 100% 0 no-repeat;}
.module-yellow-head div div       { margin:0px; padding:0px; background:none; /*background: url(../images/tw/product-bottom-left.png) 0 100% no-repeat;*/}
.module-yellow-head div div div     { margin:0px; padding:0px; /*background: url(../images/tw/product-bottom-right.png) 100% 100% no-repeat;*/  
                    padding-left:12px;
                    padding-right:12px; /*border-left:1px #ccc solid; border-right:1px #ccc solid;*/
                    padding-bottom:10px;        
                    /*border-bottom:1px #f78f1e dotted;*/}
.module-yellow-head h3         { color:#FFF;background-color:#F78F1E;height:25px; padding-top:10px;}

ul.latestnews-yellow-head       { list-style-type:none; margin-left:0px; padding-left:0px; text-align:left;  }
.latestnews-yellow-head li      { margin-left:0px;text-align:left; margin-top:10px;  }

/*  END Orange Header Module      */

ul.fpproduct {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*  BEGIN Grey Module      */
.module-grey          { margin:0px; padding:0px; background: #DCDDDF url(/templates/rt_catalyst/images/tw/grey-top-left.png) 0 0 no-repeat; color:#000;}
.module-grey div         { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/grey-top-right.png) 100% 0 no-repeat;}
.module-grey div div         { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/grey-bottom-left.png) 0 100% no-repeat;  }
.module-grey div div div       { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/grey-bottom-right.png) 100% 100% no-repeat;  
                    padding-left:12px;
                    padding-right:12px; 
                    padding-bottom:0px;}
.module-grey p          { padding-bottom:10px; }
.module-grey h3           { color:#1C2674;padding-top:10px; margin-bottom:6px;}
.module-grey a          { color:#767676; text-decoration:none; }
.module-grey a:hover        { color:#F78F1E; text-decoration:none; }
/*  END Grey Module  */ 

/*BEGIN Grey Module2 */
.module-grey2 {
    background: url(/templates/rt_catalyst/images/tw/grey-top-left.png) no-repeat scroll 0 0 #DCDDDF;
    color: #000000;
    margin: 0;
    padding: 0;
}
.module-grey2 div {
    background: url(/templates/rt_catalyst/images/tw/grey-top-right.png) no-repeat scroll 100% 0 transparent;
    margin: 0;
    padding: 0;
}
.module-grey2 div div {
    background: url(/templates/rt_catalyst/images/tw/grey-bottom-left.png) no-repeat scroll 0 100% transparent;
    margin: 0;
    padding: 0;
}
.module-grey2 div div div {
    background: url(/templates/rt_catalyst/images/tw/grey-bottom-right.png) no-repeat scroll 100% 100% transparent;
    margin: 0;
    padding: 0 12px;
}
.module-grey2 p {
    padding-bottom: 10px;
}
.module-grey2 h3 {
    color: #1C2674;
    margin-bottom: 6px;
    padding-top: 10px;
}
.module-grey2 a {
    color: #767676;
    text-decoration: none;
}
.module-grey2 a:hover {
    color: #F78F1E;
    text-decoration: none;
}
.module-grey2 .custom-grey2 {background:none; padding-bottom:5px;}
/* END Grey Module */
/* BEGIN Grey Module-Table */
.moduletable-grey                                    { margin:0px; padding:0px; background: #DCDDDF url(/templates/rt_catalyst/images/tw/grey-top-left.png) 0 0 no-repeat; color:#000;}
.moduletable-grey h3                                { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/grey-top-right.png) 100% 0 no-repeat;}
.moduletable-grey div div                            { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/grey-bottom-left.png) 0 100% no-repeat; }
.moduletable-grey div div div                        { margin:0px; padding:0px; background: url(/templates/rt_catalyst/images/tw/grey-bottom-right.png) 100% 100% no-repeat;
                                                                          padding-left:12px;
                                                                          padding-right:12px;
                                                                          padding-bottom:0px;}
.moduletable-grey p                                  { padding-bottom:10px; }
.moduletable-grey h3                                         { color:#1C2674;padding-top:10px; margin-bottom:6px;}
.moduletable-grey a                                  { color:#767676; text-decoration:none; }
.moduletable-grey a:hover                            { color:#F78F1E; text-decoration:none; }
/* END Grey Module-Table */
/* fix to weird header issue*/
#featured-mod {
  z-index:999;

}
#showcase {
  height:57px;
  background-image:none !important;
  background-color:#2C3675;
}

/**/
#featured-mod, #featured-mod2 {
  height:110px;
  overflow:hidden;
  background:url(/templates/rt_catalyst/images/top-bg.png) repeat-x scroll center top #000000;
}
#featured-mod, #page-bg {
    z-index: 0;
}

#showcase-promo {
  height:120px;
}
#showcase-promo {
  overflow:hidden;
}
/* end to fix */ 

#jform_contact_emailmsg {width:320px;}

.jicons-icons {float:left;clear:none;padding-right:10px;}

.category-list .cat-children h3 {display:none;}
ul.latestnews li, ul.latestnews {list-style:none;padding-left:0;}
ul.mostread li, ul.mostread {list-style:none;padding-left:0;}
.twColContainer {clear:both;width:100%;padding-bottom:50px;}
.twCenter, .twRight, .twLeft {float:left;width:33%;}
.twClear {clear:both;}

.moduletable-grey h3 {color:#F78F1E}
.module-grey2 h3 {color:#666666}
.module-grey2 a {
    color: #767676;
    font-weight: bold;
    text-decoration: none;
}
.module-grey2 p {color:#666;}

.cat-children ul {
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}
.cat-children ul a {color:#37439D}
.cat-children ul a:hover {color:#F78F1E}
a {color:#37439D}
h1 {color:#F78F1E}
.categories-list ul {list-style:none;}
.category tr.cat-list-row0 {background-color:#F7F7F7;}
.twColContainer .moduletable {margin-bottom:50px}

.fpproduct h2 , .item-page h2 {margin-top:0;padding-top:0;}
.fpproduct li {padding-bottom:20px;}

.jd_footer{display:none;}

iframe#blockrandom {
  border:none;
  
}
.phplist iframe#blockrandom {
  height:700px;
}

/* PHPList Template Overrides */
#ff-catalyst.phplist #main-content {
  padding:20px;
}
#ff-catalyst.phplist #main-content a {
  text-decoration:underline;
  font-weight:bold;
}
#ff-catalyst.phplist h1 {
  font-size:150% !important;
  color:#2C3675;
}
/**
 * @version		1.0 December 20, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
hr {
	clear: both;
	height: 0;
	border: 0;
	display: none;
}

/* The toolbar for the content box */
#rokslide-wrapper del {
	text-decoration: none;
	clear: both;
}

ul#rokslide-toolbar {
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}

#rokslide-toolbar li {
	float: left;
	display: block;
}

#rokslide-toolbar span {
	cursor: pointer;
	display: block;
	text-align: center;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
}
div#frame {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
div#frame div.button {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}
div#frame div.button#left {
	left: 10px;
}
div#frame div.button#right {
	right: 10px;
}
div#frame div.button#left:hover,div#frame div.button#left.hover,
div#frame div.button#right:hover,div#frame div.button#right.hover {
	background-position: 0 -50px;
}
#scroller {
	margin: 0 auto;
	overflow: hidden;
}
#moduleslide .tab-pane {
	overflow: hidden;
	float: left;
}
/**
 * @version		1.0 December 20, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* @group Headers */

/* Header 1 */

body.header1 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-1/wood-bg1.jpg) repeat-x 50% 100%;
}


body.header1 #bottom {
/*	background: url(../images/headers/header-1/wood-bg1.jpg) top center;
	color: #fff;*/
	background-color:#C0C4C8;
}

body.header1 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-1/top-tab.jpg) 0 0 no-repeat;
}

body.header1 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-1/bottom-tab.jpg) 0 0 no-repeat;
}

body.header1 #bottom .module h3 {
/*	background: url(../images/headers/header-1/bottommod-arrow.png) 0 2px no-repeat;*/
	padding-left:0 !important;
}
body.header1 #bottom .module ul {
	font-weight:bold;
}
body.header1 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-1/hilite1-h3.png) 0 0 no-repeat;
	color: #CC7A00;
}

body.header1 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-1/hilite2-h3.png) 0 0 no-repeat;
	color: #CC7A00;
}

body.header1 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-1/hilite3-h3.png) 0 0 no-repeat;
	color: #CC7A00;
}

body.header1 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-1/hilite4-h3.png) 0 0 no-repeat;
	color: #CC7A00;
}

body.header1 .contentheading,
body.header1 blockquote.color3,
body.header1 span.number-color2,
body.header1 span.important-title3,
body.header1 span.dropcap-color2 {
	color: #CC7A00;
}

body.header1 .important3 {
	border: 1px solid #CC7A00;
}

body.header1 span.highlight-color2 {
	background: #CC7A00;
	color: #fff;
}

/* Header 2 */

body.header2 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-2/wood-bg2.jpg) repeat-x 50% 100%;
}

body.header2 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-2/wood-bg2.jpg) top center;
	color: #fff;
}

body.header2 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-2/top-tab.jpg) 0 0 no-repeat;
}

body.header2 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-2/bottom-tab.jpg) 0 0 no-repeat;
}

body.header2 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-2/bottommod-arrow.png) 0 2px no-repeat;
}

body.header2 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-2/hilite1-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header2 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-2/hilite2-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header2 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-2/hilite3-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header2 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-2/hilite4-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header2 .contentheading,
body.header2 blockquote.color3,
body.header2 span.number-color2,
body.header2 span.important-title3,
body.header2 span.dropcap-color2 {
	color: #999;
}

body.header2 .important3 {
	border: 1px solid #999;
}

body.header2 span.highlight-color2 {
	background: #999;
	color: #fff;
}

/* Header 3 */

body.header3 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-3/wood-bg3.jpg) repeat-x 50% 100%;
}

body.header3 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-3/wood-bg3.jpg) top center;
	color: #fff;
}

body.header3 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-3/top-tab.jpg) 0 0 no-repeat;
}

body.header3 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-3/bottom-tab.jpg) 0 0 no-repeat;
}

body.header3 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-3/bottommod-arrow.png) 0 2px no-repeat;
}

body.header3 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-3/hilite1-h3.png) 0 0 no-repeat;
	color: #A50002;
}

body.header3 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-3/hilite2-h3.png) 0 0 no-repeat;
	color: #A50002;
}

body.header3 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-3/hilite3-h3.png) 0 0 no-repeat;
	color: #A50002;
}

body.header3 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-3/hilite4-h3.png) 0 0 no-repeat;
	color: #A50002;
}

body.header3 .contentheading,
body.header3 blockquote.color3,
body.header3 span.number-color2,
body.header3 span.important-title3,
body.header3 span.dropcap-color2 {
	color: #A50002;
}

body.header3 .important3 {
	border: 1px solid #A50002;
}

body.header3 span.highlight-color2 {
	background: #A50002;
	color: #fff;
}

/* Header 4 */

body.header4 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-4/gradient-1.png) repeat-x 50% 100%;
}

body.header4 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-4/gradient-1b.png) top center;
	color: #fff;
}

body.header4 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-4/top-tab.jpg) 0 0 no-repeat;
}

body.header4 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-4/bottom-tab.jpg) 0 0 no-repeat;
}

body.header4 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-4/bottommod-arrow.png) 0 2px no-repeat;
}

body.header4 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-4/hilite1-h3.png) 0 0 no-repeat;
	color: #178FC0;
}

body.header4 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-4/hilite2-h3.png) 0 0 no-repeat;
	color: #178FC0;
}

body.header4 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-4/hilite3-h3.png) 0 0 no-repeat;
	color: #178FC0;
}

body.header4 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-4/hilite4-h3.png) 0 0 no-repeat;
	color: #178FC0;
}

body.header4 .contentheading,
body.header4 blockquote.color3,
body.header4 span.number-color2,
body.header4 span.important-title3,
body.header4 span.dropcap-color2 {
	color: #178FC0;
}

body.header4 .important3 {
	border: 1px solid #178FC0;
}

body.header4 span.highlight-color2 {
	background: #178FC0;
	color: #fff;
}

/* Header 5 */

body.header5 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-5/gradient-2.png) repeat-x 50% 100%;
}

body.header5 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-5/gradient-2b.png) top center;
	color: #fff;
}

body.header5 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-5/top-tab.jpg) 0 0 no-repeat;
}

body.header5 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-5/bottom-tab.jpg) 0 0 no-repeat;
}

body.header5 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-5/bottommod-arrow.png) 0 2px no-repeat;
}

body.header5 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-5/hilite1-h3.png) 0 0 no-repeat;
	color: #B86838;
}

body.header5 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-5/hilite2-h3.png) 0 0 no-repeat;
	color: #B86838;
}

body.header5 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-5/hilite3-h3.png) 0 0 no-repeat;
	color: #B86838;
}

body.header5 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-5/hilite4-h3.png) 0 0 no-repeat;
	color: #B86838;
}

body.header5 .contentheading,
body.header5 blockquote.color3,
body.header5 span.number-color2,
body.header5 span.important-title3,
body.header5 span.dropcap-color2 {
	color: #B86838;
}

body.header5 .important3 {
	border: 1px solid #B86838;
}

body.header5 span.highlight-color2 {
	background: #B86838;
	color: #fff;
}

/* Header 6 */

body.header6 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-6/gradient-3.png) repeat-x 50% 100%;
}

body.header6 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-6/gradient-3b.png) top center;
	color: #fff;
}

body.header6 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-6/top-tab.jpg) 0 0 no-repeat;
}

body.header6 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-6/bottom-tab.jpg) 0 0 no-repeat;
}

body.header6 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-6/bottommod-arrow.png) 0 2px no-repeat;
}

body.header6 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-6/hilite1-h3.png) 0 0 no-repeat;
	color: #D04400;
}

body.header6 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-6/hilite2-h3.png) 0 0 no-repeat;
	color: #D04400;
}

body.header6 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-6/hilite3-h3.png) 0 0 no-repeat;
	color: #D04400;
}

body.header6 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-6/hilite4-h3.png) 0 0 no-repeat;
	color: #D04400;
}

body.header6 .contentheading,
body.header6 blockquote.color3,
body.header6 span.number-color2,
body.header6 span.important-title3,
body.header6 span.dropcap-color2 {
	color: #D04400;
}

body.header6 .important3 {
	border: 1px solid #D04400;
}

body.header6 span.highlight-color2 {
	background: #D04400;
	color: #fff;
}

/* Header 7 */

body.header7 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-7/gradient-4.png) repeat-x 50% 100%;
}

body.header7 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-7/gradient-4b.png) top center;
	color: #fff;
}

body.header7 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-7/top-tab.jpg) 0 0 no-repeat;
}

body.header7 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-7/bottom-tab.jpg) 0 0 no-repeat;
}

body.header7 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-7/bottommod-arrow.png) 0 2px no-repeat;
}

body.header7 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-7/hilite1-h3.png) 0 0 no-repeat;
	color: #DE0002;
}

body.header7 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-7/hilite2-h3.png) 0 0 no-repeat;
	color: #DE0002;
}

body.header7 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-7/hilite3-h3.png) 0 0 no-repeat;
	color: #DE0002;
}

body.header7 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-7/hilite4-h3.png) 0 0 no-repeat;
	color: #DE0002;
}

body.header7 .contentheading,
body.header7 blockquote.color3,
body.header7 span.number-color2,
body.header7 span.important-title3,
body.header7 span.dropcap-color2 {
	color: #DE0002;
}

body.header7 .important3 {
	border: 1px solid #DE0002;
}

body.header7 span.highlight-color2 {
	background: #DE0002;
	color: #fff;
}

/* Header 8 */

body.header8 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-8/gradient-5.png) repeat-x 50% 100%;
}

body.header8 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-8/gradient-5b.png) top center;
	color: #fff;
}

body.header8 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-8/top-tab.jpg) 0 0 no-repeat;
}

body.header8 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-8/bottom-tab.jpg) 0 0 no-repeat;
}

body.header8 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-8/bottommod-arrow.png) 0 2px no-repeat;
}

body.header8 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-8/hilite1-h3.png) 0 0 no-repeat;
	color: #76930C;
}

body.header8 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-8/hilite2-h3.png) 0 0 no-repeat;
	color: #76930C;
}

body.header8 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-8/hilite3-h3.png) 0 0 no-repeat;
	color: #76930C;
}

body.header8 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-8/hilite4-h3.png) 0 0 no-repeat;
	color: #76930C;
}

body.header8 .contentheading,
body.header8 blockquote.color3,
body.header8 span.number-color2,
body.header8 span.important-title3,
body.header8 span.dropcap-color2 {
	color: #76930C;
}

body.header8 .important3 {
	border: 1px solid #76930C;
}

body.header8 span.highlight-color2 {
	background: #76930C;
	color: #fff;
}

/* Header 9 */

body.header9 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-9/gradient-6.png) repeat-x 50% 100%;
}

body.header9 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-9/gradient-6b.png) top center;
	color: #fff;
}

body.header9 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-9/top-tab.jpg) 0 0 no-repeat;
}

body.header9 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-9/bottom-tab.jpg) 0 0 no-repeat;
}

body.header9 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-9/bottommod-arrow.png) 0 2px no-repeat;
}

body.header9 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-9/hilite1-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header9 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-9/hilite2-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header9 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-9/hilite3-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header9 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-9/hilite4-h3.png) 0 0 no-repeat;
	color: #999;
}

body.header9 .contentheading,
body.header9 blockquote.color3,
body.header9 span.number-color2,
body.header9 span.important-title3,
body.header9 span.dropcap-color2 {
	color: #999;
}

body.header9 .important3 {
	border: 1px solid #999;
}

body.header9 span.highlight-color2 {
	background: #999;
	color: #fff;
}

/* Header 10 */

body.header10 #topmod {
	background: url(/templates/rt_catalyst/images/headers/header-10/pattern-1.png) repeat-x 50% 100%;
}

body.header10 #bottom {
	background: url(/templates/rt_catalyst/images/headers/header-10/pattern-1.png) top center;
	color: #fff;
}

body.header10 #top-tab {
	background: url(/templates/rt_catalyst/images/headers/header-10/top-tab.jpg) 0 0 no-repeat;
}

body.header10 #bottom-tab {
	background: url(/templates/rt_catalyst/images/headers/header-10/bottom-tab.jpg) 0 0 no-repeat;
}

body.header10 #bottom .module h3 {
	background: url(/templates/rt_catalyst/images/headers/header-10/bottommod-arrow.png) 0 2px no-repeat;
}

body.header10 #main-content .module-hilite1 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-10/hilite1-h3.png) 0 0 no-repeat;
	color: #666;
}

body.header10 #main-content .module-hilite2 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-10/hilite2-h3.png) 0 0 no-repeat;
	color: #666;
}

body.header10 #main-content .module-hilite3 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-10/hilite3-h3.png) 0 0 no-repeat;
	color: #666;
}

body.header10 #main-content .module-hilite4 h3 {
	background: url(/templates/rt_catalyst/images/typo/header-10/hilite4-h3.png) 0 0 no-repeat;
	color: #666;
}

body.header10 .contentheading,
body.header10 blockquote.color3,
body.header10 span.number-color2,
body.header10 span.important-title3,
body.header10 span.dropcap-color2 {
	color: #666;
}

body.header10 .important3 {
	border: 1px solid #666;
}

body.header10 span.highlight-color2 {
	background: #666;
	color: #fff;
}

/* @end */
.twLeft .moduletable-grey .custom-grey {
	background:url(/templates/rt_catalyst/images/tw/grey-bottom-right.png) no-repeat scroll 100% 100% transparent;
}
.twLeft .moduletable-grey {
	width:200px;
}
.twLeft .moduletable-grey .custom-grey .gray-footer {
	background:url(/templates/rt_catalyst/images/tw/grey-bottom-left.png) no-repeat scroll 10 10 transparent;
	margin-left:-10px;
}
.twLeft .custom-grey {
	padding-left:10px;
}
.twLeft .moduletable-grey h3 {
	padding-left:10px;
}

.twLeft .moduletable, .twLeft .moduletable-gray {
	margin-bottom:50px;
}
div.module-purple div.custom-purple {
	padding:0px;
	margin:0;
}
.module-yellow-head div div.custom-yellow-head {
	margin-left:0px;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
}
.module-yellow-head div div.custom-yellow-head h2 {
	font-weight:bold;
	color:#767676;
	font-size:120%;
	margin-bottom:0px;
	padding-bottom:0px;
}
.module-yellow-head div div.custom-yellow-head img {
	margin-top:10px;
}
.twLeft .moduletable h3,.twRight .moduletable h3, .twCenter .moduletable h3 {
	color:#F78F1E;
}
.twLeft .moduletable a, .twRight .moduletable a, .twCenter .moduletable a {
	color:#2C3675
}
.twLeft .moduletable a:hover, .twRight .moduletable a:hover, .twCenter .moduletable a:hover {
	color:#F78F1E;
}
.moduletable li {
	line-height:20px;
}
/**
 * @version		1.0 December 20, 2011
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* Style 1 */

h2,
.componentheading {
	color: #F78F1E;
}

/* @group Structure */

#logo {
	background: url(/templates/rt_catalyst/images/style1/logo.png) 0 0 no-repeat;
}

#showcase {
	background: #2C3675 url(/templates/rt_catalyst/images/style1/showcase-bg.png) 0 0 repeat-x;
}

#showcase2 {
	/*background-color: #362d70;*/
	background-image: url(/templates/rt_catalyst/images/top-blue.png);
}

#featured-mod {
	background: url(/templates/rt_catalyst/images/top-bg.png) 50% 0 repeat-x;
}

#featured-mod2 {
	background: url(/templates/rt_catalyst/images/top-bg.png) 50% 0 no-repeat;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {background: none repeat scroll 0 0 #C0C4C8;}

#horiz-menu ul ul {
	background: #031421;
	border-left: 1px solid #094369;
	border-right: 1px solid #094369;
	border-bottom: 1px solid #094369;
}

#horiz-menu ul ul ul {
	border-top: 1px solid #094369;
}

#horiz-menu li a {
	background: url(/templates/rt_catalyst/images/style1/horiz-menu-div.png) 100% 50% no-repeat;
}

#horiz-menu a,
#horiz-menu li.active a {
	color: #fff;
}

#horiz-menu li.active a {
	color:#F78F1E;
}

#horiz-menu a:hover {
color:#F78F1E;
}

#horiz-menu ul ul li a,
#horiz-menu ul li.active.parent ul a {
	background: url(/templates/rt_catalyst/images/style1/dropdown-arrow.png) 10px 50% no-repeat;
	color: #18A7E1;
	color:#fff;
}
#horiz-menu ul li.active.parent ul a:hover,
#horiz-menu ul li ul li:hover a {
        background: url(/templates/rt_catalyst/images/style1/dropdown-arrow-over.png) 10px 50% no-repeat;
}

/* @end */

/* @group Main Menu */

a.mainlevel {
	background: url(/templates/rt_catalyst/images/style1/vertmenu-bg.png) 0 0 no-repeat;
	color: #666;
}

a#active_menu.mainlevel,
a.mainlevel:hover {
	color: #178FC0;
}

a.sublevel:hover,
a#active_menu.sublevel {
	color: #178FC0;
}

a.sublevel {
	color: #666;
}

/* @end */

/* @group Sub Menu */

ul.menu a {
	background: url(/templates/rt_catalyst/images/style1/vertmenu-bg.png) 0 0 no-repeat;
	color: #666;
}

ul.menu li.active a,
ul.menu li a:hover,
ul.menu li.parent li.active a,
ul.menu li.parent li.parent li.active a,
ul.menu li.parent li.active a:hover,
ul.menu li.parent li.parent li.active a:hover,
ul.menu li.active a:hover {
	color: #18A7E1;
}

ul.menu li.parent li a,
ul.menu li.parent li.parent li a {
	color: #666;
}

/* @end */

.rok-content-rotator h2 a:hover,
.rok-content-rotator h2 a.active,
#rokslide-toolbar li.current {
	color: #178FC0;
}

/* @group Typography */

ul.bullet-1 li {
	background: url(/templates/rt_catalyst/images/style1/dropdown-arrow.png) 0 3px no-repeat;
}

ul.bullet-2 li {
	background: url(/templates/rt_catalyst/images/style1/bullet-2.png) 0 3px no-repeat;
}

ul.bullet-3 li {
	background: url(/templates/rt_catalyst/images/style1/bullet-3.png) 0 3px no-repeat;
}

ul.bullet-4 li {
	background: url(/templates/rt_catalyst/images/style1/bullet-4.png) 0 3px no-repeat;
}

ul.bullet-5 li {
	background: url(/templates/rt_catalyst/images/style1/bullet-5.png) 0 3px no-repeat;
}

.important2 {
	border: 1px solid #178FC0;
}

span.highlight-color {
	background: #178FC0;
	color: #fff;
}

span.important-title2,
span.number-color,
blockquote.color2,
span.dropcap-color {
	color: #178FC0;
}

/* @end */
#horiz-menu a, #horiz-menu li.active a {
	font-weight:bold;
}
#horiz-menu {
	height:40px !important;
}
.tw-fp-headers {text-align:center;}
.leftcol .feed ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}

#system-message .error.message {
	display:none;
}
.dp-container .modal-backdrop {display:none !important;}

/* mobile friendly - temp */
@media screen and (max-width: 700px) {
	body, html {min-width:1000px;}
}
