/************************ DEFAULT CSS *****************************/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 11px;
}

body {
	background: #fff;
}

a {
	outline: none;
}

img {
	border: none; 
}

#default_wrapper {
	 margin: 2% auto 0 auto; 
	 width: 1000px;
	 overflow: hidden;
}

#default_wrapper #default_header {
	width: 1000px;
	height: 219px;
	overflow: hidden;
}

.language {
	float: right;
	padding: 20px 35px 0 35px;
}

.language a {
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, san-serif;		
	font-weight: bold;
	color: #f57d20; 
}

#default_wrapper #container {
	clear: both; 
	padding-bottom: 22px;
	height: auto !important;
	height: 1%;
	background: #065693 url(img/container_top_bg.gif) repeat-x top;
	overflow: hidden;
}

#default_wrapper #container #container_center {
	float: left; 
	width: 800px; 
}

.content-module {
	clear: both;
	padding: 24px 0 0 36px;
	width: 764px;
/*	min-height: 174px;
	height: auto !important;
	height: 174px; */
	overflow: hidden;
}

.content-module .left_content {
	float: left;
	width: 166px;
	height: 174px;
}

.content-module .left_content .left_content_inner {
	width: 166px;
	height: 174px;
	background: #fff url(img/left_content_image_bg.gif) no-repeat center center;
}

.content-module .left_content img {
	padding: 18px 0 0 8px;
}

.content-module .center_content {
	float: left;
	padding-left: 36px;
	width: 561px;
}

.content-module .center_content .head {	
	height: 25px;
	padding: 5px 0 0 37px;
	background: #fff url(img/head_bg.gif) no-repeat center center;
	overflow: hidden;
}

.content-module .center_content .head .head_title {	
	display: inline;
	padding: 0 50px 0 0;
	font: 16px Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #07acfd;
	background: url(img/head_title_bg.gif) no-repeat center right;
}

.head .post_date {
	float: left; 
	padding: 4px 5px 0 0;
	font-weight: normal;
	color: #07acfd;
}

.news_title {
	float: left;		
}

.news_title a {	
	padding: 0 50px 0 0;
	text-decoration: none;
	font: 16px Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #07acfd;
	background: url(img/head_title_bg.gif) no-repeat center right;
}

#news_title_no_link {
	display: inline;
	padding: 0 50px 0 0;
	font: 16px Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #07acfd;
	background: url(img/head_title_bg.gif) no-repeat center right;
}

.content-module .center_content .content {		
	margin-top: 15px;
	padding: 21px 32px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #065693;
	background: #bad0e1
}

.content-module .content a {	
	text-decoration: none;
	font-weight: bold;
	color: #365d7f;
}

.content-module .content a:hover {	
	text-decoration: underline;
	color: #365d7f;
}

.search_head {
	clear: both; 
	margin-bottom: 5px;  
	font-weight: bold; 
/*	text-transform: capitalize; */
	color: #07acfd;
}

.more {
	display: block; 
	clear: both;
	padding: 0 0 4px 442px;
	background: url(img/more_bg.gif) no-repeat center right;
}

/****************** SEARCH ********************/

#search_block {
	float: left;
	padding: 24px 0 0 5px;
}

#search_block form input {
	display: inline;
	vertical-align: middle;
}

#search_block form input:focus {
	background-color: #fef2c7;
}

#search_block form input#input_search {
	padding: 2px 0 2px 2px;
	font-size: 14px;
	border: solid 1px #a6acb1;
}

/****************** /SEARCH *******************/

/****************** PAGING ********************/

.paging {
	margin-top: 40px;
	padding-left: 236px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.paging .active_page {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 1px 6px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	border: solid 1px #033e73;
	color: #000;
	background-color: #92d6f8;
}

.paging a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 1px 6px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;	
	font-weight: bold;
	border: solid 1px #033e73;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.paging a:hover {
	background-color: #92d6f8;
}

/****************** PAGING END ****************/


#copyright {
	float: left;
	padding: 5px 0 0 15px;
	font: 10px Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #4e87bd;
}

#created {
	float: right;
	padding: 5px 15px 0 0;
	text-decoration: none;
	font: 10px Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #aaa;
}

#created a {
	text-decoration: none;
	font: 10px Verdana, "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #aaa;
}

#created a:hover {
	text-decoration: underline;
}

.clear{
	clear: both;
	visibility: hidden;
	border-collapse: collapse;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding:0;
	border: 0;
	border-width:0;
	outline-width:0;
	page-break-inside: avoid;
	page-break-after: avoid;
	page-break-before: avoid;
	empty-cells: hide;
	display: block;
}