/***********global schema**********/
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #acd373;
	font-size: 12px;
	line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
	background: url(bg.jpg) center repeat;
}
#outerAll{}
#pageAll{
	margin: 0 auto;
	width: 980px;
	position: relative;
	z-index: 1;
}
#topPart{
	position: relative;
	z-index: 2;
	padding: 0 0 13px 0;
}
#logoSearch{ padding: 3px 0; }
#logo{ float: left; }
#user4{ 
	float: right;
	padding: 11px 0 0 0;
	 }
#header{ border: 9px solid #fff;
background:url(header.jpg) no-repeat 0 0;
width:962px; height:120px;
margin:0;
padding:0;
 }

.top_banner{
border:1px solid;
float:right;
margin:15px 15px 0 0;
padding:0;
}

#header2{


	position: absolute;
	bottom: 0px;
	left: -22px;
}
#topmenu{
	height: 32px;
	background: url(topmenu.png) top left repeat-x;
}
#banner,
#banner1{
	text-align: center;
	padding: 0 0 10px 0;
}
#user3{ 
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 11px;
	 }
#footer{
	height: 33px;
	background: url(footer.jpg) top left repeat-x;
	color: #cbe3a7;
	font-size: 11px;
	padding: 18px 180px 5px 10px;
}
#copyrights{
	float: left;
	}
#JM{
	float: right;
}
#bottomcards{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#pathway{
	padding: 0 0 10px 0;
	color: #fff;
	line-height: 13px;
	font-size: 11px;
}
#user1_user2,
#tabs{
	padding: 0 0 10px 0;
}
#user1{
	float: left;
	width: 49.5%;
}
#user2{
	float: right;
	width: 49.5%;
}

/*
 scheme_1 - no sidebars
 scheme_2 - one sidebar
 scheme_3 - two sidebars
 */ 
#contentRight{
	padding: 0 0 50px 0;
}
#contentRight.second{
	float: right;
	width: 770px;
}
#contentRight.first{
	width: 980px;
}
#wrapper { 	text-align: left;	} 
#main{} 
#maincontent{ padding: 0 0 10px 0; }
#wrapper #left {
    float: left;
    width: 200px;
	padding: 0 10px 0 0;
	margin: 0;
} 
#wrapper #right{
    float: left;
    width: 200px;
	padding: 0 10px 0 0;
	margin: 0;
} 
#wrapper.scheme_3 #content {
    float: right;
    width: 560px;
} 

#wrapper.scheme_2 #content{
    float: right;
    width: 770px;
} 
#wrapper.scheme_1 #content {
    width: 980px;
}



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