* {margin:0px; padding:0px;}

html, body {
	width: 100%;
	height: 100%;
	background-image:url(../images/main-fon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFF;
}
p,h1,h2,h3,h4,h5,span,li,input,label,textarea, table tr td{
    font-family:'Open Sans';
}
#pagination span{
   font-size:12px;
   color:#999999;
}
p{
   font-size:12px;
   color:#333333;
}
table tr td{
   font-size:12px;
   color:#333333;
}
a{
    font-family:'Open Sans';
	font-size:13px;
	color:#006699;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:24px;
	color:#FFF;
	font-weight:normal;
	text-shadow: black 1px 1px 2px, #2A4E7F 0 0 1em;
}
h2{
    font-family:'Open Sans';
	font-size:16px;
	color:#FFF;
	font-weight:normal;
}
h3{    
    color:#333333;
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}
h4{
	font-size:13px;
	color:#0B55A7;
	font-weight:normal;
}
h5{
	font-size:13px;
	color:#2B2B2F;
	font-weight:normal;
	line-height:25px;
}
ul{
    list-style:none;
}
img{
    border:none;
}
textarea{
    overflow:hidden;
}
#sitebox{
    width:1200px;
	height:auto;
	margin:0 auto;
}
#top-bar{
    width:1200px;
	height:25px;
	padding-top:5px;
}
#top-bar p{
    color:#7b7b7b;
	font-size:13px;
}
#top-left{
    width:900px;
	height:25px;
	float:left;
}
#top-left p{
    text-transform:uppercase;
}
#data-box{
    width:250px;
	height:25px;
	float:right;
	text-align:right;
}
#header{
    width:1200px;
	height:130px;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
	background-position:left top;
}
#logo-box{
    width:285px;
	height:130px;
	float:left;
	text-align:center;
}
#head-middle{
    width:630px;
	height:110px;
	padding-top:20px;
	padding-right:285px;
	float:right;
	background-image:url(../images/house-img.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:center;
	/*opacity:0.8;*/
}
#head-middle p{
	font-size: 13px;
    color: #000000;
    margin-top: 13px;
    width: 680px;
}

#head-middle h1 {
	font-size:28px;
}

#breadcrumb{
    width:1195px;
	min-height:30px;
	padding-top:8px;
	padding-left:5px;
	/*background-image:url(../images/bradcrumb-shadow.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;*/
}
#breadcrumb p{
    font-size:12px;
	color:#333;
}
#container{
    width:1190px;
	height:auto;
	padding:0 5px;
	clear:both;
}
#left-bar{
    width:230px;
	height:auto;
	margin-right:5px;
	float:left;
}
#left-bar a{
    color:;
}
.module{
    width:230px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	/*background-image:url(../images/mod-shadow.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;*/
}
input.inputbox{
    width:190px;
	height:18px;
	line-height:18px;
	padding-left:10px;
	border:1px solid #33335A;
	background-color:#FFF;
	color:#A4A3A3;
}
input.inputmail{
    width:139px;
	height:18px;
	line-height:18px;
	padding-left:5px;
	border:1px solid #33335A;
	background-color:#FFF;
	color:#A4A3A3;
	margin:7px 0;
}
input.button{
    width:1px;
	height:1px;
	border:none;
	background:#FFF;
}
.mod-title{
    width:100%;
	min-height:23px;
	line-height:23px;
	background-color:#3A6994;/*#0B55A7*/
	text-align:center;
}
.mod-title p{
    color:#FFF;
    text-transform:uppercase;
	font-weight:bold;
}
.mod-cont{
    width:203px;
	height:auto;
	padding:15px;
	padding-right:10px;
	border:1px solid #DBDBDB;
	/*text-align:justify;*/
}

.mod-cont p{
	padding-bottom: 14px;
}

.mod-cont ul li {
    border-bottom:1px solid #ECECEC;
	padding-bottom:10px;
	margin-bottom:5px;	
}
.mod-cont ul li::last {
    border-bottom:none;
}

