/***********global schema**********/
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #2e2e2e;
	font-size: 12px;
	line-height: 17px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#outerAll{
	width: 100%;
	background: url(lineBlue.png) top left repeat-x ;
}
#pageAll{
margin: 0 auto;
	width: 950px;
	
}
#logoToplinks{
	padding: 6px 20px 0 20px;
	height: 90px;	
}
#logo{
	float: left;
	padding: 0px 0 0 0;
}
#topnav{
	float: right;
	padding: 16px 0 0 0;
}
#topmenu{
	height: 42px;
	border-left: 0px solid #478eb7;
	
	
}

#lang{
	float: right;
	padding: 10px 15px 0 0;
	width: 165px;
}
#header{
	background: url(bgBanner.png) top right no-repeat #fdfdfc;
	width: 100%;
	border-bottom: 7px solid #0d6aa0;
    position: relative;
}
#slogan{
	position: absolute;
	right: 35px;
	top: 55px;
	text-align: right;
}
#contact{
	background: url(bgContact.png) 0px 20px  no-repeat #f0f1ec;
	padding: 10px 20px 10px 70px;
	white-space: nowrap;
}
#smallMenu{
	height: 19px;
	padding: 10px 10px;
	background: #0d6aa0;
	
}
#banner{ 
	padding: 10px 0;
	text-align: center;
	}
#footer{ 
	color: #aaaaaa;
	padding: 15px 0; 
	border-top: 7px solid #0d6aa0;
	width:947px;}
#JM{ float: left; }
#bottom{ float: right; }

#user12,
#user12_oneuser{ 
	padding: 5px;
	border-top: 1px solid #e8e8e8;
	}
#user1{ 
	float: left;
	width: 50%;
	 }
#user2{ 
	float: right;
	width: 50%;
	 }
#user12_oneuser #user1,
#user12_oneuser #user2{
	width: 100%;
	float: none;
}
/*
 scheme_1 - no sidebars
 scheme_2 - one sidebar
 scheme_3 - two sidebars
 */ 
 
#wrapper { 
	text-align: left;
	padding: 1px 0;
	} 
#main{} 
#maincontent{
padding: 20px;
background: url(..//images/maincontentbg.gif) repeat;

}
#wrapper #left {
    float: left;
    width: 300px;
	padding: 0;
	margin: 0;
	border-right: 0px solid #e8e8e8;

} 
#wrapper.scheme_2 #content{
    float: left;
    width: 646px;
} 
#wrapper.scheme_1 #content {
    width: 950px;
}


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