*  {  margin: 0;  padding: 0; }

body  {
  color:#272727;
  background:#E0E0E0 url(../images/s5_background.jpg) repeat-x top center;
  font-size:0.8em;
  font-family:arial;
  line-height:140%;}

body.contentpane, body.mceContentBody {  background:#FFFFFF;}

a  {  text-decoration: none;}
a:hover  { text-decoration:underline; }
a:active { outline: none;}
a:focus {-moz-outline-style: none;}  

fieldset a  {font-weight: bold; }

h1 {  font-size:1.7em;font-weight: normal;}

h2 {  font-size:1.4em;font-weight: normal;line-height:160%;}

h3 {  font-size:1.2em;font-weight:normal;}

h4 {  font-size:1.1em;font-weight: normal;}

h5 {  font-size:0.9em;font-weight: normal;}

.nocaps {
text-transform:none; }

/* IMAGES
----------------------------------------------------------- */

a img, fieldset, img  {  border: none; }

.mosimage  {
  padding: 0;
  border:1px solid #333333;
  margin:6px;  }

.mosimage img  {
  padding: 0;
  margin: 0!important; }

.mosimage_caption {
  background:#333333;
  border-top:1px solid #333333;
  color:#FFFFFF;
  font-size:8pt;
  margin-top:2px;
  padding:1px 2px;}


#s5_component_wrap ul {  list-style:disc;margin-left:20px;}

#s5_component_wrap ul.navigation {list-style-type:none;margin-left:0px;}

/* FORM
----------------------------------------------------------- */
fieldset  {
  border-bottom:dotted 1px #5F5F5F;
  padding-top:7px;
  padding-bottom:7px;}

#form-login fieldset {
  border:none;
  padding-top:0px;}

#form-login p {
  padding-top:0px;}

#login br {
  display:none;}

#login .button {
  margin-top:8px;
  margin-bottom:8px;}

#login ul, #form-login ul {
  padding-top:8px;
  padding-bottom:8px;}

#modlgn_username, #modlgn_passwd, #username_vmlogin, #password_vmlogin {
  width:92%;}


.inputbox, .s5_articleicons {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  border:1px solid #D4D4D4;
  margin-top: 3px;
  margin-bottom:4px;
  padding:5px;
  background:#FBFBFB;
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05) inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05) inset; /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05) inset; /* Opera 10.5, IE9, Chrome 10+ */}

.inputbox:hover, .s5_articleicons:hover {
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -webkit-box-shadow: 0 0px 3px #BDBDBD;
  -moz-box-shadow: 0 0px 3px #BDBDBD;
  box-shadow: 0 0px 3px #BDBDBD;  
  border:solid 1px #ABABAB;}
  
.s5_articleicons {
padding-top:7px;
border:solid 1px #DFDFDF;
margin-top:6px;
padding-left:12px;
height:10px;
}
  
select.inputbox {
behavior:none;}

label.invalid {
  color:#FF0000;}

label.invalid {
  color:red;}

.invalid {
  border-color:#FF0000;}

.invalid {
  border-color:red !important;}

.tool-tip {
  float: left;
  background: #CCCCCC;
  border: 1px solid #333333;
  padding: 5px;
  color:#000000;
  max-width: 200px;}

.tool-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  color:#000000;}

.tool-text {
  color:#000000;
  margin: 0;}

/* BUTTONS
----------------------------------------------------------- */

.button, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton {
  padding:6px;
  padding-top:5px;
  margin-top:22px;
  margin-bottom:0px;
  border:none;
  color:#FFFFFF;
  text-decoration: none; 
  font-size:0.9em;}

.button, #submitCommentButton {
  margin:0px;
  margin-top:0px;
  display:inline;
  margin-right:8px;
  background:url(../images/s5_pattern.png);
  color:#ffffff;}
  
.button:hover {
  background:#272727;
  border:solid 1px #272727;
}

a.readon {
background:url(../images/s5_pattern.png);
float:left;
}
  
#submitCommentButton {
  margin-top:14px;}

a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {
  padding-left:10px;
  padding-right:10px;}


/* FONT CONTROLS
----------------------------------------------------------- */
#fontControls {
  float:right;}

#fontControls a {
  color:#FFFFFF;}

.decreaseSize {
  font-size:9px;}

.increaseSize {
  font-size:13px;}

.resetSize {
  font-size:11px;
  margin-left:5px;
  margin-right:5px;}  
  
/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
  height: 0;
  visibility:hidden;}


.s5_scrolltotop  {  
  width:14px;
  height:9px;
  cursor:pointer;
  float: right;
  margin-top:-25px;
  background:transparent url(../images/s5_scroll_arrow.png) no-repeat;}  


  
  
