/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** LAYOUT STYLES ***********************/

body {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
  background: #002542;
}

#jm-allpage {
  position: relative;
  
}

#jm-topline-mods {
  background: #000000;
  border-bottom: 1px solid #dddddd;
  color: #ffffff;
  padding: 7px 0;
  line-height: 16px;
}

#jm-topline-left {
  float: left;
  width: 55%;
}

#jm-topline-left.notopline_r {
  width: 100%;
}

#jm-topline-right {
  float: right;
  width: 45%;
}

#jm-topline-right.notopline_l {
  width: 100%;
}

#jm-topline-mod2,
#jm-topline-mod3 {
  float: right;
  text-align: right;
}

.jm-allpage-in {
    margin: 0 auto;
    padding: 0 20px;
  background:#0b2c59;
}

#jm-djmenu {
    margin-bottom: 20px;
}

#jm-top-mod,
#jm-header,
#jm-main,
#jm-content-top1,
#jm-bottom1,
#jm-content-bottom2 {
    margin-left: -20px
}

.jm-header-slider-in,
#jm-left .jm-left-in,
#jm-content .jm-content-in,
#jm-right .jm-right-in {
    padding-left: 20px;
}

/** toppage **/

#jm-toppage-wrap {
    margin: 20px 0;
  background-image: url("http://www.acbg.org/LynnMac/templates/jm-news-portal/images/TopHeaderBackground.png");
    width:100%;
  height:207px;
}

#jm-toppage-in {
  position: relative;
  z-index: 1;
}

#jm-toppage-left {
  float: left;
}

#jm-toppage-right {
  float: right;
}

#jm-social {
  float: right;
  padding-right: 10px;
}

#jm-social.nosearch {
  padding: 0;
}

#jm-search {
  float: right;
}

/** header **/

.jm-header-slider {
    width: 75%;
    float: left;
  margin-bottom: 20px;
}

#jm-header-mod {
    width: 25%;
    float: right;
}

/** mainpage **/

/* lcr */

.lcr #jm-left {
  float: left;
}

.lcr #jm-right {
  float: right;
}

.lcr #jm-content {
    float: right;
}

.lcr.scheme2.noleft #jm-content {
  float: left;
}

/* clr */

.clr #jm-left,
.clr #jm-right, 
.clr #jm-content {
    float: left;
}

/* lrc */

.lrc #jm-left {
  float: left;
}

.lrc #jm-right, 
.lrc #jm-content {
    float: right;
}

#jm-pathway-font-switcher {
  padding-bottom: 20px;
}

#jm-pathway {
  float: left;
  width: 85%;
}

.nofontsw #jm-pathway {
  width: 100%;
}

#jm-font-switcher {
  float: right;
  width: 15%;
  text-align: right;
}

#jm-maincontent {
  padding-bottom: 20px;
}

/** bottompage **/

#jm-bottompage {
    background: #fff;
}

#jm-bottom3 {
    border-top: 1px solid #d5d5d5;
  padding: 20px 0;  
}

#jm-footer {
    border-top: 1px solid #d5d5d5;
    padding: 10px 0;
  background:#0b2c59;
}

#jm-copyrights {
  float: left;
}

#jm-poweredby-stylearea {
  float: right;
}

#jm-stylearea {
  padding-top: 10px;
  float: right;
}

#jm-back-top {
    z-index: 9999;
  position: fixed;
  bottom: 50px;
  right: 0;
  margin-right: 50px;
}

/** isfluid **/

.isfluid .jm-allpage-in {
    padding: 0;
}

.isfluid .jm-allpage-space {
    padding: 0 20px;
}

#jm-header-mod.jm-mod-fluid, 
.jm-header-slider.jm-mod-fluid {
    width: 100%;
}

#jm-header-mod.jm-mod-fluid .jm-module {
    padding-left: 0;
}

/** clearing **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */

.clr, .clear, .jm-clear {
    clear: both;
}

/* end clearing */