/*--------------------------------------------------------------
 # 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: #1B408C;
  	margin:0;
	padding: 0;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
  	background: #fff;
}

#jm-page {
	font-size: 12px;
	line-height: 18px;
}

/********** text resizer styles **********/

.smallview #jm-page { /*CSS for "small font" setting*/
	font-size: 11px;
	line-height: 17px;
}

.normalview #jm-page { /*CSS for default setting (with no additional CSS rules added)*/
	font-size: 12px;
	line-height: 18px;
}

.largeview #jm-page { /*CSS for "large font" setting*/
	font-size: 14px;
	line-height: 20px;
}

#jm-bg-right {
	position: absolute;
	width: 50%;
	height: 42px;
	margin: 86px 0 0 50%;
}

#jm-bg-right.notoparea {
	margin: 31px 0 0 50%;
}

#jm-top {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#jm-logo-sitedesc {
	float: left;
	width: 230px;
	padding: 25px 0 10px 10px;
}

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

#jm-top-right.nologo {
	float: none;
	width: 100%;
}

#jm-fontswitcher-box {
	height: 25px;
} 

#jm-fontswitcher {
	float: right;
	width: 72px;
	height: 16px;
	padding: 3px 0 0;
	line-height: 1em;
	text-align: center;
}

#jm-topmod {
	min-height: 40px;
	width: 100%;
	padding: 15px 0 0;
}

#jm-topmod-in {
	float: right;
}

#jm-dj-topmenu {
	width: 100%;
	height: 46px;
}

#jm-dj-topmenu.nofont {
	margin: 25px 0 0 0;
}

#jm-dj-topmenu.notopfont {
	margin: 80px 0 0 0;
}

#jm-dj-topmenu.notop {
	margin: 55px 0 0 0;
}

.nologo #jm-dj-topmenu.notopfont {
	margin: 25px 0 0 0;
}

.nologo #jm-dj-topmenu.notop {
	margin: 0;
}

#jm-header-box {
	background: #eaeeef;
	margin: -4px 0 0;
	position: relative;
	z-index: 1;
}

#jm-header-box.nomenu {
	margin: 0;
}

#jm-header-box-in {
	width: 950px;
	margin: 0 auto;
	padding: 4px 0 0;
}

#jm-header-box.nomenu #jm-header-box-in {
	padding: 0;
}

#jm-header-mod {
	float: left;
	width: 240px;
	padding: 15px 0;
}

#jm-header-box.wide #jm-header-mod {
	float: none;
	width: 100%;
}

#jm-header {
	float: right;
	width: 710px;
}

#jm-header-box.wide #jm-header {
	float: none;
	width: 100%;
}

#jm-container {
	width: 950px;
	margin: 0 auto;
}

#jm-pathway {
	background: #eaedee;
	padding: 10px 20px;
	border-bottom: solid 1px #e8eaeb;
}

#jm-content-inside {
	padding: 20px 20px 0;
}

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

#jm-content-bottom {
	border-top: solid 1px #e8eaeb;
}

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

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

#jm-right {
	float:left;
    width: 190px;
    margin: 0;
    padding: 10px 0 0 0;
}

#jm-container.scheme_3 {
	background: url(../images/bg-scheme.png) top center repeat-y;
}

#jm-container.scheme_2.noleft {
	background: url(../images/bg-scheme-noleft.png) top center repeat-y;
}

#jm-container.scheme_2.noright {
	background: url(../images/bg-scheme-noright.png) top center repeat-y;
}

#jm-container.scheme_1.noleft.noright {
    background: url(../images/bg-scheme-noleft-noright.png) top center repeat-y;
}

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

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

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

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


#jm-bottom1 {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0;
	background: #EAEEEF;
}

#jm-bottom2 {
	width: 950px;
	margin: 0 auto;
	border-top: solid 1px #e8eaeb;
}

#jm-footer {	
	width: 950px;
	margin: 0 auto 10px;
	padding: 20px 0 0;
	border-top: solid 1px #e8eaeb;
}

#jm-footer-l {
	float: left;
	width: 600px;
}

#jm-bottom-menu {
	margin: 0 0 10px 0;
	display: block;
}

#jm-copyrights {
	display: block;
}

#jm-footer-r {
	float: right;
	text-align: right;
	width: 350px;
}

#jm-design {
	display: block;
	margin: 0 0 10px 0;
}

#jm-stylearea {
	display: block;
}


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