/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap ul.menu a:hover {
text-decoration:underline;}

#s5_bottom_menu_wrap ul.menu li {
padding-right:7px;
padding-left:7px;
font-size:0.9em;
float:left;}

#s5_bottom_menu_wrap {
margin-bottom:-10px;
padding-top:10px;}


/* COLUMN MENU
----------------------------------------------------------- */

.module_round_box ul.menu a {
padding:20px;
padding-right:10px;
padding-bottom:3px;
padding-top:3px;
display:block;
/* background:url(../images/system/arrow.png) no-repeat left center; */
background-color:#FFF;
color:#272727;
border:1px solid #CCCCCC;
font-size:12pt;
margin-top:5px;
text-transform:uppercase;
}

.module_round_box ul.menu a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a {
background:none;
padding:9px;
padding-left:10px;
border: none;
display:block;
font-size:8pt;
margin-top:0px;
text-transform:none;
}

.module_round_box ul.menu ul ul a {
font-size:8pt;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

.module_round_box ul.menu #current ul span {
font-weight:normal;}

.module_round_box ul.menu li {
padding:0px;}


/* James - Colorize menu items */

.module_round_box ul.menu li.active a {
font-weight:normal;
} 



.module_round_box ul.menu li.current ul a {
color:#272727;
font-weight:bold;
padding-left:30px; }

/* End James */

.module_round_box ul.menu li.active ul li a {
font-weight:bold;
padding-left:30px;
line-height:110%;
}





/* ACCORDION MENU
----------------------------------------------------------- */


#s5_accordion_menu ul li span {
font-weight:normal;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
color:#272727;}

div.s5_accordion_menu_element li li{
padding-left:4px;}

div.s5_accordion_menu_element li li li{
padding-left:12px;}

div.s5_accordion_menu_element li a, .s5_am_inner_li .separator span {
padding-top:6px;
padding-bottom:6px;
padding-left:20px;
background:url(../images/system/arrow.png) no-repeat center left;
display:block;
border-bottom:none;
font-size:0.9em;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
color:#272727;}

div.s5_accordion_menu_element li li a, .s5_am_innermenu .s5_am_inner_li .separator span  {
background:none;
padding-left:10px;
padding-right:6px;
font-size:0.9em;
color:#787777;
border:none;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
padding-top:4px;
padding-bottom:4px;}


span.s5_accordion_menu_left {
padding:0px;
padding-left:12px;
padding-right:12px;
padding-top:7px;
display:block;
padding-bottom:6px;}

.s5_am_inner_li span.s5_accordion_menu_left {
padding:0px;}

.s5_am_innermenu span.s5_accordion_menu_left {
background:none;}

#s5_accordion_menu ul li {
padding-bottom:0px;
padding-top:0px;}

#s5_accordion_menu {
margin:0px;}

#s5_accordion_menu div {
width:100%;
display:block;}

#s5_accordion_menu h3 {
background: #FFFFFF; /* Old browsers */
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
-webkit-box-shadow: 0 0px 3px #BDBDBD;
-moz-box-shadow: 0 0px 3px #BDBDBD;
box-shadow: 0 0px 3px #BDBDBD; 
margin:0px;
position:relative;
width:100%;
display:block;
font-size:1.1em;
height:31px;
margin-bottom:6px;}

#s5_accordion_menu h3:hover {
background: #F3F3F3;
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
-webkit-box-shadow: 0 0px 3px #878686;
-moz-box-shadow: 0 0px 3px #878686;
box-shadow: 0 0px 3px #878686; 
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
cursor: pointer;
background:url(../images/s5_acc_r_parent.png) no-repeat top right;
padding-right:24px;
position:relative;}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left {
background:url(../images/s5_acc_r_parent.png) no-repeat bottom right;}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
background:none;
}

#s5_accordion_menu h3.s5_am_not_parent {
cursor:pointer;}

#s5_accordion_menu h3.s5_am_toggler div {
margin:0px;
padding:0px;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {  
width:auto;
border:none;
padding:0px;
margin:0px;}

div.s5_accordion_menu_element li {  
list-style-image:none;
list-style-position:outside;
list-style-type:none;}

div.s5_accordion_menu_element {
width:auto;}

#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
background:none;}

ul.s5_am_innermenu {
padding-top:0px;
padding-bottom:8px;
padding-left:11px;
padding-right:8px;
margin-left:0px;
margin-top:0px;}

ul.s5_am_innermenu a:hover {
color:#000000;
text-decoration:underline;
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;}

#s5_accordion_menu h3.s5_am_parent {
padding-right:0px;}

#s5_accordion_menu h3 span.s5_accordion_menu_left {
height:18px;}

  
/* BODY ELEMENTS
----------------------------------------------------------- */
  
