/*--------------------------------------------------------------
# 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 ***********************/

html {
  margin: 0;
  padding: 0;
}

body {
    color: #575757;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 10px;
  background: #536A8A url(../images/bg.jpg) top left repeat-x;
}

#jm-page {
  width: 990px;
  margin: 0 auto;
  background: #ffffff;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  padding: 0 0 10px;
}

#jm-logo-login {
  padding: 0 15px 30px;
}

#jm-logo-sitedesc {
  padding: 20px 20px 0 0;
  float: left;
}

#jm-sitedesc {
  color: #c50f3d;
}

#jm-login {
  float: right;
  font-size: 11px;
  color:#333366;
}

#jm-topbox {
  margin-bottom: 15px;
}

#jm-topbox,
#jm-bottom {
  padding: 0 5px;
}

#jm-topmenu {
  background: url(../images/topmenu.png) bottom center no-repeat;
  padding: 0 15px 6px;
  margin: 0 0 20px 0;
  text-align: center;
}

.jm-topmods-left {
  background: url(../images/topmodsLeft.png) top left no-repeat;
  padding: 0 0 0 10px;
}

.jm-topmods-right {
  background: url(../images/topmodsRight.png) top right no-repeat;
  padding: 0 10px 0 0;
}

.jm-topmods-in {
  background: url(../images/topmodsIn.png) top left repeat-x;
  padding: 0 10px 10px 10px;
  height: 39px;
}

#jm-main {
  padding: 0 15px;
}

#jm-pathway{
  padding: 0 0 20px 0;
}

#jm-footer {
  border-top: 1px solid #c5e0e2;
  padding: 10px 0 0;
  margin: 0 15px;
}

#jm-copyrights {
  float: left;
}

#jm-poweredby {
  float: right;
}

/**scheme**/

#jm-mainbody {
  padding: 0 0 10px;
}

#jm-right {
  float: right;
  width: 310px;
}

#jm-main.scheme_2 #jm-content {
  float: left;
  width: 630px;
}

#jm-main.scheme_1 #jm-content {
  width: 100%;
}

/********** clearfix **********/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {   
  display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block !important;
}

/* End hide from IE-mac */