/*
 # 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 {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	background-color: #F5F5F5;
	background-image: url('../images/bodyBG.gif');
	background-repeat: no-repeat;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}



#jm-allpage {
    /*position: relative;*/
}

#jm-allpage-in{
    /*padding: 23px 20px 10px;*/
	padding:0;
    margin: 0 auto;
}

/** JM-logo-search-social **/

#jm-logo-search-social{
	background:url(../images/bg.png) no-repeat;
	height:90px;
}

#jm-search{ float:left; }

#mod-search-searchword{ border: 1px solid #71B1E2 !important; }
#jm-search input, #jm-search select, #jm-search textarea{ font-size: 1em;
margin: 0px 0;
padding: 0 0 0 0px;
font-family: Arial;
height: 18px;
line-height: 18px;
vertical-align: middle;
border: none; }
#jm-logo-search-social #jm-logo-sitedesc{
    float: left;
}

#jm-logo-search-social #jm-search-social{
    float: right;

}

#jm-logo-search-social #jm-search{
    float: right;
    padding-left: 20px;
}

#jm-logo-search-social #jm-social{
    float: right;
}

#jm-search div.search input.button{
    margin: 2px 5px 2px 5px;
}

/** JM-djmenu **/

#jm-djmenu{
    margin:0px;
	background-color: #131F8F;
	padding:0 0 0 5px;
}

ul.menu-bottom{ margin:0px; }
.menu-bottom li { list-style:none; float:left; background-image:none; margin:0 !important; padding:0 8px !important; border-right: solid 1px #FFF; }
.menu-bottom li:last-child{ border:none !important; }
.menu-bottom li a{ color:#FFF; }

._menu ul.menu{ background: url('../images/rightBarBG.gif') !important; }
._menu ul.menu li{  color: #131F8F; height: 23px; padding: 6px 0 0 6px; border-bottom: 1px solid #6392B6; } 

._menu ul.menu li:hover{ background: #FFF !important; }
._menu ul.menu li a{ color:#131F8F !important; font-size:12px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; background: url('../images/arrow.gif') no-repeat !important; display:inline-block; padding:0 10px 0 12px !important; }
/** JM-breadcrumbs **/

#jm-breadcrumbs {
    margin: 0 0 15px;
}

#jm-pathway {
    float: left;
    width: 90%;
}

#jm-font-switcher{
    float: right;
    text-align: right;
    width: 10%
}

#jm-pathway-font-switcher.nofontsw #jm-pathway{
    width: 100%;
    float: none;
}

#jm-pathway-font-switcher.nobreadcrumbs #jm-font-switcher{
    width: 100%;
    float: none;
}

/** JM-top **/

#jm-top{
    margin-left: -15px;
}

/** jm-main **/

#jm-main {
    /*margin-left: -15px;*/
}
.modal img { width:145px;  }
/* jm-left */

#jm-left-in {
    /*padding-left: 15px;*/
}

/* jm-right */

#jm-right-in {
    padding-left: 15px;
}

/* jm-content */

#jm-content-in {
   /* padding-left: 15px;*/
}

/* lcr */

.lcr #jm-left {
	float: left;
}

.lcr #jm-right {
	float: right;
}

.lcr #jm-content {
    float: right;
	background:#FFF;
}

.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-maincontent **/

#jm-maincontent {
    margin-bottom: 15px;
}

/** JM-bottom **/

#jm-bottom1{
    margin-left: -15px;
}

/** JM-content-top1 **/

#jm-content-top1{
    margin-left: -15px;
}

/** JM-content-bottom2 **/

#jm-content-bottom2{
    margin-left: -15px;
}

/** JM-footer **/

#jm-footer{
   background-color: #131F8F;
    color: #FFF;
    padding: 5px;
	clear:
}

#jm-copyrights{
    float: left;
}

#jm-poweredby{
    float: right;
}

#jm-back-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    margin-right: 50px;
    z-index: 1000;
}

/** 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 {
    clear: both;
}

/* end clearing */