#s5_shadow_wrap1 {
background:url(../images/s5_shadow_wrap1.png);
padding-left:8px;
padding-right:8px;
}

#s5_shadow_wrap2 {
background:url(../images/s5_shadow_wrap2.png);
}

#s5_shadow_wrap3 {
background:url(../images/s5_shadow_wrap3.png) repeat-y top left;
}

#s5_shadow_wrap4 {
background:url(../images/s5_shadow_wrap4.png) repeat-y top right;
padding-left:18px;
padding-right:18px;
padding-top:0px;
border-left:solid 1px #B0B0B0;
border-right:solid 1px #B0B0B0;
}

#s5_logo {
float: left;
cursor: pointer;
background:url(../images/s5_pattern.png);
}

#s5_logo_inner {
background:url(../images/ebenezer_logo.png) no-repeat top left;
}

#s5_logo_module {
float: left;
}

#s5_banner .s5_clear_float {
display:none;
}

#s5_social_wrap1 {
margin-top:1px;
padding:14px;
padding-top:7px;
padding-bottom:7px;
background:url(../images/s5_pattern.png);
font-size:0.9em;
/* text-shadow:1px 1px #000; */
height:19px;
}

#s5_google {
background:url(../images/google.png) no-repeat top left;
height:24px;
width:24px;
cursor:pointer;
margin-top:-3px;
margin-left:7px;
float:right;
} 

#s5_google:hover {
background:url(../images/google.png) no-repeat bottom left;
}

#s5_facebook {
background:url(../images/facebook-square.png) no-repeat top left;
height:24px;
width:24px;
cursor:pointer;
margin-top:-3px;
margin-left:7px;
/* margin-right:-15px; */
float:right;
} 

/*---------------------Facebook Shift for Stickers
#s5_facebook {
background:url(../images/facebook-square.png) no-repeat top left;
height:24px;
width:24px;
cursor:pointer;
margin-top:-3px;
margin-left:7px;
margin-right:125px;
float:right;
}
------------------------*/

#s5_facebook:hover {
background:url(../images/facebook-square.png) no-repeat bottom left;
}

#s5_rss {
background:url(../images/mail-square.png) no-repeat top left;
height:24px;
width:34px;
cursor:pointer;
margin-top:-3px;
margin-left:7px;
float:right;
} 

#s5_rss:hover {
background:url(../images/mail-square.png) no-repeat bottom left;
}

#s5_twitter {
background:url(../images/twitter.png) no-repeat top left;
height:24px;
width:24px;
cursor:pointer;
margin-top:-3px;
margin-left:7px;
float:right;
} 

#s5_twitter:hover {
background:url(../images/twitter.png) no-repeat bottom left;
}

#s5_date_wrap {
float:left;
}

#s5_menu_outer_wrap {
background:url(../images/s5_pattern.png);
height:50px;
/* text-shadow:1px 1px #000; */
margin-bottom:1px;
}

#s5_login_breadcrumb_wrap {
padding:14px;
padding-top:7px;
padding-bottom:7px;
background:url(../images/s5_pattern.png);
font-size:0.9em;
/* text-shadow:1px 1px #000; */
}

#s5_breadcrumb_wrap img {
display:none;
}

#fontControls {
float:right;
margin-bottom:-3px;
}

#s5_breadcrumb_wrap {
float:left;
}

#s5_login, #s5_register {
float:right;
cursor:pointer;
margin-right:12px;
}

#s5_login:hover, #s5_register:hover {
text-decoration:underline;
}

#s5_loginreg ul li {
padding:0px;
}

.s5_bump_outs1, #s5_center_shadow_wraps, #s5_footer_area1, #s5_header_bump_out {
margin-left:-26px;
margin-right:-26px;
}

.s5_tl {
background:url(../images/s5_tl.png) no-repeat bottom left;
margin-bottom:-1px;
margin-top:8px;
}

.s5_tr {
background:url(../images/s5_tr.png) no-repeat bottom right;
}

.s5_t_shadow {
background:url(../images/s5_t_shadow.png) no-repeat bottom center;
height:17px;
}

.s5_bl {
background:url(../images/s5_bl.png) no-repeat top left;
margin-top:-1px;
margin-bottom:8px;
}

.s5_br {
background:url(../images/s5_br.png) no-repeat top right;
}

.s5_b_shadow {
background:url(../images/s5_b_shadow.png) no-repeat top center;
height:17px;
}

.s5_bump_outs2, #s5_center_area_inner, #s5_header_area1 {
border:solid 1px #B7B6B6;
background:#FFFFFF;
padding-top:8px;
padding-left:4px;
padding-right:4px;
padding-bottom:0px;
position:relative;
}

