@charset "utf-8";
/* CSS Document */
html {
height : 100%;
}
body {
margin : 0;
padding : 0;
font-family : Arial, sans-serif;
font-size : 16px;


}
a, a:link, a:visited {
text-decoration : none;
outline : none;
color: inherit;
}
a img {
border : none;
}
input, select {
    border-color: transparent;
	outline: none;
}

ul {
	margin: 0;
}

.clr {
clear : both;
}
#mcontent{
    overflow: hidden;
    _zoom: 1;
}
.one-col, .two-col, .three-col, .four-col, .five-col, .six-col {
	
	float: left;
	margin: 0 0px -10000px 0;
	padding: 0 0 10000px 0;

	
}
.one-col {
	width: 160px;
	
}

.two-col {
	width: 320px;
}

.three-col {
	width: 480px;
}

.four-col {
	width: 640px;
}

.five-col {
	width: 800px;
}

.six-col {
	width: 960px;
	margin-right: 0;
}
.wrapall {
	
	width : 960px;
	margin : auto auto;
	
}
.wrap {
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
-moz-box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
-ms-box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
margin: 0px auto 30px;
width: 960px;
height: 100%;
background-color: #f3f3f3;
position:relative;
}
#header {
background-image: url('/img/header.png');
background-repeat: no-repeat;
height: 120px;
margin: 0px auto;
width: 960px;
box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
-moz-box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
-ms-box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
}
.menuwrap {
height: 6px;
background-image: url('/img/border-bg.png');
background-repeat: repeat-x;
}
.menubg {
background-image: url('/img/menu-bg.png');
}
#menu {
height: 35px;
list-style : none;
padding : 0 0 0 3%;
font-size : 12px;
width: 960px;
margin: 0 auto;
}
#menu li {
	display : inline-block;
	color : #2d4d9b;
	height: 35px;
	margin-right: -4px;
	}
	#menu li a {
	display: block;
	height: 25px;
	padding: 4px 15px;
	line-height: 28px;
	
}
#menu li:hover {
background-image: -moz-linear-gradient( 90deg, #33699f 0%, #35539c 100%);
background-image: -webkit-linear-gradient( 90deg, #33699f 0%, #35539c 100%);
background-image: -o-linear-gradient ( 90deg, #33699f 0%, #35539c 100%);
}
#cabmenu li a:hover, #menu li a:hover, #leftmenu li a:hover{
    color: #fff !important;
    text-decoration: none !important;
}

.cntbg{
background-color: #fff;
}



#leftmenu, #cabmenu {
list-style: none;
font-size : 0.8125em;
padding: 0px;
margin: 30px 0;



}
#leftmenu li, #cabmenu li {
display : inline-block;
color : #fff;
height: 30px;
width: 160px;
margin-bottom: 2px;
text-align: center;
background-image: -moz-linear-gradient( 90deg, #5070bb 0.439%, #2d4d9b 82.104%);
background-image: -webkit-linear-gradient( 90deg, #5070bb 0.439%, #2d4d9b 82.104%);
background-image: -o-linear-gradient( 90deg, #5070bb 0.439%, #2d4d9b 82.104%);

}
#leftmenu li a, #cabmenu li a {
display: block;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.publics, .discussion, .events {
width: 100%;
border: 1px solid #4d59a1;
background-color: #fff;
font-size: 0.75em;
margin-bottom: 30px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.pubtitle, .disctitle, .eventtitle {
color: #fff;
text-transform: uppercase;
background-color: #39569d;
text-align: center;
font-size: 11px;
line-height: 30px; 
}
.pubdate, .discdate, .eventdate {
display: block;
color: #234188;
padding: 0px 3px;
margin-top: 10px;
}
.public p, .discuss p, .event p {
color: #000;
padding: 0px 3px;
margin: 3px;

}
.event {
border-bottom: 1px solid #4d59a1;
padding-bottom: 10px;
}
.event a {
display: block;
text-decoration: underline;
color: #234188;
font-style: italic;
text-align: center;
}
.slider {
border: 8px solid transparent;
box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
-moz-box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
-ms-box-shadow: 0 2px 12px hsla(0, 0%, 0%, 0.27);
list-style: none;
width: 524px;
height: 348px;

margin: 30px auto;
padding: 0px;
}
.slider li {
display: block;


}

#content {
padding: 30px 20px 20px;
color: #4d59a1;	
}
#content h1 {
font-size: 0.875em;
text-transform: uppercase;
border-bottom: 1px solid #8eb7e0;
}
#content p, #content ul  {
font-size: 0.85em;
line-height: 1.7;
}
#content h2 {
font-size: 0.9em;

}
#content ul {
list-style: none;
}
.reallist {
list-style: square;
}
#content a {
text-decoration: underline;
}
#auth_form {
display: none;
width: 14.75em;
position: absolute;
z-index: 2;
border: 1px solid #39569d;;
background-color: #fff;
right: 160px;
top: 30px;
padding: 0px;

}
#reg_form {
display: none;
width: 14.75em;
position: absolute;
z-index: 2;
border: 1px solid #39569d;;
background-color: #fff;
right: 160px;
top: 62px;
padding: 0px;

}
#auth_form input, #reg_form input {
border: 1px solid #C0C0C0;
border-radius: 5px;
padding: 2px;
float: right;
margin: 5px;
}
#auth_form label, #reg_form label {
line-height: 30px;
padding-left: 5px;
font-size: 0.75em;
float: left;
}
#auth_form span, #reg_form span {
color: #fff;
text-transform: uppercase;
background-color: #39569d;
text-align: center;
font-size: 11px;
line-height: 30px; 
display: block;	
}
.button {
width: 100px;
height: 25px;
line-height: 20px;
font-size: 0.75em;
background-color: #39569d;
border: 1px solid #C0C0C0;
color: #fff;
margin: 5px;
float: right;
}
.button:hover {
border: 1px solid #A9A9A9;
background-color: #2a3f74;
}
.left {
float: left;
}




















#footer
{	margin-bottom: 0;
	height: 90px;

}
.fooleft
{	font-size: 1em;
	text-transform: uppercase;
	color: #d8d8d8;
	font-weight: 400;
    width: 700px;
    float:left;
    margin:20px;
	
}

.copyright,.copyright:hover
{
    text-decoration: none;
    width: 110px;
    float:right;
    margin-right:5px;
	
}
.copyright img
{
    
    margin-top: 22px;
}
.copyright span
{
    display: block;
    color: #808080;
    width:100px;
    height:30px;
    font-size:10px;
    text-align: right;
}

.np_news
{
    text-align: center
}

.np_news a
{
    display: inline-block;
    margin:10px 40px;
}
.dscr{
    font-size: 12px;
    margin-bottom: 10px;
}
.files{
    margin-top: 10px;
}
.comment{
    margin-bottom: 10px;
    border-bottom: 1px solid #8eb7e0;
    padding-bottom: 10px;
}
.publication{
    margin-bottom: 10px;
    border-bottom: 1px solid #8eb7e0;
    padding-bottom: 10px;
}

