/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/***general layout styles***/
html {
    margin: 0px;
    padding: 0px;
}

body {
    color: #5b5b5b;
	line-height: 18px;
  	margin:0;
	padding: 0;	
  	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  	background: #fff;
}

#jm-top-page {
	 background: url(../images/top-page-bg.jpg) bottom left repeat-x; 
}

#jm-top-in {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#jm-logo-sitedesc {
	float: left;
	width: 325px;
	padding: 13px 0 7px;
}

#jm-top-right {
	float: right;
	width: 645px;
}

#jm-top-in.nologo #jm-top-right {
	float: none;
	width: 970px;
}

#jm-topmenu {
	padding: 4px 0 2px;
}

#jm-search {
	padding: 10px 0 6px;
}

#jm-dj-topmenu {
	height: 55px;
}

#jm-dj-topmenu-in {
	position: absolute;
	bottom: 0;
	right: 0;
}

#jm-page {
	background: url(../images/page-bg.jpg) top left repeat; 
}

#jm-page-in {
	width: 970px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#jm-header {}

#jm-pathway {
	background: url(../images/title-blue-l.png) top left no-repeat;
	padding: 0 0 0 25px; 
}

#jm-pathway-in {
	background: url(../images/title-blue-in.png) top left repeat-x;
	padding: 14px 20px 13px 0;
}

#jm-main-content-shadow {
	margin: 0 0 15px;
	padding: 0 0 15px;
	background: url(../images/module-shadow.png) bottom right no-repeat;
}

#jm-main-content {	
	background: #fff;
	border: solid 1px #efefef;
	padding: 20px;
}

#jm-banner {
	margin: 0 0 30px;
}

/*
 scheme_1 - no sidebars
 scheme_2 - one sidebar
 scheme_3 - two sidebars
 */

#jm-left {
	float: left;
    width: 240px;
    margin: 0 20px 0 0;
}

#jm-container.scheme_3 #jm-left.third,
#jm-container.scheme_2 #jm-left.second {
	margin: 0;
}

#jm-right {
	float:left;
    width: 240px;
    margin: 0 20px 0 0;
}

#jm-container.scheme_3 #jm-right.third,
#jm-container.scheme_2 #jm-right.second {
	margin: 0;
}

#jm-content {
	margin: 0 20px 0 0;
}

#jm-container.scheme_3 #jm-content.third,
#jm-container.scheme_2 #jm-content.second,
#jm-container.scheme_1 #jm-content.first {
	margin: 0;
}

#jm-container.scheme_3 #jm-content {
	float: left;
    width: 450px;
}

#jm-container.scheme_2 #jm-content {
	float: left;
    width: 710px;
}

#jm-container.scheme_1 #jm-content {
    width: 970px;
}

/*
 end of scheme
 */

#jm-page-bottom-in {
	width: 970px;
	margin: 0 auto;
	padding: 20px 0;
}

#jm-bottom-menu {
	margin: 0 0 20px;
	text-align: center;
}

#jm-design {
     float: right;
}

#jm-copyrights {
    float: left;
}

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