#s5_header_area1 {
padding:8px;
border-top:none;
}

#s5_menu_spacing {
margin-bottom:19px; 
margin-top:-11px;
margin-left:-3px;
margin-right:-3px;
}

#s5_center_area_inner {
padding:0px;
}

#s5_center_shadow_wraps, .s5_bump_outs1 {
margin-top:-20px;
}

#s5_above_columns_wrap1, #s5_middle_top_wrap {
border-bottom:solid 1px #CDCDCD;
background:#F9F9F9;
padding-top:20px;
padding-left:10px;
padding-right:10px;
}

#s5_below_columns_wrap1, #s5_middle_bottom_wrap {
border-top:solid 1px #CDCDCD;
background:#F9F9F9;
padding-top:20px;
padding-left:10px;
padding-right:10px;
}

#s5_footer {
background:url(../images/s5_pattern.png);
color:#FFFFFF;
padding:24px;
padding-top:15px;
padding-bottom:15px;
font-size:0.9em;
}

#s5_footer a {
color:#FFFFFF;
}

#s5_right_column_wrap {
background:#FFFFFF url(../images/s5_right_bg.png) repeat-y top left;
padding-top:20px;
border-left:solid 1px #CDCCCC;
}

#s5_left_column_wrap {
background:#FFFFFF url(../images/s5_left_bg.png) repeat-y top right;
padding-top:20px;
border-right:solid 1px #CDCCCC;
}

#s5_middle_top_wrap, #s5_middle_bottom_wrap {
padding:20px;
padding-bottom:0px;
padding-left:10px;
padding-right:10px;
}

#s5_component_wrap {
padding:20px;
padding-left:23px;
padding-right:23px;
padding-bottom:30px;
}
 
.search .button {
height:29px;
margin:0px;
width:55px;
}
 
 #mod_search_searchword, #mod-search-searchword {
  border:none;
  margin-top: 4px;
  margin-bottom:4px;
  padding:7px;
  background: #FFFFFF url(../images/s5_search.png) no-repeat center right;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-box-shadow: 0 0px 3px #BDBDBD;
  -moz-box-shadow: 0 0px 3px #BDBDBD;
  box-shadow: 0 0px 3px #BDBDBD; 
  font-size:0.9em;
  width:69%;
  margin:0px;
  margin-right:6px;
  }

 #mod_search_searchword:hover, #mod-search-searchword:hover {
  background: #F3F3F3 url(../images/s5_search.png) no-repeat center right;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -webkit-box-shadow: 0 0px 3px #878686;
  -moz-box-shadow: 0 0px 3px #878686;
  box-shadow: 0 0px 3px #878686; 
}

.s5_datewrapper {
float:left;
background:url(../images/s5_pattern.png);
padding:15px;
}

.s5_month_year_wrap {
float:left;
width:24px;
font-size:0.8em;
margin-top:-6px;
}

.s5_daydate {
border-right:solid 1px #FFFFFF;
float:left;
padding-right:10px;
margin-right:11px;
font-size:2em;
color:#FFFFFF;
}

.s5_first, .s5_year {
float:left;
height:12px;
}

.s5_articleicons {
float:right;
}

.s5_authortext {
font-size:0.8em;
}

.s5_date_margin {
margin-left:128px;
}

.column_separator {
margin-left:18px;
}

.pagination a {
color:#FFFFFF;
background:url(../images/s5_pattern.png);
padding:2px;
padding-left:6px;
padding-right:6px;
margin-right:6px;
font-size:0.9em;
}

.pagination a:hover {
background:#272727;
border:solid 1px #272727;
}

.pagination span {
background:#FBFBFB;
-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05) inset; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05) inset; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05) inset; /* Opera 10.5, IE9, Chrome 10+ */
padding:2px;
padding-left:6px;
padding-right:6px;
margin-right:6px;
border:solid 1px #C8C7C7;
font-size:0.9em;
}

.pagination_counter {
font-size:0.8em;
}


/* MODULE STYLES
----------------------------------------------------------- */

.module_round_box_outer .contentheading {
font-size:1.2em;
margin-bottom:5px;
display:block;
}

.module_round_box_outer .article_separator {
display:none;
}

.module_round_box-style4 .s5_newsflash {
font-size:0.8em;
line-height:140%;
float:left;
margin-bottom:2px;
}

.s5_nf_readon {
float:right;
margin-top:9px;
font-size:1em;
}

.s5_mod_h3 {
background:#FFFFFF;
-webkit-box-shadow: 0 0px 3px #BDBDBD;
-moz-box-shadow: 0 0px 3px #BDBDBD;
box-shadow: 0 0px 3px #BDBDBD; 
padding:11px;
padding-top:7px;
padding-bottom:7px;
margin-bottom:16px;
font-size:1.3em;
}