.mostread{
    width:196px;
	height:auto;
	border-bottom:1px solid #ECECEC;
	padding:5px 0;
	margin:5px 0;
}
.mostread a{
    width:186px;
	height:auto;
	padding:3px 0;
	margin:3px 0;
    padding-left:10px;
	background-image:url(../images/left-arrow.jpg);
	background-repeat:no-repeat;
	background-position:left 7px;
	display:block;
}
.mostread span{
    color:#999999;
	margin-left:10px;
	border-right:1px solid #DBDBDB;
	padding-right:10px;
	font-size:12px;
}
.partn-box{
    width:150px;
	height:65px;
	margin:10px 0;
}
.partn-box a{
    background:none;
}
a.underline{
    text-decoration:underline;
}
#main-contant{
    width:720px;
	height:auto;
	float:left;
}
.cont-box{
    width:680px;
	height:auto;
	margin:0 10px 10px 10px;
	padding:20px 10px;
	border-bottom:1px solid #ECECEC;
}
.cont-box p{
    text-indent:10px;
	text-align: justify;
	line-height:180%;
	font-size:13px;
}
.cont-box ul {
	list-style-type: square;
}

.cont-box ol {
	list-style-type: decimal;
}
.cont-box ul, .cont-box ol {
	list-style-position: inside;
	font-family:'Open Sans';
	font-size:13px;
	color: #333333;
    line-height: 180%;
}
.cont-box p.file{
    text-indent:0px;
	padding: 5px 0px;
	line-height:100%;
}

.cont-box li{
	font-size: 12px;
    margin-left: 15px;
}
a.cont-title, h2.cont-title {
    padding-bottom:10px;
	font-size:16px;
	color:#006699;
	font-weight:normal;
	display:block;
}
.cont-box img{
    margin:0 15px 15px 10px;
	float:left;
}
.cont-box p img {
    float: none;
	max-width:660px;
}
.cont-bot{
    width:680px;
	height:15px;
	clear:both;
	margin-top:10px;
}
.cont-bot p{
    color:#999999;
}
.cont-date{
    /*width:199px;*/
	height:15px;
	margin-right:5px;
	float:left;
	/*border-right:1px solid #C5C5C5;*/
}
.cont-views{
    width:199px;
	height:15px;
	float:left;
}
.cont-readmore{
    width:199px;
	height:15px;
	float:right;
	text-align:right;
}
.cont-box table{
	border-right:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
    margin:20px 0;
	padding: 0; /*cellpadding*/ 
    border-spacing: 0; /*cellspacing*/
	width:100%;
}
.cont-box table tr td{
    padding:6px;
	border:1px solid #DBDBDB;
	border-top:none;
	border-right:none;
}

.cont-box table tr td p{
    text-indent:0px;
	line-height:20px;
	text-align: inherit;
}
#contact-box{
    width:680px;
	height:auto;
}
#contact-box p{
    text-indent:0px;
}
#formbox{
    width:680px;
	height:auto;
    margin:20px 0;	
}
#contact-box .cont-form{
    width:574px;
	height:24px;
	padding:0 10px;
	border:1px solid #DBDBDB;
	margin-bottom:10px;
	margin-top:3px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.cont-form input{
    width:574px;
	height:23px;
	border:none;
	background:#FFF;
	line-height:24px;
}
.cont-area{
    width:574px;
	height:190px;
	padding:0 10px;
	border:1px solid #DBDBDB;
	margin-bottom:10px;
	margin-top:3px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.cont-area textarea{
    width:574px;
	height:189px;
	border:none;
	background:#FFF;
}
.check{
	margin-bottom:10px;
}
.check input{
    margin-right:5px;;
}
input.sbm-btm{
    width:75px;
	height:21px;
	cursor:pointer;
	border:none;
	background:url(../images/sbm-btm.jpg);
	margin-top:20px;
	color:#505050;
	font-size:12px;
}
#pagination{
    width:680px;
	height:15px;
	clear:both;
	margin:50px 0;
	text-align:center !important;
	position:relative;
	z-index:2;
}
#pagination ul{
    position: relative;
	margin: 0 auto;
	display: inline-block;
	//display: inline;
	zoom: 1;
	height:15px;
}
#pagination ul li{
	height:15px;
    float:left;
	margin-right:10px;
}
#right-bar{
    width:230px;
	height:auto;
	float:right;
}
#footer{
    width:1200px;
	height:61px;
	padding:30px 0;
	clear:both;
	margin-top:30px;
	background-image:url(../images/footer-img.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
}
#footer p{
    font-size:11px;
	color:#464646;
}
#footer a{
    font-size:11px;
	color:#464646;
}
.clear{
    width:100%;
	height:1px;
	font-size:1px;
	clear:both;
}
a[alt$='.doc'], a[alt$='.docx'] ,a[alt$='.rtf'] 
{
	padding-top:7px; 
	background: url(/admin/img/type_doc.png) no-repeat left 100%;padding: 0 0 0 20px;
}

