body{
	margin: 0 auto;	
	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em;
	font-weight:300;
	
	color:#111111;
	line-height: 25px;
	
}
a{
	text-decoration: none;
	color: inherit;	
}
.bg_gray{
	background:#777777;	
}
.bg_dark{
	background:#333333;	
	color: #eeeeee;
}
.full-bar{
	clear:both;
	width:100%;
	min-width: 1000px;		
}
.top-bar{
	
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #eeeeee;
	height: 37px;
	padding-top: 5px;
	
}
.fixed-top{
	position: fixed;
	z-index:100;
}
.top-bar a{
	text-decoration: none;
}
.top-bar button{
	/*height: 27px;*/
	font: inherit;
}
.top-bar #f_search{
	width: 200px;
	padding: 6px;
}
.top-bar-container{
	width: 93%;
	min-width: 960px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	
}
.container{
	width: 93%;
	min-width: 960px;
	max-width: 1440px;
	margin: 0 auto;
	clear:both;	
	padding: 15px 15px 15px 15px;
	z-index: 10;
}
.img-responsive{
	width: 100%; 
	margin: 1% auto 5%;
	display: block;
}
.imgart-responsive{
	/* width: 100%; */
	margin-left: 0px;
	height: 165px;
/*	margin: 1% auto 5%; */
	display: block;
}
hr{
	clear:both;	
}

.logo{
	float:left;
	width: 100px;
}
em{
	padding-right: 5px;	
}
.pull-left{
	float:left;	
}
.pull-right{
	float:right;	
}
.text-right{
	text-align:right;	
}
.text-center{
	text-align:center;	
}
.center{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.w25p{
	width: 25%;	
}
.w33p{
	width: 33.3%;	
}
.w66p{
	width: 66.6%;	
}
.w75p{
	width: 75%;	
}
/* MAIN NAV */
nav {
	margin-top: 70px;	
}
nav ul li{
	display: inline-block;
	padding: 15px;	
	/* border-bottom: 2px solid #eeeeee; */
	margin: 0 0 0 5px;
}
nav ul li:hover{
	background: #f9f9f9;
	cursor:pointer;
	border-bottom: 2px solid #72c02c;
}
nav ul li a{
	text-decoration:none;
	color:#555555;
	font-weight:300;
	text-transform: uppercase;	
}
nav ul li a:hover{
}
.hspace{
	padding-left: 15px;	
}
.text-right {text-align:right;}
.text-left {text-align:left;}
footer{
	clear:both;
	background:#e8e8e8;	
	padding: 5px 0 5px 5px;
	width: 1000px;
	margin: 0 auto;	
}
.box h1{
	font-size:1.2em;
	height: 24px;
	margin: 0;
	font-weight: normal;
	border-bottom: dotted 1px #dddddd;
	padding-bottom: 7px;
	
}
.box span{
	border-bottom: solid 2px #72c02c;
	padding-bottom: 7px;	
}
.widget-box{
	float: left;
	width: 150px;
	height: 100px;
	padding: 10px;
	margin: 0 7px 15px 7px;
	border: 1px solid #cccccc;	
	background: #fefefe;
	color: #333333;	
	text-align:center !important;
}

.widget-box a{
	text-decoration: none;
	color: inherit;
}
.widget-box:hover{
	/*background: #f7991f;*/ /*72c02c */
	background-image: url("../img/widget-bg-gold.png");
	background-position:left top;
	background-repeat:round;
	cursor: pointer;
	color: #fefefe;
}
.widget-box em{
	/*
	font-size:2em;
	padding: 15px 0 0 0;
	*/
	width: 100%;
}
.widget-box p{
	font-size:1em;
	margin: 0px auto;
	width: 100%;
}
/* ARTICLE */
article{
	clear:both;
	padding: 7px 0 7px 15px;	
	border-bottom: dotted 1px #cccccc;
	border-left: solid 1px #72c02c;
	background: #fefefe;
}
article a{
	text-decoration:none;
	color: inherit;	
}
article:hover{
	background: #E1FFE9;	
}
article .title{
	font-size: 1em;	
}
article .date{
	font-size: 0.8em;	
}
/* ABOUT US */
.box-content{
	overflow: auto;
	border-bottom: dotted 1px #cccccc;
	border-left: solid 1px #72c02c;
}
.pinbox{ 
	margin: 8px;
	float:left; 
	border: solid 1px #cccccc;
	background: #fefefe;
	padding: 8px;	
	
}
.pinbox h2{
	font-size: 0.9em;
	margin: 0px;
	line-height: 20px;
}
.pinbox p{
	font-size: 0.9em;
	line-height: 20px;	
}

/* FOOTER */
.footer{
	border-top: 1px dashed #cccccc;	
	height: 40px;
	font-size: 0.9em;
	background: #292929;
}
.footer-menu ul li{
	font-size: 0.8em;
	display:block;
	margin-left: -20px;
}

.footer-text{
	font-size: 0.8em;
	line-height: 25px;	
}
.footer-text b{
	font-weight: 500;
	font-size: 1.1em;	
}

/* LIST */
.list {
  clear: both;
  padding: 15px 15px 15px 5px;
  border-bottom: 1px dotted #cccccc;
  height: auto;
  overflow: auto;
}

.list .thumb {
  float: left;
  width: 200px;
  margin-right: 15px;
}

.list .content {
  padding-left: 15px;
  margin-top: -12px;
  /*float:left;*/
}

.list .content h1 {
  /*font-weight: 600;*/
  border: none;
  margin: 0;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.3;
}

.list .content h1 a:hover {
  text-decoration: underline;
}

.list .content p {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 1px;
  padding-bottom: 5px;
}
.page-content{
	border-bottom: dotted 1px #cccccc;
	border-left: solid 1px #72c02c;
	padding: 15px;
	overflow: auto;
}

.page-content img{
	width: 100%;
	margin: 1% auto 5%;
	display: block;
}
.breadcumb{
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 12px;
	margin-top: 10px;
}
.file-list{
	padding: 0 0 15px 15px;
	font-size: 14px;
}

.pagination {
  font-size: 0;
  line-height: 0;
  text-align: right;
  margin-top: 10px;
}

.pagination li {
  font-size: 14px;
  line-height: 1;
  padding: 0 10px;
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #565656;
  cursor: pointer;
}

.pagination li+li {
  margin-left: 5px;
}

.pagination li.active, .pagination li:hover {
	background-color: #72c02c;
	border-color: #72c02c;
	color: #eee;
}

.pagination li.active a, .pagination li:hover a {
	color: #eee;
}

.pagination li.disabled {
	background-color: #a3b3a6;
	border-color: #a3b3a6;
}

.pagination li.disabled a {
	cursor: default;
	color: #656565;
}

/* WEBMON */
.my-table table {
	font-family: arial, tahoma, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;	
}
.my-table table th{
	border-bottom: 1px #cccccc solid;
	font-size: 12px;
	text-align: left;	
}
.my-table tr{
	height: 16px;
}
.my-table table td{
	border-bottom: 1px #cccccc solid;
	font-size: 11px;
	padding:0 5px 0 5px;	
}