.module_round_box {
font-size:0.9em;
}

.module_round_box_outer {
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
}


#s5_drop_down_inner .module_round_box_outer {
margin-left:10px;
margin-right:10px;
margin-bottom:30px;
}



#s5_header_wrap .module_round_box_outer {
margin-left:0px;
margin-right:0px;
margin-bottom:1px;
}





#s5_top_row3 .module_round_box_outer, #s5_bottom_row1 .module_round_box_outer {
margin-left:12px;
margin-right:12px;
margin-bottom:22px;
}






.s5_bump_outs2 .module_round_box_outer {
margin-left:4px;
margin-right:4px;
margin-bottom:8px;
}

.s5_bump_outs2 .module_round_box-style1, .s5_bump_outs2 .module_round_box-style2, .s5_bump_outs2 .module_round_box-style4 {
padding:0px;
}





#s5_center_shadow_wraps .module_round_box_outer {
margin-bottom:20px;
margin-left:10px;
margin-right:10px;
}

#s5_right_column_wrap .module_round_box_outer, #s5_left_column_wrap .module_round_box_outer {
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
}






.module_round_box-style1 {
/* text-shadow:1px 1px #000; */
background:url(../images/s5_pattern.png);
padding:14px;
font-size:0.9em;
}

.module_round_box-style1 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:0px;
margin-bottom:14px;
font-size:1.8em;
}

.module_round_box-style1 .s5_h3_first {
color:#FFFFFF;
}






.module_round_box-style2 {
/* text-shadow:1px 1px #000; */
background:url(../images/s5_pattern.png);
padding:14px;
font-size:0.9em;
color:#FFFFFF;
}

.module_round_box-style2 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:0px;
margin-bottom:14px;
font-size:1.8em;
}

.module_round_box-style2 .s5_h3_first {
color:#FFFFFF;
}




.module_round_box-style3 {
/* text-shadow:1px 1px #000; */
background:url(../images/s5_pattern.png);
padding:14px;
font-size:0.9em;
color:#FFFFFF;
}

.module_round_box-style3 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:0px;
margin-bottom:14px;
font-size:1.8em;
}

.module_round_box-style3 .s5_h3_first {
color:#FFFFFF;
}




.module_round_box-style4 {
background:url(../images/s5_style4.png);
padding:14px;
font-size:0.9em;
}

.module_round_box-style4 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:12px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:11px;
font-size:1.6em;
color:#FFFFFF;
background:url(../images/s5_pattern.png);
/* text-shadow:1px 1px #000; */
}

.module_round_box-style4 .s5_h3_first {
color:#FFFFFF;
}






.module_round_box-style5 {
background:none;
padding:0px;
font-size:0.9em;
}

.module_round_box-style5 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:0px;
margin-bottom:16px;
font-size:1.6em;
}






.module_round_box-style6 {
font-size:0.9em;
}

.module_round_box-style6 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:12px;
padding-top:8px;
padding-bottom:8px;
margin-bottom:14px;
font-size:1.2em;
color:#FFFFFF;
background:url(../images/s5_pattern.png);
/* text-shadow:1px 1px #000; */
}

.module_round_box-style6 .s5_h3_first {
color:#FFFFFF;
}






.module_round_box-style7 {
font-size:0.9em;
background:#1A1816;
padding:8px;
color:#FFFFFF;
}

.module_round_box-style7 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:6px;
padding-top:2px;
padding-bottom:8px;
margin-bottom:0px;
font-size:1em;
color:#FFFFFF;
}






.module_round_box-style8 {
font-size:0.9em;
background:#333230;
padding:8px;
color:#FFFFFF;
}

.module_round_box-style8 .s5_mod_h3 {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none; 
padding:6px;
padding-top:4px;
padding-bottom:10px;
margin-bottom:0px;
font-size:1em;
color:#FFFFFF;
}



.s5_fourdivs_1 h3 {
font-weight:bold;
}



/* S5 BOX
----------------------------------------------------------- */


#s5box_one {padding:20px;}
#s5box_two {padding:20px;}
#s5box_three {padding:20px;}
#s5box_four{padding:20px;}
#s5box_five{padding:20px;}
#s5box_six{padding:20px;}
#s5box_seven {padding:20px;}
#s5box_eight {padding:20px;}
#s5box_nine {padding:20px;}
#s5box_ten {padding:20px;}
#s5box_login {padding:20px;}
#s5box_register {padding:20px;}

#cboxContent {
background:url(../images/s5_shadow_wrap2.png);
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 1);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 1);
box-shadow: 0 5px 40px rgba(0, 0, 0, 1);
overflow: visible;
position: relative;
}