a[alt$='.xls'], a[alt$='.xlsx'] 
{background: url(/admin/img/type_xls.png) no-repeat left 100%;padding: 0 0 0 20px;}

a[alt$='.zip'], a[alt$='.gzip'] 
{background: url(/admin/img/type_zip.png) no-repeat left 100%;padding: 0 0 0 20px;}

a[alt$='.rar']
{background: url(/admin/img/type_rar.png) no-repeat left 100%;padding: 0 0 0 20px;}

a[alt$='.mp3']
{background: url(/admin/img/type_mp3.png) no-repeat left 100%;padding: 0 0 0 20px;}

a[alt$='.pdf']
{background: url(/admin/img/type_pdf.png) no-repeat left 100%;padding: 0 0 0 20px;}

a[alt$='.txt']
{background: url(/admin/img/type_txt.png) no-repeat left 100%;padding: 0 0 0 20px;}


/*******************************************************/

/* Left Menu */
.left-nav{
    width:228px;
	height:auto;
	padding:15px 0;
	border:1px solid #DBDBDB;
}
.left-nav ul{
    width:228px;
}
.left-nav ul li{
    width:228px;
	display:block;
	margin-top:-1px;
	position:relative;
	background-image:url(../images/left-nav-border.jpg);
	background-repeat:no-repeat;
	background-position:15px bottom;
}
.left-nav ul li a{
    width:213px;
	padding:7px 0;
	padding-left:15px;
	display:block;
	text-decoration:none;
}
.left-nav ul li:hover{
    background-image:none;
	background-color:#3A6994;
	color:#FFF;
}

.left-nav ul li:hover a{
	color:#FFF;
}

.left-nav ul li a:hover{
    color:#FFF;
}
.left-nav li ul {
    width:211px;
	position: absolute;
	left: 228px;
	top: 0;
	display: none;
	background:#3A6994;
	padding:15px;
	padding-top:0;
	z-index:100000;
}
.left-nav ul li ul li a {
	display: block;
	color:#FFF;
	padding-left:0px;
}
.left-nav ul li ul li{
    width:211px;
	display:block;
	background:none;
	border-bottom:1px dotted #BFBFBF;
	margin-top:0px;
}
.left-nav li:hover ul { 
    display: block;
}
.left-nav ul li ul li a:hover { 
    width:211px;
	text-decoration:underline;
}
.left-nav ul li ul li:hover { 
    margin-top:0;
}

/*******************************************************/

a.pretty{
	/*border:1px dotted #787878;*/
	padding:4px;
    display:block;
	width:180px;
	height:140px;
	text-align:center;
	float:left;
	margin:0px 15px 10px 15px;
}
.pretty img{	
	text-align:center;
	max-width:180px;
	max-height:120px;
	border:1px solid #eee;
	margin:0;
	padding:4px;
	float:none;
}

/*******************************************************/

#calendar table{
	border-right:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
	width:100%;
	border-collapse: collapse; 
    padding: 0; /*cellpadding*/ 
    border-spacing: 0; /*cellspacing*/
}
#calendar table tr td{
    padding:2px;
	border:1px solid #f5f5f5;
	border-top:none;
	border-right:none;
	text-align:center;
}
tr.current td{font-size:14px; color:#333333;background:#f5f5f5}
.mark {background:#f5f5f5;}
tr.weekend td {color:#ff3d3d;}


ul.ulfoto {
	list-style:none;
}
ul.ulfoto li{
	float:left;
	width:33%;
	text-align:center;
	margin-bottom:40px;
	height:180px;
	margin-left: 0px;
}
ul.ulfoto li img{
	margin:0px;
	float: none;
	max-height:140px;
}
ul.ulfoto li a{
	height:20px;
	padding-top:3px;
	font-size:14px;
	display:block;
}

.cont-box table tr td img {
float: none;
}

.copy {
	font-size:10px;
	padding-top:8px;
	display:block;
}

tr.current span {
    cursor: pointer;
}
.prettygallery
{
	padding-top:20px;
}
.prettygallery img
{
	max-width:170px;
	float:none;
}

.prettygallery a
{
	height:200px;
	float:left;
	display: table-cell;
	vertical-align: middle;
    text-align: center;
    position: relative;
	width:220px;
}