@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
	color: black;
}

body {
	background-image: url(../imgs/main_background.gif);
}

img {
	border: 0;
}

h1 {
	font-size: 20px;
}

#header_wrapper {
	height: 250px;
	background-image: url(../imgs/header_background.jpg);
}

#menu_wrapper {
	height: 67px;
	background-color: #d7d4d4;
}

.main_menu_item {
	height: 68px;
	display: block;
}

#menu_table {
	width: 894px;
}

#menu_table tr td {
	height: 67px;
}

.clearer {
	clear: both;
}

#content_wrapper {
	background-color: #dbd9d9;
}

#content_left {
	vertical-align: top;
}

#content_right {
	vertical-align: top;
	width: 270px;
	background-color: #d7d4d4;
}

#footer_wrapper {
	height: 30px;
	background-image: url(../imgs/footer_background.jpg);
	text-align: center;
	padding-top: 20px;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

#search_wrapper {
	height: 51px;
	background-image: url(../imgs/searchbar_background.gif);
	text-align: right;
}

#sec_menu_table {
	width: 232px;
	margin: 67px auto 0;
}

#main_flash_div {
	padding-top: 13px;
	padding-left: 13px;
}

#three_banner_table {
	width: 100%;
	margin-bottom: 14px;
}

#three_banner_table tr td {
	text-align: center;
}

#right_map {
	width: 232px;
	height: 165px;
	margin: 20px auto;
}

.drop_table {
	height: 6px;
	width: 100%;
	margin: 0 auto;
}

.drop_left {
	background-image: url(../imgs/drop_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.drop_right {
	background-image: url(../imgs/drop_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.temp_content {
	padding: 0 20px;
}

#top_panel {
	width: 88px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 5px;
}

#content_main {
	padding: 10px 20px;
}

/*#content_main ul {
	list-style-type: none;
}*/

#about_us_drop, #tenders_drop, #statistics_drop, #gallery_drop {
	display: none;
	width: 225px;
	height: 96px;
	position: absolute;
	cursor: pointer;
}

#gallery_drop {
	height: 68px;
}

#about_us_drop {
	left: 0px;
	top: 369px;
}

#tenders_drop {
	left: 224px;
	top: 369px;
}

#statistics_drop {
	left: 447px;
	top: 369px;
}

#gallery_drop {
	left: 670px;
	top: 369px;
}

.readmore {
	text-align: right;
}

.desc {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: justify !important;
}

.newslisting {
	list-style-type: none;
}

.newslisting li {
	margin-bottom: 20px;
}

.newslisting li table {
	background-color: #d0cece;
}

.news_thumb_td {
	width: 160px;
	text-align: left;
	vertical-align: top;
	padding: 10px !important;
}

.newslisting li table td {
	padding: 5px 10px 10px 0;
}

h3 .single_news_title {
	
}

.text_content .news_thumbnail {
	margin: 10px 0;
}

.text_content ul, .text_content ol {
	padding-left: 30px;
}

.pagination {
	text-align: center;
}

.search_input {
	background-image: url(../imgs/search_form_bg.gif);
	background-color: #cecccd;
	background-repeat: no-repeat;
	width: 141px;
	height: 20px;
	padding: 3px 7px;
	border: 0 none;
}

.gallery_list {
	list-style-type: none;
}

.gallery_list li {
	margin-bottom: 10px;
}