#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxOverlay{background:#000000;display:none;}

#cboxClose {
float:right;
margin-top:-30px;
margin-right:20px;
cursor:pointer;
}

#cboxClose:hover {
color:#000000;
}

#cboxLoadedContent h3 {
padding-left:0px;
padding-right:0px;
margin-bottom:18px;
margin-top:6px;
font-size:1.6em;
}

#s5box_login ul li, #s5box_register ul li  {
padding-left:16px;
background:url(../images/system/arrow.png) no-repeat center left;
}

#s5box_login ul li a, #s5box_register ul li a {
color:#272727;
}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxMiddleLeft, #cboxMiddleRight {
width:40px;
}

#cboxTopLeft, #cboxTopRight, #cboxTopCenter, #cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter {
height:40px;
}





/* S5 IMAGESLIDE
----------------------------------------------------------- */

#blenddiv {
background-repeat:no-repeat;
overflow:hidden;
position:absolute;
z-index:1;
}

.s5_button_if {
width:19px;
float:right;
height:20px;
padding-right:4px;
cursor:pointer; }



.s5_mask{
  position:absolute;
  width:965px;
  height:338px;
  overflow:hidden;
}
.s5_is_wrap6 .buttons{
  clear:both;
  text-align:center;
}

/* s5_is_wrap 7*/
#s5_if_innerbox{
  position:absolute;
}
#s5_if_innerbox div.s5imageslides{
  display:block;
  float:left;
}

#s5_if_innerbox span{
  display:block;
  float:left;
}

#s5_if_thumbsouter, #s5_if_thumbsouter2{
  position:absolute;
  z-index:1;
  width:206px;
  clear:both;
  height:41px;
  overflow:hidden;
  margin-top:271px;
}
#s5_if_thumbsouter .s5_if_thumbs, #s5_if_thumbs_handlesout, #s5_if_thumbs_maskout, #s5_if_thumbs_handlesout2, #s5_if_thumbs_maskout2, #s5_if_thumbsouter2 .s5_if_thumbs2{
  position:absolute;
  top:0;
  width:100%;
  z-index:1;
  height:41px;
}



#s5_if_thumbsouter .s5_if_thumbs div, #s5_if_thumbs_handlesout span {
  border:1px solid #cccccc;
  cursor:pointer;
  display:block;
  float:left;
  height:39px;
  width:56px;
  }
  
#s5_if_thumbsouter2 .s5_if_thumbs2 div, #s5_if_thumbs_handlesout2 span{
  border:none;
  background:url(../images/image_slide/s5_if_thumbs_maskdot.png) no-repeat;
  cursor:pointer;
  display:block;
  float:left;
  height:39px;
  width:18px;
  }  
  
#s5_if_thumbsouter .s5_if_thumbs div img, #s5_if_thumbsouter2 .s5_if_thumbs2 div img{
  width:56px;
  height:42px;
  float:right;
}


#s5_if_thumbs_maskout{
  width:1200px;
  background:url(../images/image_slide/s5_if_thumbs_mask.gif) no-repeat center top;
}

#s5_if_thumbs_maskout2{
  width:1200px;
  background:url(../images/image_slide/s5_if_thumbs_mask.png)  no-repeat -21px 0px;
}

p#s5_if_thumbs_handlesout {
  padding:0px;
  margin:0px;}
  

p#s5_if_thumbs_handlesout2 {
  padding:0px;
  margin:0px;}  


.s5_is_wrap{padding:0px; margin:0px; border:none;}


#cont{width:550px;margin:0 auto;background:#fff;text-align:left;padding:20px}

.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}

#s5_is_leftarrow {
  background:url(../images/image_slide/left_arrow.png) no-repeat center;
  height:319px;
  position:absolute;
  width:42px;
  cursor:pointer;
  z-index:1;}
  
#s5_is_rightarrow {
  background:url(../images/image_slide/right_arrow.png) no-repeat center;
  height:319px;
  float:right;
  position:relative;
  cursor:pointer;
  width:42px;
  z-index:1;}
  
  
#s5_ismod_stop {
  background:transparent url(../images/image_slide/stop.png) no-repeat scroll 0 0;
  height:129px;
  padding-left:7px;
  padding-top:3px;
  width:129px;}
  
#s5_ismod_play {
  background:transparent url(../images/image_slide/play.png) no-repeat scroll 0 0;
  height:129px;
  padding-left:7px;
  padding-top:3px;
  width:129px;}
  
    
    
#s5_if_innerbox span.blackhigh {
float:none;
display:inline;
}    

.s5imageslides .module h3 {
display:none;
}


.s5_image_slide_text_large {
background:url(../images/s5_image_slide_text.png);
padding:12px;
font-size:1.7em;
color:#FFFFFF;
display:block;
float:left;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
margin-top:188px;
margin-left:32px;
margin-bottom:3px;
}

.s5_image_slide_text_small {
background:url(../images/s5_image_slide_text.png);
padding:12px;
font-size:1em;
color:#FFFFFF;
display:block;
float:left;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
margin-left:32px;
}




/* TAB SHOW
----------------------------------------------------------- */


/* s5_button css */
#s5_button {
  position: relative; /* important */
  overflow: hidden;
  margin: 0;
  z-index:1;
}

#s5_button_content {
  position: relative;
  top: 0;
  z-index:1;
  margin-left: 0;
}

#s5_button_content
#s5_button_content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
  #s5_button_content {
    width: 1344000px;
  }
  #container_bd #s5_button ul li {
    display: block;
    float: left;
    margin: 0;
    z-index:1;
    padding: 0;
    border: none;
  }

#container_bd #s5_button ul li img {
  display: block;
}


#container_bd #s5_button_frame ul li {
  margin: 0px;
}


#s5_button_content li {
  padding-top:2px;
  padding-bottom:0px;
  margin-left:-2px;
  padding-left:0px;
  float:left;}
  
#s5_button_content li li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:disc;
  float:none;}
  
  
  
#s5_button_frame a:hover {
  text-decoration:none;}
  
#s5_button_frame ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}


#s5_button_content li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
line-height:16px;
}

#s5_button_frame  ul li {
  cursor:pointer;
  float:left;
  height:34px;
}
  
#s5_button_frame  ul li a {
  height:25px;
  display:block;
  padding-right:14px;
  padding-left:14px;
  padding-top:9px;
  font-size:1em;
}

* html #s5_button_frame  ul li a {
display:inline;
}

#s5_button_frame ul li:hover, #s5_button_frame ul li.over {
  position:relative;
  cursor:pointer;}
    
#s5_button_frame ul li.s5_fsfirst {
  cursor:pointer;}
  
#s5_button_frame ul li.s5_fsfirst:hover, #s5_button_frame ul li.s5_fsfirst.over {
  cursor:pointer;}
  
#s5_button_content .moduletable {
padding:0px;
padding-left:2px;
}

#s5_button_content div.moduletable {
border:none;
margin:0px;
padding:14px;
padding-top:9px;
padding-bottom:9px;
font-size:0.9em;
}

#s5_button_content div.moduletable h3 {
display:none;
}

#s5_button_frame {
height:34px;
}
  
#s5_button_wrap2 {
padding:0px;
}

#s5_button_wrap2 a {
color:#272727;
}

#s5_button_frame ul li {
padding:0px;
}

#s5_button p {
padding:0px;
}

.s5_ts_active, .s5_ts_not_active {
margin-right:8px;
}

.s5_ts_not_active {
background:none;
margin-right:3px;
}

#s5_button_wrap2 .s5_ts_not_active a {
padding-top:10px;
}

#s5_button_wrap2 .s5_ts_active a {
color:#FFFFFF;
}

.s5_ts_active {
border:none;
padding:7px;
background:url(../images/s5_pattern.png);
font-size:0.9em;
margin:0px;
margin-right:3px;
}

#s5_button_frame {
padding:0px;
margin-bottom:-2px;
}

#s5_button {
border:solid 1px #D6D6D6;
border-top:none;
background:#ffffff;
}

/* Chronoforms Panels
----------------------------------------- */
/* pane-sliders */
.pane-sliders .title {
margin: 0;
padding: 2px;
color: #666;
cursor: pointer;
}

.pane-sliders .panel { border: 1px solid #ccc; margin-bottom: 3px;}
.pane-sliders .panel h3 { background: #f6f6f6; color: #666}
.pane-sliders .content { background: #f6f6f6; }
.pane-sliders .adminlist { border: 0 none; }
.pane-sliders .adminlist td { border: 0 none; }
.jpane-toggler span { background: transparent url(../images/j_arrow.png) 5px 50% no-repeat; padding-left: 20px;}
.jpane-toggler-down span { background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat; padding-left: 20px;}
.jpane-toggler-down { border-bottom: 1px solid #ccc; }

/* tabs */

dl.tabs {
float: left;
margin: 10px 0 -1px 0;
z-index: 50;
}

dl.tabs dt {
float: left;
padding: 4px 10px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-left: 3px;
background: #f0f0f0;
color: #666;
}

dl.tabs dt.open {
background: #F9F9F9;
border-bottom: 1px solid #F9F9F9;
z-index: 100;
color: #000;
}

div.current {
clear: both;
border: 1px solid #ccc;
padding: 10px 10px;
}

div.current dd {
padding: 0;
margin: 0;
}










/* ++++++++++++++  1.6 Add-Ons  ++++++++++++++ */


#s5_component_wrap ul.actions {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
#s5_component_wrap ul.actions li {
    display: inline;
}
#s5_component_wrap ul.actions a {
    text-decoration: none;
}
#s5_component_wrap .items-more {
    padding-top: 10px;
}
#s5_component_wrap .items-more h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 5px;
}
#s5_component_wrap .items-more ol {
    line-height: 1.3em;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 10px 2px;
}
#s5_component_wrap .items-more ol li {
    padding: 2px;
}
#s5_component_wrap .items-more ol li a {
    display: inline;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 5px 20px;
}
#s5_component_wrap .items-more ol li a:hover, #s5_component_wrap .items-more ol li a:active, #s5_component_wrap .items-more ol li a:focus {
    font-weight: normal;
    padding: 5px 5px 5px 20px;
    text-decoration: none;
}
#s5_component_wrap .pagination {
    margin: 10px 0;
    padding: 10px 0 10px 0;
}
#s5_component_wrap .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#s5_component_wrap .pagination li {
    display: inline;
    text-align: left;
}

.counter {
margin-bottom:8px;
font-size:0.8em;
margin-left:3px;
margin-right:3px;
}

#s5_component_wrap ul.pagenav li {
    line-height: 2em;
}
#s5_component_wrap ul.pagenav li a {
    display: block;
    padding: 6px;
  padding-left:0px;
  padding-right:0px;
  padding-top:18px;
    text-decoration: none;
}
#s5_component_wrap ul.pagenav li.pagenav-prev {
    float: left;
  list-style: none outside none;
}
#s5_component_wrap ul.pagenav li.pagenav-next {
    float: right;
  list-style: none outside none;
}

#s5_component_wrap ul.pagenav {
  margin-left:0px;}

#s5_component_wrap .article-info-term {
    display: none;
}


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

.cols-1
{
display: block;
float: none !important;
margin: 0 !important;
}

.cols-2 .column-1
{
width:46%;
float:left;
}

.cols-2 .column-2
{
width:46%;
float:right;
margin:0;
}

.cols-3 .column-1
{
float:left;
width:29%;
padding:0px;
margin-right:4%;

}
.cols-3 .column-2
{
float:left;
width:29%;
margin-left:0;
padding:0px 5px;
}
.cols-3 .column-3
{
float:right;
width:29%;
padding:0px 5px;
}

.items-row
{
overflow:hidden;
}

.column-1,
.column-2,
.column-3
{
padding-right:10px;
}

.column-2
{
width:55%;
margin-left:40%;
}

.column-3
{
width:30%;
}

.blog-more
{
padding:10px 5px;
}

.menusitemap {
margin-bottom:10px;
}


.article-info {
margin-bottom:10px;
}

.login-fields label {
width:14%;
float:left;
}

.login-fields input {
margin-bottom:10px;
}

.blog .category-desc
{
padding:0 5px;
margin:10px 0 25px;
}

.blog .cat-children .category-desc
{
padding:0 0px;
margin:10px 0 25px;
}


ul.subcategories
{
margin:20px 20px 20px 10px;
}

.categories-list ul
{
margin:0px 0 0 20px;
padding:0px;
}

.categories-list ul li
{
padding: 5px;
}

.categories-list ul ul
{
margin-left:15px;
}

.category-desc
{
line-height:140%;
margin:10px 0;
padding-left:0px;
}

.small
{
font-size:0.85em;
margin:0 0 20px;
}

.image-left
{
float:left;
margin:0 15px 5px 0;
}

.image-right
{
float:right;
margin:0 0 5px 15px;
}

.archive
{
padding:0 5px;
}

.archive form
{
padding:0 5px;
}

ul#archive-items
{
margin:20px 0 20px 0px;
list-style-type:none;
padding:0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
padding:10px 0;
margin:10px 0;
}

/* ++++++++++++++  columns  ++++++++++++++ */

.cols-4 .column-1
{
width:50%;
float:left
}

.cols-4 .column-2
{
width:23%;
margin-left:1%;
float:left;
}

.cols-4 .column-3
{
width:23%;
margin-left:1%;
float:left
}

.cols-4 .column-4
{
width:23%;
margin-left:0;
float:right
}

#s5box_login .module, #s5box_register .module {

            margin-left:0px;}

            

        p#form-login-username label, p#form-login-password label {

            display:block;}    

        

        #modlgn-username, #modlgn-passwd {

            width:96%;}
      
      
#s5_accordion_menu img {
display:none;
}

.category-name {
padding-bottom:15px;
}

#blockrandom {
border:none;
}

.contact-name {
margin-bottom:24px;
display:block;
}

.search label {
display:none;
}